yutannihilation / savvy-webr-test

Home Page:https://yutannihilation.github.io/savvy-webr-test/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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] "古来からのエド使い"

About

https://yutannihilation.github.io/savvy-webr-test/


Languages

Language:Rust 37.4%Language:C 32.2%Language:R 30.3%