Skip to content

Commit

Permalink
add ellipsis to netsim_scenario for compat
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienLeGuillou committed Oct 25, 2024
1 parent 388a248 commit 8f952fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/netsim_scenarios.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ step_tmpl_netsim_scenarios <- function(path_to_x, param, init, control,
scenarios_list, n_rep, n_cores,
output_dir, libraries = NULL,
setup_lines = NULL,
max_array_size = NULL) {
max_array_size = NULL, ...) {
p_list <- netsim_scenarios_setup(
path_to_x, param, init, control,
scenarios_list, n_rep, n_cores,
Expand Down Expand Up @@ -57,7 +57,7 @@ step_tmpl_netsim_scenarios <- function(path_to_x, param, init, control,
#' @export
netsim_scenarios <- function(path_to_x, param, init, control,
scenarios_list, n_rep, n_cores,
output_dir, libraries = NULL) {
output_dir, libraries = NULL, ...) {
p_list <- netsim_scenarios_setup(
path_to_x, param, init, control,
scenarios_list, n_rep, n_cores,
Expand Down
3 changes: 2 additions & 1 deletion man/netsim_scenarios.Rd

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

6 changes: 5 additions & 1 deletion man/step_tmpl_netsim_scenarios.Rd

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

0 comments on commit 8f952fe

Please sign in to comment.