Skip to content

Commit 1a67c5d

Browse files
dajmcdondsweber2
andauthored
Apply suggestions from code review
Co-authored-by: David Weber <[email protected]>
1 parent c8c87bb commit 1a67c5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/epi_recipe.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ epi_recipe <- function(x, ...) {
2424
#' column in the `epi_df` or `NULL`. If a date, it gives the date to which all
2525
#' operations are relative. Typically, in real-time tasks this is the date that
2626
#' the model is created (and presumably trained). In forecasting, this is
27-
#' often the same the most recent date of
27+
#' often the same as the most recent date of
2828
#' data availability, but when data is "latent" (reported after the date to
2929
#' which it corresponds), or if performing a nowcast, the `reference_date` may
3030
#' be later than this. Setting `reference_date`
3131
#' to a value BEFORE the most recent data is not a true "forecast",
32-
#' because future data is being used to create the model But this may be
32+
#' because future data is being used to create the model, but this may be
3333
#' reasonable in model building, nowcasting (predicting finalized values from
3434
#' preliminary data), or if producing a backcast. If `NULL`, it will be set
3535
#' to the `as_of` date of the `epi_df`.

0 commit comments

Comments
 (0)