From eb25a9ef5d8fe02231ffef27e8a55d75bf4b690e Mon Sep 17 00:00:00 2001 From: MiKatt Date: Thu, 21 May 2020 15:29:49 +0200 Subject: [PATCH] CRAN release 1.2.0 --- NEWS.md | 2 +- cran-comments.md | 6 +++--- vignettes/Warnings_and_Errors.Rmd | 6 +++++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index 05a15b2..3d0750d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# openSTARS 1.1.0.999 +# openSTARS 1.2.0 * Renamed check_compl_junctions and correct_compl_junctions to check_compl_confluences and correct_compl_confluences, respectively, diff --git a/cran-comments.md b/cran-comments.md index 26fc226..188e67c 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,15 +1,15 @@ --- title: "cran-comments.md" author: "Mira Kattwinkel" -date: "May 20, 2020" +date: "May 21, 2020" output: html_document --- ## Submission review comments ## Test environments -* Linux Mint 19.0 Tara, R 3.6.3 -* Windows 10, R 4.0 +* Linux Mint 19.0 Tara, R 3.6.3, grass 7.4 +* Windows 10, R 4.0, grass 7.6.1 * win-builder (devel, release, oldrelease) ## R CMD check results diff --git a/vignettes/Warnings_and_Errors.Rmd b/vignettes/Warnings_and_Errors.Rmd index f7662fc..95b3f9c 100644 --- a/vignettes/Warnings_and_Errors.Rmd +++ b/vignettes/Warnings_and_Errors.Rmd @@ -38,6 +38,10 @@ knitr::opts_chunk$set( +# GRASS version +If there are problems with GRASS functions (e.g. dlls not found on Windows or other error messages / warnings on Linux) try installing a slightly older Grass version instead of the most recent one (currently e.g. Grass 7.6 or 7.4 instead of 7.8). +openSTARS depends on several other R packages providing GIS functionality and particularly for linking R to Grass. It might be possible that not all changes of the newest Grass version have already been implemented in all these packages resulting in errors and warnings. + # Special settings for MAC OS GRASS 7 does not run on Mac with system integrity check () and it needs to be disbaled. Additionally, GRASS addons (r.hydrodem etc.) need to be installed system-wide (see below how to install them using GRASS GUI). @@ -52,7 +56,7 @@ When using the folliwing command in RStudio, this may result in an error: Error: (converted from warning) Setting LC_CTYPE failed, using "C" Execution halted Error in i.p(...) : -(converted from warning) installation of package ‘/tmp/RtmpMsIim5/file65bc33ff2831/openSTARS_1.1.0.tar.gz’ had non-zero exit status +(converted from warning) installation of package ‘/tmp/RtmpMsIim5/file65bc33ff2831/openSTARS_1.2.0.tar.gz’ had non-zero exit status ``` Try the follwing: Quit RStudio, start R from a console and run the command there. It should install without error. Close R in the console (using q()), restart RStudio and continue.