From 212d0e30f146aed3fd0c42c8bae31b45409bcbce Mon Sep 17 00:00:00 2001 From: shikokuchuo <53399081+shikokuchuo@users.noreply.github.com> Date: Wed, 7 Feb 2024 11:10:22 +0000 Subject: [PATCH] docs --- DESCRIPTION | 2 +- NEWS.md | 2 ++ R/daemon.R | 2 +- man/daemon.Rd | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a205e5784..aef9fc7fb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: mirai Type: Package Title: Minimalist Async Evaluation Framework for R -Version: 0.12.1 +Version: 0.12.1.9000 Description: Lightweight parallel code execution and distributed computing. Designed for simplicity, a 'mirai' evaluates an R expression asynchronously, on local or network resources, resolving automatically upon completion. diff --git a/NEWS.md b/NEWS.md index a9cc39b8b..2342baf3a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# mirai 0.12.1.9000 (development) + # mirai 0.12.1 * Dispatcher initial sync timeout widened to 10s to allow for launching large numbers of daemons. diff --git a/R/daemon.R b/R/daemon.R index c8217c69c..884bce979 100644 --- a/R/daemon.R +++ b/R/daemon.R @@ -56,7 +56,7 @@ #' X.509 certificate(s) in PEM format, comprising the certificate authority #' certificate chain starting with the TLS certificate and ending with the #' CA certificate, \strong{or} a length 2 character vector comprising [i] -#' the certificate authority certificate chain and [ii] the empty character +#' the certificate authority certificate chain and [ii] the empty string #' \code{''}. #' @param rs [default NULL] the initial value of .Random.seed. This is set #' automatically using L'Ecuyer-CMRG RNG streams generated by the host diff --git a/man/daemon.Rd b/man/daemon.Rd index 34505e068..fd59e6319 100644 --- a/man/daemon.Rd +++ b/man/daemon.Rd @@ -60,7 +60,7 @@ or 'wss://'. \strong{Either} the character path to a file containing X.509 certificate(s) in PEM format, comprising the certificate authority certificate chain starting with the TLS certificate and ending with the CA certificate, \strong{or} a length 2 character vector comprising [i] -the certificate authority certificate chain and [ii] the empty character +the certificate authority certificate chain and [ii] the empty string \code{''}.} \item{rs}{[default NULL] the initial value of .Random.seed. This is set