tic.R

# installs dependencies, runs R CMD check, runs covr::codecov()
do_package_checks(error_on = "error")

get_stage("install") %>%
  add_step(step_install_github("ropensci/tabulizerjars")) %>%
  add_step(step_install_github("ropensci/tabulizer"))

if (ci_on_ghactions() && ci_has_env("BUILD_PKGDOWN")) {
  # creates pkgdown site and pushes to gh-pages branch
  # only for the runner with the "BUILD_PKGDOWN" env var set
  do_pkgdown()
}
dsbbfinddx/FINDCov19Tracker documentation built on Nov. 23, 2022, 11:01 p.m.