linux - Error While running Rscript (R version 3.2 and Rstudio version 0.99.441 ) through Scilab5.4.1 using unix_w() -


in scilab using unix_w() run rscript , r code executing fine while on terminal gives error while using unix_w() inside scilab.

(note: code runs in scilab in laptop has 64 bit ubuntu 14.04 gives me error in desktop has 32 bit ubuntu 14.04)

i have tried debugging code writing file before , after r command seems culprit.

 library("cluster", lib.loc="/usr/lib/r/library")    or   library("cluster") 

the error seeing :

!--error 10000  unix_w: command failed error code "1" , following message: error in dyn.load(file, dllpath = dllpath, ...) :   unable load shared object '/usr/lib/r/library/stats/libs/stats.so':   /home/binilab/scilab-5.4.1/lib/thirdparty/libgcc_s.so.1: version `gcc_4.4.0' not found (required /usr/lib/i386-linux-gnu/libgfortran.so.3) during startup - warning message: package ‘stats’ in options("defaultpackages") not found loading required package: stats error in dyn.load(file, dllpath = dllpath, ...) :   unable load shared object '/usr/lib/r/library/stats/libs/stats.so':   /home/binilab/scilab-5.4.1/lib/thirdparty/libgcc_s.so.1: version gcc_4.4.0' not found (required /usr/lib/i386-linux-gnu/libgfortran.so.3) error: package ‘stats’ not loaded execution halted @ line      51 of function unix_w called :  


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -