Package: hellorust 1.2.4

Jeroen Ooms

hellorust: Minimal Examples of Using Rust Code in R

Template R package with minimal setup to use Rust code in R without hacks or frameworks. Includes basic examples of importing cargo dependencies, spawning threads and passing numbers or strings from Rust to R. Cargo crates are automatically 'vendored' in the R source package to support offline installation. The GitHub repository for this package has more details and also explains how to set up CI. This project was first presented at 'Erum2018' to showcase R-Rust integration <https://jeroen.github.io/erum2018/>; for a real world use-case, see the 'gifski' package on 'CRAN'.

Authors:Jeroen Ooms [aut, cre], Authors of the dependency Rust crates [aut]

hellorust_1.2.4.tar.gz
hellorust_1.2.4.zip(r-4.7-x86_64)hellorust_1.2.4.zip(r-4.7-arm64)hellorust_1.2.4.zip(r-4.6-x86_64)hellorust_1.2.4.zip(r-4.6-arm64)hellorust_1.2.4.zip(r-4.5-x86_64)
hellorust_1.2.4.tgz(r-4.6-x86_64)hellorust_1.2.4.tgz(r-4.6-arm64)hellorust_1.2.4.tgz(r-4.5-x86_64)hellorust_1.2.4.tgz(r-4.5-arm64)
hellorust_1.2.4.tar.gz(r-4.7-arm64)hellorust_1.2.4.tar.gz(r-4.7-x86_64)hellorust_1.2.4.tar.gz(r-4.6-arm64)hellorust_1.2.4.tar.gz(r-4.6-x86_64)
hellorust_1.2.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
hellorust/json (API)

# Install 'hellorust' in R:
install.packages('hellorust', repos = c('https://test.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/r-rust/hellorust/issues

On CRAN:

Conda:

rustcargo

6.16 score 288 stars 1 scripts 108 downloads 3 exports 0 dependencies

Last updated from:f5607495b4. Checks:15 OK. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-arm64OK104
linux-devel-x86_64OK118
source / vignettesOK198
linux-release-arm64OK107
linux-release-x86_64OK124
macos-release-arm64OK110
macos-release-x86_64OK149
macos-oldrel-arm64OK102
macos-oldrel-x86_64OK157
windows-devel-arm64OK221
windows-devel-x86_64OK131
windows-release-arm64OK216
windows-release-x86_64OK181
windows-oldrel-x86_64OK114
wasm-releaseOK109

Exports:hellorandomrunthreads

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
Hello Rust!hello random runthreads