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

rstats crashing node on Mac #11

Open asmith3142 opened 9 years ago

asmith3142 commented 9 years ago

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 with the error below. Do you have any suggestions?

Many thanks, Anne


annes-air:node_modules annesmith$ node

var rstats = require('rstats'); undefined var R = new rstats.session(); dyld: lazy symbol binding failed: Symbol not found: ZN7RInside10parseEvalQERKNSt3112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEE Referenced from: /Users/annesmith/Documents/python_code/Test_like/DATA_PROCESSING3/PythonScripts/node_modules/rstats/build/Release/R.node Expected in: flat namespace

dyld: Symbol not found: ZN7RInside10parseEvalQERKNSt3112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEE Referenced from: /Users/annesmith/Documents/python_code/Test_like/DATA_PROCESSING3/PythonScripts/node_modules/rstats/build/Release/R.node Expected in: flat namespace

Trace/BPT trap: 5