From 9ccc8bec0bd433490140e3bb55e6d96c80d1c356 Mon Sep 17 00:00:00 2001 From: Sebastian Henz <sebastian.henz@ufz.de> Date: Tue, 28 Jul 2020 16:23:42 +0200 Subject: [PATCH] Update news and readme --- NEWS.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 1422585..39cb364 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 8e9a3e8..1e82626 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") -- GitLab