ash1day / runr

Run external programs from R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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.

About

Run external programs from R


Languages

Language:R 64.7%Language:Python 16.5%Language:Julia 12.7%Language:Shell 6.0%