Skip to content

Commit

Permalink
missed one. Good thing there's a check now
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Jul 23, 2024
1 parent 9ad919b commit 1c5b620
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# NEWS file for SimDesign

## Changes in SimDesign 2.17

- Better name checking when using the supported `list` inputs in `runSimulation()`
and `runArraySimulation()`


## Changes in SimDesign 2.16

- Fix for `SimCollect()` when `runArraySimulatino()` result contains
Expand Down
4 changes: 4 additions & 0 deletions R/runSimulation.R
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,10 @@
#' \code{filename} is defined, otherwise the filename is used to replace 'SimDesign'
#' in the string}
#'
#' \item{\code{tmpfilename}}{string indicating the temporary file name to save
#' provisional information to. If not specified the following will be used:
#' \code{paste0('SIMDESIGN-TEMPFILE_', compname, '.rds')}}
#'
#' }
#'
#' @param max_errors the simulation will terminate when more than this number of consecutive
Expand Down
2 changes: 1 addition & 1 deletion R/util.R
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ valid_control.list <- function()

valid_save_details.list <- function()
c("safe", "compname", "out_rootdir", "save_results_dirname", "save_results_filename",
"save_seeds_dirname", 'arrayID')
"save_seeds_dirname", 'arrayID', "tmpfilename")

# Test cases:
#
Expand Down
4 changes: 4 additions & 0 deletions man/runSimulation.Rd

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

0 comments on commit 1c5b620

Please sign in to comment.