diff --git a/R/runSimulation.R b/R/runSimulation.R index b46b51e1..23252b5c 100644 --- a/R/runSimulation.R +++ b/R/runSimulation.R @@ -562,7 +562,7 @@ #' generation independence across conditions and replications, while the vector input #' ensures independence within the replications per conditions but not necessarily #' across conditions. Default randomly generates seeds within the -#' range 1 to 2147483647 for each condition via \code{link{gen_seeds}} +#' range 1 to 2147483647 for each condition via \code{\link{gen_seeds}} #' #' @param progress logical; display a progress bar (using the \code{pbapply} package) #' for each simulation condition? diff --git a/R/util.R b/R/util.R index 21b3c5b9..6907f2c3 100644 --- a/R/util.R +++ b/R/util.R @@ -126,7 +126,7 @@ notification_final <- function(Final){ #' Suppress verbose function messages #' #' This function is used to suppress information printed from external functions -#' that make internal use of \code{link{message}} and \code{\link{cat}}, which +#' that make internal use of \code{\link{message}} and \code{\link{cat}}, which #' provide information in interactive R sessions. For simulations, the session #' is not interactive, and therefore this type of output should be suppressed. #' For similar behaviour for suppressing warning messages, see diff --git a/man/quiet.Rd b/man/quiet.Rd index 6853d624..c65e576c 100644 --- a/man/quiet.Rd +++ b/man/quiet.Rd @@ -19,7 +19,7 @@ and print strings as an attribute to the resulting object from \code{expr(...)}? } \description{ This function is used to suppress information printed from external functions -that make internal use of \code{link{message}} and \code{\link{cat}}, which +that make internal use of \code{\link{message}} and \code{\link{cat}}, which provide information in interactive R sessions. For simulations, the session is not interactive, and therefore this type of output should be suppressed. For similar behaviour for suppressing warning messages, see diff --git a/man/runSimulation.Rd b/man/runSimulation.Rd index d1b8bcec..d10b2176 100644 --- a/man/runSimulation.Rd +++ b/man/runSimulation.Rd @@ -292,7 +292,7 @@ numbers must have been generated from \code{\link{gen_seeds}} with the argument generation independence across conditions and replications, while the vector input ensures independence within the replications per conditions but not necessarily across conditions. Default randomly generates seeds within the -range 1 to 2147483647 for each condition via \code{link{gen_seeds}}} +range 1 to 2147483647 for each condition via \code{\link{gen_seeds}}} \item{boot_method}{method for performing non-parametric bootstrap confidence intervals for the respective meta-statistics computed by the \code{Summarise} function.