Skip to content

Commit

Permalink
fix: format link to nnet::nnet()
Browse files Browse the repository at this point in the history
  • Loading branch information
jcken95 committed Aug 19, 2024
1 parent 856cf18 commit 537bbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/nnetar.R
Original file line number Diff line number Diff line change
Expand Up @@ -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:
#'
Expand Down

0 comments on commit 537bbe7

Please sign in to comment.