Planeshifter / node-Rstats

[UNMAINTAINED] An interface for node.js to statistical programming language R based on the fabulous Rcpp package
GNU General Public License v2.0
58 stars 16 forks source link

Segmentation fault #15

Open dan-omniscience opened 8 years ago

dan-omniscience commented 8 years ago

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 do the following

var rstats = require('./R');
var R = new rstats.session();

and got: Segmentation fault

P.S despite I was able to build the package the npm install rstats faild

I guess I'm missing something, Thanks