Skip to content

Commit f23c5c9

Browse files
committed
docs: link-ify vignette("backtesting", package="epipredict")
`downlit` fails to link these, maybe because we're not on CRAN yet.
1 parent ca98924 commit f23c5c9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

R/methods-epi_archive.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,8 @@ epix_detailed_restricted_mutate <- function(.data, ...) {
629629
#' version-aware: the sliding computation at any given reference time t is
630630
#' performed on **data that would have been available as of t**. This function
631631
#' is intended for use in accurate backtesting of models; see
632-
#' `vignette("backtesting", package="epipredict")` for a walkthrough.
632+
#' \href{https://cmu-delphi.github.io/epipredict/articles/backtesting.html}{`vignette("backtesting",
633+
#' package="epipredict")`} for a walkthrough.
633634
#'
634635
#' @param .x An [`epi_archive`] or [`grouped_epi_archive`] object. If ungrouped,
635636
#' all data in `x` will be treated as part of a single data group.

man/epix_slide.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/epi_archive.Rmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,8 @@ observation carried forward (LOCF). For more information, see `epix_merge()`.
234234
## Backtesting forecasting models
235235

236236
One of the most common use cases of `epiprocess::epi_archive()` object is for
237-
accurate model backtesting. See `vignette("backtesting", package="epipredict")`
237+
accurate model backtesting. See [`vignette("backtesting",
238+
package="epipredict")`](https://cmu-delphi.github.io/epipredict/articles/backtesting.html)
238239
for an in-depth demo, using a pre-built forecaster in that package.
239240

240241
## Attribution

0 commit comments

Comments
 (0)