NEWS.md
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
, url
whichever 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 README
in Rmarkdown to describe the comotext
package
Added a NEWS.md
file to track changes to the package.
Created pkgdown
site using flatly
bootstrap template consistent with stylesheet used for the CoMo app.
Created automated unit testing using testthat
package and setup code coverage checker using codecov