😎 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. }