joshkatz / r-script

A simple little module for passing data from NodeJS to R (and back again).
MIT License
161 stars 67 forks source link

Do I need to install and configure R language? #21

Open patrick-heuer opened 6 years ago

patrick-heuer commented 6 years ago

Script is not working here - using the "Fix bindAll"-workaround fixes the exception "no data...", but now I always get a NULL value back instead of the example string. Now I am wondering, if I maybe need to install R language as basement? Or is it already included in this NPM-package ("no installation required")? Thx!

Cattari commented 5 years ago

Everyone who faces this issue. The answer is YES, you have to install the R Language before using it by Node.js. I think the issue needs to be closed.

mryellow commented 4 years ago

I think the issue needs to be closed.

Having it open was helpful.

Documenting the dependencies would be more helpful.