Skip to content

Commit f955d73

Browse files
committed
Add [compat] section to Project.toml
1 parent 9d791d3 commit f955d73

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
1515
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1616
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1717
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
18-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
18+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
19+
20+
[compat]
21+
julia = "1"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ requests are more than welcome! Current features are:
1616
- Full factorial designs
1717
- Plackett-Burman designs for screening
1818
- Flexible random designs using the [Distributions](https://github.com/JuliaStats/Distributions.jl) package
19-
- Variance-optimizing Designs for several criteria
19+
- Variance-optimizing designs for several criteria
2020

2121
Intended features include the ones provided by R packages such as
2222
[DoE.base](https://cran.r-project.org/web/packages/DoE.base/index.html),

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ requests are more than welcome! Current features are:
1616
- Full factorial designs
1717
- Plackett-Burman designs for screening
1818
- Flexible random designs using the [Distributions](https://github.com/JuliaStats/Distributions.jl) package
19-
- Variance-optimizing Designs for several criteria
19+
- Variance-optimizing designs for several criteria
2020

2121
Intended features include the ones provided by R packages such as
2222
[DoE.base](https://cran.r-project.org/web/packages/DoE.base/index.html),

0 commit comments

Comments
 (0)