Package: mirai.promises
Type: Package
Title: Make 'Mirai' 'Promises'
Version: 0.3.0
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
    Cheng (2021) <https://CRAN.R-project.org/package=promises>. This facilitates
    their use with packages 'plumber' by Schloerke and Allen (2022)
    <https://CRAN.R-project.org/package=plumber> and 'shiny' by Cheng, Allaire,
    Sievert, Schloerke, Xie, Allen, McPherson, Dipert and Borges (2022)
    <https://CRAN.R-project.org/package=shiny>.
Authors@R: 
    c(person(given = "Charlie",
             family = "Gao",
             role = c("aut", "cre"),
             email = "charlie.gao@shikokuchuo.net",
             comment = c(ORCID = "0000-0002-0750-061X")),
      person(given = "Hibiki AI Limited",
             role = "cph"))
License: GPL (>= 3)
BugReports: https://github.com/shikokuchuo/mirai.promises/issues
URL: https://shikokuchuo.net/mirai.promises/,
        https://github.com/shikokuchuo/mirai.promises/
Encoding: UTF-8
Depends: R (>= 3.5)
Imports: mirai, later (>= 1.0.0), promises (>= 1.1.0)
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-09-02 22:28:21 UTC; cg334
Author: Charlie Gao [aut, cre] (<https://orcid.org/0000-0002-0750-061X>),
  Hibiki AI Limited [cph]
Maintainer: Charlie Gao <charlie.gao@shikokuchuo.net>
Repository: CRAN
Date/Publication: 2023-09-02 22:40:02 UTC
