From 9212d58f0b2f1c5e9a66edd9ffb32a3b3a3aa2da Mon Sep 17 00:00:00 2001 From: Shiro Kuriwaki Date: Sun, 12 May 2024 15:10:25 -0400 Subject: [PATCH] New rhub option change --- for-developers/developer-tasks.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/for-developers/developer-tasks.R b/for-developers/developer-tasks.R index 431229a..477864d 100644 --- a/for-developers/developer-tasks.R +++ b/for-developers/developer-tasks.R @@ -34,6 +34,6 @@ devtools::check( # Equivalent of R-hub remote = TRUE, incoming = TRUE ) -# devtools::check_rhub(email = "shirokuriwaki@gmail.com", env_vars = c(R_COMPILE_AND_INSTALL_PACKAGES = "always")) -# devtools::check_win_devel() # CRAN submission policies encourage the development version +devtools::check_rhub(email = "shirokuriwaki@gmail.com") +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.