-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
53 lines (53 loc) · 2.08 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
45
46
47
48
49
50
51
52
53
Type: Package
Package: epidatasets
Title: Epidemiological Data for Delphi Tooling Examples
Version: 0.0.1
Authors@R: c(
person(c("Daniel", "J."), "McDonald", , "[email protected]", role = "aut"),
person("Nat", "DeFries", , "[email protected]", role = c("cre", "aut")),
person("Johns Hopkins University Center for Systems Science and Engineering", role = "dtc",
comment = "Owner of COVID-19 cases and deaths data from the COVID-19 Data Repository"),
person("Johns Hopkins University", role = "cph",
comment = "Copyright holder of COVID-19 cases and deaths data from the COVID-19 Data Repository"),
person("Carnegie Mellon University Delphi Group", role = "dtc",
comment = "Owner of masking, social-distancing, and CLI data from the COVID-19 Trends and Impacts Survey. Owner of claims-based CLI data from the Delphi Epidata API"),
person("The COVID-19 Canada Open Data Working Group", role = "dtc",
comment = "Owner of Canadian COVID-19 cases rates from the Covid19Canada data repository"),
person("Statistics Canada", role = "dtc",
comment = "Owner of Canadian graduate employment income data from the Statistics Canada website"),
person("Google", role = "dtc",
comment = "Collaborator on CLI data from the Google symptom surveys")
)
Description: This package contains data sets used to compile vignettes and
other documentation in Delphi R Packages. The goal is to avoid calls
to the Delphi Epidata API, and to deposit some examples here for easy
offline use.
License: MIT + file LICENSE
URL: https://github.com/cmu-delphi/epidatasets,
https://cmu-delphi.github.io/epidatasets/
Depends:
R (>= 2.10)
Suggests:
covidcast,
data.table,
dplyr,
epidatr,
here,
httr,
jsonlite,
lubridate,
magrittr,
purrr,
readr
Enhances:
epiprocess (>= 0.9.0),
tibble
Remotes:
cmu-delphi/delphidocs,
cmu-delphi/epidatr,
cmu-delphi/epiprocess
Config/Needs/website: cmu-delphi/delphidocs
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2