Skip to content

Commit

Permalink
fix unattached links
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Nov 7, 2024
1 parent a85c5e3 commit 576d6aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/runSimulation.R
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
2 changes: 1 addition & 1 deletion R/util.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/quiet.Rd

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

2 changes: 1 addition & 1 deletion man/runSimulation.Rd

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

0 comments on commit 576d6aa

Please sign in to comment.