Skip to content

Commit 06c062f

Browse files
committed
mirai 2.2.0
1 parent dfb9db1 commit 06c062f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: mirai
22
Type: Package
33
Title: Minimalist Async Evaluation Framework for R
4-
Version: 2.1.0.9001
4+
Version: 2.2.0
55
Description: Designed for simplicity, a 'mirai' evaluates an R expression
66
asynchronously in a parallel process, locally or distributed over the
77
network. The result is automatically available upon completion. Modern
@@ -29,7 +29,7 @@ Authors@R:
2929
role = "cph"))
3030
License: GPL (>= 3)
3131
BugReports: https://github.com/shikokuchuo/mirai/issues
32-
URL: https://shikokuchuo.net/mirai/, https://github.com/shikokuchuo/mirai/
32+
URL: https://shikokuchuo.net/mirai/, https://github.com/shikokuchuo/mirai
3333
Encoding: UTF-8
3434
Depends:
3535
R (>= 3.6)

NEWS.md

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

33
#### Behavioural Changes
44

@@ -23,7 +23,7 @@
2323
* 'miraiError' condition `$call` objects are now stripped of 'srcref' attributes (thanks @lionel-, #218).
2424
* A mirai promise now rejects in exactly the same way whether or not the mirai was already resolved at time of creation.
2525
This avoids Shiny deep stack trace errors when the mirai had already resolved (#229).
26-
* `daemons()` calls that error due to the remote launcher specified as 'remote' no longer leave the compute profile set up (#237).
26+
* `daemons()` calls that error due to the remote launcher no longer leave the compute profile set up (#237).
2727

2828
# mirai 2.1.0
2929

man/mirai-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)