diff --git a/NEWS.md b/NEWS.md index 1422585239b1beed70fed21003379295b3ea2324..39cb364678e5eaaf32c5ed262e0171460922c21d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# stressaddition 3.0.1 +* Add missing return values in documentation to comply with CRAN policies. +* Add a link to the paper in the description file. + # stressaddition 3.0.0 ## Breaking changes diff --git a/README.md b/README.md index 8e9a3e83ea7195b2c6bacd938420f52b556a9d0c..1e8262608fee045899ac57708d2afe0a16b1d559 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This R package makes it possible to model tri-phasic concentration-response rela The EC<sub>x-SyS</sub> and Multi-TOX models are also available as part of the [Indicate app](http://www.systemecology.eu/indicate) which offers an easy to use graphical user interface. ## Installation -This package is not available on CRAN. You can install the most recent version from GitLab: +This package is not yet available from CRAN. You can install the most recent version from GitLab: ``` r install.packages("remotes") remotes::install_gitlab("oekotox/stressaddition", host = "git.ufz.de")