From c120cf7a3222147359748a5fd8b2d41c39bfff91 Mon Sep 17 00:00:00 2001 From: shikokuchuo <53399081+shikokuchuo@users.noreply.github.com> Date: Tue, 3 Dec 2024 08:39:32 +0000 Subject: [PATCH] use CRAN nanonext --- DESCRIPTION | 5 ++--- NEWS.md | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a568bb54..2a992979 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 @@ -33,7 +33,7 @@ Encoding: UTF-8 Depends: R (>= 3.6) Imports: - nanonext (>= 1.3.2.9013) + nanonext (>= 1.4.0) Enhances: parallel, promises @@ -42,4 +42,3 @@ Suggests: litedown VignetteBuilder: litedown RoxygenNote: 7.3.2 -Remotes: shikokuchuo/nanonext diff --git a/NEWS.md b/NEWS.md index 718ed7d4..e86bd268 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# mirai 1.3.1.9013 (development) +# mirai 1.3.1.9014 (development) #### New Features @@ -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