diff --git a/.github/workflows/r_all.yml b/.github/workflows/r_all.yml index 912bd37..14d1648 100644 --- a/.github/workflows/r_all.yml +++ b/.github/workflows/r_all.yml @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: r-lib/actions/setup-r@master + - uses: r-lib/actions/setup-r@v2 with: r-version: ${{ matrix.config.r }} diff --git a/README.md b/README.md index 46d5517..496de16 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ [![Actions Status](https://github.com/niaid/HDStIM/workflows/R-CMD-check/badge.svg)](https://github.com/niaid/HDStIM/actions?query=workflow%3AR-CMD-check) -[![pkgdown](https://github.com/niaid/HDStIM/workflows/pkgdown/badge.svg)](https://github.com/niaid/HDStIM/actions?query=workflow%3Apkgdown) The goal of this package is to identify response to a stimulant in diff --git a/comments.md b/comments.md index d7b650b..f3c9dd0 100644 --- a/comments.md +++ b/comments.md @@ -23,7 +23,8 @@ If the option to update Roxygen2 documentation is enabled in Rstudio settings th `devtools::document()` ## Pkgdown Website -If changes are made to README.Rmd or vignettes, build pkgdown website before pushing the code to GitHub. +If changes are made to README.Rmd or vignettes, build pkgdown website before pushing the code to GitHub. +[https://pkgdown.r-lib.org/reference/build_site_github_pages.html](https://pkgdown.r-lib.org/reference/build_site_github_pages.html). `pkgdown::build_site_github_pages()` diff --git a/docs/comments.html b/docs/comments.html index cb77e9d..05f7469 100644 --- a/docs/comments.html +++ b/docs/comments.html @@ -74,7 +74,7 @@
If changes are made to README.Rmd or vignettes, build pkgdown website before pushing the code to GitHub.
+If changes are made to README.Rmd or vignettes, build pkgdown website before pushing the code to GitHub.
https://pkgdown.r-lib.org/reference/build_site_github_pages.html.