Skip to content

Commit

Permalink
Tic tuning: build vignettes and manual #84
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Mayer authored and Florian Mayer committed Jul 21, 2020
1 parent 828a070 commit e78b89f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tic.R
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e78b89f

Please sign in to comment.