Skip to content

rcqls/mrb4R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby for R

This is an attempt to embed the ruby language in R.

Install

Clone this git and

R CMD INSTALL rb4R

Example (very basic)

require(rb4R)
.rbBegin()
.rb("[1,3,2]") -> a
a
a*2
sin(a)
.rbEnd()

Releases

No releases published

Packages

No packages published