From 73471979e5f7279e1ce4293487f42094b879c17f Mon Sep 17 00:00:00 2001 From: Lars Relund Date: Wed, 7 Feb 2024 09:01:00 +0100 Subject: [PATCH] Add check --- cran-comments.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cran-comments.md b/cran-comments.md index 9d842fc..4ad1344 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -30,6 +30,7 @@ spelling::update_wordlist() devtools::check(env_vars = c(NOT_CRAN = "true", RGL_USE_NULL = "true")) devtools::check_rhub(platforms = c("windows-x86_64-release"), interactive = F) devtools::check_win_release(quiet = TRUE) # win-builder +devtools::check_win_devel(quiet = TRUE) # win-builder # Push files to GitHub for GitHub actions check # Submit to CRAN devtools::release()