Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Nov 25, 2023
1 parent 3170449 commit 0db1009
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
+ '.args' will now coerece to a list if an object other than a list is supplied, rather than error.
+ '.signal' argument removed - now all 'mirai' signal if daemons are set up.
* `everywhere()` now returns invisible NULL in the case the specified compute profile is not set up, rather than error.
* Using dispatcher with 'token = TRUE' now only allows one daemon to connect at each unique URL, requiring `saisei()` to rotate the token for new instances to connect.
* Improved error messages and handling for daemon/dispatcher connection errors.
* Requires nanonext >= [0.10.4.9014].

Expand Down
4 changes: 2 additions & 2 deletions R/mirai.R
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ call_mirai <- call_aio

#' mirai (Call Value)
#'
#' \code{call_mirai_} is identical to \code{call_mirai} but allows user
#' interrupts, thus being safe for interactive use.
#' \code{call_mirai_} is a variant that allows user interrupts, suitable for
#' interactive use.
#'
#' @rdname call_mirai
#' @export
Expand Down
4 changes: 2 additions & 2 deletions man/call_mirai.Rd

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

0 comments on commit 0db1009

Please sign in to comment.