diff --git a/DESCRIPTION b/DESCRIPTION index 2da8b760..ff2e2e4b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -71,4 +71,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/cran-comments.md b/cran-comments.md index 4e04aead..9c41c481 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -16,4 +16,8 @@ tsibble v0.9.0 release. All revdeps have been checked. All changes to worse are due to upstream changes in tsibble v0.9.0 and dplyr v1.0.0. These packages have fixed versions ready for -submission once fabletools is accepted. \ No newline at end of file +submission once fabletools is accepted. + +## Resubmission + +Fixed non-file package-anchored links. \ No newline at end of file diff --git a/man/autoplot.dcmp_ts.Rd b/man/autoplot.dcmp_ts.Rd index 7fb41a54..8ca293b1 100644 --- a/man/autoplot.dcmp_ts.Rd +++ b/man/autoplot.dcmp_ts.Rd @@ -13,7 +13,7 @@ \item{scale_bars}{If \code{TRUE}, each facet will include a scale bar which represents the same units across each facet.} -\item{...}{Further arguments passed to \code{\link[ggplot2:geom_line]{ggplot2::geom_line()}}, which can be used to specify fixed aesthetics such as \code{colour = "red"} or \code{size = 3}.} +\item{...}{Further arguments passed to \code{\link[ggplot2:geom_path]{ggplot2::geom_line()}}, which can be used to specify fixed aesthetics such as \code{colour = "red"} or \code{size = 3}.} } \description{ Produces a faceted plot of the components used to build the response diff --git a/man/autoplot.tbl_ts.Rd b/man/autoplot.tbl_ts.Rd index 6289d6d8..e4a8e7ff 100644 --- a/man/autoplot.tbl_ts.Rd +++ b/man/autoplot.tbl_ts.Rd @@ -14,7 +14,7 @@ \item{.vars}{A bare expression containing data you wish to plot. Multiple variables can be plotted using \code{\link[ggplot2:vars]{ggplot2::vars()}}.} -\item{...}{Further arguments passed to \code{\link[ggplot2:geom_line]{ggplot2::geom_line()}}, which can be used to specify fixed aesthetics such as \code{colour = "red"} or \code{size = 3}.} +\item{...}{Further arguments passed to \code{\link[ggplot2:geom_path]{ggplot2::geom_line()}}, which can be used to specify fixed aesthetics such as \code{colour = "red"} or \code{size = 3}.} } \description{ Produces a time series plot of one or more variables from a tsibble. If the diff --git a/man/features.Rd b/man/features.Rd index d452e371..d5e12c51 100644 --- a/man/features.Rd +++ b/man/features.Rd @@ -22,7 +22,7 @@ features_if(.tbl, .predicate, features, ...) \item{features}{A list of functions (or lambda expressions) for the features to compute. \code{\link[=feature_set]{feature_set()}} is a useful helper for building sets of features.} -\item{...}{Additional arguments to be passed to each feature. These arguments will only be passed to features which use it in their formal arguments (\code{\link[base:formals]{base::formals()}}), and not via their \code{...}. While passing \code{na.rm = TRUE} to \code{\link[stats:var]{stats::var()}} will work, it will not for \code{\link[base:mean]{base::mean()}} as its formals are \code{x} and \code{...}. To more precisely pass inputs to each function, you can use lambdas in the list of features (\code{~ mean(., na.rm = TRUE)}).} +\item{...}{Additional arguments to be passed to each feature. These arguments will only be passed to features which use it in their formal arguments (\code{\link[base:formals]{base::formals()}}), and not via their \code{...}. While passing \code{na.rm = TRUE} to \code{\link[stats:cor]{stats::var()}} will work, it will not for \code{\link[base:mean]{base::mean()}} as its formals are \code{x} and \code{...}. To more precisely pass inputs to each function, you can use lambdas in the list of features (\code{~ mean(., na.rm = TRUE)}).} \item{.predicate}{A predicate function (or lambda expression) to be applied to the columns or a logical vector. The variables for which .predicate is or returns TRUE are selected.} } diff --git a/man/forecast.Rd b/man/forecast.Rd index dfc2f060..b0ef9dab 100644 --- a/man/forecast.Rd +++ b/man/forecast.Rd @@ -69,7 +69,7 @@ The forecasts returned contain both point forecasts and their distribution. A specific forecast interval can be extracted from the distribution using the \code{\link[=hilo]{hilo()}} function, and multiple intervals can be obtained using \code{\link[=report]{report()}}. These intervals are stored in a single column using the \code{hilo} class, to -extract the numerical upper and lower bounds you can use \code{\link[tidyr:unnest]{tidyr::unnest()}}. +extract the numerical upper and lower bounds you can use \code{\link[tidyr:nest]{tidyr::unnest()}}. } \examples{ if (requireNamespace("fable", quietly = TRUE)) { diff --git a/man/mable.Rd b/man/mable.Rd index 24b3a503..db7fdb8e 100644 --- a/man/mable.Rd +++ b/man/mable.Rd @@ -9,7 +9,7 @@ mable(..., key = NULL, model = NULL) \arguments{ \item{...}{<\code{\link[rlang:dyn-dots]{dynamic-dots}}> A set of name-value pairs. These arguments are -processed with \code{\link[rlang:quos]{rlang::quos()}} and support unquote via \code{\link{!!}} and +processed with \code{\link[rlang:nse-defuse]{rlang::quos()}} and support unquote via \code{\link{!!}} and unquote-splice via \code{\link{!!!}}. Use \verb{:=} to create columns that start with a dot. Arguments are evaluated sequentially. diff --git a/man/reexports.Rd b/man/reexports.Rd index 842001a9..e9fe43f8 100644 --- a/man/reexports.Rd +++ b/man/reexports.Rd @@ -27,12 +27,12 @@ below to see their documentation. \describe{ \item{distributional}{\code{\link[distributional]{guide_level}}, \code{\link[distributional]{hilo}}} - \item{dplyr}{\code{\link[dplyr]{\%>\%}}, \code{\link[dplyr]{vars}}} + \item{dplyr}{\code{\link[dplyr:reexports]{\%>\%}}, \code{\link[dplyr]{vars}}} \item{generics}{\code{\link[generics]{augment}}, \code{\link[generics]{components}}, \code{\link[generics]{equation}}, \code{\link[generics]{generate}}, \code{\link[generics]{glance}}, \code{\link[generics]{interpolate}}, \code{\link[generics]{refit}}, \code{\link[generics]{tidy}}} \item{ggplot2}{\code{\link[ggplot2]{autolayer}}, \code{\link[ggplot2]{autoplot}}} - \item{tsibble}{\code{\link[tsibble]{as_tsibble}}} + \item{tsibble}{\code{\link[tsibble:as-tsibble]{as_tsibble}}} }} diff --git a/man/unpack_hilo.Rd b/man/unpack_hilo.Rd index a6458823..2a419dce 100644 --- a/man/unpack_hilo.Rd +++ b/man/unpack_hilo.Rd @@ -42,5 +42,5 @@ Allows a hilo column to be unpacked into its component columns: "lower", "upper", and "level". } \seealso{ -\code{\link[tidyr:unpack]{tidyr::unpack()}} +\code{\link[tidyr:pack]{tidyr::unpack()}} }