Skip to content

Commit 689f96d

Browse files
committed
Rename delphi.epidata->epidatr, use in Suggests
1 parent 7181718 commit 689f96d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Imports:
4646
Suggests:
4747
covidcast,
4848
data.table,
49+
epidatr,
4950
ggplot2,
5051
knitr,
5152
lubridate,
@@ -57,6 +58,7 @@ VignetteBuilder:
5758
knitr
5859
Remotes:
5960
dajmcdon/epiprocess
61+
cmu-delphi/epidatr
6062
Config/testthat/edition: 3
6163
Encoding: UTF-8
6264
Roxygen: list(markdown = TRUE)

data-raw/case_death_rate_subset.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
library(tidyverse)
22
library(covidcast)
3-
library(delphi.epidata)
3+
library(epidatr)
44
library(epiprocess)
55

66
x <- covidcast(

musings/example-recipe.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
library(tidyverse)
22
library(covidcast)
3-
library(delphi.epidata)
3+
library(epidatr)
44
library(epiprocess)
55
library(tidymodels)
66

0 commit comments

Comments
 (0)