node-Rstats
                                
                                
                                
                                    node-Rstats copied to clipboard
                            
                            
                            
                        [UNMAINTAINED] An interface for node.js to statistical programming language R based on the fabulous Rcpp package
Hello, I get the following error when trying npm install rstats -- please note that RInside is indeed installed. Is it the node / node-gyp version mismatch? Error in loadNamespace(name)...
Also, can I load other R libraries?
Hi, I hope someone can help me, I just build the package with node-gyp and run a node console in the build/Release folder to test it out. I tried to...
For this test case: ``` javascript var rstats = require('rstats'); var R = new rstats.session(); var result = R.parseEval("fisher.test(matrix(c(0,96,0,825), nrow = 2))"); ``` This error occurs: ``` SyntaxError: Unexpected token...
Hello, I have a Mac running OSX 10.9.5 with Node version v0.12.3, npm version 2.9.1 and R version 3.1.1. I installed rstats just now and it seems to crash node...
At the moment, it is impossible to open two R sessions at the same time. This is fine, but I would like to actually close an R session to start...