Skip to content

Commit

Permalink
memcheck problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Clark committed Nov 15, 2024
1 parent f32fd6e commit 695ef91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/forecast.mvgam.R
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,8 @@ forecast_draws = function(object,
'forecast_trend',
'extract_series_trend_pars',
'mvgam_predict',
'prep_varma_params')
'prep_varma_params',
'sim_varma')
attr(funs_list, 'envir') <- as.environment(asNamespace("mvgam"))
attr(funs_list, 'mode') <- 'function'

Expand Down

0 comments on commit 695ef91

Please sign in to comment.