Dr. MMu

Results 3 comments of Dr. MMu

I have also noted that calling R from Node.js involves quite some overhead. I don't know how to speed up the R call. Since you are calling R hundreds of...

There is a limit on how many characters `child_process.spawn()` can pass to a program (R in this case). Obviously, you are beyond that limit. A workaround would be to store...

Hi SalvoLunar, A similar bug fix for `index.js` has already been merged with #6, so you might be good to go... But I also like this one, because it fixes...