1- Package: epiprocess
21Type: Package
2+ Package: epiprocess
33Title: Tools for basic signal processing in epidemiology
4- Version: 0.10.3
4+ Version: 0.10.4
55Authors@R: c(
66 person("Jacob", "Bien", role = "ctb"),
77 person("Logan", "Brooks", , "lcbrooks+github@andrew.cmu.edu", role = c("aut", "cre")),
@@ -23,17 +23,17 @@ Authors@R: c(
2323 person("Posit", role = "cph",
2424 comment = "Copyright holder of included rlang fragments"),
2525 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"),
2727 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"),
2929 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")
3131 )
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.
3737License: MIT + file LICENSE
3838URL: https://cmu-delphi.github.io/epiprocess/
3939Depends:
@@ -44,7 +44,6 @@ Imports:
4444 cli,
4545 data.table,
4646 dplyr (>= 1.1.0),
47- genlasso,
4847 ggplot2,
4948 glue,
5049 lifecycle (>= 1.0.1),
@@ -63,6 +62,7 @@ Imports:
6362 waldo
6463Suggests:
6564 devtools,
65+ distributional,
6666 epidatr,
6767 epipredict,
6868 here,
@@ -71,6 +71,7 @@ Suggests:
7171 readr,
7272 rmarkdown,
7373 testthat (>= 3.1.5),
74+ trendfilter,
7475 withr
7576VignetteBuilder:
7677 knitr
@@ -79,7 +80,7 @@ Remotes:
7980 cmu-delphi/epidatasets,
8081 cmu-delphi/epidatr,
8182 cmu-delphi/epipredict,
82- glmgen/genlasso ,
83+ glmgen/trendfilter ,
8384 reconverse/outbreaks
8485Config/Needs/website: cmu-delphi/delphidocs
8586Config/testthat/edition: 3
0 commit comments