Skip to content

Commit

Permalink
cmdcheck fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Clark committed Sep 9, 2024
1 parent 5cbc5e6 commit cbf7d00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/stability.R
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ stability <- function(object, ...){
#'@rdname stability.mvgam
#'@method stability mvgam
#'@export
stability.mvgam = function(object){
stability.mvgam = function(object, ...){

# Check trend_model
trend_model <- attr(object$model_data, 'trend_model')
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/stability.mvgam.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/stability.mvgam.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified src/mvgam.dll
Binary file not shown.

0 comments on commit cbf7d00

Please sign in to comment.