Skip to content

Commit 2b2c912

Browse files
committed
mirai 1.1.1
1 parent f3ff0ec commit 2b2c912

14 files changed

+10
-11
lines changed

DESCRIPTION

+1-1
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: 1.1.0.9010
4+
Version: 1.1.1
55
Description: High-performance parallel code execution and distributed computing.
66
Designed for simplicity, a 'mirai' evaluates an R expression asynchronously,
77
on local or network resources, resolving automatically upon completion.

NEWS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# mirai 1.1.0.9010 (development)
1+
# mirai 1.1.1
22

3-
* `serialization()` function signature and return value slightly modified for clarify. Successful registration / cancellation mesasges are no longer printed to the console.
3+
* `serialization()` function signature and return value slightly modified for clarity. Successful registration / cancellation mesasges are no longer printed to the console.
44
* `dispatcher()` argument 'retry' now defaults to FALSE for consistency with non-dispatcher behaviour.
55
* `remote_config()` gains argument 'quote' to control whether or not to quote the daemon launch commmand, and now works with Slurm (thanks @michaelmayer2 #119).
66
* Ephemeral daemons now exit as soon as permissible, eiliminating the 2s linger period.

README.Rmd

+2-3
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@ High-performance parallel code execution and distributed computing.
3535
Designed for simplicity, a 'mirai' evaluates an R expression asynchronously, on local or network resources, resolving automatically upon completion.
3636
<br /><br />
3737
Modern networking and concurrency built on [nanonext](https://doi.org/10.5281/zenodo.7903429) and [NNG (Nanomsg Next Gen)](https://nng.nanomsg.org/) ensures reliable and efficient scheduling, over fast inter-process communications or TCP/IP secured by TLS.
38-
<br /><br />
3938

40-
> *mirai パッケージを試してみたところ、かなり速くて驚きました*
39+
### Scale Up in Production
4140

42-
### Production-Grade Compute
41+
> *mirai パッケージを試してみたところ、かなり速くて驚きました*
4342
4443
[<img alt="Joe Cheng on mirai with Shiny" src="https://img.youtube.com/vi/GhX0PcEm3CY/hqdefault.jpg" width = "300" height="225" />](https://youtu.be/GhX0PcEm3CY?t=1740) &nbsp;
4544
[<img alt="Will Landau on mirai in clinical trials" src="https://img.youtube.com/vi/cyF2dzloVLo/hqdefault.jpg" width = "300" height="225" />](https://youtu.be/cyF2dzloVLo?t=5127)

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ automatically upon completion. <br /><br /> Modern networking and
2626
concurrency built on [nanonext](https://doi.org/10.5281/zenodo.7903429)
2727
and [NNG (Nanomsg Next Gen)](https://nng.nanomsg.org/) ensures reliable
2828
and efficient scheduling, over fast inter-process communications or
29-
TCP/IP secured by TLS. <br /><br />
29+
TCP/IP secured by TLS.
3030

31-
> *mirai パッケージを試してみたところ、かなり速くて驚きました*
31+
### Scale Up in Production
3232

33-
### Production-Grade Compute
33+
> *mirai パッケージを試してみたところ、かなり速くて驚きました*
3434
3535
[<img alt="Joe Cheng on mirai with Shiny" src="https://img.youtube.com/vi/GhX0PcEm3CY/hqdefault.jpg" width = "300" height="225" />](https://youtu.be/GhX0PcEm3CY?t=1740)
3636

@@ -83,7 +83,7 @@ method:
8383

8484
``` r
8585
m[]
86-
#> [1] 47.76782
86+
#> [1] 48.09123
8787
```
8888

8989
It is not necessary to wait, as the mirai resolves automatically
@@ -94,7 +94,7 @@ available at `$data`.
9494
m
9595
#> < mirai [$data] >
9696
m$data
97-
#> [1] 47.76782
97+
#> [1] 48.09123
9898
```
9999

100100
### Daemons

man/figures/logo.png

65 Bytes
Loading
-120 Bytes
Loading
-167 Bytes
Loading
-214 Bytes
Loading
-44 Bytes
Loading
-35 Bytes
Loading

pkgdown/favicon/apple-touch-icon.png

-214 Bytes
Loading

pkgdown/favicon/favicon-16x16.png

0 Bytes
Loading

pkgdown/favicon/favicon-32x32.png

-12 Bytes
Loading

pkgdown/favicon/favicon.ico

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)