Skip to content

Commit af85ea7

Browse files
Use @param \ldots everywhere
1 parent 76044da commit af85ea7

8 files changed

+14
-14
lines changed

R/as.cluster.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' @param x An object to be coerced.
44
#'
5-
#' @param \dots Additional arguments passed to the underlying coercion method.
5+
#' @param \ldots Additional arguments passed to the underlying coercion method.
66
#' For `c(...)`, the clusters and cluster nodes to be combined.
77
#'
88
#' @return An object of class `cluster`.

R/makeClusterMPI.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#'
1616
#' @param workers The number workers (as a positive integer).
1717
#'
18-
#' @param \dots Optional arguments passed to
18+
#' @param \ldots Optional arguments passed to
1919
#' \code{\link[parallel:makeCluster]{makeCluster}(workers, type = "MPI", ...)}.
2020
#'
2121
#' @return An object of class `c("RichMPIcluster", "MPIcluster", "cluster")` consisting

R/makeClusterPSOCK.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#' If `length(user) == length(workers)`, then each worker may have a unique
3737
#' user name.
3838
#'
39-
#' @param \dots Optional arguments passed to
39+
#' @param \ldots Optional arguments passed to
4040
#' `makeNode(workers[i], ..., rank = i)` where `i = seq_along(workers)`.
4141
#'
4242
#' @param autoStop If TRUE, the cluster will be automatically stopped

R/supportsMulticore.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#' This function checks whether or not forked (aka "multicore") processing
1515
#' is supported in the current \R session.
1616
#'
17-
#' @param \dots Internal usage only.
17+
#' @param \ldots Internal usage only.
1818
#'
1919
#' @return TRUE if forked processing is supported and not disabled,
2020
#' otherwise FALSE.

man/as.cluster.Rd

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/makeClusterMPI.Rd

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/makeClusterPSOCK.Rd

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/supportsMulticore.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)