aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/mmkin.Rd4
1 files changed, 3 insertions, 1 deletions
diff --git a/man/mmkin.Rd b/man/mmkin.Rd
index eb6d05eb..e871d78b 100644
--- a/man/mmkin.Rd
+++ b/man/mmkin.Rd
@@ -23,7 +23,9 @@ mmkin(models, datasets,
}
\item{cores}{
The number of cores to be used for multicore processing. This is only
- used when the \code{cluster} argument is \code{NULL}.
+ used when the \code{cluster} argument is \code{NULL}. On Windows machines,
+ cores > 1 is not supported, you need to use the \code{cluster} argument
+ to use multiple logical processors.
}
\item{cluster}{
A cluster as returned by \code{\link{makeCluster}} to be used for parallel

Contact - Imprint