Skip to content

Commit

Permalink
fix validity check
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Feb 6, 2025
1 parent 3e1ead8 commit 1c0fc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/util.R
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ valid_control.list <- function()
"store_warning_seeds", "include_replication_index", "include_reps", "try_all_analyse",
"allow_na", "allow_nan", "type", "print_RAM", "max_time", "max_RAM",
"tol", "summarise.reg_data", "rel.tol", "k.success", "interpolate.R", "bolster",
"include_reps", 'from.runArraySimulation')
"include_reps", 'global_fun_level')

valid_save_details.list <- function()
c("safe", "compname", "out_rootdir", "save_results_dirname", "save_results_filename",
Expand Down

0 comments on commit 1c0fc18

Please sign in to comment.