Skip to content

Commit

Permalink
new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Oct 4, 2024
1 parent 423705f commit b77f6cb
Show file tree
Hide file tree
Showing 15 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions 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: 1.2.0.9026
Version: 1.2.0.9027
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
Expand Down Expand Up @@ -31,7 +31,7 @@ Encoding: UTF-8
Depends:
R (>= 3.6)
Imports:
nanonext (>= 1.2.1.9026)
nanonext (>= 1.3.0)
Enhances:
parallel,
promises
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mirai 1.2.0.9026 (development)
# mirai 1.2.0.9027 (development)

* `daemons(dispatcher = "thread")` implements threaded dispatcher (experimental), a faster and more efficient option to running dispatcher in a separate process.
* `daemons()` behavioural changes:
Expand All @@ -17,7 +17,7 @@
* `everywhere()` now errors if the specified compute profile is not yet set up, rather than fail silently.
* `launch_local()` and `launch_remote()` now strictly require daemons to be set, and will error otherwise.
* Internal performance enhancements.
* Requires `nanonext` >= [1.2.1.9026].
* Requires `nanonext` >= 1.3.0.

# mirai 1.2.0

Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ knitr::opts_chunk$set(

### ミライ
<br />
( 未来 )
みらい 未来
<br /><br />
Minimalist Async Evaluation Framework for R
<br /><br />
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ status](https://shikokuchuo.r-universe.dev/badges/mirai?color=2dab18)](https://s

### ミライ

<br /> ( 未来 ) <br /><br /> Minimalist Async Evaluation Framework for R
<br /><br /> Designed for simplicity, a ‘mirai’ evaluates an R
<br /> みらい 未来 <br /><br /> Minimalist Async Evaluation Framework
for R <br /><br /> 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. <br /><br /> Modern networking and concurrency built on
Expand Down Expand Up @@ -75,7 +75,7 @@ To wait for and collect the return value, use the mirai’s `[]` method:

``` r
m[]
#> [1] 6.256299 8.241925 7.314121 6.837514 5.670451
#> [1] 8.455296 6.804198 6.158908 6.822219 5.264206
```

As a mirai represents an async operation, it is never necessary to wait
Expand All @@ -89,7 +89,7 @@ while (unresolved(m)) {
m
#> < mirai [$data] >
m$data
#> [1] 6.256299 8.241925 7.314121 6.837514 5.670451
#> [1] 8.455296 6.804198 6.158908 6.822219 5.264206
```

#### Daemons
Expand Down
Binary file modified man/figures/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
url: https://shikokuchuo.net/mirai/
development:
mode: auto
template:
bootstrap: 5
bslib:
Expand Down
Binary file modified pkgdown/favicon/apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/apple-touch-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/apple-touch-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/favicon.ico
Binary file not shown.

0 comments on commit b77f6cb

Please sign in to comment.