From 8389cc4b1cb16960a07cb3ac4a32b3fecb7574b2 Mon Sep 17 00:00:00 2001 From: dankelley Date: Mon, 19 Aug 2024 09:58:54 -0300 Subject: [PATCH] improve a comment --- check_package.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_package.R b/check_package.R index 668b69ba..03bf39c1 100644 --- a/check_package.R +++ b/check_package.R @@ -17,8 +17,8 @@ devtools::check_win_oldrelease() # 2024-08-19 DEK: rhub has been replaced by rhub2, so the following no longer # work. The new system is complicated, and has the disadvantage that it only -# works on code that has been pushed to github ... so I will just use a github -# action instead, I think. +# works on code that has been pushed to github ... so now we rely on github +# actions. # rhub::check_for_cran(email = "Dan.Kelley@Dal.Ca", show_status = FALSE) # rhub::check(platform = "debian-clang-devel", show_status = FALSE) remotes::install_github("r-lib/revdepcheck")