Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/duncantl/RJSONIO

Serialize to and from R and JSON, JavaScript Object Notation
https://github.com/duncantl/RJSONIO

Last synced: about 2 months ago
JSON representation

Serialize to and from R and JSON, JavaScript Object Notation

Awesome Lists containing this project

README

        

Install libjson with

make SHARED=1 install
or
make SHARED=1
make install SHARED=1

(You need the SHARED=1 on the install as well as the build.)