From ee601cc1c451a846b3a60aa4722b01bb1e30c19e Mon Sep 17 00:00:00 2001 From: Andreas Beger Date: Wed, 14 Apr 2021 15:20:45 +0300 Subject: [PATCH] get ready for CRAN submission --- NEWS.md | 2 +- cran-comments.md | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index 1cd297d..f8bc182 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,5 @@ -# states 0.3.0.9000 +# states 0.3.1 - Strip **readr** "spec" attribute from the _cowstates_ and _gwstates_ data. They are both now plain data frames with no attributes. (#22) - Expand list of short country names in `prettyc()`, e.g. instead of "Belarus (Byelorussia)", just "Belarus". diff --git a/cran-comments.md b/cran-comments.md index 1486e18..41e33c5 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ ## Test environments -- local R installation (macOS), R 4.0.3 +- local R installation (macOS), R 4.0.5 - win-builder (release) - win-builder (devel) @@ -12,8 +12,9 @@ On GitHub Actions: On R-Hub: -- Ubuntu, R-release -- Fedora, R-devel +- windows-x86_64-devel (r-devel) +- ubuntu-gcc-release (r-release) +- fedora-clang-devel (r-devel) ## R CMD check results @@ -21,4 +22,10 @@ On R-Hub: ********** -Among other changes, this fixes the current ERRORs on the CRAN Package Checks with R-devel due to the change in `all.equal()` to compare environments now as well. +Various minor updates. + +There are 3 WARNINGS right now in the CRAN checks, related to building one of the package Rmarkdown vignettes that depends on the DT package: + +`there is no package called 'webshot'` + +I'm not getting them anywhere else. Not sure what to do about this.