Skip to content

Commit 143ece5

Browse files
Require urca for forecast() examples
1 parent ed29c74 commit 143ece5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ Encoding: UTF-8
7777
Language: en-GB
7878
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate',
7979
'namespace'))
80-
RoxygenNote: 7.3.1
80+
RoxygenNote: 7.3.2

R/forecast.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#' - All columns in `new_data`, excluding those whose names conflict with the
4545
#' above.
4646
#'
47-
#' @examplesIf requireNamespace("fable", quietly = TRUE) && requireNamespace("tsibbledata", quietly = TRUE)
47+
#' @examplesIf requireNamespace("fable", quietly = TRUE) && requireNamespace("tsibbledata", quietly = TRUE) && requireNamespace("urca", quietly = TRUE)
4848
#' library(fable)
4949
#' library(tsibble)
5050
#' library(tsibbledata)

man/forecast.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)