Install R in linux/Unix without having root privilage? -


i trying install r in our cluster(os of cluster red hat enterprise linux 6), not have root access. tried:

$wget http://cran.rstudio.com/src/base/r-3/r-3.1.1.tar.gz $ tar xvf r-3.1.1.tar.gz $ cd r-3.1.1 $ ./configure --prefix=/home/kryo/r-3.1.1 

but getting error:

configure: error: --with-x=yes (default) , x11 headers/libs not available


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -