Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 395 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 395 Bytes

rserve-js: a Javascript+Websockets implementation of the RServe protocol

Prerequisites

You will need a version of Rserve that's not on CRAN. Get it like this:

> install.packages("Rserve",,"http://rforge.net")

You will need node.js to make changes to the library:

$ cd rserve-js
$ npm install

Dependencies

rserve-js requires Underscore.js.