Skip to content

Commit

Permalink
CRAN release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Sep 16, 2022
1 parent 9080c30 commit 4aa4da3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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: 0.5.3.9002
Version: 0.6.0
Description: Extremely simple and lightweight method for concurrent /
parallel code execution, built on 'nanonext' and 'NNG' (Nanomsg Next Gen)
technology.
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mirai 0.5.3.9002 (development)
# mirai 0.6.0

* Notice: older package versions will no longer be supported by 'nanonext' >= 0.6.0. Please ensure you are using the latest version of 'mirai' or refrain from uprading 'nanonext'.
* Notice: older package versions will no longer be supported by 'nanonext' >= 0.6.0. Please ensure you are using the latest version of 'mirai' or else refrain from uprading 'nanonext'.
* Internal enhancements to `daemons()` and `%>>%` deferred evaluation pipe.

# mirai 0.5.3
Expand Down
1 change: 1 addition & 0 deletions tests/tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ nanotest(daemons("view") == 1L)
nanotest(daemons(0L) == -1L)
nanotest(daemons("view") == 0L)
nanotest(is.null(tryCatch(daemons("error"), error = function(e) NULL)))
Sys.sleep(2L)

0 comments on commit 4aa4da3

Please sign in to comment.