node-Rstats icon indicating copy to clipboard operation
node-Rstats copied to clipboard

Segmentation fault

Open dan-omniscience opened this issue 9 years ago • 0 comments

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

dan-omniscience avatar Feb 14 '16 17:02 dan-omniscience