Skip to content

Commit 586d5fa

Browse files
committed
fix: docstrings, review changes
1 parent 1c5de79 commit 586d5fa

21 files changed

+377
-594
lines changed

Diff for: DESCRIPTION

+2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ Imports:
5050
vctrs
5151
Suggests:
5252
covidcast,
53+
devtools,
5354
epidatr,
55+
here,
5456
knitr,
5557
outbreaks,
5658
rmarkdown,

Diff for: NAMESPACE

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ S3method(as_epi_df,data.frame)
66
S3method(as_epi_df,epi_df)
77
S3method(as_epi_df,tbl_df)
88
S3method(as_epi_df,tbl_ts)
9-
S3method(as_of,epi_archive)
109
S3method(as_tibble,epi_df)
1110
S3method(as_tsibble,epi_df)
1211
S3method(autoplot,epi_df)
@@ -45,7 +44,6 @@ export(archive_cases_dv_subset)
4544
export(arrange)
4645
export(as_epi_archive)
4746
export(as_epi_df)
48-
export(as_of)
4947
export(as_tsibble)
5048
export(autoplot)
5149
export(clone)
@@ -154,6 +152,7 @@ importFrom(rlang,arg_match)
154152
importFrom(rlang,as_label)
155153
importFrom(rlang,caller_arg)
156154
importFrom(rlang,caller_env)
155+
importFrom(rlang,check_dots_empty)
157156
importFrom(rlang,enquo)
158157
importFrom(rlang,enquos)
159158
importFrom(rlang,env)

0 commit comments

Comments
 (0)