Skip to content

Commit

Permalink
get ready for CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
andybega committed Apr 14, 2021
1 parent 0141b4b commit ee601cc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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".
Expand Down
15 changes: 11 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -12,13 +12,20 @@ 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

0 errors | 0 warnings | 0 notes

**********

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.

0 comments on commit ee601cc

Please sign in to comment.