😎 Give your xaringan slides some style
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

9 行
274B

  1. # installs dependencies, runs R CMD check, runs covr::codecov()
  2. do_package_checks()
  3. if (ci_on_ghactions() && ci_has_env("BUILD_PKGDOWN")) {
  4. # creates pkgdown site and pushes to gh-pages branch
  5. # only for the runner with the "BUILD_PKGDOWN" env var set
  6. do_pkgdown()
  7. }