1
- Package: epiprocess
2
1
Type: Package
2
+ Package: epiprocess
3
3
Title: Tools for basic signal processing in epidemiology
4
- Version: 0.10.3
4
+ Version: 0.10.4
5
5
Authors@R: c(
6
6
person("Jacob", "Bien", role = "ctb"),
7
7
person("Logan", "Brooks", , "
[email protected] ", role = c("aut", "cre")),
@@ -23,17 +23,17 @@ Authors@R: c(
23
23
person("Posit", role = "cph",
24
24
comment = "Copyright holder of included rlang fragments"),
25
25
person("Johns Hopkins University Center for Systems Science and Engineering", role = "dtc",
26
- comment = "Owner of COVID-19 cases and deaths data from the COVID-19 Data Repository"),
26
+ comment = "Owner of COVID-19 cases and deaths data from the COVID-19 Data Repository"),
27
27
person("Johns Hopkins University", role = "cph",
28
- comment = "Copyright holder of COVID-19 cases and deaths data from the COVID-19 Data Repository"),
28
+ comment = "Copyright holder of COVID-19 cases and deaths data from the COVID-19 Data Repository"),
29
29
person("Carnegie Mellon University Delphi Group", role = "dtc",
30
- comment = "Owner of claims-based CLI data from the Delphi Epidata API")
30
+ comment = "Owner of claims-based CLI data from the Delphi Epidata API")
31
31
)
32
- Description: This package introduces common data structures for working with
33
- epidemiological data reported by location and time and offers associated
34
- utilities to perform basic signal processing tasks. The package is designed
35
- to be used in conjunction with `epipredict` for building and evaluating
36
- epidemiological models.
32
+ Description: This package introduces common data structures for working
33
+ with epidemiological data reported by location and time and offers
34
+ associated utilities to perform basic signal processing tasks. The
35
+ package is designed to be used in conjunction with `epipredict` for
36
+ building and evaluating epidemiological models.
37
37
License: MIT + file LICENSE
38
38
URL: https://cmu-delphi.github.io/epiprocess/
39
39
Depends:
@@ -44,7 +44,6 @@ Imports:
44
44
cli,
45
45
data.table,
46
46
dplyr (>= 1.1.0),
47
- genlasso,
48
47
ggplot2,
49
48
glue,
50
49
lifecycle (>= 1.0.1),
@@ -63,6 +62,7 @@ Imports:
63
62
waldo
64
63
Suggests:
65
64
devtools,
65
+ distributional,
66
66
epidatr,
67
67
epipredict,
68
68
here,
@@ -71,6 +71,7 @@ Suggests:
71
71
readr,
72
72
rmarkdown,
73
73
testthat (>= 3.1.5),
74
+ trendfilter,
74
75
withr
75
76
VignetteBuilder:
76
77
knitr
@@ -79,7 +80,7 @@ Remotes:
79
80
cmu-delphi/epidatasets,
80
81
cmu-delphi/epidatr,
81
82
cmu-delphi/epipredict,
82
- glmgen/genlasso ,
83
+ glmgen/trendfilter ,
83
84
reconverse/outbreaks
84
85
Config/Needs/website: cmu-delphi/delphidocs
85
86
Config/testthat/edition: 3
0 commit comments