From 5363744a0d526bd1848decafe6a470637a631fbb Mon Sep 17 00:00:00 2001 From: John Helveston Date: Mon, 14 Jun 2021 09:08:34 -0400 Subject: [PATCH] Update build.R --- build.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.R b/build.R index c5d8fd20..2cb4eeb9 100644 --- a/build.R +++ b/build.R @@ -26,7 +26,7 @@ pkgdown::build_site() devtools::check() devtools::check_win_release() devtools::check_win_devel() -devtools::check_rhub() +rhub::check_for_cran() # Load the package and view the summary library(logitr)