All Projects → yihui → runr

yihui / runr

Licence: other
Run external programs from R (experimental)

Programming Languages

r
7636 projects
python
139335 projects - #7 most used programming language
julia
2034 projects
ruby
36898 projects - #4 most used programming language
shell
77523 projects

runr

Build Status

This is an R package providing mechanisms to run with external programs such as Julia, Shell, and Python, etc. The basic idea is to open a background process, pipe the source code into the process, evaluate it, and obtain the printed results.

This package is not on CRAN and there is no plan to release it to CRAN in the near future. You have to install it from Github using devtools:

devtools::install_github('yihui/runr')

At the moment, there are only a few very simple engines:

Contributions welcome!

This package was originally designed for the language engines in knitr, but it might be useful for more general cases.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].