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

Merge branch 'develop' into 'master'

update merge request template and readme

See merge request !15
parents 9d2fda04 d895a816
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ Comment on any notes that come up during devtools::check().
### checklist
<!-- Please check `[x]` the applicable boxes. -->
* [ ] This merge includes bug fixes or changes in the functionality of the package (whether they are user-visible or not).
* [ ] update documentation (if necessary)
* [ ] update documentation including examples (if necessary)
* [ ] update NEWS.md
* [ ] update version in DESCRIPTION
* [ ] update date in DESCRIPTION
......@@ -36,4 +36,4 @@ master branch do these steps after the branch has been successfully merged:
- git tag
- build binary and source package
- gitlab release including the builds
-->
\ No newline at end of file
-->
......@@ -2,7 +2,7 @@ Package: stressaddition
Type: Package
Title: Modeling Tri-Phasic Concentration-Response Relationships
Version: 2.0.0
Date: 2020-02-15
Date: 2020-02-17
Authors@R: c(person("Sebastian",
"Henz",
role = c("aut", "cre"),
......
......@@ -4,7 +4,7 @@ This is the R implementation of the tri-phasic concentration-response model intr
It allows modeling of ecotoxicological experiments where the response shows signs of a hormesis effect.
## Installation
Stressaddition is not on CRAN. You can install the newest version from GitLab using the devtools package:
Stressaddition is not on CRAN. You can install the most recent stable version from GitLab using the devtools package:
``` r
# install.packages("devtools")
devtools::install_gitlab("oekotox/stressaddition", host = "git.ufz.de")
......
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