diff --git a/DESCRIPTION b/DESCRIPTION index 7a5cdbcf8..fdac45e01 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -46,6 +46,7 @@ Imports: Suggests: covidcast, data.table, + epidatr, ggplot2, knitr, lubridate, @@ -56,7 +57,8 @@ Suggests: VignetteBuilder: knitr Remotes: - dajmcdon/epiprocess + cmu-delphi/epiprocess, + cmu-delphi/epidatr Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) diff --git a/data-raw/case_death_rate_subset.R b/data-raw/case_death_rate_subset.R index 11f552f4d..2d6a92ebc 100644 --- a/data-raw/case_death_rate_subset.R +++ b/data-raw/case_death_rate_subset.R @@ -1,6 +1,6 @@ library(tidyverse) library(covidcast) -library(delphi.epidata) +library(epidatr) library(epiprocess) x <- covidcast( diff --git a/musings/example-recipe.R b/musings/example-recipe.R index 00458e3ca..e14852269 100644 --- a/musings/example-recipe.R +++ b/musings/example-recipe.R @@ -1,6 +1,6 @@ library(tidyverse) library(covidcast) -library(delphi.epidata) +library(epidatr) library(epiprocess) library(tidymodels)