Package: hellorust.multiversion 1.3.0

hellorust.multiversion: Minimal Rust SIMD Multiversioning Example for R

Template R package with minimal setup to use Rust code in R without hacks or frameworks, plus a Rust SIMD example selected by C runtime dispatch. Includes basic examples of importing cargo dependencies, spawning threads and passing numbers or strings from Rust to R. The SIMD demo keeps scalar and optional SSE2, AVX2, AVX-512, or NEON kernels in one Rust static library and lets C choose the best Rust function using Rust-reported compiled and CPU features. Cargo crates are automatically 'vendored' in the R source package to support offline installation. 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:Sounkou Toure [aut, cre], Jeroen Ooms [cph], Authors of the dependency Rust crates [aut]

hellorust.multiversion_1.3.0.tar.gz
hellorust.multiversion_1.3.0.zip(r-4.7)hellorust.multiversion_1.3.0.zip(r-4.6)hellorust.multiversion_1.3.0.zip(r-4.5)
hellorust.multiversion_1.3.0.tgz(r-4.6-x86_64)hellorust.multiversion_1.3.0.tgz(r-4.6-arm64)hellorust.multiversion_1.3.0.tgz(r-4.5-x86_64)hellorust.multiversion_1.3.0.tgz(r-4.5-arm64)
hellorust.multiversion_1.3.0.tar.gz(r-4.7-arm64)hellorust.multiversion_1.3.0.tar.gz(r-4.7-x86_64)hellorust.multiversion_1.3.0.tar.gz(r-4.6-arm64)hellorust.multiversion_1.3.0.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html
card.svg |card.png
hellorust.multiversion/json (API)
NEWS

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

Bug tracker:https://github.com/sounkou-bioinfo/hellorust-multiversion/issues

On CRAN:

Conda:

rustcargo

3.08 score 6 exports 0 dependencies

Last updated from:7b49927721. Checks:12 OK, 1 FAIL. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK127
linux-devel-x86_64OK132
source / vignettesOK209
linux-release-arm64OK122
linux-release-x86_64OK120
macos-release-arm64OK73
macos-release-x86_64OK162
macos-oldrel-arm64OK132
macos-oldrel-x86_64OK175
windows-develOK92
windows-releaseOK174
windows-oldrelOK183
wasm-releaseFAIL93

Exports:hellorandomrunthreadssimd_count_nonzerosimd_infosimd_set_backend

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
Hello Rust!hello random runthreads
Count non-zero bytes with Rust SIMD kernels and C dispatchsimd_count_nonzero simd_info simd_set_backend