-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #520 from cmu-delphi/ndefries/epidatasets-migration
Import datasets and documentation from epidatasets
- Loading branch information
Showing
53 changed files
with
671 additions
and
904 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Type: Package | ||
Package: epiprocess | ||
Title: Tools for basic signal processing in epidemiology | ||
Version: 0.9.4 | ||
Version: 0.9.5 | ||
Authors@R: c( | ||
person("Jacob", "Bien", role = "ctb"), | ||
person("Logan", "Brooks", , "[email protected]", role = c("aut", "cre")), | ||
|
@@ -20,7 +20,13 @@ Authors@R: c( | |
person("Hadley", "Wickham", role = "ctb", | ||
comment = "Author of included rlang fragments"), | ||
person("Posit", role = "cph", | ||
comment = "Copyright holder of included rlang fragments") | ||
comment = "Copyright holder of included rlang fragments"), | ||
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"), | ||
person("Johns Hopkins University", role = "cph", | ||
comment = "Copyright holder of COVID-19 cases and deaths data from the COVID-19 Data Repository"), | ||
person("Carnegie Mellon University Delphi Group", role = "dtc", | ||
comment = "Owner of claims-based CLI data from the Delphi Epidata API") | ||
) | ||
Description: This package introduces a common data structure for | ||
epidemiological data reported by location and time, provides another | ||
|
@@ -36,6 +42,7 @@ Imports: | |
cli, | ||
data.table, | ||
dplyr (>= 1.1.0), | ||
epidatasets, | ||
genlasso, | ||
ggplot2, | ||
glue, | ||
|
@@ -64,6 +71,7 @@ Suggests: | |
VignetteBuilder: | ||
knitr | ||
Remotes: | ||
cmu-delphi/epidatasets, | ||
cmu-delphi/epidatr, | ||
glmgen/genlasso, | ||
reconverse/outbreaks | ||
|
@@ -78,7 +86,6 @@ Collate: | |
'archive.R' | ||
'autoplot.R' | ||
'correlation.R' | ||
'data.R' | ||
'epi_df.R' | ||
'epi_df_forbidden_methods.R' | ||
'epiprocess.R' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.