Skip to content

Commit

Permalink
Doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Sep 24, 2024
1 parent 7cc6184 commit 2cd06ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,5 @@ importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,time)
importFrom(stats,ts)
importFrom(tsibble,as_tsibble)
importFrom(utils,tail)
useDynLib(fable, .registration = TRUE)
2 changes: 1 addition & 1 deletion R/VARIMA.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ specials_varima <- new_specials(
#' @return A model specification.
#'
#' @seealso
#' [`MTS::VARMA()`], [`MTS:sVARMA()`].
#' [`MTS::VARMA()`], [`MTS::Kronfit()`].
#'
#' @examplesIf requireNamespace("tsibbledata", quietly = TRUE)
#' library(tsibbledata)
Expand Down
1 change: 1 addition & 0 deletions R/vecm.R
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ specials_vecm <- new_specials(
#' formula.
#'
#' @param formula Model specification (see "Specials" section).
#' @param ic The information criterion used in selecting the model.
#' @param r The number of cointegrating relationships
#' @param ... Further arguments for arima
#'
Expand Down

0 comments on commit 2cd06ea

Please sign in to comment.