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

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

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -