Skip to content
Snippets Groups Projects
Commit e89f3b7f authored by Sebastian Henz's avatar Sebastian Henz
Browse files

Update installation instructions because of CRAN acceptance.

parent 95776373
No related branches found
No related tags found
No related merge requests found
Pipeline #6060 passed with stage
in 8 minutes and 45 seconds
......@@ -9,12 +9,16 @@ 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 yet available from CRAN. You can install the most recent version from GitLab:
This package is available from CRAN:
``` r
install.packages("stressaddition")
```
You can also get it from GitLab but this is the development version and may be unstable:
``` r
install.packages("remotes")
remotes::install_gitlab("oekotox/stressaddition", host = "git.ufz.de")
```
Alternatively, there are binary and source builds of various versions available for download from the [releases page](https://git.ufz.de/oekotox/stressaddition/-/releases).
Alternatively, there are binary and source builds of the current release and older versions available for download from the [releases page](https://git.ufz.de/oekotox/stressaddition/-/releases).
## Citation
Please cite this package if you use it in your analysis. See `citation("stressaddition")` for details.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment