diff --git a/DESCRIPTION b/DESCRIPTION index 0bad4505..9420798f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -58,4 +58,4 @@ Language: en-GB LazyData: true Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace')) -RoxygenNote: 7.1.0 +RoxygenNote: 7.1.0.9000 diff --git a/R/theta.R b/R/theta.R index b6a5c422..9361b9c4 100644 --- a/R/theta.R +++ b/R/theta.R @@ -85,8 +85,7 @@ specials_theta <- new_specials( #' multiplicative decomposition before applying the theta method. The resulting #' forecasts are then reseasonalized. #' -#' More general theta methods are available in the -#' \code{\link[forecTheta]{forecTheta}} package. +#' More general theta methods are available in the forecTheta package. #' #' @param formula Model specification. #' @param ... Not used. diff --git a/README.md b/README.md index 52cad29f..e0e94b13 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ library(fable) library(tsibble) library(tsibbledata) library(lubridate) +#> Warning: package 'lubridate' was built under R version 3.6.3 library(dplyr) aus_retail %>% filter( diff --git a/cran-comments.md b/cran-comments.md index 537dd51e..c6228d2c 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -5,7 +5,7 @@ by the dplyr v1.0.0 and tsibble v0.9.0 releases. ## Test environments * local ubuntu 18.04 install, R 3.6.3 -* ubuntu 16.04 (on GitHub actions), R 4.0.0, R3.6.3, R 3.5.3 +* ubuntu 16.04 (on GitHub actions), R 4.0.0, R 3.6.3, R 3.5.3 * macOS (on GitHub actions), R-devel, R 4.0.0 * windows (on GitHub actions), R 3.6.3 * win-builder, R-devel, R 4.0.0, R 3.6.3 @@ -16,10 +16,10 @@ by the dplyr v1.0.0 and tsibble v0.9.0 releases. ## revdep checks -All revdeps have been checked. All changes to worse (in fpp3 and feasts) are due +All revdeps have been checked. All changes to worse are due to upstream changes in tsibble v0.9.0, and have fixed versions ready for submission. ## Resubmission -Resubmitting as requested now that distributional is on CRAN. \ No newline at end of file +Resubmitting as requested now that distributional and fabletools are on CRAN. \ No newline at end of file diff --git a/man/ETS.Rd b/man/ETS.Rd index b09adbf8..0be41210 100644 --- a/man/ETS.Rd +++ b/man/ETS.Rd @@ -59,7 +59,7 @@ The \emph{specials} define the methods and parameters for the components (error, There are a couple of limitations to note about ETS models: \itemize{ \item It does not support exogenous regressors. -\item It does not support missing values. You can complete missing values in the data with imputed values (e.g. with \code{\link[tidyr:fill]{tidyr::fill()}}, or by fitting a different model type and then calling \code{\link[fabletools:interpolate]{fabletools::interpolate()}}) before fitting the model. +\item It does not support missing values. You can complete missing values in the data with imputed values (e.g. with \code{\link[tidyr:fill]{tidyr::fill()}}, or by fitting a different model type and then calling \code{\link[fabletools:reexports]{fabletools::interpolate()}}) before fitting the model. } \subsection{error}{ diff --git a/man/THETA.Rd b/man/THETA.Rd index 118d4af7..38a99b72 100644 --- a/man/THETA.Rd +++ b/man/THETA.Rd @@ -25,8 +25,7 @@ deemed seasonal, the series is seasonally adjusted using a classical multiplicative decomposition before applying the theta method. The resulting forecasts are then reseasonalized. -More general theta methods are available in the -\code{\link[forecTheta]{forecTheta}} package. +More general theta methods are available in the forecTheta package. } \section{Specials}{ diff --git a/man/figures/README-example-1.png b/man/figures/README-example-1.png index 0135492f..2fc2ca12 100644 Binary files a/man/figures/README-example-1.png and b/man/figures/README-example-1.png differ diff --git a/man/forecast.AR.Rd b/man/forecast.AR.Rd index 21d29b1e..9bec3781 100644 --- a/man/forecast.AR.Rd +++ b/man/forecast.AR.Rd @@ -18,7 +18,7 @@ \item{new_data}{A \code{tsibble} containing future information used to forecast.} -\item{specials}{(passed by \code{\link[fabletools:forecast.mdl_df]{fabletools::forecast.mdl_df()}}).} +\item{specials}{(passed by \code{\link[fabletools:forecast]{fabletools::forecast.mdl_df()}}).} \item{bootstrap}{If \code{TRUE}, then forecast distributions are computed using simulation with resampled errors.} diff --git a/man/forecast.ARIMA.Rd b/man/forecast.ARIMA.Rd index 8acd277e..564d2bbb 100644 --- a/man/forecast.ARIMA.Rd +++ b/man/forecast.ARIMA.Rd @@ -18,7 +18,7 @@ \item{new_data}{A \code{tsibble} containing future information used to forecast.} -\item{specials}{(passed by \code{\link[fabletools:forecast.mdl_df]{fabletools::forecast.mdl_df()}}).} +\item{specials}{(passed by \code{\link[fabletools:forecast]{fabletools::forecast.mdl_df()}}).} \item{bootstrap}{If \code{TRUE}, then forecast distributions are computed using simulation with resampled errors.} diff --git a/man/forecast.ETS.Rd b/man/forecast.ETS.Rd index 1f9c0c14..75928f46 100644 --- a/man/forecast.ETS.Rd +++ b/man/forecast.ETS.Rd @@ -19,7 +19,7 @@ \item{new_data}{A \code{tsibble} containing future information used to forecast.} -\item{specials}{(passed by \code{\link[fabletools:forecast.mdl_df]{fabletools::forecast.mdl_df()}}).} +\item{specials}{(passed by \code{\link[fabletools:forecast]{fabletools::forecast.mdl_df()}}).} \item{simulate}{If \code{TRUE}, prediction intervals are produced by simulation rather than using analytic formulae.} diff --git a/man/forecast.NNETAR.Rd b/man/forecast.NNETAR.Rd index a8e0b098..d439f6f9 100644 --- a/man/forecast.NNETAR.Rd +++ b/man/forecast.NNETAR.Rd @@ -19,7 +19,7 @@ \item{new_data}{A \code{tsibble} containing future information used to forecast.} -\item{specials}{(passed by \code{\link[fabletools:forecast.mdl_df]{fabletools::forecast.mdl_df()}}).} +\item{specials}{(passed by \code{\link[fabletools:forecast]{fabletools::forecast.mdl_df()}}).} \item{simulate}{If \code{TRUE}, prediction intervals are produced by simulation rather than using analytic formulae.} diff --git a/man/forecast.RW.Rd b/man/forecast.RW.Rd index ac0ce3f5..8df1accc 100644 --- a/man/forecast.RW.Rd +++ b/man/forecast.RW.Rd @@ -19,7 +19,7 @@ \item{new_data}{A \code{tsibble} containing future information used to forecast.} -\item{specials}{(passed by \code{\link[fabletools:forecast.mdl_df]{fabletools::forecast.mdl_df()}}).} +\item{specials}{(passed by \code{\link[fabletools:forecast]{fabletools::forecast.mdl_df()}}).} \item{simulate}{If \code{TRUE}, prediction intervals are produced by simulation rather than using analytic formulae.} diff --git a/man/forecast.TSLM.Rd b/man/forecast.TSLM.Rd index 467e3332..9cbc0d97 100644 --- a/man/forecast.TSLM.Rd +++ b/man/forecast.TSLM.Rd @@ -18,7 +18,7 @@ \item{new_data}{A \code{tsibble} containing future information used to forecast.} -\item{specials}{(passed by \code{\link[fabletools:forecast.mdl_df]{fabletools::forecast.mdl_df()}}).} +\item{specials}{(passed by \code{\link[fabletools:forecast]{fabletools::forecast.mdl_df()}}).} \item{bootstrap}{If \code{TRUE}, then forecast distributions are computed using simulation with resampled errors.} diff --git a/man/forecast.VAR.Rd b/man/forecast.VAR.Rd index 2634bbf7..272bcd83 100644 --- a/man/forecast.VAR.Rd +++ b/man/forecast.VAR.Rd @@ -18,7 +18,7 @@ \item{new_data}{A \code{tsibble} containing future information used to forecast.} -\item{specials}{(passed by \code{\link[fabletools:forecast.mdl_df]{fabletools::forecast.mdl_df()}}).} +\item{specials}{(passed by \code{\link[fabletools:forecast]{fabletools::forecast.mdl_df()}}).} \item{bootstrap}{If \code{TRUE}, then forecast distributions are computed using simulation with resampled errors.} diff --git a/man/forecast.croston.Rd b/man/forecast.croston.Rd index ba92f0c4..6a644ebc 100644 --- a/man/forecast.croston.Rd +++ b/man/forecast.croston.Rd @@ -11,7 +11,7 @@ \item{new_data}{A \code{tsibble} containing future information used to forecast.} -\item{specials}{(passed by \code{\link[fabletools:forecast.mdl_df]{fabletools::forecast.mdl_df()}}).} +\item{specials}{(passed by \code{\link[fabletools:forecast]{fabletools::forecast.mdl_df()}}).} \item{...}{Additional arguments for forecast model methods.} } diff --git a/man/forecast.fable_theta.Rd b/man/forecast.fable_theta.Rd index 2628e0f4..26a04c0f 100644 --- a/man/forecast.fable_theta.Rd +++ b/man/forecast.fable_theta.Rd @@ -18,7 +18,7 @@ \item{new_data}{A \code{tsibble} containing future information used to forecast.} -\item{specials}{(passed by \code{\link[fabletools:forecast.mdl_df]{fabletools::forecast.mdl_df()}}).} +\item{specials}{(passed by \code{\link[fabletools:forecast]{fabletools::forecast.mdl_df()}}).} \item{bootstrap}{If \code{TRUE}, then forecast distributions are computed using simulation with resampled errors.} diff --git a/man/forecast.model_mean.Rd b/man/forecast.model_mean.Rd index f603f7ea..edc35037 100644 --- a/man/forecast.model_mean.Rd +++ b/man/forecast.model_mean.Rd @@ -18,7 +18,7 @@ \item{new_data}{A \code{tsibble} containing future information used to forecast.} -\item{specials}{(passed by \code{\link[fabletools:forecast.mdl_df]{fabletools::forecast.mdl_df()}}).} +\item{specials}{(passed by \code{\link[fabletools:forecast]{fabletools::forecast.mdl_df()}}).} \item{bootstrap}{If \code{TRUE}, then forecast distributions are computed using simulation with resampled errors.} diff --git a/man/generate.ARIMA.Rd b/man/generate.ARIMA.Rd index 00b51527..79c16dcd 100644 --- a/man/generate.ARIMA.Rd +++ b/man/generate.ARIMA.Rd @@ -11,7 +11,7 @@ \item{new_data}{A \code{tsibble} containing future information used to forecast.} -\item{specials}{(passed by \code{\link[fabletools:forecast.mdl_df]{fabletools::forecast.mdl_df()}}).} +\item{specials}{(passed by \code{\link[fabletools:forecast]{fabletools::forecast.mdl_df()}}).} \item{bootstrap}{If \code{TRUE}, then forecast distributions are computed using simulation with resampled errors.} diff --git a/man/generate.ETS.Rd b/man/generate.ETS.Rd index 036052ee..b5e8f131 100644 --- a/man/generate.ETS.Rd +++ b/man/generate.ETS.Rd @@ -11,7 +11,7 @@ \item{new_data}{A \code{tsibble} containing future information used to forecast.} -\item{specials}{(passed by \code{\link[fabletools:forecast.mdl_df]{fabletools::forecast.mdl_df()}}).} +\item{specials}{(passed by \code{\link[fabletools:forecast]{fabletools::forecast.mdl_df()}}).} \item{bootstrap}{If \code{TRUE}, then forecast distributions are computed using simulation with resampled errors.} diff --git a/man/generate.NNETAR.Rd b/man/generate.NNETAR.Rd index ce2ad353..a942a655 100644 --- a/man/generate.NNETAR.Rd +++ b/man/generate.NNETAR.Rd @@ -11,7 +11,7 @@ \item{new_data}{A \code{tsibble} containing future information used to forecast.} -\item{specials}{(passed by \code{\link[fabletools:forecast.mdl_df]{fabletools::forecast.mdl_df()}}).} +\item{specials}{(passed by \code{\link[fabletools:forecast]{fabletools::forecast.mdl_df()}}).} \item{bootstrap}{If \code{TRUE}, then forecast distributions are computed using simulation with resampled errors.} diff --git a/man/generate.TSLM.Rd b/man/generate.TSLM.Rd index 2009d1f7..327bc5df 100644 --- a/man/generate.TSLM.Rd +++ b/man/generate.TSLM.Rd @@ -11,7 +11,7 @@ \item{new_data}{A \code{tsibble} containing future information used to forecast.} -\item{specials}{(passed by \code{\link[fabletools:forecast.mdl_df]{fabletools::forecast.mdl_df()}}).} +\item{specials}{(passed by \code{\link[fabletools:forecast]{fabletools::forecast.mdl_df()}}).} \item{bootstrap}{If \code{TRUE}, then forecast distributions are computed using simulation with resampled errors.} diff --git a/man/interpolate.ARIMA.Rd b/man/interpolate.ARIMA.Rd index f5cdbeb2..e3ad8f4a 100644 --- a/man/interpolate.ARIMA.Rd +++ b/man/interpolate.ARIMA.Rd @@ -11,7 +11,7 @@ \item{new_data}{A \code{tsibble} containing future information used to forecast.} -\item{specials}{(passed by \code{\link[fabletools:forecast.mdl_df]{fabletools::forecast.mdl_df()}}).} +\item{specials}{(passed by \code{\link[fabletools:forecast]{fabletools::forecast.mdl_df()}}).} \item{...}{Additional arguments for forecast model methods.} } diff --git a/man/interpolate.TSLM.Rd b/man/interpolate.TSLM.Rd index 46a26e82..ea219c6d 100644 --- a/man/interpolate.TSLM.Rd +++ b/man/interpolate.TSLM.Rd @@ -11,7 +11,7 @@ \item{new_data}{A \code{tsibble} containing future information used to forecast.} -\item{specials}{(passed by \code{\link[fabletools:forecast.mdl_df]{fabletools::forecast.mdl_df()}}).} +\item{specials}{(passed by \code{\link[fabletools:forecast]{fabletools::forecast.mdl_df()}}).} \item{...}{Additional arguments for forecast model methods.} } diff --git a/man/interpolate.model_mean.Rd b/man/interpolate.model_mean.Rd index d30da526..9b86fddb 100644 --- a/man/interpolate.model_mean.Rd +++ b/man/interpolate.model_mean.Rd @@ -11,7 +11,7 @@ \item{new_data}{A \code{tsibble} containing future information used to forecast.} -\item{specials}{(passed by \code{\link[fabletools:forecast.mdl_df]{fabletools::forecast.mdl_df()}}).} +\item{specials}{(passed by \code{\link[fabletools:forecast]{fabletools::forecast.mdl_df()}}).} \item{...}{Additional arguments for forecast model methods.} } diff --git a/man/reexports.Rd b/man/reexports.Rd index 182daa7f..1b534870 100644 --- a/man/reexports.Rd +++ b/man/reexports.Rd @@ -12,8 +12,8 @@ These objects are imported from other packages. Follow the links below to see their documentation. \describe{ - \item{dplyr}{\code{\link[dplyr]{\%>\%}}} + \item{dplyr}{\code{\link[dplyr:reexports]{\%>\%}}} - \item{tsibble}{\code{\link[tsibble]{as_tsibble}}} + \item{tsibble}{\code{\link[tsibble:as-tsibble]{as_tsibble}}} }} diff --git a/man/refit.AR.Rd b/man/refit.AR.Rd index 4417852d..626fa1d2 100644 --- a/man/refit.AR.Rd +++ b/man/refit.AR.Rd @@ -11,7 +11,7 @@ \item{new_data}{A \code{tsibble} containing future information used to forecast.} -\item{specials}{(passed by \code{\link[fabletools:forecast.mdl_df]{fabletools::forecast.mdl_df()}}).} +\item{specials}{(passed by \code{\link[fabletools:forecast]{fabletools::forecast.mdl_df()}}).} \item{reestimate}{If \code{TRUE}, the coefficients for the fitted model will be re-estimated to suit the new data.} diff --git a/man/refit.ARIMA.Rd b/man/refit.ARIMA.Rd index bd6064e9..db9a94f8 100644 --- a/man/refit.ARIMA.Rd +++ b/man/refit.ARIMA.Rd @@ -11,7 +11,7 @@ \item{new_data}{A \code{tsibble} containing future information used to forecast.} -\item{specials}{(passed by \code{\link[fabletools:forecast.mdl_df]{fabletools::forecast.mdl_df()}}).} +\item{specials}{(passed by \code{\link[fabletools:forecast]{fabletools::forecast.mdl_df()}}).} \item{reestimate}{If \code{TRUE}, the coefficients for the fitted model will be re-estimated to suit the new data.} diff --git a/man/refit.ETS.Rd b/man/refit.ETS.Rd index 0d0009f3..6de85835 100644 --- a/man/refit.ETS.Rd +++ b/man/refit.ETS.Rd @@ -18,7 +18,7 @@ \item{new_data}{A \code{tsibble} containing future information used to forecast.} -\item{specials}{(passed by \code{\link[fabletools:forecast.mdl_df]{fabletools::forecast.mdl_df()}}).} +\item{specials}{(passed by \code{\link[fabletools:forecast]{fabletools::forecast.mdl_df()}}).} \item{reestimate}{If \code{TRUE}, the coefficients for the fitted model will be re-estimated to suit the new data.} diff --git a/man/refit.TSLM.Rd b/man/refit.TSLM.Rd index 7385dfa9..e331a7b7 100644 --- a/man/refit.TSLM.Rd +++ b/man/refit.TSLM.Rd @@ -11,7 +11,7 @@ \item{new_data}{A \code{tsibble} containing future information used to forecast.} -\item{specials}{(passed by \code{\link[fabletools:forecast.mdl_df]{fabletools::forecast.mdl_df()}}).} +\item{specials}{(passed by \code{\link[fabletools:forecast]{fabletools::forecast.mdl_df()}}).} \item{reestimate}{If \code{TRUE}, the coefficients for the fitted model will be re-estimated to suit the new data.} diff --git a/man/unitroot_options.Rd b/man/unitroot_options.Rd index 43cf43a8..f775ebb7 100644 --- a/man/unitroot_options.Rd +++ b/man/unitroot_options.Rd @@ -23,7 +23,7 @@ A vector of data to test is available as \code{.} or \code{.x}.} A list of parameters } \description{ -By default, a kpss test (via \code{\link[feasts:unitroot_kpss]{feasts::unitroot_kpss()}}) will be performed +By default, a kpss test (via \code{\link[feasts:unitroot]{feasts::unitroot_kpss()}}) will be performed for testing the required first order differences, and a test of the seasonal strength (via \code{\link[feasts:feat_stl]{feasts::feat_stl()}} seasonal_strength) being above the 0.64 threshold is used for determining seasonal required differences.