comotext v0.1.0
-
Created pull data functions for the Department of Health (DoH) press releases found at https://www.doh.gov.ph/press-releases
-
Created datasets of press releases from the DoH using the pull data functions above
-
Created datasets of the resolutions released by the Interagency Task Force for the Management of Emerging Infectious Diseases (IATF) found at https://www.doh.gov.ph/COVID-19/IATF-Resolutions
-
Created combine functions to put together different types of text data available via the package
-
Created
README
in Rmarkdown to describe thecomotext
package -
Added a
NEWS.md
file to track changes to the package. -
Created
pkgdown
site usingflatly
bootstrap template consistent with stylesheet used for the CoMo app. -
Created automated unit testing using
testthat
package and setup code coverage checker usingcodecov