Displaying 4 results from an estimated 4 matches for "build_r".
Did you mean:
build_
2008 Jun 16
2
R on an ASUS eee PC, continued - installing packages
...o here's what I did:
1) I followed wolfgang's step-by-step guide at
http://finzi.psych.upenn.edu/R/Rhelp02a/archive/128565.html,
plus
2) I installed the build dependencies as shown in R Wiki:
## quoting from
http://wiki.r-project.org/rwiki/doku.php?id=getting-started:installation
:debian#build_r ##
How much supporting software you need to install depends on how much
compilation you want to be able to do with R. If you just want to be
able to run R, you can get r-base-core and all the recommended packages
by doing:
sudo apt-get install r-base
If you want to be able to build and install R...
2011 Sep 09
1
R CMD INSTALL configure.args and CC customization
I am running into the following issue that has been previously
reported on the R-devel mailing list. The short version is that I'm
writing a package for MPI, and I'd like to change CC and SHLIB_LD to
"mpicc". Trying to change them in Makevars.in has no effect, because
the values are clobbered by /etc/R/Makeconf. Will the following
changes to Makeconf.in introduce any problems?
2009 Jul 23
1
problem building R 2.9.1 from source on RHEL 4 (x86_64)
I am building from source on RHEL 4 and have run into a
problem while running "make check":
running code in 'lapack.R' ...make[3]: *** [lapack.Rout] Error 1
make[3]: Leaving directory `/opt/R/R-2.9.1/tests'
make[2]: *** [test-Specific] Error 2
make[2]: Leaving directory `/opt/R/R-2.9.1/tests'
make[1]: *** [test-all-basics] Error 1
make[1]: Leaving
2009 Feb 21
1
Install failure (PR#13545)
...=''
BUILD_CC=''
BUILD_CYGWIN_FALSE=''
BUILD_CYGWIN_TRUE=''
BUILD_INCLUDED_LIBINTL=''
BUILD_JAVA14_FALSE=''
BUILD_JAVA14_TRUE=''
BUILD_LIBINTL_FALSE=''
BUILD_LIBINTL_TRUE=''
BUILD_PCRE_FALSE=''
BUILD_PCRE_TRUE=''
BUILD_R=''
BUILD_XDR_FALSE=''
BUILD_XDR_TRUE=''
BUILD_ZLIB_FALSE=''
BUILD_ZLIB_TRUE=''
CAIRO_CPPFLAGS=''
CAIRO_LIBS=''
CATOBJEXT=''
CC='gcc'
CFLAGS='-g -O2'
CFLAG_VISIBILITY=''
COMPILE_FORTRAN_DOUBLE_COMPLEX_FALSE='...