R Installation and Administration
R Installation and Administration
R Installation and Administration
R Core Team
This manual is for R, version 3.0.2 (2013-09-25). Copyright c 20012013 R Core Team Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modied versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modied versions, except that this permission notice may be stated in a translation approved by the R Core Team.
Table of Contents
1 Obtaining R . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.1 1.2 Getting and unpacking the sources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Getting patched and development versions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2.1 Using Subversion and rsync . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
Installing R under OS X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
4.1 4.2 4.3 Running R under OS X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 Uninstalling under OS X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 Multiple versions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
5 6
ii 6.4 6.5 6.6 6.7 Updating packages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Removing packages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Setting up a package repository . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Checking installed source packages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 24 24 24
8 9
Choosing between 32- and 64-bit builds . . . . . . . . . . . . . . . . . . . . 29 The standalone Rmath library . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
9.1 9.2 Unix-alikes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 Windows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
Appendix B
Conguration on a Unix-alike . . . . . . . . . . . . . . . . . . 42
42 42 43 43 43 43 44 44 44 44 45 45
B.1 Conguration options . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . B.2 Internationalization support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . B.3 Conguration variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . B.3.1 Setting paper size . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . B.3.2 Setting the browsers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . B.3.3 Compilation ags . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . B.3.4 Making manuals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . B.4 Setting the shell . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . B.5 Using make . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . B.6 Using FORTRAN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . B.6.1 Using gfortran . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . B.7 Compile and load ags . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
iii
Appendix C
Platform notes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
47 48 49 49 50 50 52 52 52 52 52 53 54 54 54 56 57 59 59 60
C.1 X11 issues . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C.2 Linux . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C.2.1 Clang . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C.2.2 Intel compilers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C.2.3 Oracle Solaris Studio compilers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C.3 OS X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C.3.1 Snow Leopard . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C.3.2 Lion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C.3.3 Mountain Lion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C.3.4 Mavericks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C.3.5 Tcl/Tk headers and libraries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C.3.6 Java . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C.3.7 Frameworks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C.3.8 Building R.app . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C.4 Solaris . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C.4.1 Using gcc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C.5 AIX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C.6 FreeBSD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C.7 Cygwin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . C.8 New platforms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Appendix D
D.1 D.2 D.3 D.4 D.5
A L T
EX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . The Inno Setup installer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . The command line tools . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . The MinGW-w64 toolchain . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Useful additional programs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Chapter 1: Obtaining R
1 Obtaining R
Sources, binaries and documentation for R can be obtained via CRAN, the Comprehensive R Archive Network whose current members are listed at http://CRAN.R-project.org/mirrors. html.
e.g. GNU tar version 1.15 or later, or that from the libarchive (as used on OS 10.6 and later) or Heirloom Toolchest distributions.
Chapter 1: Obtaining R
Note that https: is required2 , and that the SSL certicate for the Subversion server of the R project should be recognized as from a trusted source. Note that retrieving the sources by e.g. wget -r or svn export from that URL will not work (and will give a error early in the make process): the Subversion information is needed to build R. The Subversion repository does not contain the current sources for the recommended packages, which can be obtained by rsync or downloaded from CRAN. To use rsync to install the appropriate sources for the recommended packages, run ./tools/rsync-recommended from the top-level directory of the R sources. If downloading manually from CRAN, do ensure that you have the correct versions of the recommended packages: if the number in the le VERSION is x.y.z you need to download the contents of http://CRAN.R-project.org/src/contrib/dir, where dir is x.y.z/Recommended for r-devel or x.y-patched/Recommended for r-patched, respectively, to directory src/library/Recommended in the sources you have unpacked. After downloading manually you need to execute tools/link-recommended from the top level of the sources to make the requisite links in src/library/Recommended. A suitable incantation from the top level of the R sources using wget might be (for the correct value of dir) wget -r -l1 --no-parent -A\*.gz -nd -P src/library/Recommended \ http://CRAN.R-project.org/src/contrib/dir ./tools/link-recommended
for some Subversion clients http: may appear to work, but requires continual redirection.
Most aspects will work with paths containing spaces, but external software used by R, e.g. texi2dvi version 4.8, may not. which use lib rather than lib64 for their primary 64-bit library directories. for example, if you congured R with --without-recommended.
page R.1 to a place where your man reader nds it, such as /usr/local/man/man1. If you want to install the complete R tree to, e.g., /usr/local/lib/R, see Section 2.4 [Installation], page 6. Note: you do not need to install R: you can run it from where it was built. You do not necessarily have to build R in the top-level source directory (say, TOP_SRCDIR). To build in BUILDDIR, run cd BUILDDIR TOP_SRCDIR/configure make and so on, as described further below. This has the advantage of always keeping your source tree clean and is particularly recommended when you work with a version of R from Subversion. (You may need GNU make to allow this, and you will need no spaces in the path to the build directory.) Now rehash if necessary, type R, and read the R manuals and the R FAQ (les FAQ or doc/manual/R-FAQ.html, or http://CRAN.R-project.org/doc/FAQ/R-FAQ.html which always has the version for the latest release of R).
To make these (with fullrefman rather than refman), use make pdf to create PDF versions make info to create info les (not refman nor fullrefman).
You will not be able to build any of these unless you have makeinfo version 4.7 or later installed, and for PDF you must have texi2dvi and texinfo.tex installed (which are part of the GNU texinfo distribution but are, especially texinfo.tex, often made part of the TEX package in re-distributions). The PDF versions can be viewed using any recent PDF viewer: they have hyperlinks that can be followed. The info les are suitable for reading online with Emacs or the standalone GNU info program. The PDF versions will be created using the paper size selected at conguration (default ISO a4): this can be overridden by setting R_PAPERSIZE on the make command line, or setting R_PAPERSIZE in the environment and using make -e. (If re-making the manuals for a dierent paper size, you should rst delete the le doc/manual/version.texi. The usual value for North America would be letter.) There are some issues with making the PDF reference manual, fullrefman.pdf or refman.pdf. The help les contain both ISO Latin1 characters (e.g. in text.Rd) and upright A quotes, neither of which are contained in the standard L TEX Computer Modern fonts. We have provided four alternatives: times (The default.) Using standard PostScript fonts, Times Roman, Helvetica and Courier. This works well both for on-screen viewing and for printing. One disadvantage is that the Usage and Examples sections may come out rather wide: this can be overcome by using in addition either of the options inconsolata, on a Unix-alike only if found by configure) or beramono, which replace the Courier monospaced font by Inconsolata or Bera Sans mono respectively. (You will need a A recent version of the appropriate L TEX package inconsolata or bera installed.) A Note that in most L TEX installations this will not actually use the standard fonts for PDF, but rather embed the URW clones NimbusRom, NimbusSans and (for Courier, if used) NimbusMon. Using the Latin Modern fonts. These are not often installed as part of a TEX distribution, but can obtained from http://www.ctan.org/tex-archive/fonts/ ps-type1/lm/ and mirrors. This uses fonts rather similar to Computer Modern, but is not so good on-screen as times. Using type-1 versions of the Computer Modern fonts by Vladimir Volovich. This is a large installation, obtainable from http://www.ctan.org/tex-archive/fonts/ ps-type1/cm-super/ and its mirrors. These type-1 fonts have poor hinting and so are nowhere near as readable on-screen as the other three options. A package to use composites of Computer Modern fonts. This works well most of the time, and its PDF is more readable on-screen than the previous two options. There are three fonts for which it will need to use bitmapped fonts, tctt0900.600pk, tctt1000.600pk and tcrm1000.600pk. Unfortunately, if those les are not available, Acrobat Reader will substitute completely incorrect glyphs so you need to examine the logs carefully.
lm
cm-super
ae
The default can be overridden by setting the environment variable R_RD4PDF. (On Unixalikes, this will be picked up at install time and stored in etc/Renviron, but can still be overridden when the manuals are built, using make -e.) The usual4 default value for R_RD4PDF is times,inconsolata,hyper: omit hyper if you do not want hyperlinks (e.g. for printing A the manual) or do not have L TEX package hyperref, and omit inconsolata if you do not have A L TEX package inconsolata installed.
4
2.4 Installation
To ensure that the installed tree is usable by the right group of users, set umask appropriately (perhaps to 022) before unpacking the sources and throughout the build process. After ./configure make make check (or, when building outside the source, TOP_SRCDIR/configure, etc) have been completed successfully, you can install the complete R tree to your system by typing make install A parallel make can be used (but run make before make install): however it is not recommended for make check as the output from dierent checks will interleaved and hard to decipher. This will install to the following directories: prefix/bin or bindir the front-end shell script and other scripts and executables prefix/man/man1 or mandir/man1 the man page prefix/LIBnn/R or libdir/R all the rest (libraries, on-line help system, . . . ). Here LIBnn is usually lib, but may be lib64 on some 64-bit Linux systems. This is known as the R home directory. where prex is determined during conguration (typically /usr/local) and can be set by running configure with the option --prefix, as in ./configure --prefix=/where/you/want/R/to/go This causes make install to install the R script to /where/you/want/R/to/go/bin, and so on. The prex of the installation directories can be seen in the status message that is displayed at the end of configure. You can install into another directory tree by using make prefix=/path/to/here install at least with GNU make (and current Solaris and FreeBSD make, but not some older Unix makes). More precise control is available at congure time via options: see configure --help for details. (However, most of the Fine tuning of the installation directories options are not used by R.) Congure options --bindir and --mandir are supported and govern where a copy of the R script and the man page are installed. The congure option --libdir controls where the main R les are installed: the default is eprefix/LIBnn, where eprex is the prex used for installing architecture-dependent les, defaults to prex, and can be set via the congure option --exec-prefix. Each of bindir, mandir and libdir can also be specied on the make install command line (at least for GNU make). The configure or make variables rdocdir and rsharedir can be used to install the systemindependent doc and share directories to somewhere other than libdir. The C header les can be installed to the value of rincludedir: note that as the headers are not installed into a subdirectory you probably want something like rincludedir=/usr/local/include/R-3.0.2. If you want the R home to be something other than libdir/R, use rhome: for example make install rhome=/usr/local/lib64/R-3.0.2 will use a version-specic R home on a non-Debian Linux 64-bit system. If you have made R as a shared/dynamic library you can install it in your systems library directory by
make prefix=/path/to/here install-libR where prefix is optional, and libdir will give more precise control. make install-strip will install stripped executables, and on platforms where this is supported, stripped libraries in directories lib and modules and in the standard packages. Note that installing R into a directory whose path contains spaces is not supported, and at least some aspects (such as installing source packages) will not work. To install info and PDF versions of the manuals, use one or both of make install-info make install-pdf Once again, it is optional to specify prefix, libdir or rhome (the PDF manuals are installed under the R home directory). (make install-info needs Perl installed if there is no command install-info on the system.) More precise control is possible. For info, the setting used is that of infodir (default prefix/info, set by congure option --infodir). The PDF les are installed into the R doc tree, set by the make variable rdocdir. A staged installation is possible, that it is installing R into a temporary directory in order to move the installed tree to its nal destination. In this case prefix (and so on) should reect the nal destination, and DESTDIR should be used: see http://www.gnu.org/prep/standards/ html_node/DESTDIR.html. You can optionally install the run-time tests that are part of make check-all by make install-tests which populates a tests directory in the installation.
2.5 Uninstallation
You can uninstall R by make uninstall optionally specifying prefix etc in the same way as specied for installation. This will also uninstall any installed manuals. There are specic targets to uninstall info and PDF manuals in le doc/manual/Makefile. Target uninstall-tests will uninstall any installed tests, as well as removing the directory tests containing the test results.
2.6 Sub-architectures
Some platforms can support closely related builds of R which can share all but the executables and dynamic objects. Examples include builds under Linux and Solaris for dierent CPUs or 32- and 64-bit builds. R supports the idea of architecture-specic builds, specied by adding r_arch=name to the configure line. Here name can be anything non-empty, and is used to name subdirectories of lib, etc, include and the package libs subdirectories. Example names from other software are the use of sparcv9 on Sparc Solaris and 32 by gcc on x86_64 Linux. If you have two or more such builds you can install them over each other (and for 32/64-bit builds on one architecture, one build can be done without r_arch). The space savings can be considerable: on x86_64 Linux a basic install (without debugging symbols) took 63Mb, and adding a 32-bit build added 6Mb. If you have installed multiple builds you can select which build to run by
R --arch=name and just running R will run the last build that was installed. R CMD INSTALL will detect if more than one build is installed and try to install packages with the appropriate library objects for each. This will not be done if the package has an executable configure script or a src/Makefile le. In such cases you can install for extra builds by R --arch=name CMD INSTALL --libs-only pkg1 pkg2 ... If you want to mix sub-architectures compiled on dierent platforms (for example x86_64 Linux and i686 Linux), it is wise to use explicit names for each, and you may also need to set libdir to ensure that they install into the same place. When sub-architectures are used the version of Rscript in e.g. /usr/bin will be the last installed, but architecture-specic versions will be available in e.g. /usr/lib64/R/bin/exec${R_ ARCH}. Normally all installed architectures will run on the platform so the architecture of Rscript itself does not matter. The executable Rscript will run the R script, and at that time the setting of the R_ARCH environment variable determines the architecture which is run. When running post-install tests with sub-architectures, use R --arch=name CMD make check[-devel|all] to select a sub-architecture to check. Sub-architectures are also used on Windows, but by selecting executables within the appropriate bin directory, R_HOME/bin/i386 or R_HOME/bin/x64. For backwards compatibility with R < 2.12.0, there are executables R_HOME/bin/R.exe or R_HOME/bin/Rscript.exe: these will run an executable from one of the subdirectories, which one being taken rst from the R_ARCH environment variable, then from the --arch command-line option5 and nally from the installation default (which is 32-bit for a combined 32/64 bit R installation).
2.6.1 Multilib
On Linux6 , there is an alternative mechanism for mixing 32-bit and 64-bit libraries known as multilib. If a Linux distribution supports multilib, then parallel builds of R may be installed in the sub-directories lib (32-bit) and lib64 (64-bit). The build to be run may then be selected using the setarch command. For example, a 32-bit build may be run by setarch i686 R The setarch command is only operational if both 32-bit and 64-bit builds are installed. If there is only one installation of R, then this will always be run regardless of the architecture specied by the setarch command. There can be problems with installing packages on the non-native architecture. It is a good idea to run e.g. setarch i686 R for sessions in which packages are to be installed, even if that is the only version of R installed (since this tells the package installation code the architecture needed). At present there is a potential problem with packages using Java, as the post-install for a i386 RPM on x86_64 Linux recongures Java and will nd the x86_64 Java. If you know where a 32-bit Java is installed you may be able to run (as root) export JAVA_HOME=<path to jre directory of 32-bit Java> setarch i686 R CMD javareconf to get a suitable setting. When this mechanism is used, the version of Rscript in e.g. /usr/bin will be the last installed, but an architecture-specic version will be available in e.g. /usr/lib64/R/bin. Normally all installed architectures will run on the platform so the architecture of Rscript does not matter.
5 6
with possible values i386, x64, 32 and 64. mainly on RedHat and Fedora, whose layout is described here.
10
11
make rsync-recommended The following additional items are normally installed by Rtools30.exe. If instead you choose to do a completely manual build you will also need The Tcl/Tk support les are contained in Rtools30.exe and available as .zip les from http://www.stats.ox.ac.uk/pub/Rtools. Please make sure you install the right version: there is a 32-bit version and a 64-bit version. They should be installed to R_HOME, creating directory Tcl there. You need libpng, jpeg and libtiff sources (available, e.g., from http://www.libpng. org/ , http://www.ijg.org and http://download.osgeo.org/libtiff/ ); current versions are recommended and 7 or later is required. It is also possible to use libjpeg-turbo from http://sourceforge.net/projects/libjpeg-turbo/files/. Working in the directory R_HOME/src/gnuwin32/bitmap, install the libpng and jpeg sources in sub-directories. The jpeg sub-directory for version 9 is named jpeg-9; if you use a dierent version (e.g. jpeg-8d or libjpeg-turbo), copy le src/gnuwin32/MkRules.dist to src/gnuwin32/MkRules.local and edit the denition of JPEGDIR: the names of the libpng and libtiff directories can also be set there. Example: > tar -zxf libpng-1.6.2.tar.gz > mv libpng-1.6.2 libpng > tar -zxf jpegsrc.v9.tar.gz > tar -zxf tiff-4.0.3.tar.gz > mv tiff-4.0.3/libtiff . > rm -rf tiff-4.0.3 (and see the comment above about --no-same-owner).
12
It is possible (mainly for those working on R itself) to set the (make or environment) variable R_NO_BASE_COMPILE to a non-empty value, which inhibits the byte-compilation of the base and recommended packages.
13
make distribution make check-all will make all the pieces and the installers and put them in the gnuwin32/cran subdirectory, then check the build. This works by building all the parts in the sequence: rbuild (the executables, the FAQ docs etc.) rpackages (the base packages) htmldocs (the HTML documentation) bitmapdll (the bitmap support les) cairodevices (the cairo-based graphics devices) recommended (the recommended packages) vignettes (the vignettes in base packages: only needed if building from an svn checkout) manuals (the PDF manuals) rinstaller (the install program) crandir (the CRAN distribution directory, only for 64-bit builds) The parts can be made individually if a full build is not needed, but earlier parts must be built before later ones. (The Makefile doesnt enforce this dependencysome build targets force a lot of computation even if all les are up to date.) The rst four targets are the default build if just make (or make all) is run. Parallel make is not supported and likely to fail. If you want to customize the installation by adding extra packages, replace make rinstaller by something like make rinstaller EXTRA_PKGS=pkg1 pkg2 pkg3 An alternative way to customize the installer starting with a binary distribution is to rst make an installation of R from the standard installer, then add packages and make other customizations to that installation. Then (after having customized le MkRules, possibly via MkRules.local, and having made R in the source tree) in src/gnuwin32/installer run make myR IMAGEDIR=rootdir where rootdir is the path to the root of the customized installation (in double quotes if it contains spaces or backslashes). Both methods create an executable with a standard name such as R-3.0.2-win.exe, so please rename it to indicate that it is customized. If you intend to distribute a customized installer please do check that license requirements are met note that the installer will state that the contents are distributed under GPL-2 and this has a requirement for you to supply the complete sources (including the R sources even if you started with a binary distribution of R, and also the sources of any extra packages (including their external software) which are included). The defaults for the startup parameters may also be customized. For example make myR IMAGEDIR=rootdir MDISDI=1 will create an installer that defaults to installing R to run in SDI mode. gnuwin32/installer/Makefile for the names and values that can be set. See src/
The standard CRAN distribution of a 32/64-bit installer is made by rst building 32-bit R (just make 32-bit is needed), and then building 64-bit R with the macro HOME32 set in le MkRules.local to the top-level directory of the 32-bit build. Then the make rinstaller step copies the les that dier between architectures from the 32-bit build as it builds the installer image.
14
15
home directory (as given by R.home()), and hence may need to be run under the account used to install R. The results of example(md5sums) when testing tools will dier from the reference output as some les are installed with Windows CRLF line endings.
16
4 Installing R under OS X
The front page of a CRAN site has a link Download R for OS X. Click on that, then download the le R-3.0.2.pkg and install it. This runs on OS X 10.6 and later (Snow Leopard, Lion, Mountain Lion, Mavericks, . . . ); it is a 64-bit (x86_64) build which should run on all Macs from mid-2008 on. For older Intel Macs and some older versions of the OS you can install R from the sources. It is important that is you use the binary package that your OS is fully updated: run Software Update from the Apple menu to be sure. To install, just double-click on the icon of the le you downloaded. At the Installation Type stage, note the option to Customize. This currently shows three components (Package Name). Everyone will need the R Framework component: the R GUI and Tcl/Tk components are optional (the latter being needed to use package tcltk). This is an Apple Installer package. If you encounter any problem during the installation, please check the Installer log by clicking on the Window menu and item Installer Log. The full output (select Show All Log) is useful for tracking down problems. On Mountain Lion and later with GateKeeper active you will need to right/control-click on any unsigned packages and select Open: recent CRAN packages are signed. For building R from source, see Section C.3 [OS X], page 50.
17
pkgutil --files org.r-project.x86_64.tcltk.x11 Note that some but not all of these les replace those in the Tcl/Tk 8.5.5 installation used for R 2.x, so care is needed if removing either.
Chapter 5: Running R
18
5 Running R
How to start R and what command-line options are available is discussed in Section Invoking R in An Introduction to R. You should ensure that the shell has set adequate resource limits: R expects a stack size of at least 8MB and to be able to open at least 256 le descriptors. (Any modern OS will have default limits at least as large as these, but apparently NetBSD does not. Use the shell command ulimit (sh/bash) or limit (csh/tcsh) to check.) R makes use of a number of environment variables, the default values of many of which are set in le R_HOME/etc/Renviron (there are none set by default on Windows and hence no such le). These are set at configure time, and you would not normally want to change them a possible exception is R_PAPERSIZE (see Section B.3.1 [Setting paper size], page 43). The paper size will be deduced from the LC_PAPER locale category if it exists and R_PAPERSIZE is unset, and this will normally produce the right choice from a4 and letter on modern Unix-alikes (but can always be overridden by setting R_PAPERSIZE). Various environment variables can be set to determine where R creates its per-session temporary directory. The environment variables TMPDIR, TMP and TEMP are searched in turn and the rst one which is set and points to a writable area is used. If none do, the nal default is /tmp on Unix-alikes and the value of R_USER on Windows. The path should not contain spaces. Some Unix-alike systems are set up to remove les and directories periodically from /tmp, for example by a cron job running tmpwatch. Set TMPDIR to another directory before starting long-running jobs on such a system. Note that TMPDIR will be used to execute configure scripts when installing packages, so if /tmp has been mounted as noexec, TMPDIR needs to be set to a directory from which execution is allowed.
19
6 Add-on packages
It is helpful to use the correct terminology. A package is loaded from a library by the function library(). Thus a library is a directory containing installed packages; the main library is R_ HOME/library, but others can be used, for example by setting the environment variable R_LIBS or using the R function .libPaths().
(plus, of course, base) and this can be changed by setting the option in startup code (e.g. in ~/.Rprofile). It is initially set to the value of the environment variable R_DEFAULT_PACKAGES if set (as a comma-separated list). Setting R_DEFAULT_PACKAGES=NULL ensures that only package base is loaded. Changing the set of default packages is normally used to reduce the set for speed when scripting: in particular not using methods will reduce the start-up time by a factor of up to two (and this is done by Rscript). But it can also be used to customize R, e.g. for class use.
unless they were excluded in the build. its binding is locked once the startup les have been read, so users cannot easily change it.
20
Ensure that the environment variable TMPDIR is either unset (and /tmp exists and can be written in and executed from) or points to a valid temporary directory with a path not containing spaces. For most users it suces to call install.packages(pkgname) or its GUI equivalent if the intention is to install a CRAN package and internet access is available.3 On most systems install.packages() will allow packages to be selected from a list box (typically with several thousand items). To install packages from source on a Unix-alike use R CMD INSTALL -l /path/to/library pkg1 pkg2 ... The part -l /path/to/library can be omitted, in which case the rst library of a normal R session is used (that shown by .libPaths()[1]). There are a number of options available: use R CMD INSTALL --help to see the current list. Alternatively, packages can be downloaded and installed from within R. First set the option CRAN to your nearest CRAN mirror using chooseCRANmirror(). Then download and install packages pkg1 and pkg2 by > install.packages(c("pkg1", "pkg2")) The essential dependencies of the specied packages will also be fetched. Unless the library is specied (argument lib) the rst library in the library search path is used: if this is not writable, R will ask the user (in an interactive session) if the default personal library should be created, and if allowed to will install the packages there. If you want to fetch a package and all those it depends on (in any way) that are not already installed, use e.g. > install.packages("Rcmdr", dependencies = TRUE) install.packages can install a source package from a local .tar.gz le by setting argument repos to NULL: this will be selected automatically if the name given is a single .tar.gz le. install.packages can look in several repositories, specied as a character vector by the argument repos: these can include a CRAN mirror, Bioconductor, Omegahat, R-forge, rforge.net, local archives, local les, . . . ). Function setRepositories() can select amongst those repositories that the R installation is aware of. Naive users sometimes forget that as well as installing a package, they have to use library to make its functionality available.
6.3.1 Windows
What install.packages does by default is dierent on Unix-alikes (except OS X) and Windows. On Unix-alikes it consults the list of available source packages on CRAN (or other repository/ies), downloads the latest version of the package sources, and installs them (via R CMD INSTALL). On Windows it looks (by default) at the list of binary versions of packages available for your version of R and downloads the latest versions (if any), although optionally it will also download and install a source package by setting the type argument. On Windows install.packages can also install a binary package from a local zip le by setting argument repos to NULL. Rgui.exe has a menu Packages with a GUI interface to install.packages, update.packages and library. Windows binary packages for R are distributed as a single binary containing either or both architectures. A few of the binary packages need other software to be installed on your system: see for example http://CRAN.R-project.org/bin/windows/contrib/3.0/@ReadMe. For 64-bit builds,
3
21
packages using Gtk+ (Cairo, RGtk2, cairoDevice and those that depend on them) need the bin directory of a bundled distribution from http://www.gtk.org/download-windows-64bit.html in the path: it should work to have both 32- and 64-bit Gtk+ bin directories in the path on a 64-bit version of R. R CMD INSTALL works in Windows to install source packages. No additional tools are needed if the package does not contain compiled code, and install.packages(type="source") will work for such packages (and for those with compiled code if the tools (see Appendix D [The Windows toolset], page 62) are in the path). We have seen occasional permission problems after unpacking source packages on some Vista/Windows 7/Server 2008 systems: these have been circumvented by setting the environment variable R_INSTALL_TAR to tar.exe. If you have only a source package that is known to work with current R and just want a binary Windows build of it, you could make use of the building service oered at http:/ / win-builder.r-project.org/. For almost all packages R CMD INSTALL will attempt to install both 32- and 64-bit builds of a package if run from a 32/64-bit install of R. It will report success if the installation of the architecture of the running R succeeded, whether or not the other architecture was successfully installed. The exceptions are packages with a non-empty configure.win script or which make use of src/Makefile.win. If configure.win does something appropriate to both architectures use4 option --force-biarch: otherwise R CMD INSTALL --merge-multiarch can be applied to a source tarball to merge separate 32- and 64-bit installs. (This can only be applied to a tarball, and will only succeed if both installs succeed.) If you have a package without compiled code and no Windows-specic help, you can zip up an installation on another OS and install from the that zip le on Windows. However, such a package can be installed from the sources on Windows without any additional tools. There is provision to make use of a system-wide library of installed external software by setting the make variable LOCAL_SOFT, to give an equivalent of /usr/local on a Unix-alike. This can be set in src/gnuwin/MkRules.local when R is built from sources (see the comments in src/gnuwin/MkRules.dist), or in le5 etc/i386/Makeconf or etc/x64/Makeconf for an installed version of R. The version used by CRAN can be downloaded from http://www.stats. ox.ac.uk/pub/Rtools/libs.html.
6.3.2 OS X
On OS X install.packages works as it does on other Unix-alike systems, but there is an additional type mac.binary (the default in the CRAN distribution but not when compiling from source) that can be passed to install.packages in order to download and install binary packages from a suitable repository. These OS X binary package les have the extension tgz. The R.app GUI provides menus for installation of either binary or source packages, from CRAN or local les. Note that many binary packages including compiled code are tied to a particular series (e.g. R 3.0.x or 3.1.x) of R. Installing source packages which do not contain compiled code should work with no additional tools. For others you will need the Command Line Tools for Xcode and compilers which match those used to build R: see Section C.3 [OS X], page 50. Package rJava and those which depend on it need a Java runtime installed and several packages need X11 installed, including those using Tk. For Mountain Lion and Mavericks see Section C.3 [OS X], page 50 and Section C.3.6 [Java (OS X)], page 53.
4
for a small number of CRAN packages where this is known to be safe and is needed by the autobuilder this is the default. Look at the source of tools:::.install_packages for the list. It can also be specied in the packages DESCRIPTION le. or by adding it in a le such as etc/i386/Makevars.site, which does not exist by default.
22
Tcl/Tk extensions BWidget and Tktable are part of the Tcl/Tk contained in the R installer. These are required by a number of CRAN and Bioconductor packages. A few of the binary packages need other software to be installed on your system. In particular packages using Gtk+ (RGtk2, cairoDevice and those that depend on them) need the GTK framework installed from http://r.research.att.com/libs/: the appropriate version at the time of writing was http://r.research.att.com/libs/GTK_2.24.17-X11.pkg It is often possible to use other compilers with the CRAN distribution of R, but the settings in the le /Library/Frameworks/R.framework/Resources/etc/Makeconf will need to be changed, either by editing that le or in a le such as ~/.R/Makevars (see the next section). Entries which may need to be changed include CC, CXX, FC, F77, FLIBS and the corresponding ags, and perhaps CXXCPP, DYLIB_LD, MAIN_LD, SHLIB_CXXLD, SHLIB_FCLD and SHLIB_LD. So for example you could select clang for both C and C++ with extensive checking by having in ~/.R/Makevars CC=clang CXX=clang++ CFLAGS="-mtune=native -g -O2 -Wall -pedantic -Wconversion" CXXFLAGS="-mtune=native -g -O2 -Wall -pedantic -Wconversion" (this is expected to become necessary once Xcode 5 is released) and for another version of gfortran-4.2 we needed FLIBS=-lgfortran
23
When a source package is installed by a build of R which supports multiple sub-architectures, the normal installation process installs the packages for all sub-architectures. The exceptions are Unix-alikes where there is an configure script, or a le src/Makefile. Windows where there is a non-empty configure.win script, or a le src/Makefile.win (with some exceptions where the package is known to have an architecture-independent configure.win, or if --force-biarch or a eld in the DESCRIPTION le is used to assert so). In those cases only the current architecture is installed. Further sub-architectures can be installed by R CMD INSTALL --libs-only pkg using the path to R or R --arch to select the additional sub-architecture. There is also R CMD INSTALL --merge-multiarch to build and merge the two architectures, starting with a source tarball.
6.3.5 Byte-compilation
The base and recommended packages are byte-compiled by default. Other packages can be byte-compiled on installation by using the option --byte-compile with R CMD INSTALL or with install.packages(type = "source"). Not all contributed packages work correctly when byte-compiled (for example because they interfere with the sealing of namespaces). For most packages (especially those which make extensive use of compiled code) the speed-up is small. Unless a package is used frequently the time spent in byte-compilation can outweigh the time saved in execution: also byte-compilation can add substantially to the installed size of the package. Byte-compilation can be controlled on a per-package basis by the ByteCompile eld in the DESCRIPTION le.
24
25
Where sub-architectures are in use the R CMD check line can be repeated with additional architectures by R --arch arch CMD check -l libdir --extra-arch --install=check:pkg.log pkg where --extra-arch selects only those checks which depend on the installed code and not those which analyse the sources. (If multiple sub-architectures fail only because they need dierent settings, e.g. environment variables, --no-multiarch may need to be added to the INSTALL lines.) On Unix-alikes the architecture to run is selected by --arch: this can also be used on Windows with R_HOME/bin/R.exe, but it is more usual to select the path to the Rcmd.exe of the desired architecture. So on Windows to install, check and package for distribution a source package from a tarball which has been tested on another platform one might use .../bin/i386/Rcmd INSTALL -l libdir tarball --build > pkg.log 2>&1 .../bin/i386/Rcmd check -l libdir --extra-arch --install=check:pkg.log pkg .../bin/x64/Rcmd check -l libdir --extra-arch --install=check:pkg.log pkg where one might want to run the second and third lines in a dierent shell with dierent settings for environment variables and the path (to nd external software, notably for Gtk+). R CMD INSTALL can do a i386 install and then add the x64 DLL from a single command by R CMD INSTALL --merge-multiarch -l libdir tarball and --build can be added to zip up the installation.
26
7.1 Locales
A locale is a description of the local environment of the user, including the preferred language, the encoding of characters, the currency used and its conventions, and so on. Aspects of the locale are accessed by the R functions Sys.getlocale and Sys.localeconv. The system of naming locales is OS-specic. There is quite wide agreement on schemes, but not on the details of their implementation. A locale needs to specify A human language. These are generally specied by a lower-case two-character abbreviation following ISO 639 (see e.g. http://en.wikipedia.org/wiki/ISO_639-1). A territory, used mainly to specify the currency. These are generally specied by an upper-case two-character abbreviation following ISO 3166 (see e.g. http://en.wikipedia. org/wiki/ISO_3166). A charset encoding, which determines both how a byte stream should be divided into characters, and which characters the subsequences of bytes represent. Sometimes the combination of language and territory is used to specify the encoding, for example to distinguish between traditional and simplied Chinese. Optionally, a modier, for example to indicate that Austria is to be considered pre- or post-Euro. The modier is also used to indicate the script (@latin, @cyrillic for Serbian, @iqtelif) or language dialect (e.g. @saaho, a dialect of Afar, and @bokmal and @nynorsk, dialects of Norwegian regarded by some OSes as separate languages, no and nn). R is principally concerned with the rst (for translations) and third. Note that the charset may be deducible from the language, as some OSes oer only one charset per language, and most OSes have only one charset each for most languages.
27
On some systems setting LC_ALL or LC_MESSAGES to C disables LANGUAGE. If you try changing from French to Russian except in a UTF-8 locale, you will most likely nd messages change to English.
28
Translations are looked for by domain according to the currently specied language, as specifically as possible, so for example an Austrian (de_AT) translation catalogue will be used in preference to a generic German one (de) for an Austrian user. However, if a specic translation catalogue exists but does not contain a translation, the less specic catalogues are consulted. For example, R has catalogues for en_GB that translate the Americanisms (e.g., gray) in the standard messages into English.4 Two other examples: there are catalogues for es, which is Spanish as written in Spain and these will by default also be used in Spanish-speaking Latin American countries, and also for pt_BR, which are used for Brazilian locales but not for locales specifying Portugal. Translations in the right language but the wrong charset are made use of by on-the-y reencoding. The LANGUAGE variable (only) can be a colon-separated list, for example se:de, giving a set of languages in decreasing order of preference. One special value is en@quot, which can be used in a UTF-8 locale to have American error messages with pairs of single quotes translated to Unicode directional quotes. If no suitable translation catalogue is found or a particular message is not translated in any suitable catalogue, English5 is used. See http://developer.r-project.org/Translations.html for how to prepare and install translation catalogues.
4 5
the language written in England: some people living in the USA appropriate this name for their language. with Americanisms.
29
1 2
also known as IEEE 754 at least when storing quantities: the on-FPU precision is allowed to vary
30
9.1 Unix-alikes
If R has not already be made in the directory tree, configure must be run as described in the main build instructions. Then (in src/nmath/standalone) make will make standalone libraries libRmath.a and libRmath.so (libRmath.dylib on OS X): make static and make shared will create just one of them. To use the routines in your own C or C++ programs, include
1
31
#define MATHLIB_STANDALONE #include <Rmath.h> and link against -lRmath (and -lm if needed on your OS). The example le test.c does nothing useful, but is provided to test the process (via make test). Note that you will probably not be able to run it unless you add the directory containing libRmath.so to the LD_LIBRARY_ PATH environment variable (libRmath.dylib, DYLD_LIBRARY_PATH on OS X). The targets make install make uninstall will (un)install the header Rmath.h and shared and static libraries (if built). Both prefix= and DESTDIR are supported, together with more precise control as described for the main build. make install installs a le for pkg-config to use by e.g. $(CC) pkg-config --cflags libRmath -c test.c $(CC) pkg-config --libs libRmath test.o -o test On some systems make install-strip will install a stripped shared library.
9.2 Windows
You need to set up2 almost all the tools to make R and then run (in a Unix-like shell) (cd ../../gnuwin32; make MkRules) (cd ../../include; make -f Makefile.win config.h Rconfig.h Rmath.h) make -f Makefile.win Alternatively, in a cmd.exe shell use cd ../../include make -f Makefile.win config.h Rconfig.h Rmath.h cd ../nmath/standalone make -f Makefile.win This creates a static library libRmath.a and a DLL Rmath.dll. If you want an import library libRmath.dll.a (you dont need one), use make -f Makefile.win shared implib To use the routines in your own C or C++ programs using MinGW, include #define MATHLIB_STANDALONE #include <Rmath.h> and link against -lRmath. This will use the rst found of libRmath.dll.a, libRmath.a and Rmath.dll in that order, so the result depends on which les are present. You should be able to force static or dynamic linking via -Wl,-Bstatic -lRmath -Wl,dynamic -Wl,-Bdynamic -lRmath or by linking to explicit les (as in the test target in Makefile.win: this makes two executables, test.exe which is dynamically linked, and test-static.exe, which is statically linked). It is possible to link to Rmath.dll using other compilers, either directly or via an import library: if you make a MinGW import library as above, you will create a le Rmath.def which can be used (possibly after editing) to create an import library for other systems such as Visual C++. If you make use of dynamic linking you should use
2
32
#define MATHLIB_STANDALONE #define RMATH_DLL #include <Rmath.h> to ensure that the constants like NA_REAL are linked correctly. (Auto-import will probably work with MinGW, but it is better to be sure. This is likely to also work with VC++, Borland and similar compilers.)
33
also known as IEEE 754 Note that C11 compilers (when they appear) need not be C99-compliant: R requires support for double complex which is optional in C11 but is mandatory in C99. -std=c99 excludes POSIX functionality, but config.h will turn on all GNU extensions to include the POSIX functionality. apparently when built by default, but not for example as built for Fedora 15. specically, the C99 functionality of headers wchar.h and wctype.h, types wctans_t and mbstate_t and functions mbrtowc, mbstowcs, wcrtomb, wcscoll, wcstombs, wctrans, wctype, and iswctype.
34
A tar program is needed to unpack the sources and packages (including the recommended packages). A version6 that can automagically detect compressed archives is preferred for use with untar(): the congure script looks for gtar and gnutar before tar: use environment variable TAR to override this. There need to be suitable versions of the tools grep and sed: the problems are usually with old AT&T and BSD variants. configure will try to nd suitable versions (including looking in /usr/xpg4/bin which is used on some commercial Unixes). You will not be able to build most of the manuals unless you have makeinfo version 4.7 or later installed, and if not some of the HTML manuals will be linked to CRAN. To make PDF versions of the manuals you will also need le texinfo.tex installed (which is part of the GNU texinfo distribution but is often made part of the TEX package in re-distributions) as well as texi2dvi.7 Further, the versions of texi2dvi and texinfo.tex need to be compatible: we have seen problems with older TEX distributions (TeXLive 2007 and MiKTeX 2.8) used with texinfo 4.13. It should be possible to use makeinfo version 5.x. The PDF documentation (including doc/NEWS.pdf) and building vignettes needs pdftex and A pdflatex. We require L TEX version 2005/12/01 or later (for UTF-8 support). Building PDF package manuals (including the R reference manual) and vignettes is sensitive to the version of A the L TEX package hyperref and we recommend that the TEX distribution used is kept up-toA date. A number of L TEX packages are required (including url.sty, and listings.sty) and others such as hyperref and inconsolata are desirable (and without them you may need to change Rs defaults: see Section 2.3 [Making the manuals], page 4). If you want to build from the R Subversion repository you need both makeinfo and pdflatex. The essential programs should be in your PATH at the time configure is run: this will capture the full paths.
Such as GNU tar 1.15 or later, bsdtar (from http://code.google.com/p/libarchive/, as used by FreeBSD and OS 10.6 and later) or tar from the Heirloom Toolchest (http://heirloom.sourceforge.net/tools. html). texi2dvi is normally a shell script. Some versions, e.g. that from texinfo 4.13a, need to be run under bash rather than a Bourne shell as on, say, Solaris.
35
package8 provides TrueType versions of Monotype fonts such as Arial and Times New Roman. Another useful set of fonts is the liberation TrueType fonts available at https: / / fedorahosted.org/liberation-fonts/,9 which cover the Latin, Greek and Cyrillic alphabets plus a fair range of signs. These share metrics with Arial, Times New Roman and Courier New, and contain fonts rather similar to the rst two (http: / /en .wikipedia .org /wiki / Liberation_fonts). Then there is the Free UCS Outline Fonts project (http://www.gnu. org/software/freefont/) which are OpenType/TrueType fonts based on the URW fonts but with extended Unicode coverage. See the R help on X11 on selecting such fonts. The bitmapped graphics devices jpeg(), png() and tiff() need the appropriate headers and libraries installed: jpeg (version 6b or later, or libjpeg-turbo) or libpng (version 1.2.7 or later) and zlib or libtiff (any recent version 3.9.[4567] and 4.0.[23] have been tested) respectively. They also need support for either X11 or cairo (see above). Should support for these devices not be required or broken system libraries need to be avoided there are configure options --without-libpng, --without-jpeglib and --without-libtiff. For most system installations the TIFF libraries will require JPEG libraries to be present and perhaps linked explicitly, so --without-jpeglib may also disable the tiff() device. The tiff() devices only require a basic build of libtiff (not even JPEG support is needed). Recent versions allow several other libraries to be linked into libtiff such as lzma, jbig and jpeg12, and these may need also to be present. If you have them installed (including the appropriate headers and of suitable versions), system versions of zlib, libbz2 and PCRE will be used if specied by --with-system-zlib (version 1.2.5 or later), --with-system-bzlib or --with-system-pcre (version 8.10 or later, preferably 8.33 which is what is supplied with R): otherwise versions in the R sources will be compiled in. As the latter suce and are tested with R you should not need to change this. liblzma from xz-utils version 5.0.3 or later will be used if installed: the version in the R sources can be selected instead by conguring with --with-system-xz=no. Systems dier in what they call the package including this: e.g. on Fedora the library is in xz-libs and the headers in xz-devel. Use of the X11 clipboard selection requires the Xmu headers and libraries. These are normally part of an X11 installation (e.g. the Debian meta-package xorg-dev), but some distributions have split this into smaller parts, so for example recent versions of Fedora require the libXmu and libXmu-devel RPMs. Some systems (notably OS X and at least some FreeBSD systems) have inadequate support for collation in multibyte locales. It is possible to replace the OSs collation support by that from ICU (International Components for Unicode, http://site.icu-project.org/), and this provides much more precise control over collation on all systems. ICU is available as sources and as binary distributions for (at least) most Linux distributions, Solaris, FreeBSD and AIX, usually as libicu or icu4c. It will be used by default where available (including on OS X >= 10.4): should a very old or broken version of ICU be found this can be suppressed by --without-ICU. The bitmap and dev2bitmap devices and also embedFonts() use ghostscript (http://www. ghostscript.com/). This should either be in your path when the command is run, or its full path specied by the environment variable R_GSCMD at that time.
A.2.1 Tcl/Tk
The tcltk package needs Tcl/Tk >= 8.4 installed: the sources are available at http://www.tcl. tk/. To specify the locations of the Tcl/Tk les you may need the conguration options
8 9
also known as ttf-mscorefonts-installer in the Debian/Ubuntu world: see also http://en.wikipedia. org/wiki/Core_fonts_for_the_Web. ttf-liberation in Debian/Ubuntu.
36
--with-tcltk use Tcl/Tk, or specify its library directory --with-tcl-config=TCL_CONFIG specify location of tclConfig.sh --with-tk-config=TK_CONFIG specify location of tkConfig.sh or use the congure variables TCLTK_LIBS and TCLTK_CPPFLAGS to specify the ags needed for linking against the Tcl and Tk libraries and for nding the tcl.h and tk.h headers, respectively. If you have both 32- and 64-bit versions of Tcl/Tk installed, specifying the paths to the correct cong les may be necessary to avoid confusion between them. Versions of Tcl/Tk up to 8.5.12 and 8.6.0 have been tested (including most versions of 8.4.x, but not recently).
37
--with-blas="foo" is an instruction to link against -lfoo to nd an external BLAS (which needs to be found both at link time and run time). The congure code checks that the external BLAS is complete (it must include all double precision and double complex routines, as well as LSAME), and appears to be usable. However, an external BLAS has to be usable from a shared object (so must contain position-independent code), and that is not checked. Some enhanced BLASes are compiler-system-specic (sunperf on Solaris10 , libessl on IBM, Accelerate on OS X). The correct incantation for these is usually found via --with-blas with no value on the appropriate platforms. Some of the external BLASes are multi-threaded. One issue is that R proling (which uses the SIGPROF signal) may cause problems, and you may want to disable proling if you use a multithreaded BLAS. Note that using a multi-threaded BLAS can result in taking more CPU time and even more elapsed time (occasionally dramatically so) than using a similar single-threaded BLAS. Note that under Unix (but not under Windows) if R is compiled against a non-default BLAS and --enable-BLAS-shlib is not used, then all BLAS-using packages must also be. So if R is re-built to use an enhanced BLAS then packages such as quantreg will need to be re-installed. R relies on ISO/IEC 60559 compliance of an external BLAS. This can be broken if for example the code assumes that terms with a zero factor are always zero and do not need to be computedwhereas x*0 can be NaN. This is checked in the test suite.
A.3.1.1 ATLAS
ATLAS (http://math-atlas.sourceforge.net/ ) is a tuned BLAS that runs on a wide range of Unix-alike platforms. Unfortunately it is usually built as a static library that on some platforms cannot be used with shared objects such as are used in R packages. Be careful when using pre-built versions of ATLAS (they seem to work on ix86 platforms, but not always on x86_64 ones). The usual way to specify ATLAS will be via --with-blas="-lf77blas -latlas" if the libraries are in the library path, otherwise by --with-blas="-L/path/to/ATLAS/libs -lf77blas -latlas" For example, x86_64 Fedora needs --with-blas="-L/usr/lib64/atlas -lf77blas -latlas" For systems with multiple CPU cores it is possible to use a multi-threaded version of ATLAS, by specifying --with-blas="-lptf77blas -lpthread -latlas" Consult its le INSTALL.txt for how to build ATLAS with position-independent code: that le also describes how to build ATLAS as a shared library.
A.3.1.2 ACML
For x86_64 and i686 processors under Linux there is the AMD Core Math Library (ACML) http://www.amd.com/acml. For the gcc version we could use --with-blas="-lacml" if the appropriate library directory (such as /opt/acml5.1.0/gfortran64/lib) is in the LD_ LIBRARY_PATH. For other compilers, see the ACML documentation. There is a multithreaded
10
38
Linux version of ACML available for recent versions of gfortran. To make use of this you will need something like --with-blas="-L/opt/acml5.1.0/gfortran64_mp/lib -lacml_mp" (and you may need to arrange for the directory to be in ld.so cache). See see Section A.3.1.5 [Shared BLAS], page 39 for an alternative (and in many ways preferable) way to use ACML. The version last tested (5.1.0) failed the reg-BLAS.R test in its handling of NAs.
39
MKL="-L${MKL_LIB_PATH} -lmkl_gf_lp64 -lmkl_intel_thread \ -lmkl_core -liomp5 -lpthread" or (GNU OMP) MKL="-L${MKL_LIB_PATH} -lmkl_gf_lp64 -lmkl_gnu_thread \ -lmkl_core -fopenmp -lpthread" The default number of threads will be chosen by the OpenMP software, but can be controlled by setting OMP_NUM_THREADS or MKL_NUM_THREADS, and in recent versions seems to produce a sensible value for sole use of the machine. Static threaded MKL may be used (GNU OpenMP) with something like MKL=" -L${MKL_LIB_PATH} -Wl,--start-group ${MKL_LIB_PATH}/libmkl_gf_lp64.a ${MKL_LIB_PATH}/libmkl_gnu_thread.a ${MKL_LIB_PATH}/libmkl_core.a -Wl,--end-group -lgomp -lpthread" \ \ \ \ \ \
(Thanks to Ei-ji Nakama). The MKL documentation includes a link line advisor which will suggest appropriate incantations: an on-line version was available at http://software.intel.com/en-us/articles/ intel-mkl-link-line-advisor/ The default linking model, which was also used by version 9 of MKL, can be used by --with-blas="-lmkl -lguide -lpthread" but this may not match your compiler on a 64-bit platform. This is multi-threaded, but in version 9 the number of threads defaults to 1. It can be increased by setting OMP_NUM_THREADS. (Thanks to Andy Liaw for the information.)
40
Another option to change the BLAS in use is to symlink a dynamic BLAS library (such as ACML or Gotos) to R_HOME/lib/libRblas.so. For example, just mv R_HOME/lib/libRblas.so R_HOME/lib/libRblas.so.keep ln -s /opt/acml5.1.0/gfortran64_mp/lib/libacml_mp.so R_HOME/lib/libRblas.so will change the BLAS in use to multithreaded ACML. A similar link works for some versions of the Goto BLAS and perhaps for MKL (provided the appropriate lib directory is in the run-time library path or ld.so cache).
A.3.2 LAPACK
Provision is made for using an external LAPACK library, principally to cope with BLAS libraries which contain a copy of LAPACK (such as sunperf on Solaris, Accelerate on OS X and ACML and MKL on ix86/x86_64 Linux). At least LAPACK version 3.2 is required. This can only be done if --with-blas has been used. However, the likely performance gains are thought to be small (and may be negative), and the default is not to search for a suitable LAPACK library, and this is denitely not recommended. You can specify a specic LAPACK library or a search for a generic library by the conguration option --with-lapack. The default for --with-lapack is to check the BLAS library and then look for an external library -llapack. Sites searching for the fastest possible linear algebra may want to build a LAPACK library using the ATLAS-optimized subset of LAPACK. To do so specify something like --with-lapack="-L/path/to/ATLAS/libs -llapack -lcblas" since the ATLAS subset of LAPACK depends on libcblas. A value for --with-lapack can be set via the environment variable LAPACK_LIBS, but this will only be used if --with-lapack is specied (as the default value is no) and the BLAS library does not contain LAPACK. Since ACML contains a full LAPACK, if selected as the BLAS it can be used as the LAPACK via --with-lapack. If you do use --with-lapack, be aware of potential problems with bugs in the LAPACK sources (or in the posted corrections to those sources). In particular, bugs in DGEEV and DGESDD have resulted in error messages such as DGEBRD gave error code -10 . Other potential problems are incomplete versions of the libraries, seen several times in Linux distributions over the years. Please do bear in mind that using --with-lapack is denitely not recommended: it is provided only because it is necessary on some platforms and because some users want to experiment with claimed performance improvements. Reporting problems where it is used unnecessarily will simply irritate the R helpers. Note too the comments about ISO/IEC 60559 compliance in the section of external BLAS: these apply equally to an external LAPACK, and for example the Intel MKL documentation says LAPACK routines assume that input matrices do not contain IEEE 754 special values such as INF or NaN values. Using these special values may cause LAPACK to return unexpected results or become unstable. We rely on limited support in LAPACK for matrices with 231 or more elements: it is quite possible that an external LAPACK will not have that support. If you have a pure FORTRAN 77 compiler which cannot compile LAPACK it may be possible to use CLAPACK from http://www.netlib.org/clapack/ by something like -with-lapack="-lclapack -lf2c"
41
provided these were built with position-independent code and the calling conventions for double complex function return values match those in the BLAS used, so it may be simpler to use CLAPACK built to use CBLAS and -with-lapack="-lclapack -lcblas -lf2c"
A.3.3 Caveats
As with all libraries, you need to ensure that they and R were compiled with compatible compilers and ags. For example, this has meant that on Sun Sparc using the native compilers the ag -dalign is needed so sunperf can be used. On some systems it is necessary that an external BLAS/LAPACK was built with the same FORTRAN compiler used to build R: known problems are with R built with gfortran, see Section B.6.1 [Using gfortran], page 45.
42
--x-includes=DIR X include les are in DIR --x-libraries=DIR X library les are in DIR --with-readline use readline library (if available) [yes] --enable-R-profiling attempt to compile support for Rprof() [yes] --enable-memory-profiling attempt to compile support for Rprofmem() and tracemem() [no] --enable-R-shlib build R as a shared/dynamic library [no] --enable-BLAS-shlib build the BLAS as a shared/dynamic library [yes, except on AIX] You can use --without-foo or --disable-foo for the negatives. You will want to use --disable-R-profiling if you are building a proled executable of R (e.g. with -pg). Flag --enable-R-shlib causes the make process to build R as a dynamic (shared) library, typically called libR.so, and link the main R executable R.bin against that library. This can only be done if all the code (including system libraries) can be compiled into a dynamic library, and there may be a performance1 penalty. So you probably only want this if you will be using an application which embeds R. Note that C code in packages installed on an R system linked with --enable-R-shlib is linked against the dynamic library and so such packages cannot be used from an R system built in the default way. Also, because packages are linked against R they are on some OSes also linked against the dynamic libraries R itself is linked against, and this can lead to symbol conicts. If you need to re-congure R with dierent options you may need to run make clean or even make distclean before doing so.
We have measured 1520% on i686 Linux and around 10% on x86_64 Linux.
43
44
gcc and gfortran, but may result in a less reliable build (both segfaults and incorrect numeric computations have been seen). On systems using the GNU linker (especially those using R as a shared library), it is likely that including -Wl,-O1 in LDFLAGS is worthwhile, and -Bdirect,--hash-style=both,-Wl,-O1 is recommended at http://lwn.net/Articles/ 192624/. Tuning compilation to a specic CPU family (e.g. -mtune=native for gcc) can give worthwhile performance gains, especially on older architectures such as ix86.
On HP-UX fort77 is the POSIX compliant FORTRAN compiler, and comes after g77. as well as its equivalence to the Rcomplex structure dened in R_ext/Complex.h.
45
Compiling the version of LAPACK in the R sources also requires some Fortran 90 extensions, but these are not needed if an external LAPACK is used. It might be possible to use f2c, the FORTRAN-to-C converter (http://www.netlib.org/ f2c), via a script. (An example script is given in scripts/f77_f2c: this can be customized by setting the environment variables F2C, F2CLIBS, CC and CPP.) You will need to ensure that the FORTRAN type integer is translated to the C type int. Normally f2c.h contains typedef long int integer;, which will work on a 32-bit platform but needs to be changed to typedef int integer; on a 64-bit platform. If your compiler is not gcc you will need to set FPICFLAGS appropriately. Also, the included LAPACK sources contain constructs that f2c is unlikely to be able to process, so you would need to use an external LAPACK library (such as CLAPACK from http://www.netlib.org/clapack/).
MAIN_CFLAGS ditto, for compiling the main program SHLIB_CFLAGS for shared objects FFLAGS debugging and optimization ags, FORTRAN
SAFE_FFLAGS ditto for source les which need exact oating point behaviour MAIN_FFLAGS ditto, for compiling the main program SHLIB_FFLAGS for shared objects MAIN_LDFLAGS additional ags for the main link
46
SHLIB_LDFLAGS additional ags for linking the shared objects LIBnn CPICFLAGS special ags for compiling C code to be turned into a shared object FPICFLAGS special ags for compiling Fortran code to be turned into a shared object CXXPICFLAGS special ags for compiling C++ code to be turned into a shared object FCPICFLAGS special ags for compiling Fortran 95 code to be turned into a shared object DEFS denes to be used when compiling C code in R itself the primary library directory, lib or lib64
Library paths specied as -L/lib/path in LDFLAGS are collected together and prepended to LD_LIBRARY_PATH (or your systems equivalent), so there should be no need for -R or -rpath ags. Variables such as CPICFLAGS are determined where possible by configure. Some systems allows two types of PIC ags, for example -fpic and -fPIC, and if they dier the rst allows only a limited number of symbols in a shared object. Since R as a shared library has about 6200 symbols, if in doubt use the larger version. To compile a proling version of R, one might for example want to use MAIN_CFLAGS=-pg, MAIN_FFLAGS=-pg, MAIN_LDFLAGS=-pg on platforms where -pg cannot be used with positionindependent code. Beware: it may be necessary to set CFLAGS and FFLAGS in ways compatible with the libraries to be used: one possible issue is the alignment of doubles, another is the way structures are passed. On some platforms configure will select additional ags for CFLAGS, CPPFLAGS, FFLAGS, CXXFLAGS and LIBS in R_XTRA_CFLAGS (and so on). These are for options which are always required, for example to force IEC 60559 compliance.
47
48
nd any fonts or glyphs being rendered incorrectly (often as a pair of ASCII characters). X11 works by being asked for a font specication and coming up with its idea of a close match. For text (as distinct from the symbols used by plotmath), the specication is the rst element of the option "X11fonts" which defaults to "-adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*" If you are using a single-byte encoding, for example ISO 8859-2 in Eastern Europe or KOI8-R in Russian, use xlsfonts to nd an appropriate family of fonts in your encoding (the last eld in the listing). If you nd none, it is likely that you need to install further font packages, such as xorg-x11-fonts-ISO8859-2-75dpi and xorg-x11-fonts-cyrillic shown in the listing above. Multi-byte encodings (most commonly UTF-8) are even more complicated. There are few fonts in iso10646-1, the Unicode encoding, and they only contain a subset of the available glyphs (and are often xed-width designed for use in terminals). In such locales fontsets are used, made up of fonts encoded in other encodings. If the locale you are using has an entry in the XLC_LOCALE directory (typically /usr/share/X11/locale, it is likely that all you need to do is to pick a suitable font specication that has fonts in the encodings specied there. If not, you may have to get hold of a suitable locale entry for X11. This may mean that, for example, Japanese text can be displayed when running in ja_JP.UTF-8 but not when running in en_GB.UTF-8 on the same machine (although on some systems many UTF-8 X11 locales are aliased to en_US.UTF-8 which covers several character sets, e.g. ISO 8859-1 (Western European), JISX0208 (Kanji), KSC5601 (Korean), GB2312 (Chinese Han) and JISX0201 (Kana)). On some systems scalable fonts are available covering a wide range of glyphs. One source is TrueType/OpenType fonts, and these can provide high coverage. Another is Type 1 fonts: the URW set of Type 1 fonts provides standard typefaces such as Helvetica with a larger coverage of Unicode glyphs than the standard X11 bitmaps, including Cyrillic. These are generally not part of the default install, and the X server may need to be congured to use them. They might be under the X11 fonts directory or elsewhere, for example, /usr/share/fonts/default/Type1 /usr/share/fonts/ja/TrueType
C.2 Linux
Linux is the main development platform for R, so compilation from the sources is normally straightforward with the standard compilers. Remember that some package management systems (such as RPM and deb) make a distinction between the user version of a package and the developer version. The latter usually has the same name but with the extension -devel or -dev: you need both versions installed. So please check the configure output to see if the expected features are detected: if for example readline is missing add the developer package. (On most systems you will also need ncurses and its developer package, although these should be dependencies of the readline package(s).) When R has been installed from a binary distribution there are sometimes problems with missing components such as the FORTRAN compiler. Searching the R-help archives will normally reveal what is needed. It seems that ix86 Linux accepts non-PIC code in shared libraries, but this is not necessarily so on other platforms, in particular on 64-bit CPUs such as x86_64. So care can be needed with BLAS libraries and when building R as a shared library to ensure that position-independent code is used in any static libraries (such as the Tcl/Tk libraries, libpng, libjpeg and zlib) which might be linked against. Fortunately these are normally built as shared libraries with the exception of the ATLAS BLAS libraries. The default optimization settings chosen for CFLAGS etc are conservative. It is likely that using -mtune will result in signicant performance improvements on recent CPUs (especially
49
for ix86): one possibility is to add -mtune=native for the best possible performance on the machine on which R is being installed: if the compilation is for a site-wide installation, it may still be desirable to use something like -mtume=core2.2 It is also possible to increase the optimization levels to -O3: however for many versions of the compilers this has caused problems in at least one CRAN package. For platforms with both 64- and 32-bit support, it is likely that LDFLAGS="-L/usr/local/lib64 -L/usr/local/lib" is appropriate since most (but not all) software installs its 64-bit libraries in /usr/local/lib64. To build a 32-bit version of R on x86_64 with Fedora 18 we used CC="gcc -m32" CXX="g++ -m32" F77="gfortran -m32" FC=${F77} OBJC=${CC} LDFLAGS="-L/usr/local/lib" LIBnn=lib Note the use of LIBnn: x86_64 Fedora installs its 64-bit software in /usr/lib64 and 32-bit software in /usr/lib. Linking will skip over inappropriate binaries, but for example the 32-bit Tcl/Tk congure scripts are in /usr/lib. It may also be necessary to set the pkg-config path, e.g. by export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig 64-bit versions of Linux are built with support for les > 2Gb, and 32-bit versions will be if possible unless --disable-largefile is specied. To build a 64-bit version of R on ppc64 (also known as powerpc64) with gcc 4.1.1, Ei-ji Nakama used CC="gcc -m64" CXX="gxx -m64" F77="gfortran -m64" FC="gfortran -m64" CFLAGS="-mminimal-toc -fno-optimize-sibling-calls -g -O2" FFLAGS="-mminimal-toc -fno-optimize-sibling-calls -g -O2" the additional ags being needed to resolve problems linking against libnmath.a and when linking R as a shared library.
C.2.1 Clang
R has been built with Linux ix86 and x86_64 C and C++ compilers (http://clang.llvm. org, versions 3.0, 3.2 and 3.3) based on the Clang front-ends, invoked by CC=clang CXX=clang++, together with gfortran. These take very similar options to the corresponding GCC compilers. This has to be used in conjunction with a Fortran compiler: the configure code will remove -lgcc from FLIBS, which is needed for some versions of gfortran.
50
FLAGS="-g -O3 -mp" CXX=icpc CXXFLAGS="-g -O3 -mp" FC=ifort FCFLAGS="-g -O3 -mp" ICC_LIBS=/opt/compilers/intel/cce/9.1.039/lib IFC_LIBS=/opt/compilers/intel/fce/9.1.033/lib LDFLAGS="-L$ICC_LIBS -L$IFC_LIBS -L/usr/local/lib64" SHLIB_CXXLD=icpc configure will add -c99 to CC for C99-compliance. This causes warnings with icc 10 and later, so use CC="icc -std=c99" there. The ag -wd188 suppresses a large number of warnings about the enumeration type Rboolean. Because the Intel C compiler sets __GNUC__ without complete emulation of gcc, we suggest adding CPPFLAGS=-no-gcc. To maintain correct IEC 60559 arithmetic you most likely need add ags to CFLAGS, FFLAGS and CXXFLAGS such as -mp (shown above) or -fp-model precise -fp-model source, depending on the compiler version. Others have reported success with versions 10.x and 11.x.
C.3 OS X
You can build R using Apples Command Line Tools for Xcode and and suitable compilers. You will also need readline (or to congure with --without-readline). You may also need to install an X sub-system (or you will need to congure with --withoutx): X is part of the standard OS X distribution in versions prior to Mountain Lion, but not
51
always installed. For Mountain Lion and later, see http://xquartz.macosforge.org/: some people prefer to use XQuartz on earlier versions of OS X instead of the Apple version. In principle R can be built for 10.4.x, 10.5.x and for PowerPC Macs but this has not been tested recently: 10.6 (Snow Leopard) is the earliest version currently tested. 32-bit Intel builds of R 3.0.0 were tested: they would be needed for Snow Leopard running on very old machines with Core Solo or Core Duo CPUs. The instructions here concentrate on x86_64 builds. To use the quartz() graphics device you need to congure with --with-aqua (which is the default): quartz() then becomes the default device when running R at the console and X11 would only be used for the data editor/viewer. (This needs an Objective-C compiler3 which can compile the code for quartz().) Use --without-aqua if you want a standard Unix-alike build: apart from disabling quartz() and the ability to use the build with R.app, it also changes the default location of the personal library (see ?.libPaths()). Also use --disable-R-framework to install in the standard layout. Command Line Tools for Xcode used to be part of the Apple Developer Tools (Xcode) but nowadays need to be installed separately. They can be downloaded from http://developer. apple.com/devcenter/mac/ (you will need to register there) or if you have a recent Xcode installed (from the App Store or from https: / /developer .apple .com /devcenter /mac / ) you can install the command-line tools from within Xcode, from the Downloads pane in the Preferences. Various compilers can be used. The CRAN distribution of R is built using gcc from the Xcode distribution. This is a version of gcc 4.2.1 with an LLVM backend. Note that Apple have announced that Xcode 4.6 will be the last release with this compiler (4.6.2 does contain it but 5 is expected not to), and it is likely that clang will be used before R 3.1.0 is released. gfortran from http://cran.r-project.org/bin/macosx/tools/gfortran-4.2.3.pkg. Note that this installs into /usr/local/bin, so make sure that is on your path. Other compilers from http://r.research.att.com/tools/ can also be used. clang from the Xcode distribution, to compile the Objective-C parts of the quartz() device. To use these, have in config.site something like CC="llvm-gcc-4.2" CXX="llvm-g++-4.2" F77="gfortran-4.2 -arch x86_64" FC=$F77 OBJC="clang" Full names are not needed, but help to ensure that the intended compilers are used. The recommended Fortran compiler defaults to 32-bit, so -arch x86_64 is needed. (For a 32-bit build, use -arch i386 for all compiler commands.) The OpenMP support in this version of gcc is problematic, so the CRAN build is congured with --disable-openmp. The alternative, clang, has no OpenMP support. Pre-compiled versions of many of the Section A.2 [Useful libraries and programs], page 34 are available from http://r.research.att.com/libs/. You will most likely want at least jpeg, libpng and readline (and perhaps tiff). pkg-config is not provided by Apple and useful for many packages. The Accelerate library can be used via the conguration options
3
Apples clang should be able to: some builds of gcc can, but not all built with Objective C support work.
52
--with-blas="-framework Accelerate" --with-lapack to provide higher-performance versions of the BLAS and LAPACK routines. (Use of Accelerate with --with-lapack does not work on Snow Leopard: it may work there without.) Looking at the top of /Library/Frameworks/R.framework/Resources/etc/Makeconf will show the compilers and conguration options used for the CRAN binary package for R: at the time of writing --with-system-zlib --enable-memory-profiling --disable-openmp was used. The TEX implementation used by the developers is MacTeX (http://www.tug.org/mactex/ ): the full installation is several gigabytes, but a smaller version (ca 300MB) is available at http: / /www .tug .org /mactex /morepackages .html: you will want to add some packages, including inconsolata.
C.3.2 Lion
No tweaks are known to be needed on Lion. See the notes on Mountain Lion if XQuartz is in use.
C.3.4 Mavericks
Mavericks is associated with Xcode 5, and is said to download software components as needed without installing all of Xcode. It is likely that clang will be the preferred C compiler, using something like CC="clang" CXX="clang++" F77="gfortran-4.2 -arch x86_64" FC=$F77 OBJC="clang" See the comments under Mountain Lion about X11 and GTK.
53
--with-tcl-config=/usr/local/lib/tclConfig.sh --with-tk-config=/usr/local/lib/tkConfig.sh Note that this expects a fully-updated X11 installation: it was built against the Apple X11 from Snow Leopard, but XQuartz will work if recent enough (e.g. version 2.7.4). There is also a native (Aqua) version of Tcl/Tk which produces widgets in the native OS X style: this will not work with R.app because of conicting event loops, but for those only using command-line R this provides a much more intuitive interface to Tk for experienced Mac users. Most versions of OS X come with Aqua Tcl/Tk libraries, but these are not current versions of Tcl/Tk (8.5.9 in Mountain Lion). It is better to install Tcl/Tk 8.6.x or 8.5.x from the sources or the binary distribution at http://www.activestate.com/activetcl/downloads. Congure R with --with-tcl-config=/Library/Frameworks/Tcl.framework/tclConfig.sh --with-tk-config=/Library/Frameworks/Tk.framework/tkConfig.sh (for the versions bundled with OS X, use paths starting with /System/Library).
C.3.6 Java
The situation with Java support on OS X is messy, with Apple essentially no longer supporting Java (and what it does support is Java 6, which has reached end-of-life). Snow Leopard and Lion shipped with a Java 6 runtime (JRE). Mountain Lion did not come with an installed JRE, and an upgrade to Mountain Lion removed one if already installed. It is intended to be installed at rst use. Check if a JRE is installed by running java -version in a Terminal window: if Java is not installed this should prompt you to install it. However, for security reasons you may want/need to install the latest Java from Oracle (currently Java 7 from http: / /www .oracle .com /technetwork /java /javase /downloads / index.html); this is for Lion and later. To see what compatible versions of Java are currently installed, run /usr/libexec/java_ home -V -a x86_64. If needed, set the environment variable JAVA_HOME to choose between these, both when R is built from the sources and when R CMD javareconf is run. Conguring and building R both looks for a JRE and for support for compiling JNI programs (used by packages rJava and JavaGD); the latter requires a JDK (Java SDK) and not just a JRE. The build process tries to fathom out what JRE/JDK to use, but it may need some help, e.g. by setting JAVA_HOME. The Apple JRE can be specied explicitly by something like JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home JAVA_CPPFLAGS="-I/System/Library/Frameworks/JavaVM.framework/Headers" JAVA_LD_LIBRARY_PATH= JAVA_LIBS="-framework JavaVM" The Apple developer versions of the JDK install somewhere like JAVA_HOME=/Library/Java/JavaVirtualMachines/1.6.0_43-b01-447.jdk/Contents/Home The Oracle JDK can be specied explicitly by something like JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home JAVA_CPPFLAGS="-I/${JAVA_HOME}/include -I/${JAVA_HOME}/include/darwin" JAVA_LD_LIBRARY_PATH="${JAVA_HOME}/jre/lib/server" JAVA_LIBS="-L/${JAVA_HOME}/jre/lib/server -ljvm" in config.site. JAVA_LD_LIBRARY_PATH is used as part of DYLD_FALLBACK_LIBRARY_PATH and so is less likely to cause conicts, but ${JAVA_HOME}/jre/lib is still best avoided as in some JDKs it contains libraries which conict with system libraries.
54
Note that it is necessary to set the environment variable NOAWT to 1 to install many of the Java-using packages.
C.3.7 Frameworks
The CRAN build of R is installed as a framework, which is selected by the default option ./configure --enable-R-framework This is only needed if you want to build R for use with the R.app console, and implies --enable-R-shlib to build R as a dynamic library. This option congures R to be built and installed as a framework called R.framework. The default installation path for R.framework is /Library/Frameworks but this can be changed at congure time by specifying the ag --enable-R-framework[=DIR] or at install time as make prefix=/where/you/want/R.framework/to/go install
C.4 Solaris
R has been built successfully on Solaris 10 (both Sparc and x86) using the (zero cost) Oracle Solaris Studio compilers: there has been some success with gcc 4/gfortran. (Recent Sun machines are AMD Opterons or Intel Xeons (amd64) rather than x86, but 32-bit x86 executables are the default.) There have been few reports on Solaris 11, with no known extra issues. Solaris 9 and earlier are now so old that it is unlikely that R is still used with them, and they will not be considered here. The Solaris versions of several of the tools needed to build R (e.g. make, ar and ld) are in /usr/ccs/bin, so if using those tools ensure this is in your path. A version of the preferred GNU tar is (if installed) in /usr/sfw/bin, as sometimes are tools like makeinfo. It may be necessary to avoid the tools in /usr/ucb: POSIX-compliant versions of some tools can be found in /usr/xpg4/bin and /usr/xpg6/bin. A large selection of Open Source software can be installed from http://www.opencsw.org, by default installed under /opt/csw. You will need GNU libiconv and readline: the Solaris version of iconv is not suciently powerful. The native make suces to build R but a small number of packages require GNU make (some without good reason and without declaring it as SystemRequirements in the DESCRIPTION le).
55
Some people have reported that the Solaris libintl needs to be avoided, for example by using --disable-nls or --with-included-gettext or using libintl from OpenCSW. The support for the C99 long double type on Sparc hardware uses quad-precision arithmetic, and this is usually slow because it is done by software emulation. On such systems configure option --disable-long-double can be used for faster but less accurate computations. When using the Oracle compilers4 do not specify -fast, as this disables IEEE arithmetic and make check will fail. A little juggling of paths was needed to ensure GNU libiconv (in /usr/local) was used rather than the Solaris iconv: CC="cc -xc99" CFLAGS="-O -xlibmieee" F77=f95 FFLAGS=-O CXX="CC -library=stlport4" CXXFLAGS=-O FC=f95 FCFLAGS=$FFLAGS FCLIBS="-lfai -lfsu" R_LD_LIBRARY_PATH="/usr/local/lib:/opt/csw/gcc4/lib:/opt/csw/lib" For a 64-bit target add -m64 to the compiler macros and use something like LDFLAGS=-L/usr/local/lib/sparcv9 or LDFLAGS=-L/usr/local/lib/amd64 as appropriate. It will also be necessary to point pkg-config at the 64-bit directories, e.g. one of PKG_CONFIG_PATH=/opt/csw/lib/amd64/pkgconfig:/usr/lib/amd64/pkgconfig PKG_CONFIG_PATH=/opt/csw/lib/sparcv9/pkgconfig:/usr/lib/sparcv9/pkgconfig and to specify a 64-bit Java VM by e.g. JAVA_CPPFLAGS="-I${JAVA_HOME}/../include -I${JAVA_HOME}/../include/solaris" JAVA_LD_LIBRARY_PATH=${JAVA_HOME}/lib/amd64/server JAVA_LIBS="-L${JAVA_HOME}/lib/amd64/server \ -R${JAVA_HOME}/lib/amd64/server -ljvm" With Solaris Studio 12.[23] on Sparc, FCLIBS needs to be FCLIBS="-lfai -lfai2 -lfsu" (and possibly other Fortran libraries, but this suces for the packages currently on CRAN). Currently amd64 and sparcv9 builds work out-of-the-box with Sun Studio 12u1 but not Solaris Studio 12.2 and later: libRblas.so and lapack.so are generated with code that causes relocation errors (which is being linked in from the Fortran libraries). This means that building R as a shared library may be impossible with Solaris Studio >= 12.2. For a standard build the trick seems to be to manually set FLIBS to avoid the troublesome libraries. For example, on amd64 set in config.site something like FLIBS_IN_SO="-R/opt/solarisstudio12.3/lib/amd64 /opt/solarisstudio12.3/lib/amd64/libfui.so /opt/solarisstudio12.3/lib/amd64/libfsu.so" For 64-bit Sparc, set in config.site something like FLIBS="-R/opt/solarisstudio12.3/prod/lib/sparc/64 -lifai -lsunimath -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfui -lsunmath -lmtsk /opt/solarisstudio12.3/prod/lib/sparc/64/libfsu.so.1"
4
56
By default the Solaris Studio compilers do not by default conform to the C99 standard (appendix F 8.9) on the return values of functions such as log: use -xlibmieee to ensure this. You can target specic Sparc architectures for (slightly) higher performance: -xtarget=native (in CFLAGS etc) tunes the compilation to the current machine. Using -xlibmil in CFLAGS and -xlibmil in FFLAGS allows more system mathematical functions to be inlined. On x86 you will get marginally higher performance via CFLAGS="-xO5 -xc99 -xlibmieee -xlibmil -nofstore -xtarget=native" FFLAGS="-O5 -libmil -nofstore -xtarget=native" CXXFLAGS="-xO5 -xlibmil -nofstore -xtarget=native" SAFE_FFLAGS="-libmil -fstore -xtarget=native" but the use of -nofstore can be less numerically stable, and some packages (notably mgcv on x86) failed to compile at higher optimization levels with version 12.3. The Solaris Studio compilers provide several implementations of the C++ standard which select both the set of headers and a C++ runtime library. These are selected by the -library ag, which as it is needed for both compiling and linking is best specied as part of the compiler. The examples above use stlport4, currently the most modern of the options: the default (but still needed to be specied as it is needed for linking) is Cstd: see http://developers.sun. com/solaris/articles/cmp_stlport_libCstd.html. Note though that most external Solaris C++ libraries will have been built with Cstd and so an R package using such libraries also needs to be. Occasionally the ag -library=stlport4,Crun has been needed. Several CRAN packages using C++ need the more liberal interpretation given by adding CXXFLAGS="-features=tmplrefstatic" The performance library sunperf is available for use with the Solaris Studio compilers. If selected as a BLAS, it must also be selected as LAPACK via (for Solaris Studio 12.2) ./configure --with-blas=-library=sunperf --with-lapack This has often given test failures in the past, in several dierent places. At the time of writing it fails in tests/reg-BLAS.R, and on some builds, including for amd64, it fails in example(eigen). Parsing very complex expressions needs a lot of stack space when the Oracle compilers are used: several packages require the stack increased to say 20MB.
57
Note that paths such as /opt/csw/gcc4/lib/sparcv9 may need to be in the LD_LIBRARY_PATH during conguration. The compilation can be tuned to a particular cpu: the CRAN check system uses -mtune=niagara2. Compilation for an x86 target with gcc 4.8.1 needed CC="/opt/csw/gcc4/bin/gcc -m32" CPPFLAGS="-I/opt/csw/include -I/usr/local/include" F77="/opt/csw/gcc4/bin/gfortran -m32" CXX="/opt/csw/gcc4/bin/g++ -m32" FC="/opt/csw/gcc4/bin/gfortran -m32" LDFLAGS="-L/opt/csw/gcc4/lib -L/opt/csw/lib -L/usr/local/lib" (-L/opt/csw/lib is needed since TeXLive was built using 32-bit gcc, and we need /opt/csw/lib in R_LD_LIBRARY_PATH.) For an amd64 target with gcc 4.8.1 we used CC="/opt/csw/gcc4/bin/gcc -m64" CPPFLAGS="-I/opt/csw/include -I/usr/local/include" F77="/opt/csw/gcc4/bin/gfortran -m64" FPICFLAGS=-fPIC CXX="/opt/csw/gcc4/bin/g++ -m64" FC=$F77 FCPICFLAGS=$FPICFLAGS LDFLAGS="-L/opt/csw/gcc4/lib/amd64 -L/opt/csw/lib/amd64"
C.5 AIX
We no longer support AIX prior to 4.2, and configure will throw an error on such systems. Ei-ji Nakama was able to build under AIX 5.2 on powerpc with GCC 4.0.3 in several congurations. 32-bit versions could be congured with --without-iconv as well as --enableR-shlib. For 64-bit versions he used OBJECT_MODE=64 CC="gcc -maix64" CXX="g++ -maix64" F77="gfortran -maix64" FC="gfortran -maix64" and was also able to build with the IBM xlc and Hitachi f90 compilers by OBJECT_MODE=64 CC="xlc -q64" CXX="g++ -maix64" F77="f90 -cpu=pwr4 -hf77 -parallel=0 -i,L -O3 -64" FC="f90 -cpu=pwr4 -hf77 -parallel=0 -i,L -O3 -64" FLIBS="-L/opt/ofort90/lib -lhf90vecmath -lhf90math -lf90" Some systems have f95 as an IBM compiler that does not by default accept FORTRAN 77. It needs the ag -qfixed=72, or to be invoked as xlf_r. The AIX native iconv does not support encodings latin1 nor "" and so cannot be used. (As far as we know GNU libiconv could be installed.) Fan Long reports success on AIX 5.3 using OBJECT_MODE=64 LIBICONV=/where/libiconv/installed CC="xlc_r -q64"
58
CFLAGS="-O -qstrict" CXX="xlC_r -q64" CXXFLAGS="-O -qstrict" F77="xlf_r -q64" AR="ar -X64" CPPFLAGS="-I$LIBICONV/include -I/usr/lpp/X11/include/X11" LDFLAGS="-L$LIBICONV/lib -L/usr/lib -L/usr/X11R6/lib" On one AIX 6.x system it was necessary to use R_SHELL to set the default shell to be Bash rather than Zsh. Kurt Hornik and Stefan Theussl at WU (Wirtschaftsuniversit at Wien) successfully built R on a powerpc (8-CPU Power6 system) running AIX 6.1, conguring with or without --enableR-shlib (Ei-ji Nakamas support is gratefully acknowledged). It helps to describe the WU build environment rst. A small part of the software needed to build R and/or install packages is available directly from the AIX Installation DVDs, e.g., Java 6, X11, and Perl. Additional open source software (OSS) is packaged for AIX in .rpm les and available from both IBMs AIX Toolbox for Linux Applications (http://www-03.ibm. com/systems/power/software/aix/linux/) and http://www.oss4aix.org/download/. The latter website typically oers more recent versions of the available OSS. All tools needed and libraries downloaded from these repositories (e.g., GCC, Make, libreadline, etc.) are typically installed to /opt/freeware, hence corresponding executables are found in /opt/freeware/bin which thus needs to be in PATH for using these tools. As on other Unix systems one needs GNU libiconv as the AIX version of iconv is not suciently powerful. Additionally, for proper Unicode compatibility one should install the corresponding package from the ICU project (http:// www.icu-project.org/download/ ), which oers pre-compiled binaries for various platforms which in case of AIX can be installed via unpacking the tarball to the root le system. For full A L TEX support one can install the TEX Live DVD distribution (http://www.tug.org/texlive/ ): it is recommended to update the distribution using the tlmgr update manager. For 64-bit R builds supporting Tcl/Tk this needs to installed from the sources as available pre-compiled binaries supply only 32-bit shared objects. The recent WU testing was done using compilers from both the GNU Compiler Collection (version 4.2.4) which is available from one of the above OSS repositories, and the IBM C/C++ (XL C/C++ 10.01) as well as FORTRAN (XL Fortran 12.01) compilers (http://www14. software.ibm.com/webapp/download/byproduct.jsp#X). To compile for a 64-bit powerpc (Power6 CPU) target one can use CC ="gcc -maix64 -pthread" CXX="g++ -maix64 -pthread" FC="gfortran -maix64 -pthread" F77="gfortran -maix64 -pthread" CFLAGS="-O2 -g -mcpu=power6" FFLAGS="-O2 -g -mcpu=power6" FCFLAGS="-O2 -g -mcpu=power6" for the GCC and CC=xlc CXX=xlc++ FC=xlf F77=xlf CFLAGS="-qarch=auto -qcache=auto -qtune=auto -O3 -qstrict -ma" FFLAGS="-qarch=auto -qcache=auto -qtune=auto -O3 -qstrict" FCFLAGS="-qarch=auto -qcache=auto -qtune=auto -O3 -qstrict" CXXFLAGS="-qarch=auto -qcache=auto -qtune=auto -O3 -qstrict"
59
for the IBM XL compilers. For the latter, it is important to note that the decision for generating 32-bit or 64-bit code is done by setting the OBJECT_MODE environment variable appropriately (recommended) or using an additional compiler ag (-q32 or -q64). By default the IBM XL compilers produce 32 bit code. Thus, to build R with 64-bit support one needs to either export OBJECT_MODE=64 in the environment or, alternatively, use the -q64 compiler options. It is strongly recommended to install Bash and use it as the congure shell, e.g., via setting CONFIG_SHELL=/usr/bin/bash in the environment, and to use GNU Make (e.g., via (MAKE=/opt/freeware/bin/make). Further installation instructions to set up a proper R development environment can be found in the R on AIX project on R-Forge (http://R-Forge.R-project.org/projects/aix/).
C.6 FreeBSD
The reports here were for R 2.15.x. Rainer Hurling has reported success on amd64 FreeBSD 9.0 (and on earlier versions in the past), and Brian Ripley tested amd64 FreeBSD 8.2. Since Darwin (the base OS of OS X) is based on FreeBSD we nd testing on Darwin tends to pick up most potential problems on FreeBSD. However, FreeBSD lacks adequate character type (e.g. which are alphabetic) and collation support for multi-byte locales (but a port of ICU is available), and does not yet implement C99 complex math functions (for which Rs substitutes are used). The native BSD make suces to build R but a number of packages require GNU make, despite the recommendations of the Writing R Extensions manual. The simplest way to get the additional software needed to build R is to install a pre-compiled version rst, e.g. by pkg_add -r R (on the system this was tested on, this installed Tcl, Tk, blas, lapack and gcc-4.6.2 which includes gfortran46). A listing of dependencies (not necessarily for current R) can be found at http://www.freebsd.org/ports/lang.html: you will however also need a TEX system5 to build the manuals. Then R itself can be built by something like ./configure CC=gcc46 F77=gfortran46 CXX=g++46 FC=gfortran46 There are also FreeBSD packages for a small eclectic collection of CRAN packages. Beware that the lack of adequate support for non-ASCII characters in UTF-8 locales has many consequences in R: for example names will not be recognized as alphabetic by make.names.
C.7 Cygwin
The Cygwin emulation layer on Windows can be treated as a Unix-alike OS. This is unsupported, but experiments have been conducted and a few workarounds added. R requires C99 complex type support, which is available as from Cygwin 1.7.8 (March 2011). However, the (new) implementation of cacos gives incorrect results, so we undene HAVE_CACOS in src/main/complex.c on that platform. Many versions of Cygwin during 2011 were unable to build R: 1.7.9-1 with GCC 4.5.3-3 in November 2011 was able to do so. Cygwin has not been tested for R 3.0.0 or later. Only building as a shared library can possibly work,6 so use e.g
5 6
TeXLive is recommended. Windows DLLs need to have all links resolved at build time and so cannot resolve against R.bin.
60
./configure --disable-nls --enable-R-shlib FLIBS=-lgfortran make Enabling NLS does work if required, although adding --with-included-gettext is preferable. You will see many warnings about the use of auto-import. Setting FLIBS explicitly seems needed currently as the auto-detection gives an incorrect value. You will need the tetex-extra Cygwin package to build NEWS.pdf and the vignettes. Note that this gives you a command-line application using readline for command editing. The X11 graphics device will work if a suitable X server is running, and the standard Unix-alike ways of installing source packages work. There was a bug in the /usr/lib/tkConfig.sh script in the version we looked at, which needs to have TK_LIB_SPEC=-ltk84 The overhead of using shell scripts makes this noticeably slower than a native build of R on Windows. Even when R can be built, not all the tests passed: there were incorrect results from widecharacter regular expressions code and from sourcing CR-delimited les. Do not use Cygwins BLAS library: it is known to give incorrect results.
61
If you do manage to get R running on a new platform please let us know about it so we can modify the conguration procedures to include that platform. If you are having trouble getting R to work on your platform please feel free to use the R-devel mailing list to ask questions. We have had a fair amount of practice at porting R to new platforms . . .
62
The Inno Setup installer (optional) qpdf It is important to set your PATH properly. The installer Rtools*.exe optionally sets the path to components that it installs. Your PATH may include . rst, then the bin directories of the tools, the compiler toolchain A and L TEX. Do not use lepaths containing spaces: you can always use the short forms (found by dir /x at the Windows command line). Network shares (with paths starting \\) are not supported. For example for a 32-bit build, all on one line, PATH=c:\Rtools\bin;c:\Rtools\gcc-4.6.3\bin;c:\MiKTeX\miktex\bin; c:\R\R-3.0\bin\i386;c:\windows;c:\windows\system32 It is essential that the directory containing the command line tools comes rst or second in the path: there are typically like-named tools3 in other directories, and they will not work. The ordering of the other directories is less important, but if in doubt, use the order above.
1 2 3
For example, the Cygwin version of make 3.81 fails to work correctly. for R 2.15.3 and later. such as sort, find and perhaps make.
63
Our toolset contains copies of Cygwin DLLs that may conict with other ones on your system if both are in the path at once. The normal recommendation is to delete the older ones; however, at one time we found our tools did not work with a newer version of the Cygwin DLLs, so it may be safest not to have any other version of the Cygwin DLLs in your path.
A D.1 L TEX
A The MiKTeX (http://www.miktex.org/ ) distribution of L TEX includes a suitable port of pdftex. The basic version of MiKTeX almost suces (the grid vignettes need fancyvrb.sty), but it will install the 15Mb lm package if allowed to (although that is not actually used). The A Rtools*.exe installer does not include any version of L TEX.
It is also possible to use the TeXLive distribution from http://www.tug.org/texlive/. Please read Section 2.3 [Making the manuals], page 4 about how to make fullrefman.pdf and set the environment variable R_RD4PDF suitably; ensure you have the required fonts installed A or that MiKTeX is set up to install L TEX packages on rst use. (In any case ensure that the inconsolata package is installedyou can check with the MiKTeX Package Manager.)
these ags apply to the compilers: some of the tools use dierent ags. 32-bit builds are the default.
64
on any current version of Windowshowever you do need a 64-bit version of Windows to build 64-bit R as the build process runs R. To select a 32-bit or 64-bit build of R, set the options in MkRules.local appropriately (following the comments in the le). Some external software libraries will need to be re-compiled under the new toolchain: especially those providing a C++ interface. Many of those used by CRAN packages are available from http://www.stats.ox.ac.uk/pub/Rtools/multilib/. Users developing packages with Rcpp need to ensure that they use a version built with exactly the same toolchain as their package: the recommendation is to build Rcpp from its sources yourself. There is support for OpenMP and pthreads in this toolchain. As the performance of OpenMP on Windows is poor for small tasks, it is not used for R itself.
65
R
R_HOME . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 remove.packages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
I
install.packages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
M
make . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
U
update.packages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
Concept index
66
Concept index
A
AIX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
O
Obtaining R . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 OS X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3, 16, 50
B
BLAS library . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36, 51, 56
P
Packages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Packages, default . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Packages, installing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Packages, removing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Packages, updating . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 19 19 24 23
F
FORTRAN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 FreeBSD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
I
Installation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 Installing under Unix-alikes . . . . . . . . . . . . . . . . . . . . . . . 3 Installing under Windows . . . . . . . . . . . . . . . . . . . . . . . . 10 Internationalization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
R
Rbitmap.dll . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 Repositories . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
S
Site libraries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 Solaris . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 Sources for R . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Subversion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1, 34
L
LAPACK library . . . . . . . . . . . . . . . . . . . . . . . . . . 40, 51, Libraries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Libraries, managing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Libraries, site . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Libraries, user . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Linux . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3, Locale . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Localization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56 19 19 19 19 48 26 26
U
User libraries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
V
Vignettes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
M
Manuals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 Manuals, installing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
W
winCairo.dll . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
67
O
OBJECT_MODE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
C
CC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CONFIG_SITE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CPP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CYGWIN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 43 45 63
P
PAPERSIZE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 PATH . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34, 44, 58, 62
R D
DESTDIR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7, 31 R_ARCH . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 R_BROWSER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 R_DEFAULT_PACKAGES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 R_DISABLE_HTTPD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 R_GSCMD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 R_INSTALL_TAR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 R_JAVA_LD_LIBRARY_PATH . . . . . . . . . . . . . . . . . . . . . . . . 36 R_LIBS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 R_LIBS_SITE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 R_LIBS_USER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 R_PAPERSIZE . . . . . . . . . . . . . . . . . . . . . . . . . . . 5, 18, 43, 44 R_PDFVIEWER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 R_RD4PDF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5, 44, 63 R_SHELL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58 R_USER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
F
F2C . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 F2CLIBS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 FPICFLAGS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
J
JAVA_HOME . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
L
LANG . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 LANGUAGE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27, 28 LAPACK_LIBS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 LC_ALL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 LC_COLLATE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 LC_MESSAGES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 LD_LIBRARY_PATH . . . . . . . . . . . . . . . . . . 31, 37, 44, 46, 57 LOCAL_SOFT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
T
TAR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . TAR_OPTIONS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1, TEMP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . TMP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . TMPDIR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3, 11, 18, 34 10 18 18 19