Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Imports:
qs2,
stats
Suggests:
snow,
knitr,
ggplot2,
tidyr,
Expand Down
4 changes: 2 additions & 2 deletions R/runSimulation.R
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
#' \code{parallel} is used, however the overhead that tags along with parallel processing
#' results in higher processing times than simply running the simulation with one core.
#'
#' @param cl cluster object defined by \code{\link{makeCluster}} used to run code in parallel
#' @param cl cluster object defined by \code{\link[parallel]{makeCluster}} used to run code in parallel
#' (ignored if using the \code{\link[future]{future}} package approach).
#' If \code{NULL} and \code{parallel = TRUE}, a local cluster object will be defined which
#' selects the maximum number cores available
Expand Down Expand Up @@ -675,7 +675,7 @@
#' @param seed a vector or list of integers to be used for reproducibility.
#' The length of the vector must be equal the number of rows in \code{design}.
#' If the input is a vector then \code{\link{set.seed}} or
#' \code{\link{clusterSetRNGStream}} for each condition will be called, respectively.
#' \code{\link[parallel]{clusterSetRNGStream}} for each condition will be called, respectively.
#' If a list is provided then these
#' numbers must have been generated from \code{\link{genSeeds}}. The list approach
#' ensures random number generation independence across conditions and replications,
Expand Down
4 changes: 2 additions & 2 deletions man/runSimulation.Rd

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

Loading