r-script icon indicating copy to clipboard operation
r-script copied to clipboard

A simple little module for passing data from NodeJS to R (and back again).

Results 35 r-script issues
Sort by recently updated
recently updated
newest added

If I used R-script in a client-server application, would this mean the call to a script would be made with every connection? Further, is it possible to have a persistent...

Hi, Tried using the r-script callSync module and found below error with child_process saying spawnSync is not a function. Uncaught TypeError: child_process.spawnSync is not a function(…) When I checked README...

require( 'r-script' ) showing error in angularjs 2 ERROR in ./~/r-script/index.js Module not found: Error: Can't resolve 'child_process' in 'project_path/node_modules/r-script' @ ./~/r-script/index.js 2:20-44 @ ./src/app/app.module.ts @ ./src/main.ts @ multi webpack-dev-server/client?http://192.168.1.252:4200...

Hi there, I'm loving your module, and I got it working like a charm on others machines. However I'm having problems using it on a Windows machine. It's probably a...

Hi, I call r-script a lot of times (hundreds). in my node script. Each call of r-script takes 1s whereas nothing is performed in the R script (just gives back...

I'm getting this error message when the json I'm passing is large. is there any workaround for it?

summarize_each() is deprecated in the current version of dplyr (0.7.4)

I've starting using this library for an android speed detection app wich requires to process the data with R. I am exposing the result data trought an API, so the...

Say that my R script returns a single value. How am I supposed to get it back from R to my Node Application?