Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/behrica/r-clj

Common protocol to call R from Clojure
https://github.com/behrica/r-clj

Last synced: 27 days ago
JSON representation

Common protocol to call R from Clojure

Awesome Lists containing this project

README

        

# r-clj

A Clojure library designed to define an abstract protocol to use R functionality from Clojure.

This protocol should be of highl level, so it is not planned to be a replacement of other approaches such as JRI and javaR.
It should be possible that the protocol gets implemented by existing lower level API's such as JRI,javaR, rincanter, jvmr and opencpu.

This gives other projects, such as Incanter, a common way to access R functionality independent from the lower layer technology used to interface with R.

## Usage

FIXME

## License

Copyright © 2014 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.