Closed chacalle closed 2 years ago
This is mainly to fix the latest pkgdown workflow attempts that failed https://github.com/ihmeuw-demographics/hierarchyUtils/runs/4929795692?check_suite_focus=true
1) Fixed the warnings coming from devtools::document & pkgdown::build_reference(). Mainly had to do with documentation of internal functions https://blog.r-hub.io/2019/12/12/internal-functions/#how-to-document-internal-functions 2) Updated all the GHA workflows to the latest V2 release https://github.com/r-lib/actions/releases/tag/v2
devtools::document
pkgdown::build_reference()
usethis::use_github_action(url = "https://raw.githubusercontent.com/r-lib/actions/v2-branch/examples/pkgdown.yaml") usethis::use_github_action(url = "https://raw.githubusercontent.com/r-lib/actions/v2-branch/examples/check-standard.yaml") usethis::use_github_action(url = "https://raw.githubusercontent.com/r-lib/actions/v2-branch/examples/test-coverage.yaml")
Describe changes
This is mainly to fix the latest pkgdown workflow attempts that failed https://github.com/ihmeuw-demographics/hierarchyUtils/runs/4929795692?check_suite_focus=true
1) Fixed the warnings coming from
devtools::document
&pkgdown::build_reference()
. Mainly had to do with documentation of internal functions https://blog.r-hub.io/2019/12/12/internal-functions/#how-to-document-internal-functions 2) Updated all the GHA workflows to the latest V2 release https://github.com/r-lib/actions/releases/tag/v2