@@ -4,7 +4,7 @@ Title: Tools for basic signal processing in epidemiology
44Version: 0.8.5
55Authors@R: c(
66 person("Jacob", "Bien", role = "ctb"),
7- person("Logan", "Brooks", email = "lcbrooks@andrew.cmu.edu", role = c("aut", "cre")),
7+ person("Logan", "Brooks", , "lcbrooks@andrew.cmu.edu", role = c("aut", "cre")),
88 person("Rafael", "Catoia", role = "ctb"),
99 person("Nat", "DeFries", role = "ctb"),
1010 person("Daniel", "McDonald", role = "aut"),
@@ -15,16 +15,22 @@ Authors@R: c(
1515 person("Evan", "Ray", role = "aut"),
1616 person("Dmitry", "Shemetov", role = "ctb"),
1717 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")
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")
2124 )
22- Description: This package introduces a common data structure for epidemiological
23- data reported by location and time, provides another data structure to
24- work with revisions to these data sets over time, and offers associated
25- utilities to perform basic signal processing tasks.
25+ Description: This package introduces a common data structure for
26+ epidemiological data reported by location and time, provides another
27+ data structure to work with revisions to these data sets over time,
28+ and offers associated utilities to perform basic signal processing
29+ tasks.
2630License: MIT + file LICENSE
27- Copyright: file inst/COPYRIGHTS
31+ URL: https://cmu-delphi.github.io/epiprocess/
32+ Depends:
33+ R (>= 3.6)
2834Imports:
2935 checkmate,
3036 cli,
@@ -58,33 +64,12 @@ VignetteBuilder:
5864 knitr
5965Remotes:
6066 cmu-delphi/epidatr,
61- reconverse/outbreaks ,
62- glmgen/genlasso
67+ glmgen/genlasso ,
68+ reconverse/outbreaks
6369Config/testthat/edition: 3
6470Config/testthat/parallel: true
71+ Copyright: file inst/COPYRIGHTS
6572Encoding: UTF-8
6673LazyData: true
6774Roxygen: list(markdown = TRUE)
6875RoxygenNote: 7.3.2
69- Depends:
70- R (>= 2.10)
71- URL: https://cmu-delphi.github.io/epiprocess/
72- Collate:
73- 'archive.R'
74- 'autoplot.R'
75- 'correlation.R'
76- 'data.R'
77- 'epi_df.R'
78- 'epiprocess.R'
79- 'group_by_epi_df_methods.R'
80- 'methods-epi_archive.R'
81- 'grouped_epi_archive.R'
82- 'growth_rate.R'
83- 'key_colnames.R'
84- 'methods-epi_df.R'
85- 'outliers.R'
86- 'reexports.R'
87- 'revision_analysis.R'
88- 'slide.R'
89- 'utils.R'
90- 'utils_pipe.R'
0 commit comments