search for: devel_build

Displaying 2 results from an estimated 2 matches for "devel_build".

Did you mean: dev_build
2015 Apr 02
1
Debian Testing: ~/.Renviron seems to not being read (R_LIBS not set)
.../R-devel.tar.gz etc. then do: wget ftp://ftp.stat.math.ethz.ch/Software/R/R-devel.tar.gz # see CRAN -> R Sources for the link tar -xzf R-devel.tar.gz mv R-devel R-devel_source 6) Set up build directory (don't use ./configure within source directory; sources would be lost) mkdir R-devel_build 7) Configure: cd R-devel_build ../R-devel_source/configure # ~2min 8) Build: make # 10min (desktop); much longer on Android (seems to hang but just let it run!) make check # ~3min make pdf # ~2min make info # ~1min 9) Create a (symbolic) link (don't use 'make install')...
2015 Apr 02
0
Debian Testing: ~/.Renviron seems to not being read (R_LIBS not set)
...list >> deb http://stat.ethz.ch/CRAN/bin/linux/debian jessie-cran3/ >> deb-src http://stat.ethz.ch/CRAN/bin/linux/debian jessie-cran3/ > > ... > >> 9) Create a (symbolic) link (don't use 'make install'): >> cd .. >> ln -s /usr/local/R/R-devel_build/bin/R /usr/local/R/R-devel > > Why not put a link into /usr/local/bin which is already in the path? ... I think the reason was that ESS auto-recognizes everything in /usr/local/R if your main R version in use is installed there, see C-h k ess-rterm-version-paths... > >> 10) mkdir /...