A repository for compiling Rust-powered R packages for webR

Packages

Usages

You can try running the following code on a demo of the webR REPL.

webr::install("savvyExamples", repos = "https://yutannihilation.github.io/savvy-webr-test/")

library(savvyExamples)

times_two_int(1:10)

x <- Person()
x$set_name("古来からのエド使い")
x$name()
#> [1] "古来からのエド使い"