-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.24 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
Package: covidphdata
Type: Package
Title: An Interface to the Philippines Department of Health COVID-19 Data Drop
Version: 0.1.1
Authors@R: person(given = "Ernest",
family = "Guevarra",
comment = c(ORCID = "0000-0002-4887-4415"),
email = "ernest@guevarra.io",
role = c("aut", "cre"))
Description: The Philippines Department of Health has made COVID-19 related data
publicly available as part of its mandate to promoting transparency and
accountability in governance. The Philippines COVID-19 Data Drop is
distributed via 'Google Drive' with latest updated data provided daily. Data
from previous days are archived and also made available through 'Google
Drive'. This package provides a coherent and performant API to the latest and
archived Philippines COVID-19 data.
License: GPL-3
Imports:
googledrive,
stringr,
pdftools,
RCurl,
lubridate,
tibble,
magrittr,
dplyr,
readxl
Suggests:
spelling,
covr,
testthat,
sodium
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://como-ph.github.io/covidphdata/
BugReports: https://github.com/como-ph/covidphdata/issues