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

Simple Node JS module to interact with a pre-installed R compiler

Results 4 r-integration issues
Sort by recently updated
recently updated
newest added

We have a docker-compose application with nodejs and mongo containers that needs to run R scripts. Would it be possible to add a r-base container and leverage r-integration? Thanks.

I have different needs for this library ### Execute script from node text Create a method inside nodejs for write all script and send to R for executation Example ```js...

We are using this package as r-script was giving issues, maybe due to old version or so. We have a data like: [ [0, 0.2, 0.4], [0.2, 0.5, 0.2], ]...