Skip to content

Commit

Permalink
use CRAN nanonext
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Dec 3, 2024
1 parent 4d7b844 commit c120cf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions 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: 1.3.1.9013
Version: 1.3.1.9014
Description: Designed for simplicity, a 'mirai' evaluates an R expression
asynchronously in a parallel process, locally or distributed over the
network, with the result automatically available upon completion. Modern
Expand Down Expand Up @@ -33,7 +33,7 @@ Encoding: UTF-8
Depends:
R (>= 3.6)
Imports:
nanonext (>= 1.3.2.9013)
nanonext (>= 1.4.0)
Enhances:
parallel,
promises
Expand All @@ -42,4 +42,3 @@ Suggests:
litedown
VignetteBuilder: litedown
RoxygenNote: 7.3.2
Remotes: shikokuchuo/nanonext
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mirai 1.3.1.9013 (development)
# mirai 1.3.1.9014 (development)

#### New Features

Expand All @@ -10,7 +10,7 @@

* Experimental threaded dispatcher `daemons(dispatcher = "thread")` has been retired (as this was based on the old dispatcher architecture and future development will focus on the current design). Specifying 'dispatcher = thread' is defunct, but will point to 'dispatcher = process' for the time being.
* `daemon()` '...' argument had been moved up to prevent partial matching on any of the optional arguments.
* Requires `nanonext` >= [1.3.2.9013].
* Requires `nanonext` >= 1.4.0.

# mirai 1.3.1

Expand Down

0 comments on commit c120cf7

Please sign in to comment.