R unable to load package Snowball, rJava -
i trying r package "lsa" running, in turn requires snowball, in turn fails. i'm running opensuse 12.2 latest r-patched build (currently 3.01). here's thing: libraries load no problem if "sudo r" if try run r way, in emacs ess mode, don't have sudo , attempt fails. here's see:
library(lsa) loading required package: snowball error : .onload failed in loadnamespace() 'snowball', details: call: null error: .onload failed in loadnamespace() 'rjava', details: call: dyn.load(file, dllpath = dllpath, ...) error: unable load shared object '/usr/lib64/r/library/rjava/libs/rjava.so': libjvm.so: cannot open shared object file: no such file or directory error: package ‘snowball’ not loaded
this @ conclusion of long string of rjava issues.
suggestions on how can running without sudo (running sudo r seems dumb, in addition being problem ess mode)
Comments
Post a Comment