Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/behrica/r-clj
- Owner: behrica
- License: epl-1.0
- Created: 2014-10-12T07:25:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-13T23:37:15.000Z (over 10 years ago)
- Last Synced: 2024-11-15T23:34:39.074Z (3 months ago)
- Language: Clojure
- Size: 146 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.