Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Feb 7, 2024
1 parent 2c7600c commit 212d0e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion R/daemon.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/daemon.Rd

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

0 comments on commit 212d0e3

Please sign in to comment.