Skip to content

Commit

Permalink
New rhub option change
Browse files Browse the repository at this point in the history
  • Loading branch information
kuriwaki committed May 12, 2024
1 parent 1dc5cb1 commit 9212d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions for-developers/developer-tasks.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ devtools::check( # Equivalent of R-hub
remote = TRUE,
incoming = TRUE
)
# devtools::check_rhub(email = "[email protected]", env_vars = c(R_COMPILE_AND_INSTALL_PACKAGES = "always"))
# devtools::check_win_devel() # CRAN submission policies encourage the development version
devtools::check_rhub(email = "[email protected]")
devtools::check_win_devel() # CRAN submission policies encourage the development version
# devtools::release(check = FALSE) # Careful, the last question ultimately uploads it to CRAN, where you can't delete/reverse your decision.

0 comments on commit 9212d58

Please sign in to comment.