Skip to content

Commit 8f185a6

Browse files
authored
mirai 2.7.2
1 parent 6221d75 commit 8f185a6

3 files changed

Lines changed: 3 additions & 15 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: mirai
33
Title: Minimalist Async Evaluation Framework for R
4-
Version: 2.7.1.9000
4+
Version: 2.7.2
55
Authors@R: c(
66
person("Charlie", "Gao", , "charlie.gao@posit.co", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0002-0750-061X")),

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# mirai (development version)
1+
# mirai 2.7.2
22

33
#### Updates
44

55
* Fixes uninformative errors from `mirai_map()` collection when a task resolves to a non-mirai 'errorValue', e.g. cancelled or timed out (#642).
6-
* Removes an ineffective promise cache from the `as.promise()` method for 'mirai_map' objects.
76
* Fixes `mirai_map()` collection option `.flat` ignoring an 'errorValue' in the first element (#639).
87
* Fixes `daemon()` returning exit code 1 (idletime) instead of 2 (walltime) when `walltime` elapses while idle (#637).
98
* Fixes `race_mirai()` not waiting for resolution on compute profiles set with `url` and `dispatcher = FALSE` (#635).
109
* Fixes daemon crash for errors raised before evaluation begins (#633).
1110
* Fixes daemon cleanup not restoring options modified during evaluation (#631).
11+
* Removes an ineffective promise cache from the `as.promise()` method for 'mirai_map' objects.
1212
* `mirai_map()` dispatches tasks with lower per-element overhead.
1313
* `everywhere()` dispatches with lower overhead, and errors upfront for a missing expression or invalid `...` arguments.
1414
* Ephemeral daemons return invisibly so that they do not print unnecessary output when this is being logged (thanks @jan-swissre, #619).

cran-comments.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
11
## R CMD check results
22

33
0 errors | 0 warnings | 0 notes
4-
5-
## revdepcheck results
6-
7-
We checked 65 reverse dependencies (64 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
8-
9-
* We saw 0 new problems
10-
* We failed to check 2 packages
11-
12-
### Failed to check
13-
14-
* brms (NA)
15-
* pliman (NA)

0 commit comments

Comments
 (0)