Skip to content

Commit 0721b6f

Browse files
committed
likely dont need to show two files at this point
1 parent 7bee406 commit 0721b6f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

R/SimFunctions.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,13 @@
6565
#'
6666
#' \dontrun{
6767
#'
68-
#' # write output to two files (recommended for larger MCSs)
69-
#' SimFunctions('mysim', singlefile = FALSE)
70-
#'
7168
#' # write output files to a single file with comments
7269
#' SimFunctions('mysim', comments = TRUE)
7370
#'
7471
#' # Multiple analysis functions for optional partitioning
7572
#' SimFunctions(nAnalyses = 2)
7673
#' SimFunctions(nAnalyses = 3)
74+
#'
7775
#' }
7876
#'
7977
SimFunctions <- function(filename = NULL, dir = getwd(), comments = FALSE,

man/SimFunctions.Rd

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)