We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7181718 + c6f0a13 commit d3f17ecCopy full SHA for d3f17ec
DESCRIPTION
@@ -46,6 +46,7 @@ Imports:
46
Suggests:
47
covidcast,
48
data.table,
49
+ epidatr,
50
ggplot2,
51
knitr,
52
lubridate,
@@ -56,7 +57,8 @@ Suggests:
56
57
VignetteBuilder:
58
knitr
59
Remotes:
- dajmcdon/epiprocess
60
+ cmu-delphi/epiprocess,
61
+ cmu-delphi/epidatr
62
Config/testthat/edition: 3
63
Encoding: UTF-8
64
Roxygen: list(markdown = TRUE)
data-raw/case_death_rate_subset.R
@@ -1,6 +1,6 @@
1
library(tidyverse)
2
library(covidcast)
3
-library(delphi.epidata)
+library(epidatr)
4
library(epiprocess)
5
6
x <- covidcast(
musings/example-recipe.R
library(tidymodels)
0 commit comments