-
created new versions of
get_functions to allow for naming of source of text data; deprecation process started on previous versions -
re-structured the output text tibbles from the functions to a more logical sequence of data columns with a general sequence of
linenumber,identifier,text,date,source,type,urlwhichever is present for the given tibble -
converted URLs to absolute URLs rather than relative URLs
-
renamed datasets to include source of data as prefix to the name
-
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
READMEin Rmarkdown to describe thecomotextpackage -
Added a
NEWS.mdfile to track changes to the package. -
Created
pkgdownsite usingflatlybootstrap template consistent with stylesheet used for the CoMo app. -
Created automated unit testing using
testthatpackage and setup code coverage checker usingcodecov