Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
CRAN release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Dec 5, 2023
1 parent 38aaff0 commit dcd4f55
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: mirai.promises
Type: Package
Title: Make 'Mirai' 'Promises'
Version: 0.4.0.9000
Version: 0.4.1
Description: Allows 'mirai' objects encapsulating asynchronous computations,
from the 'mirai' package by Gao (2023) <doi:10.5281/zenodo.7912722>, to be
used interchangeably with 'promise' objects from the 'promises' package by
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mirai.promises 0.4.0.9000 (development)
# mirai.promises 0.4.1

* Performance enhancements.

Expand Down
14 changes: 7 additions & 7 deletions R/core.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
#' Allows 'mirai' objects encapsulating asynchronous computations, from the
#' \CRANpkg{mirai} package by Gao (2023), to be used interchangeably with
#' 'promise' objects from the \CRANpkg{promises} package by Cheng (2021).
#' This facilitates their use with packages \CRANpkg{plumber} by Schloerke and Allen
#' (2022) and \CRANpkg{shiny} by Cheng, Allaire, Sievert, Schloerke, Xie,
#' Allen, McPherson, Dipert and Borges (2022).
#' This facilitates their use with packages \CRANpkg{plumber} by Schloerke
#' and Allen (2022) and \CRANpkg{shiny} by Cheng, Allaire, Sievert,
#' Schloerke, Xie, Allen, McPherson, Dipert and Borges (2022).
#'
#' @section Notes:
#'
#' This package provides the methods \code{\link{as.promise.mirai}} and
#' \code{\link{as.promise.recvAio}} for the S3 generic \code{\link{as.promise}}
#' exported by the 'promises' package.
#' \code{\link{as.promise.recvAio}} for the S3 generic
#' \code{\link{as.promise}} exported by the 'promises' package.
#'
#' An auxiliary function \code{\link{polling}} provides the additional
#' option to tune the frequency at which 'mirai' are checked for resolution.
Expand Down Expand Up @@ -76,8 +76,8 @@ NULL
#'
#' @return A 'promise' object.
#'
#' @details This function is an S3 method for the generic \code{\link{as.promise}}
#' for class 'mirai' or 'recvAio'.
#' @details This function is an S3 method for the generic
#' \code{\link{as.promise}} for class 'mirai' or 'recvAio'.
#'
#' \code{\link{polling}} may be used to customise the frequency with which
#' to poll for promise resolution (defaults to every 100 milliseconds).
Expand Down
4 changes: 2 additions & 2 deletions man/as.promise.mirai.Rd

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

10 changes: 5 additions & 5 deletions man/mirai.promises-package.Rd

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

0 comments on commit dcd4f55

Please sign in to comment.