From 85a4f0c2180eed6885dc96a433be824129f5f7ad Mon Sep 17 00:00:00 2001 From: Oliver Boix <95433070+0liver0815@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:17:27 +0200 Subject: [PATCH] Update doc. --- NAMESPACE | 5 ----- man/get_result_list.Rd | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/NAMESPACE b/NAMESPACE index 085d1ce43..ee2d68542 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -532,13 +532,8 @@ importFrom(kableExtra,kbl) importFrom(lifecycle,badge) importFrom(magrittr,"%>%") importFrom(mvtnorm,rmvnorm) -importFrom(parallel,clusterCall) -importFrom(parallel,clusterEvalQ) -importFrom(parallel,clusterExport) importFrom(parallel,detectCores) importFrom(parallel,makeCluster) -importFrom(parallel,parLapply) -importFrom(parallel,stopCluster) importFrom(parallelly,availableCores) importFrom(rjags,jags.model) importFrom(rjags,jags.samples) diff --git a/man/get_result_list.Rd b/man/get_result_list.Rd index 364993627..da89b4edc 100644 --- a/man/get_result_list.Rd +++ b/man/get_result_list.Rd @@ -7,7 +7,7 @@ get_result_list(fun, nsim, vars, parallel, n_cores) } \arguments{ -\item{fun}{the simulation function for a single iteration, which takes as +\item{fun}{(\code{function})\cr the simulation function for a single iteration, which takes as single parameter the iteration index.} \item{nsim}{number of simulations to be conducted.} @@ -27,7 +27,7 @@ to one list element). \ifelse{html}{\href{https://lifecycle.r-lib.org/articles/stages.html#stable}{\figure{lifecycle-stable.svg}{options: alt='[Stable]'}}}{\strong{[Stable]}} The function \code{fun} can use variables that are visible to itself. -The names of these variables have to given in the vector \code{vars}. +The names of these variables have to be given in the vector \code{vars}. } \keyword{internal} \keyword{programming}