diff --git a/DESCRIPTION b/DESCRIPTION index 620c9300..7540ae7a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -67,4 +67,4 @@ Encoding: UTF-8 Language: en-GB Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace')) -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.2 diff --git a/R/nnetar.R b/R/nnetar.R index 93fd5b74..5d55c5b3 100644 --- a/R/nnetar.R +++ b/R/nnetar.R @@ -213,7 +213,7 @@ specials_nnetar <- new_specials( #' @param scale_inputs If TRUE, inputs are scaled by subtracting the column #' means and dividing by their respective standard deviations. Scaling is #' applied after transformations. -#' @param ... Other arguments passed to `\link[nnet]{nnet}`. +#' @param ... Other arguments passed to [nnet::nnet()]. #' #' @section Specials: #' diff --git a/man/NNETAR.Rd b/man/NNETAR.Rd index f212c84c..93956e8b 100644 --- a/man/NNETAR.Rd +++ b/man/NNETAR.Rd @@ -20,7 +20,7 @@ weights. These are then averaged when producing forecasts.} means and dividing by their respective standard deviations. Scaling is applied after transformations.} -\item{...}{Other arguments passed to \verb{\link[nnet]\{nnet\}}.} +\item{...}{Other arguments passed to \code{\link[nnet:nnet]{nnet::nnet()}}.} } \value{ A model specification.