From e78b89fe49f58a90d2a0caea4531e2d88d2253dd Mon Sep 17 00:00:00 2001 From: Florian Mayer Date: Tue, 21 Jul 2020 11:37:34 +0800 Subject: [PATCH] Tic tuning: build vignettes and manual #84 --- tic.R | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tic.R b/tic.R index 4287b8ea..747d5e99 100644 --- a/tic.R +++ b/tic.R @@ -1,5 +1,14 @@ # installs dependencies, runs R CMD check, runs covr::codecov() -do_package_checks(error_on="error") +do_package_checks( + error_on="error", + args = c( + # "--no-manual", + "--as-cran", + # "--no-vignettes", + # "--no-build-vignettes", + "--no-multiarch" + ) +) if (ci_on_ghactions() && ci_has_env("BUILD_PKGDOWN")) { # creates pkgdown site and pushes to gh-pages branch