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

https://github.com/duncantl/RJSONIO

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

Last synced: 5 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.)