Skip to content

Commit 7d31ee3

Browse files
committed
docs mismatch, missing dplyr::
1 parent 42a74f5 commit 7d31ee3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/autoplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ autoplot.epi_workflow <- function(
183183
}
184184

185185
if (".pred" %in% names(predictions)) {
186-
ntarget_dates <- n_distinct(predictions$time_value)
186+
ntarget_dates <- dplyr::n_distinct(predictions$time_value)
187187
if (ntarget_dates > 1L) {
188188
bp <- bp +
189189
geom_line(

man/autoplot-epipred.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)