Skip to content

Commit

Permalink
Add [compat] section to Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
phrb committed Aug 30, 2019
1 parent 9d791d3 commit f955d73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ requests are more than welcome! Current features are:
- Full factorial designs
- Plackett-Burman designs for screening
- Flexible random designs using the [Distributions](https://github.com/JuliaStats/Distributions.jl) package
- Variance-optimizing Designs for several criteria
- Variance-optimizing designs for several criteria

Intended features include the ones provided by R packages such as
[DoE.base](https://cran.r-project.org/web/packages/DoE.base/index.html),
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ requests are more than welcome! Current features are:
- Full factorial designs
- Plackett-Burman designs for screening
- Flexible random designs using the [Distributions](https://github.com/JuliaStats/Distributions.jl) package
- Variance-optimizing Designs for several criteria
- Variance-optimizing designs for several criteria

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

2 comments on commit f955d73

@phrb
Copy link
Owner Author

@phrb phrb commented on f955d73 Aug 30, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/3042

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" f955d73c5cae1404c00eaa85c8e64c3d39030b1c
git push origin v0.1.0

Please sign in to comment.