USAID-OHA-SI / mindthegap

Munges and returns estimates from UNAIDS data.
https://usaid-oha-si.github.io/mindthegap/
Other
4 stars 0 forks source link

Deprecate functions + make internal #41

Closed achafetz closed 11 months ago

achafetz commented 11 months ago

There are a few functions that are listed under "Archived Functions". These function should be deprecated and removed from this site.

I would recommend package_check and regions be either internal (@keyword internal) or probably better to import from glamr to avoid duplication. [Update] rlang has a package check that probably should be used instead - rlang::is_installed("kableExtra")

munge_unaids() is typically just used by us to update this annually, so maybe adding this to a "developers" section and including it in the start of the @description to specify this is primarily to be run by "developers"