-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1.32 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: comotext
Type: Package
Title: R Tools to Extract COVID-19-Related Resolutions and Policies in the
Philippines
Version: 0.1.0
Authors@R: c(person(given = "Ernest", family = "Guevarra",
email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4887-4415")),
person(given = "Chris", family = "Mercado",
email = "[email protected]",
role = "aut"),
person(given = "Robert", family = "Medina",
email = "[email protected]",
role = "aut"))
Description: To assess possible impact of various COVID-19 prediction models on
Philippine government response, text from various resolutions, press
releases and legislation has been collected using data mining approaches
implemented in R. This package includes functions used for this data
mining process and datasets of text that have been collected and processed
for use in text analysis.
License: GPL-3
Depends: R (>= 2.10)
Imports:
stringr,
tibble,
xml2,
rvest,
magrittr,
lubridate,
httr
Suggests:
testthat,
covr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
URL: https://github.com/como-ph/comotext
BugReports: https://github.com/como-ph/comotext/issues