You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION
+19-10
Original file line number
Diff line number
Diff line change
@@ -3,20 +3,28 @@ Package: epidatasets
3
3
Title: Epidemiological Data for Delphi Tooling Examples
4
4
Version: 0.0.1
5
5
Authors@R: c(
6
-
person(c("Daniel", "J."), "McDonald", email="[email protected]", role = c("aut")),
7
-
person("Nat", "DeFries", email="[email protected]", role = c("cre", "aut")),
8
-
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"),
9
-
person("Johns Hopkins University", role = "cph", comment = "Copyright holder of COVID-19 cases and deaths data from the COVID-19 Data Repository"),
10
-
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"),
11
-
person("The COVID-19 Canada Open Data Working Group", role = "dtc", comment = "Owner of Canadian COVID-19 cases rates from the Covid19Canada data repository"),
12
-
person("Statistics Canada", role = "dtc", comment = "Owner of Canadian graduate employment income data from the Statistics Canada website"),
13
-
person("Google", role = "dtc", comment = "Collaborator on CLI data from the Google symptom surveys")
6
+
person(c("Daniel", "J."), "McDonald", , "[email protected]", role = "aut"),
7
+
person("Nat", "DeFries", , "[email protected]", role = c("cre", "aut")),
8
+
person("Johns Hopkins University Center for Systems Science and Engineering", role = "dtc",
9
+
comment = "Owner of COVID-19 cases and deaths data from the COVID-19 Data Repository"),
10
+
person("Johns Hopkins University", role = "cph",
11
+
comment = "Copyright holder of COVID-19 cases and deaths data from the COVID-19 Data Repository"),
12
+
person("Carnegie Mellon University Delphi Group", role = "dtc",
13
+
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"),
14
+
person("The COVID-19 Canada Open Data Working Group", role = "dtc",
15
+
comment = "Owner of Canadian COVID-19 cases rates from the Covid19Canada data repository"),
16
+
person("Statistics Canada", role = "dtc",
17
+
comment = "Owner of Canadian graduate employment income data from the Statistics Canada website"),
18
+
person("Google", role = "dtc",
19
+
comment = "Collaborator on CLI data from the Google symptom surveys")
14
20
)
15
21
Description: This package contains data sets used to compile vignettes and
16
22
other documentation in Delphi R Packages. The goal is to avoid calls
17
23
to the Delphi Epidata API, and to deposit some examples here for easy
0 commit comments