Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Jul 29, 2024
1 parent f13cb36 commit fddd050
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
11 changes: 2 additions & 9 deletions R/runArraySimulation.R
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,7 @@
#' final <- SimCollect(files=dir())
#' final
#'
#' SimResults(final) |> View()
#'
#' # clean simulation directory
#' setwd('..')
#' SimClean(dirs='sim/')
#'
Expand All @@ -269,11 +268,6 @@
#' summarise=Summarise, iseed=iseed, arrayID=arrayID,
#' filename='condition', dirname='sim', array2row=array2row)) |> invisible()
#'
#' # If necessary, conditions above will manually terminate before
#' # 4 hours and 4GB of RAM are used, returning any
#' # successfully completed results before the HPC session times
#' # out (provided .slurm script specified more than 4 hours)
#'
#' # list saved files
#' dir('sim/')
#'
Expand All @@ -288,8 +282,7 @@
#' final <- SimCollect(files=dir())
#' final
#'
#' SimResults(final) |> View()
#'
#' # clean simulation directory
#' setwd('..')
#' SimClean(dirs='sim/')
#'
Expand Down
11 changes: 2 additions & 9 deletions man/runArraySimulation.Rd

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

0 comments on commit fddd050

Please sign in to comment.