Skip to content

Commit

Permalink
additive: Set user-specified mode/engine
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbadr committed Apr 22, 2024
1 parent 826efd8 commit f6452f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/additive.R
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,10 @@ additive <-
args = args,
eng_args = NULL,
mode = mode,
user_specified_mode = !missing(mode),
method = NULL,
engine = engine
engine = engine,
user_specified_engine = !missing(engine)
)
}

Expand Down

0 comments on commit f6452f6

Please sign in to comment.