This is an attempt to embed the ruby language in R.
Clone this git and
R CMD INSTALL rb4R
{.R execute="false"}
require(rb4R)
.rbBegin()
.rb("[1,3,2]") -> a
a
a*2
sin(a)
.rbEnd()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.