Skip to content

Commit

Permalink
continue rebrand
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Feb 16, 2024
1 parent 082f193 commit e61f237
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mirai
Type: Package
Title: Minimalist Async Evaluation Framework for R
Title: Async Evaluation for R
Version: 0.12.1.9000
Description: Fast parallel code execution and distributed computing. Designed
for simplicity, a 'mirai' evaluates an R expression asynchronously, on local
Expand Down
2 changes: 1 addition & 1 deletion R/mirai-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License along with
# mirai. If not, see <https://www.gnu.org/licenses/>.

#' mirai: Minimalist Async Evaluation Framework for R
#' mirai: Async Evaluation for R
#'
#' Fast parallel code execution and distributed computing. Designed for
#' simplicity, a 'mirai' evaluates an R expression asynchronously, on local
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ knitr::opts_chunk$set(
<br />
Minimalist ・ Futuristic ・ Reliable
<br /><br />
Async evaluation framework for R.
Async evaluation for R
<br /><br />
Fast parallel code execution and distributed computing.
<br /><br />
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ badge](https://shikokuchuo.r-universe.dev/badges/mirai?color=24a60e)](https://sh
### みらい

<br /> Minimalist ・ Futuristic ・ Reliable <br /><br /> Async
evaluation framework for R. <br /><br /> Fast parallel code execution
and distributed computing. <br /><br /> `mirai()` returns a ‘mirai’
object immediately. Designed for simplicity, a ‘mirai’ evaluates an R
evaluation for R <br /><br /> Fast parallel code execution and
distributed computing. <br /><br /> `mirai()` returns a ‘mirai’ object
immediately. Designed for simplicity, a ‘mirai’ evaluates an R
expression asynchronously, on local or network resources, resolving
automatically upon completion. <br /><br /> State of the art networking
and concurrency via [nanonext](https://doi.org/10.5281/zenodo.7903429)
Expand Down Expand Up @@ -92,17 +92,17 @@ result.

``` r
m$data
#> [1] 0.2504863 -1.4062677 0.2426404 -0.3515907 3.4183791 0.2925363
#> [7] -2.8442165 4.1213260 -0.7111022 3.9922337
#> [1] 0.43174294 -0.02218391 1.69838206 1.09322868 1.55544455
#> [6] 0.64290302 0.91472170 0.58879567 -45.07770981 2.31619306
```

Alternatively, explicitly call and wait for the result using
`call_mirai()`.

``` r
call_mirai(m)$data
#> [1] 0.2504863 -1.4062677 0.2426404 -0.3515907 3.4183791 0.2925363
#> [7] -2.8442165 4.1213260 -0.7111022 3.9922337
#> [1] 0.43174294 -0.02218391 1.69838206 1.09322868 1.55544455
#> [6] 0.64290302 0.91472170 0.58879567 -45.07770981 2.31619306
```

### Daemons
Expand Down
2 changes: 1 addition & 1 deletion man/mirai-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e61f237

Please sign in to comment.