ihmeuw-demographics / hierarchyUtils

Demographics Related Utility Functions
https://ihmeuw-demographics.github.io/hierarchyUtils/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Fix pkgdown deployment #81

Closed chacalle closed 2 years ago

chacalle commented 2 years ago

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

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")