-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.52 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
39
40
41
42
43
44
Package: covidphtext
Type: Package
Title: Utilities to Extract Text Data from COVID-19-Related Resolutions and
Policies from the Philippines
Version: 0.2.1
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",
comment = c(ORCID = "0000-0002-5588-9543")),
person(given = "Robert", family = "Medina",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0001-6647-5453")))
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,
curl,
dplyr
Suggests:
testthat,
covr,
httr,
spelling
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.1.1
URL: https://github.com/como-ph/covidphtext
BugReports: https://github.com/como-ph/covidphtext/issues