Skip to content

Commit

Permalink
Preparation for uploading version 0.2.2 to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
sjentsch committed Sep 15, 2021
1 parent 71f1117 commit c6ab61e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .prepare4CRAN
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ devtools::check()
# the next stage of ping-pong, either build on the standard platforms
devtools::check_rhub()
# or builds it the package on rhub using all major platforms R is supported on
devtools::check_rhub(pkg = ".", platforms = rhub::platforms()$name)
devtools::check_rhub(pkg = ".", platforms = rhub::platforms()$name, env_vars = c("_R_CHECK_FORCE_SUGGESTS_" = "false"))
# or, if there are known errors (e.g., on rhub), exclude certain platforms explicitly
crrPlt = rhub::platforms()
crrPlt = crrPlt[-c(x, ...)]
devtools::check_rhub(pkg = ".", platforms = crrPlt$name)
devtools::check_rhub(pkg = ".", platforms = crrPlt$name, env_vars = c("_R_CHECK_FORCE_SUGGESTS_" = "false"))

# check on win-builder
devtools::check_win_devel()
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

## R CMD check results

0 errors | 0 warnings | 1 note
0 errors | 0 warnings | 0 note

* This is a new release.

0 comments on commit c6ab61e

Please sign in to comment.