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
+29-20Lines changed: 29 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
Type: Package
2
2
Package: epiprocess
3
3
Title: Tools for basic signal processing in epidemiology
4
-
Version: 0.8.4
4
+
Version: 0.9.0
5
5
Authors@R: c(
6
6
person("Jacob", "Bien", role = "ctb"),
7
-
person("Logan", "Brooks", email = "[email protected]", role = c("aut", "cre")),
7
+
person("Logan", "Brooks", , "[email protected]", role = c("aut", "cre")),
8
8
person("Rafael", "Catoia", role = "ctb"),
9
9
person("Nat", "DeFries", role = "ctb"),
10
10
person("Daniel", "McDonald", role = "aut"),
@@ -15,27 +15,35 @@ Authors@R: c(
15
15
person("Evan", "Ray", role = "aut"),
16
16
person("Dmitry", "Shemetov", role = "ctb"),
17
17
person("Ryan", "Tibshirani", role = "aut"),
18
-
person("Lionel", "Henry", role = "ctb", comment = "Author of included rlang fragments"),
19
-
person("Hadley", "Wickham", role = "ctb", comment = "Author of included rlang fragments"),
20
-
person("Posit", role = "cph", comment = "Copyright holder of included rlang fragments"),
21
-
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"),
22
-
person("Johns Hopkins University", role = "cph", comment = "Copyright holder of COVID-19 cases and deaths data from the COVID-19 Data Repository"),
23
-
person("Carnegie Mellon University Delphi Group", role = "dtc", comment = "Owner of claims-based CLI data from the Delphi Epidata API")
18
+
person("Lionel", "Henry", role = "ctb",
19
+
comment = "Author of included rlang fragments"),
20
+
person("Hadley", "Wickham", role = "ctb",
21
+
comment = "Author of included rlang fragments"),
22
+
person("Posit", role = "cph",
23
+
comment = "Copyright holder of included rlang fragments"),
24
+
person("Johns Hopkins University Center for Systems Science and Engineering", role = "dtc",
25
+
comment = "Owner of COVID-19 cases and deaths data from the COVID-19 Data Repository"),
26
+
person("Johns Hopkins University", role = "cph",
27
+
comment = "Copyright holder of COVID-19 cases and deaths data from the COVID-19 Data Repository"),
28
+
person("Carnegie Mellon University Delphi Group", role = "dtc",
29
+
comment = "Owner of claims-based CLI data from the Delphi Epidata API")
24
30
)
25
-
Description: This package introduces a common data structure for epidemiological
26
-
data reported by location and time, provides another data structure to
27
-
work with revisions to these data sets over time, and offers associated
28
-
utilities to perform basic signal processing tasks.
31
+
Description: This package introduces a common data structure for
32
+
epidemiological data reported by location and time, provides another
33
+
data structure to work with revisions to these data sets over time,
34
+
and offers associated utilities to perform basic signal processing
0 commit comments