1- Type: Package
21Package: epiprocess
2+ Type: Package
33Title: Tools for basic signal processing in epidemiology
4- Version: 0.9.0
4+ Version: 0.9.6
55Authors@R: c(
66 person("Jacob", "Bien", role = "ctb"),
77 person("Logan", "Brooks", , "lcbrooks@andrew.cmu.edu", role = c("aut", "cre")),
@@ -20,13 +20,19 @@ Authors@R: c(
2020 person("Hadley", "Wickham", role = "ctb",
2121 comment = "Author of included rlang fragments"),
2222 person("Posit", role = "cph",
23- comment = "Copyright holder of included rlang fragments")
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")
2430 )
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 .
31+ Description: This package introduces common data structures for working with
32+ epidemiological data reported by location and time and offers associated
33+ utilities to perform basic signal processing tasks. The package is designed
34+ to be used in conjunction with `epipredict` for building and evaluating
35+ epidemiological models .
3036License: MIT + file LICENSE
3137URL: https://cmu-delphi.github.io/epiprocess/
3238Depends:
@@ -35,7 +41,8 @@ Imports:
3541 checkmate,
3642 cli,
3743 data.table,
38- dplyr (>= 1.0.8),
44+ dplyr (>= 1.1.0),
45+ epidatasets,
3946 genlasso,
4047 ggplot2,
4148 glue,
@@ -53,17 +60,19 @@ Imports:
5360 vctrs,
5461 waldo
5562Suggests:
56- covidcast,
5763 devtools,
5864 epidatr,
65+ here,
5966 knitr,
6067 outbreaks,
68+ readr,
6169 rmarkdown,
6270 testthat (>= 3.1.5),
6371 withr
6472VignetteBuilder:
6573 knitr
6674Remotes:
75+ cmu-delphi/epidatasets,
6776 cmu-delphi/epidatr,
6877 glmgen/genlasso,
6978 reconverse/outbreaks
@@ -78,10 +87,9 @@ Collate:
7887 'archive.R'
7988 'autoplot.R'
8089 'correlation.R'
81- 'data.R'
8290 'epi_df.R'
8391 'epi_df_forbidden_methods.R'
84- 'epiprocess.R'
92+ 'epiprocess-package .R'
8593 'group_by_epi_df_methods.R'
8694 'methods-epi_archive.R'
8795 'grouped_epi_archive.R'
0 commit comments