diff --git a/.gitlab/merge_request_templates/merge_into_master.md b/.gitlab/merge_request_templates/merge_into_master.md index c1ac6d7c2f1e34c998f32938dbe44f262d574a7a..021f1edaab0642d0ad93098425c6951f99f151d8 100644 --- a/.gitlab/merge_request_templates/merge_into_master.md +++ b/.gitlab/merge_request_templates/merge_into_master.md @@ -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 +--> diff --git a/DESCRIPTION b/DESCRIPTION index 6ca508857821125de8a4ffee399de9d2b7660d2e..4ae1542500e7daeb80429f51d89232f26806ebad 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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"), diff --git a/README.md b/README.md index d52dcf3d1740fcb5743a741c97f1908e7af8c8a7..65222978b0684250ddf5e0a2f4de177201381309 100644 --- a/README.md +++ b/README.md @@ -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")