Skip to content

Commit

Permalink
add codecoverage update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Clark committed Nov 15, 2024
1 parent 695ef91 commit 17bec3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/forecast.mvgam.R
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,10 @@ forecast_draws = function(object,
'extract_series_trend_pars',
'mvgam_predict',
'prep_varma_params',
'sim_varma')
'sim_varma',
'validate_equaldims',
'varma_recursC',
'log_sum_exp')
attr(funs_list, 'envir') <- as.environment(asNamespace("mvgam"))
attr(funs_list, 'mode') <- 'function'

Expand Down
Binary file added src/RcppExports.gcda
Binary file not shown.
Binary file added src/trend_funs.gcda
Binary file not shown.

0 comments on commit 17bec3d

Please sign in to comment.