Kurt Hornik: Frequently Asked Questions On R Version 2016-04-24
Kurt Hornik: Frequently Asked Questions On R Version 2016-04-24
Kurt Hornik
Table of Contents
1
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.1
1.2
1.3
1.4
1.5
Legalese . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Obtaining this document . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Citing this document . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Notation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Feedback . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1
1
1
1
2
R Basics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2.1
2.2
2.3
2.4
2.5
What is R? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
What machines does R run on? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
What is the current version of R? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
How can R be obtained? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
How can R be installed? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
2.5.1 How can R be installed (Unix-like) . . . . . . . . . . . . . . . . . . . . . . . . . 4
2.5.2 How can R be installed (Windows) . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.5.3 How can R be installed (Mac) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.6 Are there Unix-like binaries for R? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
2.7 What documentation exists for R? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
2.8 Citing R. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
2.9 What mailing lists exist for R? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
2.10 What is CRAN? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
2.11 Can I use R for commercial purposes? . . . . . . . . . . . . . . . . . . . . . . . . 10
2.12 Why is R named R? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
2.13 What is the R Foundation? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
2.14 What is R-Forge? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
R and S . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
3.1
3.2
3.3
What is S? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
What is S-Plus? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
What are the differences between R and S? . . . . . . . . . . . . . . . . . . . .
3.3.1 Lexical scoping . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
3.3.2 Models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
3.3.3 Others . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
3.4 Is there anything R can do that S-Plus cannot? . . . . . . . . . . . . . . .
3.5 What is R-plus? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
12
12
12
13
16
16
19
19
R Web Interfaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
R Add-On Packages . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
5.1
ii
5.1.2 Add-on packages from CRAN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
5.1.3 Add-on packages from Omegahat . . . . . . . . . . . . . . . . . . . . . . . . . 23
5.1.4 Add-on packages from Bioconductor . . . . . . . . . . . . . . . . . . . . . . 24
5.1.5 Other add-on packages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
5.2 How can add-on packages be installed?. . . . . . . . . . . . . . . . . . . . . . . . . 24
5.3 How can add-on packages be used? . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
5.4 How can add-on packages be removed? . . . . . . . . . . . . . . . . . . . . . . . . . 25
5.5 How can I create an R package? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
5.6 How can I contribute to R? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
R and Emacs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
6.1
6.2
6.3
R Miscellanea . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
7.1 How can I set components of a list to NULL? . . . . . . . . . . . . . . . . . . 29
7.2 How can I save my workspace? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
7.3 How can I clean up my workspace? . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
7.4 How can I get eval() and D() to work? . . . . . . . . . . . . . . . . . . . . . . . . . 29
7.5 Why do my matrices lose dimensions? . . . . . . . . . . . . . . . . . . . . . . . . . 30
7.6 How does autoloading work? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
7.7 How should I set options? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
7.8 How do file names work in Windows? . . . . . . . . . . . . . . . . . . . . . . . . . . 31
7.9 Why does plotting give a color allocation error? . . . . . . . . . . . . . . . . 31
7.10 How do I convert factors to numeric? . . . . . . . . . . . . . . . . . . . . . . . . . 31
7.11 Are Trellis displays implemented in R? . . . . . . . . . . . . . . . . . . . . . . . 31
7.12 What are the enclosing and parent environments? . . . . . . . . . . . . . 32
7.13 How can I substitute into a plot label? . . . . . . . . . . . . . . . . . . . . . . . . 32
7.14 What are valid names? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
7.15 Are GAMs implemented in R? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
7.16 Why is the output not printed when I source() a file? . . . . . . . . . 33
7.17 Why does outer() behave strangely with my function? . . . . . . . . 34
7.18 Why does the output from anova() depend on the
order of factors in the model?. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
7.19 How do I produce PNG graphics in batch mode? . . . . . . . . . . . . . . 35
7.20 How can I get command line editing to work? . . . . . . . . . . . . . . . . . 35
7.21 How can I turn a string into a variable?. . . . . . . . . . . . . . . . . . . . . . . 35
7.22 Why do lattice/trellis graphics not work? . . . . . . . . . . . . . . . . . . . . . 36
7.23 How can I sort the rows of a data frame? . . . . . . . . . . . . . . . . . . . . . 36
7.24 Why does the help.start() search engine not work? . . . . . . . . . . . . 36
7.25 Why did my .Rprofile stop working when I updated R? . . . . . . . 36
7.26 Where have all the methods gone? . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
7.27 How can I create rotated axis labels? . . . . . . . . . . . . . . . . . . . . . . . . . 37
7.28 Why is read.table() so inefficient? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
7.29 What is the difference between package and library? . . . . . . . . . . 37
7.30 I installed a package but the functions are not there. . . . . . . . . . . 38
iii
7.31 Why doesnt R think these numbers are equal? . . . . . . . . . . . . . . . 38
7.32 How can I capture or ignore errors in a long simulation? . . . . . . 38
7.33 Why are powers of negative numbers wrong? . . . . . . . . . . . . . . . . . . 39
7.34 How can I save the result of each iteration in
a loop into a separate file? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
7.35 Why are p-values not displayed when using lmer()? . . . . . . . . . . . 39
7.36 Why are there unwanted borders, lines or grid-like artifacts when
viewing a plot saved to a PS or PDF file? . . . . . . . . . . . . . . . . . . . . . . . . . 39
7.37 Why does backslash behave strangely inside strings? . . . . . . . . . . 40
7.38 How can I put error bars or confidence bands on my plot?. . . . . 41
7.39 How do I create a plot with two y-axes? . . . . . . . . . . . . . . . . . . . . . . 41
7.40 How do I access the source code for a function? . . . . . . . . . . . . . . . 42
7.41 Why does summary() report strange results for the R^2 estimate when
I fit a linear model with no intercept?. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42
7.42 Why is R apparently not releasing memory? . . . . . . . . . . . . . . . . . . 42
7.43 How can I enable secure https downloads in R? . . . . . . . . . . . . . . . 43
7.44 How can I get CRAN package binaries
for outdated versions of R? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
R Programming . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
8.1
8.2
8.3
8.4
8.5
How
How
How
How
How
45
45
45
45
45
R Bugs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
9.1
9.2
10
What is a bug? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
How to report a bug . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
1 Introduction
This document contains answers to some of the most frequently asked questions about R.
1.1 Legalese
c 19982016 by Kurt Hornik.
This document is copyright
This document is free software; you can redistribute it and/or modify it under the terms
of the GNU General Public License as published by the Free Software Foundation; either
version 2, or (at your option) any later version.
This document is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Copies of the GNU General Public License versions are available at
https://www.R-project.org/Licenses/
=
=
=
=
{Kurt Hornik},
{{R} {FAQ}},
{2016},
{https://CRAN.R-project.org/doc/FAQ/R-FAQ.html}
1.4 Notation
Everything should be pretty standard. R> is used for the R prompt, and a $ for the shell
prompt (where applicable).
Chapter 1: Introduction
1.5 Feedback
Feedback via email to [email protected] is of course most welcome.
In particular, note that I do not have access to Windows or Mac systems. Features
specific to the Windows and OS X ports of R are described in the R for Windows FAQ
(https://CRAN.R-project.org/bin/windows/base/rw-FAQ.html) and the R for Mac
OS X FAQ (https://CRAN.R-project.org/bin/macosx/RMacOSX-FAQ.html). If you
have information on Mac or Windows systems that you think should be added to this
document, please let me know.
2 R Basics
2.1 What is R?
R is a system for statistical computation and graphics. It consists of a language plus a
run-time environment with graphics, a debugger, access to certain system functions, and
the ability to run programs stored in script files.
The design of R has been heavily influenced by two existing languages: Becker, Chambers
& Wilks S (see Section 3.1 [What is S?], page 12) and Sussmans Scheme (https://www.
cs.indiana.edu/scheme-repository/home.html). Whereas the resulting language is
very similar in appearance to S, the underlying implementation and semantics are derived
from Scheme. See Section 3.3 [What are the differences between R and S?], page 12, for
further details.
The core of R is an interpreted computer language which allows branching and looping
as well as modular programming using functions. Most of the user-visible functions in R
are written in R. It is possible for the user to interface to procedures written in the C, C++,
or FORTRAN languages for efficiency. The R distribution contains functionality for a large
number of statistical procedures. Among these are: linear and generalized linear models,
nonlinear regression models, time series analysis, classical parametric and nonparametric
tests, clustering and smoothing. There is also a large set of functions which provide a
flexible graphical environment for creating various kinds of data presentations. Additional
modules (add-on packages) are available for a variety of specific purposes (see Chapter 5
[R Add-On Packages], page 22).
R was initially written by Ross Ihaka and Robert Gentleman at the Department of
Statistics of the University of Auckland in Auckland, New Zealand. In addition, a large
group of individuals has contributed to R by sending code and bug reports.
Since mid-1997 there has been a core group (the R Core Team) who can modify
the R source code archive. The group currently consists of Doug Bates, John Chambers,
Peter Dalgaard, Seth Falcon, Robert Gentleman, Kurt Hornik, Stefano Iacus, Ross Ihaka,
Friedrich Leisch, Uwe Ligges, Thomas Lumley, Martin Maechler, Duncan Murdoch, Paul
Murrell, Martyn Plummer, Brian Ripley, Deepayan Sarkar, Duncan Temple Lang, Luke
Tierney, and Simon Urbanek.
R has a home page at https://www.R-project.org/. It is free software (https://www.
gnu.org/philosophy/free-sw.html) distributed under a GNU-style copyleft (https://
www.gnu.org/copyleft/copyleft.html), and an official part of the GNU (https://www.
gnu.org/) project (GNU S).
Chapter 2: R Basics
Chapter 2: R Basics
Use make dvi to create DVI versions of the R manuals, such as refman.dvi (an R object
reference index) and R-exts.dvi, the R Extension Writers Guide, in the doc/manual
subdirectory. These files can be previewed and printed using standard programs such as
xdvi and dvips. You can also use make pdf to build PDF (Portable Document Format)
version of the manuals, and view these using e.g. Acrobat. Manuals written in the GNU
Texinfo system can also be converted to info files suitable for reading online with Emacs
or stand-alone GNU Info; use make info to create these versions (note that this requires
Makeinfo version 4.5).
Finally, use make check to find out whether your R system works correctly.
You can also perform a system-wide installation using make install. By default, this
will install to the following directories:
${prefix}/bin
the front-end shell script
${prefix}/man/man1
the man page
${prefix}/lib/R
all the rest (libraries, on-line help system, . . . ). This is the R Home Directory
(R_HOME) of the installed system.
In the above, prefix is determined during configuration (typically /usr/local) and can
be set by running configure with the option
$ ./configure --prefix=/where/you/want/R/to/go
(E.g., the R executable will then be installed into /where/you/want/R/to/go/bin.)
To install DVI, info and PDF versions of the manuals, use make install-dvi, make
install-info and make install-pdf, respectively.
Chapter 2: R Basics
Debian
Ubuntu
CPU
i386/amd64
armel
i386/amd64
Versions
squeeze/wheezy
wheezy
lucid/precise/trusty
Provider
Johannes Ranke
Johannes Ranke
Michael Rutter
Debian packages, maintained by Dirk Eddelbuettel, have long been part of the Debian
distribution, and can be accessed through APT, the Debian package maintenance tool.
Use e.g. apt-get install r-base r-recommended to install the R environment and recommended packages. If you also want to build R packages from source, also run apt-get
install r-base-dev to obtain the additional tools required for this. So-called backports
of the current R packages for at least the stable distribution of Debian are provided by
Johannes Ranke, and available from CRAN. See https://CRAN.R-project.org/bin/
linux/debian/index.html for details on R Debian packages and installing the backports,
which should also be suitable for other Debian derivatives. Native backports for Ubuntu
are provided by Michael Rutter.
R binaries for Fedora, maintained by Tom Spot Callaway, are provided as part of the
Fedora distribution and can be accessed through yum, the RPM installer/updater. Note
that the Software application (gnome-software), which is the default GUI for software
installation in Fedora 20, cannot be used to install R. It is therefore recommended to use
the yum command line tool. The Fedora R RPM is a meta-package which installs all the
user and developer components of R (available separately as R-core and R-devel), as well as
R-java, which ensures that R is configured for use with Java. The R RPM also installs the
standalone R math library (libRmath and libRmath-devel), although this is not necessary
to use R. When a new version of R is released, there may be a delay of up to 2 weeks
until the Fedora RPM becomes publicly available, as it must pass through the statutory
Fedora review process. RPMs for a selection of R packages are also provided by Fedora.
The Extra Packages for Enterprise Linux (EPEL) project (https://fedoraproject.org/
wiki/EPEL) provides ports of the Fedora RPMs for RedHat Enterprise Linux and compatible
distributions (e.g., Centos, Scientific Linux, Oracle Linux).
See https://CRAN.R-project.org/bin/linux/suse/README.html for information
about RPMs for openSUSE.
No other binary distributions are currently publically available via CRAN.
Chapter 2: R Basics
Printed copies of the R reference manual for some version(s) are available from Network
Theory Ltd, at http://www.network-theory.co.uk/R/base/. For each set of manuals
sold, the publisher donates USD 10 to the R Foundation (see Section 2.13 [What is the R
Foundation?], page 10).
The R distribution also comes with the following manuals.
An Introduction to R (R-intro) includes information on data types, programming
elements, statistical modeling and graphics. This document is based on the Notes on
S-Plus by Bill Venables and David Smith.
Writing R Extensions (R-exts) currently describes the process of creating R add-on
packages, writing R documentation, Rs system and foreign language interfaces, and
the R API.
R Data Import/Export (R-data) is a guide to importing and exporting data to and
from R.
The R Language Definition (R-lang), a first version of the Kernighan & Ritchie
of R, explains evaluation, parsing, object oriented programming, computing on the
language, and so forth.
R Installation and Administration (R-admin).
R Internals (R-ints) is a guide to Rs internal structures. (Added in R 2.4.0.)
An annotated bibliography (BibTEX format) of R-related publications can be found at
https://www.R-project.org/doc/bib/R.bib
Books on R by R Core Team members include
John M. Chambers (2008), Software for Data Analysis: Programming with
R. Springer, New York, ISBN 978-0-387-75935-7, http://statweb.stanford.
edu/~jmc4/Rbook/.
Peter Dalgaard (2008), Introductory Statistics with R, 2nd edition. Springer,
ISBN 978-0-387-79053-4, http://publicifsv.sund.ku.dk/~pd/ISwR.html.
Robert Gentleman (2008), R Programming for Bioinformatics. Chapman
& Hall/CRC, Boca Raton, FL, ISBN 978-1-420-06367-7, https: / / www .
bioconductor.org/pub/RBioinf/.
Stefano M. Iacus (2008), Simulation and Inference for Stochastic Differential
Equations: With R Examples. Springer, New York, ISBN 978-0-387-75838-1.
Deepayan Sarkar (2007), Lattice: Multivariate Data Visualization with R.
Springer, New York, ISBN 978-0-387-75968-5.
W. John Braun and Duncan J. Murdoch (2007), A First Course in Statistical
Programming with R. Cambridge University Press, Cambridge, ISBN 9780521872652.
P. Murrell (2005), R Graphics, Chapman & Hall/CRC, ISBN: 1-584-88486-X,
https://www.stat.auckland.ac.nz/~paul/RGraphics/rgraphics.html.
William N. Venables and Brian D. Ripley (2002), Modern Applied Statistics
with S (4th edition). Springer, ISBN 0-387-95457-0, https://www.stats.ox.
ac.uk/pub/MASS4/.
Jose C. Pinheiro and Douglas M. Bates (2000), Mixed-Effects Models in S and
S-Plus. Springer, ISBN 0-387-98957-0.
Chapter 2: R Basics
Last, but not least, Ross and Roberts experience in designing and implementing R is
described in Ihaka & Gentleman (1996), R: A Language for Data Analysis and Graphics,
Journal of Computational and Graphical Statistics, 5, 299314.
2.8 Citing R
To cite R in publications, use
@Manual{,
title
= {R: A Language and Environment for Statistical
Computing},
author
= {{R Core Team}},
organization = {R Foundation for Statistical Computing},
address
= {Vienna, Austria},
year
= YEAR,
url
= {https://www.R-project.org}
}
where YEAR is the release year of the version of R used and can determined as
R.version$year.
Citation strings (or BibTEX entries) for R and R packages can also be obtained by
citation().
The main R mailing list, for discussion about problems and solutions using
R, announcements (not covered by R-announce and R-packages) about the
development of R and the availability of new code.
R-devel
R-package-devel
A list which which provides a forum for learning about the R package development process.
Please read the posting guide (https://www.R-project.org/posting-guide.html) before
sending anything to any mailing list.
Note in particular that R-help is intended to be comprehensible to people who want to
use R to solve problems but who are not necessarily interested in or knowledgeable about
programming. Questions likely to prompt discussion unintelligible to non-programmers
(e.g., questions involving C or C++) should go to R-devel.
Chapter 2: R Basics
Chapter 2: R Basics
10
Chapter 2: R Basics
11
see the R-Forge web page and Stefan Theul and Achim Zeileis (2009), Collaborative
software development using R-Forge, The R Journal , 1(1):914.
12
3 R and S
3.1 What is S?
S is a very high level language and an environment for data analysis and graphics. In 1998,
the Association for Computing Machinery (ACM) presented its Software System Award to
John M. Chambers, the principal designer of S, for
the S system, which has forever altered the way people analyze, visualize, and
manipulate data . . .
S is an elegant, widely accepted, and enduring software system, with conceptual
integrity, thanks to the insight, taste, and effort of John Chambers.
The evolution of the S language is characterized by four books by John Chambers and
coauthors, which are also the primary references for S.
Richard A. Becker and John M. Chambers (1984), S. An Interactive Environment for
Data Analysis and Graphics, Monterey: Wadsworth and Brooks/Cole.
This is also referred to as the Brown Book , and of historical interest only.
Richard A. Becker, John M. Chambers and Allan R. Wilks (1988), The New S Language, London: Chapman & Hall.
This book is often called the Blue Book , and introduced what is now known as S
version 2.
John M. Chambers and Trevor J. Hastie (1992), Statistical Models in S, London:
Chapman & Hall.
This is also called the White Book , and introduced S version 3, which added structures to facilitate statistical modeling in S.
John M. Chambers (1998), Programming with Data, New York: Springer, ISBN
0-387-98503-4 (http://statweb.stanford.edu/~jmc4/Sbook/).
This Green Book describes version 4 of S, a major revision of S designed by John
Chambers to improve its usefulness at every stage of the programming process.
See http://statweb.stanford.edu/~jmc4/papers/96.7.ps for further information
on the Evolution of the S Language.
There is a huge amount of user-contributed code for S, available at the S Repository
(http://lib.stat.cmu.edu/S/) at CMU.
Chapter 3: R and S
13
really amounts to asking for the specifics of the R implementation of the S language, i.e.,
the difference between the R and S engines.
For the remainder of this section, S refers to the S engines and not the S language.
In R, the environment created when cube() was invoked is also looked in:
R> cube(2)
[1] 8
As a more interesting real-world problem, suppose you want to write a function which
returns the density function of the r-th order statistic from a sample of size n from a (continuous) distribution. For simplicity, we shall use both the cdf and pdf of the distribution
as explicit arguments. (Example compiled from various postings by Luke Tierney.)
The S-Plus documentation for call() basically suggests the following:
Chapter 3: R and S
14
Chapter 3: R and S
15
Given the appropriate definitions of the closure operator, this works in both R and S,
and is much cleaner than a substitute/eval solution (or one which overrules the default
scoping rules by using explicit access to evaluation frames, as is of course possible in both
R and S).
For R, MC() simply is
MC <- function(f, env) f
(lexical scope!), a version for S is
MC <- function(f, env = NULL) {
env <- as.list(env)
if (mode(f) != "function")
stop(paste("not a function:", f))
if (length(env) > 0 && any(names(env) == ""))
stop(paste("not all arguments are named:", env))
fargs <- if(length(f) > 1) f[1:(length(f) - 1)] else NULL
fargs <- c(fargs, env)
if (any(duplicated(names(fargs))))
stop(paste("duplicated arguments:", paste(names(fargs)),
collapse = ", "))
fbody <- f[length(f)]
cf <- c(fargs, fbody)
mode(cf) <- "function"
return(cf)
}
Similarly, most optimization (or zero-finding) routines need some arguments to be optimized over and have other parameters that depend on the data but are fixed with respect to
optimization. With R scoping rules, this is a trivial problem; simply make up the function
with the required definitions in the same environment and scoping takes care of it. With S,
one solution is to add an extra parameter to the function and to the optimizer to pass in
these extras, which however can only work if the optimizer supports this.
Nested lexically scoped functions allow using function closures and maintaining local state. A simple example (taken from Abelson and Sussman) is obtained by typing
demo("scoping") at the R prompt. Further information is provided in the standard R
reference R: A Language for Data Analysis and Graphics (see Section 2.7 [What documentation exists for R?], page 6) and in Robert Gentleman and Ross Ihaka (2000), Lexical
Scope and Statistical Computing, Journal of Computational and Graphical Statistics, 9,
491508.
Nested lexically scoped functions also imply a further major difference. Whereas S stores
all objects as separate files in a directory somewhere (usually .Data under the current
directory), R does not. All objects in R are stored internally. When R is started up it grabs
a piece of memory and uses it to store the objects. R performs its own memory management
of this piece of memory, growing and shrinking its size as needed. Having everything in
memory is necessary because it is not really possible to externally maintain all relevant
environments of symbol/value pairs. This difference also seems to make R faster than S.
The down side is that if R crashes you will lose all the work for the current session. Saving
and restoring the memory images (the functions and data stored in Rs internal memory
Chapter 3: R and S
16
at any time) can be a bit slow, especially if they are big. In S this does not happen, because
everything is saved in disk files and if you crash nothing is likely to happen to them. (In fact,
one might conjecture that the S developers felt that the price of changing their approach to
persistent storage just to accommodate lexical scope was far too expensive.) Hence, when
doing important work, you might consider saving often (see Section 7.2 [How can I save my
workspace?], page 29) to safeguard against possible crashes. Other possibilities are logging
your sessions, or have your R commands stored in text files which can be read in using
source().
Note: If you run R from within Emacs (see Chapter 6 [R and Emacs], page 27),
you can save the contents of the interaction buffer to a file and conveniently
manipulate it using ess-transcript-mode, as well as save source copies of all
functions and data used.
3.3.2 Models
There are some differences in the modeling code, such as
Whereas in S, you would use lm(y ~ x^3) to regress y on x^3, in R, you have to insulate
powers of numeric vectors (using I()), i.e., you have to use lm(y ~ I(x^3)).
The glm family objects are implemented differently in R and S. The same functionality
is available but the components have different names.
Option na.action is set to "na.omit" by default in R, but not set in S.
Terms objects are stored differently. In S a terms object is an expression with attributes,
in R it is a formula with attributes. The attributes have the same names but are mostly
stored differently.
Finally, in R y ~ x + 0 is an alternative to y ~ x - 1 for specifying a model with no
intercept. Models with no parameters at all can be specified by y ~ 0.
3.3.3 Others
Apart from lexical scoping and its implications, R follows the S language definition in the
Blue and White Books as much as possible, and hence really is an implementation of S.
There are some intentional differences where the behavior of S is considered not clean.
In general, the rationale is that R should help you detect programming errors, while at the
same time being as compatible as possible with S.
Some known differences are the following.
In R, if x is a list, then x[i] <- NULL and x[[i]] <- NULL remove the specified elements
from x. The first of these is incompatible with S, where it is a no-op. (Note that you
can set elements to NULL using x[i] <- list(NULL).)
In S, the functions named .First and .Last in the .Data directory can be used
for customizing, as they are executed at the very beginning and end of a session,
respectively.
In R, the startup mechanism is as follows. Unless --no-environ was given on the
command line, R searches for site and user files to process for setting environment
variables. Then, R searches for a site-wide startup profile unless the command line
option --no-site-file was given. This code is loaded in package base. Then, unless
--no-init-file was given, R searches for a user profile file, and sources it into the
Chapter 3: R and S
17
user workspace. It then loads a saved image of the user workspace from .RData in
case there is one (unless --no-restore-data or --no-restore were specified). Next,
a function .First() is run if found on the search path. Finally, function .First.sys
in the base package is run. When terminating an R session, by default a function .Last
is run if found on the search path, followed by .Last.sys. If needed, the functions
.First() and .Last() should be defined in the appropriate startup profiles. See the
help pages for .First and .Last for more details.
In R, T and F are just variables being set to TRUE and FALSE, respectively, but are not
reserved words as in S and hence can be overwritten by the user. (This helps e.g. when
you have factors with levels "T" or "F".) Hence, when writing code you should always
use TRUE and FALSE.
In R, dyn.load() can only load shared objects, as created for example by R CMD SHLIB.
In R, attach() currently only works for lists and data frames, but not for directories.
(In fact, attach() also works for R data files created with save(), which is analogous
to attaching directories in S.) Also, you cannot attach at position 1.
Categories do not exist in R, and never will as they are deprecated now in S. Use factors
instead.
In R, For() loops are not necessary and hence not supported.
In R, assign() uses the argument envir= rather than where= as in S.
The random number generators are different, and the seeds have different length.
R passes integer objects to C as int * rather than long * as in S.
R has no single precision storage mode. However, as of version 0.65.1, there is a single
precision interface to C/FORTRAN subroutines.
By default, ls() returns the names of the objects in the current (under R) and global
(under S) environment, respectively. For example, given
x <- 1; fun <- function() {y <- 1; ls()}
then fun() returns "y" in R and "x" (together with the rest of the global environment)
in S.
R allows for zero-extent matrices (and arrays, i.e., some elements of the dim attribute
vector can be 0). This has been determined a useful feature as it helps reducing the
need for special-case tests for empty subsets. For example, if x is a matrix, x[, FALSE]
is not NULL but a matrix with 0 columns. Hence, such objects need to be tested for
by checking whether their length() is zero (which works in both R and S), and not
using is.null().
Named vectors are considered vectors in R but not in S (e.g., is.vector(c(a = 1:3))
returns FALSE in S and TRUE in R).
Data frames are not considered as matrices in R (i.e., if DF is a data frame, then
is.matrix(DF) returns FALSE in R and TRUE in S).
R by default uses treatment contrasts in the unordered case, whereas S uses the Helmert
ones. This is a deliberate difference reflecting the opinion that treatment contrasts are
more natural.
In R, the argument of a replacement function which corresponds to the right hand side
must be named value. E.g., f(a) <- b is evaluated as a <- "f<-"(a, value = b). S
always takes the last argument, irrespective of its name.
Chapter 3: R and S
18
Chapter 3: R and S
19
20
4 R Web Interfaces
Rweb is developed and maintained by Jeff Banfield. The Rweb Home Page (http://www.
math.montana.edu/Rweb/) provides access to all three versions of Rweba simple text
entry form that returns output and graphs, a more sophisticated JavaScript version that
provides a multiple window environment, and a set of point and click modules that are
useful for introductory statistics courses and require no knowledge of the R language. All
of the Rweb versions can analyze Web accessible datasets if a URL is provided.
The paper Rweb: Web-based Statistical Analysis, providing a detailed explanation of
the different versions of Rweb and an overview of how Rweb works, was published in the
Journal of Statistical Software (http://www.jstatsoft.org/v04/i01/).
Ulf Bartel has developed R-Online, a simple on-line programming environment for R
which intends to make the first steps in statistical programming with R (especially with
time series) as easy as possible. There is no need for a local installation since the only
requirement for the user is a JavaScript capable browser. See http://www.osvisions.
com/r_online/ for more information.
Rcgi is a CGI WWW interface to R by MJ Ray. It had the ability to use embedded
code: you could mix user input and code, allowing the HTML author to do anything from
load in data sets to enter most of the commands for users without writing CGI scripts.
Graphical output was possible in PostScript or GIF formats and the executed code was
presented to the user for revision. However, it is not clear if the project is still active.
There are many additional examples of web interfaces to R which basically allow to
submit R code to a remote server, see for example the collection of links available from
http://biostat.mc.vanderbilt.edu/twiki/bin/view/Main/StatCompCourse.
David Firth (http: / / www . warwick . ac . uk / go / dfirth) has written CGIwithR
(https://CRAN.R-project.org/package=CGIwithR), an R add-on package available from
CRAN. It provides some simple extensions to R to facilitate running R scripts through
the CGI interface to a web server, and allows submission of data using both GET and
POST methods. It is easily installed using Apache under Linux and in principle should
run on any platform that supports R and a web server provided that the installer has
the necessary security permissions. Davids paper CGIwithR: Facilities for Processing
Web Forms Using R was published in the Journal of Statistical Software (http://www.
jstatsoft.org/v08/i10/). The package is now maintained by Duncan Temple Lang.
and has a web page at http://www.omegahat.net/CGIwithR/.
Jeff Horner is working on the R/Apache Integration Project which embeds the R interpreter inside Apache 2 (and beyond). A tutorial and presentation are available from
the project web page at http://biostat.mc.vanderbilt.edu/twiki/bin/view/Main/
RApacheProject.
Rserve (https://www.rforge.net/Rserve/) is a project actively developed by Simon
Urbanek. It implements a TCP/IP server which allows other programs to use facilities of
R. Clients are available from the web site for Java and C++ (and could be written for other
languages that support TCP/IP sockets).
Two projects use PHP to provide a web interface to R. R PHP Online (http: / /
steve-chen.net/R_PHP/) by Steve Chen (though it is unclear if this project is still active)
is somewhat similar to the above Rcgi and Rweb. R-php (http://dssm.unipa.it/R-php/
21
?cmd=home) is actively developed by Alfredo Pontillo and Angelo Mineo and provides both
a web interface to R and a set of pre-specified analyses that need no R code input.
webbioc (https://www.bioconductor.org/) is an integrated web interface for doing
microarray analysis using several of the Bioconductor packages and is designed to be
installed at local sites as a shared computing resource.
Rwui (http://sysbio.mrc-bsu.cam.ac.uk/Rwui) is a web application to create userfriendly web interfaces for R scripts. All code for the web interface is created automatically.
There is no need for the user to do any extra scripting or learn any new scripting techniques.
The R.rsp (https://CRAN.R-project.org/package=R.rsp) package by Henrik Bengtsson introduces R Server Pages. Analogous to Java Server Pages, an R server page is typically HTML with embedded R code that gets evaluated when the page is requested. The
package includes an internal cross-platform HTTP server implemented in Tcl, so provides
a good framework for including web-based user interfaces in packages. The approach is
similar to the use of the brew (https://CRAN.R-project.org/package=brew) package
with Rapache (http://rapache.net/) with the advantage of cross-platform support and
easy installation.
The Rook (https://CRAN.R-project.org/package=Rook) package by Jeffrey Horner
provides a web server interface borrowing heavily from Rubys Rack project.
Finally, Concerto (http://code.google.com/p/concerto-platform/) is a user friendly
open-source Web Interface to R developed at the Psychometrics Centre of Cambridge University. It was designed as an online platform to design and run Computerized Adaptive
Tests, but can be also used as a general-purpose R Web Interface. It allows R users with
no programming or web designing background to quickly develop flexible and powerful online applications, websites, and psychometrics tests. To maximize its reliability, security,
and performance, Concerto relies on the popular and reliable open-source elements such as
MySQL server (exchange and storage of the data), Rstudio (https://rstudio.org/) (R
code designing and testing, file management), CKEditor (HTML Layer design), and PHP.
22
5 R Add-On Packages
5.1 Which add-on packages exist for R?
5.1.1 Add-on packages in R
The R distribution comes with the following packages:
base
compiler
datasets
grDevices
graphics
grid
A rewrite of the graphics layout capabilities, plus some support for interaction.
methods
Formally defined methods and classes for R objects, plus other programming
tools, as described in the Green Book.
parallel
splines
stats
R statistical functions.
stats4
tcltk
tools
utils
R utility functions.
These base packages were substantially reorganized in R 1.9.0. The former base was
split into the four packages base, graphics, stats, and utils. Packages ctest, eda, modreg,
mva, nls, stepfun and ts were merged into stats, package lqs returned to the recommended
package MASS (https://CRAN.R-project.org/package=MASS), and package mle moved
to stats4.
Functions and datasets from the main package of Venables and Ripley, Modern
Applied Statistics with S. (Contained in the VR bundle for R versions prior to
2.10.0.)
Matrix
23
boot
Functions and datasets for bootstrapping from the book Bootstrap Methods
and Their Applications by A. C. Davison and D. V. Hinkley, 1997, Cambridge
University Press.
class
cluster
codetools
foreign
Functions for reading and writing data stored by statistical software like
Minitab, S, SAS, SPSS, Stata, Systat, etc.
lattice
mgcv
Routines for GAMs and other generalized ridge regression problems with multiple smoothing parameter selection by GCV or UBRE.
nlme
nnet
rpart
spatial
Functions for kriging and point pattern analysis from Modern Applied Statistics with S by W. Venables and B. Ripley. (Contained in the VR bundle for R
versions prior to 2.10.0.)
survival
24
25
Packages in /home/me/lib/R:
mystuff
Packages in /usr/local/lib/R/library:
KernSmooth
MASS
Matrix
base
boot
class
cluster
codetools
datasets
foreign
grDevices
graphics
grid
lattice
methods
mgcv
nlme
nnet
rpart
spatial
splines
stats
stats4
survival
tcltk
tools
utils
26
27
6 R and Emacs
6.1 Is there Emacs support for R?
There is an Emacs package called ESS (Emacs Speaks Statistics) which provides a standard interface between statistical programs and statistical processes. It is intended to
provide assistance for interactive statistical programming and data analysis. Languages
supported include: S dialects (R, S 3/4, and S-Plus 3.x/4.x/5.x/6.x/7.x), LispStat dialects (XLispStat, ViSta), SAS, Stata, and BUGS.
ESS grew out of the need for bug fixes and extensions to S-mode 4.8 (which was a GNU
Emacs interface to S/S-Plus version 3 only). The current set of developers desired support
for XEmacs, R, S4, and MS Windows. In addition, with new modes being developed for R,
Stata, and SAS, it was felt that a unifying interface and framework for the user interface
would benefit both the user and the developer, by helping both groups conform to standard
Emacs usage. The end result is an increase in efficiency for statistical programming and
data analysis, over the usual tools.
R support contains code for editing R source code (syntactic indentation and highlighting
of source code, partial evaluations of code, loading and error-checking of code, and source
code revision maintenance) and documentation (syntactic indentation and highlighting of
source code, sending examples to running ESS process, and previewing), interacting with an
inferior R process from within Emacs (command-line editing, searchable command history,
command-line completion of R object and file names, quick access to object and search
lists, transcript recording, and an interface to the help system), and transcript manipulation
(recording and saving transcript files, manipulating and editing saved transcripts, and reevaluating commands from transcript files).
The latest stable version of ESS is available via CRAN or the ESS web page (http://
ESS.R-project.org/). The HTML version of the documentation can be found at https://
stat.ethz.ch/ESS/.
ESS comes with detailed installation instructions.
28
In addition, it allows you to keep a record of your session, which can also be used for
error recovery through the use of the transcript mode.
To specify command line arguments for the inferior R process, use C-u M-x R for starting
R.
29
7 R Miscellanea
7.1 How can I set components of a list to NULL?
You can use
x[i] <- list(NULL)
to set component i of the list x to NULL, similarly for named components. Do not set x[i]
or x[[i]] to NULL, because this will remove the corresponding component from the list.
For dropping the row names of a matrix x, it may be easier to use rownames(x) <- NULL,
similarly for column names.
Chapter 7: R Miscellanea
30
Chapter 7: R Miscellanea
31
3 3.14
R> test2()
3 3.141593
What is really used is the global value of .Options, and using options(OPT = VAL)
correctly updates it. Local copies of .Options, either in .GlobalEnv or in a function
environment (frame), are just silently disregarded.
Chapter 7: R Miscellanea
32
(Because the word Trellis has been claimed as a trademark we do not use it in R. The
name lattice has been chosen for the R equivalent.)
Chapter 7: R Miscellanea
33
Chapter 7: R Miscellanea
34
Chapter 7: R Miscellanea
35
Some packages report instead the sums of squares based on comparing the full model to
the models with each factor removed one at a time (the famous Type III sums of squares
from SAS, for example). These do not depend on the order of factors in the model. The
question of which set of sums of squares is the Right Thing provokes low-level holy wars on
R-help from time to time.
There is no need to be agitated about the particular sums of squares that R reports. You
can compute your favorite sums of squares quite easily. Any two models can be compared
with anova(model1, model2), and drop1(model1) will show the sums of squares resulting
from dropping single terms.
Chapter 7: R Miscellanea
36
or
eval(substitute(lm(y ~ x + variable),
list(variable = as.name(varname[1]))))
for
lm(y ~ x + a)
At least in the first two cases it is often easier to just use a list, and then you can easily
index it by name
vars <- list(a = 1:10, b = rnorm(100), d = LETTERS)
vars[["a"]]
without any of this messing about.
Chapter 7: R Miscellanea
37
Chapter 7: R Miscellanea
38
(i.e., which were installed). R is told to use a package (to load it and add it to the search
path) via calls to the function library. I.e., library() is employed to load a package from
libraries containing packages.
See Chapter 5 [R Add-On Packages], page 22, for more details. See also Uwe Ligges
(2003), R Help Desk: Package Management, R News, 3/3, 3739.
Chapter 7: R Miscellanea
39
Chapter 7: R Miscellanea
40
Then restart Okular. Change the final word to Enabled to restore the original
setting.
Chapter 7: R Miscellanea
41
[1] "\n"
So how do you put a backslash in a string? For this, you have to escape the escape
character. I.e., you have to double the backslash. as in
> cat("\\n", "\n")
\n
Some functions, particularly those involving regular expression matching, themselves use
metacharacters, which may need to be escaped by the backslash mechanism. In those cases
you may need a quadruple backslash to represent a single literal one.
In versions of R up to 2.4.1 an unknown escape sequence like \p was quietly interpreted
as just p. Current versions of R emit a warning.
Chapter 7: R Miscellanea
42
R
/
i
i
i yi which is different from the usual
P 2 P
2
2
R = 1 Ri / i (yi mean(y)) . There are several reasons for this:
Otherwise the R2 could be negative (because the model with zero intercept can fit
worse than the constant-mean model it is implicitly compared to).
If you set the slope to zero in the model with a line through the origin you get fitted
values y*=0
The model with constant, non-zero mean is not nested in the model with a line through
the origin.
All these come down to saying that if you know a priori that E[Y ] = 0 when x = 0
then the null model that you should compare to the fitted line, the model where x doesnt
explain any of the variance, is the model where E[Y ] = 0 everywhere. (If you dont know a
priori that E[Y ] = 0 when x = 0, then you probably shouldnt be fitting a line through the
origin.)
Chapter 7: R Miscellanea
43
a limit on the number of such allocated chunks, so this is only used for allocating large
memory regions. For smaller allocations the system can expand the data segment of the
process (historically using the brk system call), but this whole area is always contiguous.
The OS can only move the end of this space, it cannot create any holes. Since this
operation is fairly cheap, it is used for allocations of small pieces of memory. However,
the side-effect is that even if there is just one byte that is in use at the end of the data
segment, the OS cannot release any memory at all, because it cannot change the address
of that byte. This is actually more common than it may seem, because allocating a lot of
intermediate objects, then allocating a result object and removing all intermediate objects
is a very common practice. Since the result is allocated at the end it will prevent the
OS from releasing any memory used by the intermediate objects. In practice, this is not
necessarily a problem, because modern operating systems can page out unused portions of
the virtual memory so it does not necessarily reduce the amount of real memory available
for other applications. Typically, small objects such as strings or pairlists will be affected
by this behavior, whereas large objects such as long vectors will be allocated using mmap and
thus not affected. On Linux (and possibly other Unix-like systems) it is possible to use the
mallinfo system call (also see the mallinfo (https://rforge.net/mallinfo) package) to
query the allocator about the layout of the allocations, including the actually used memory
as well as unused memory that cannot be released.
Chapter 7: R Miscellanea
44
45
8 R Programming
8.1 How should I write summary methods?
Suppose you want to provide a summary method for class "foo". Then summary.foo()
should not print anything, but return an object of class "summary.foo", and you should
write a method print.summary.foo() which nicely prints the summary information and
invisibly returns its object. This approach is preferred over having summary.foo() print
summary information and return something useful, as sometimes you need to grab something computed by summary() inside a function or similar. In such cases you dont want
anything printed.
46
9 R Bugs
9.1 What is a bug?
If R executes an illegal instruction, or dies with an operating system error message that
indicates a problem in the program (as opposed to something like disk full), then it is
certainly a bug. If you call .C(), .Fortran(), .External() or .Call() (or .Internal())
yourself (or in a function you wrote), you can always crash R by using wrong argument
types (modes). This is not a bug.
Taking forever to complete a command can be a bug, but you must make certain that it
was really Rs fault. Some commands simply take a long time. If the input was such that
you know it should have been processed quickly, report a bug. If you dont know whether
the command should take a long time, find out by looking in the manual or by asking for
assistance.
If a command you are familiar with causes an R error message in a case where its usual
definition ought to be reasonable, it is probably a bug. If a command does the wrong thing,
that is a bug. But be sure you know for certain what it ought to have done. If you arent
familiar with the command, or dont know for certain how the command is supposed to
work, then it might actually be working right. For example, people sometimes think there
is a bug in Rs mathematics because they dont understand how finite-precision arithmetic
works. Rather than jumping to conclusions, show the problem to someone who knows for
certain. Unexpected results of comparison of decimal numbers, for example 0.28 * 100
!= 28 or 0.1 + 0.2 != 0.3, are not a bug. See Section 7.31 [Why doesnt R think these
numbers are equal?], page 38, for more details.
Finally, a commands intended definition may not be best for statistical analysis. This
is a very important sort of problem, but it is also a matter of judgment. Also, it is easy to
come to such a conclusion out of ignorance of some of the existing features. It is probably
best not to complain about such a problem until you have checked the documentation in
the usual ways, feel confident that you understand it, and know for certain that what you
want is not available. If you are not sure what the command is supposed to do after a
careful reading of the manual this indicates a bug in the manual. The manuals job is to
make everything clear. It is just as important to report documentation bugs as program
bugs. However, we know that the introductory documentation is seriously inadequate, so
you dont need to report this.
If the online argument list of a function disagrees with the manual, one of them must be
wrong, so report the bug.
Chapter 9: R Bugs
47
to posit explanations and report them instead. If the explanations are based on guesses
about how R is implemented, they will be useless; others will have to try to figure out what
the facts must have been to lead to such speculations. Sometimes this is impossible. But
in any case, it is unnecessary work for the ones trying to fix the problem.
For example, suppose that on a data set which you know to be quite large the command
R> data.frame(x, y, z, monday, tuesday)
never returns. Do not report that data.frame() fails for large data sets. Perhaps it fails
when a variable name is a day of the week. If this is so then when others got your report
they would try out the data.frame() command on a large data set, probably with no day
of the week variable name, and not see any problem. There is no way in the world that
others could guess that they should try a day of the week variable name.
Or perhaps the command fails because the last command you used was a method for
"["() that had a bug causing Rs internal data structures to be corrupted and making the
data.frame() command fail from then on. This is why others need to know what other
commands you have typed (or read from your startup file).
It is very useful to try and find simple examples that produce apparently the same bug,
and somewhat useful to find simple examples that might be expected to produce the bug
but actually do not. If you want to debug the problem and find exactly what caused it,
that is wonderful. You should still report the facts as well as any explanations or solutions.
Please include an example that reproduces (e.g., https: / / en . wikipedia . org / wiki /
Reproducibility) the problem, preferably the simplest one you have found.
Invoking R with the --vanilla option may help in isolating a bug. This ensures that
the site profile and saved data files are not read.
Before you actually submit a bug report, you should check whether the bug has already
been reported and/or fixed. First, try the Show open bugs new-to-old or the search
facility on https://bugs.R-project.org/. Second, consult https://svn.R-project.
org/R/trunk/doc/NEWS.Rd, which records changes that will appear in the next release of
R, including bug fixes that do not appear on the Bug Tracker. Third, if possible try the
current r-patched or r-devel version of R. If a bug has already been reported or fixed, please
do not submit further bug reports on it. Finally, check carefully whether the bug is with R,
or a contributed package. Bug reports on contributed packages should be sent first to the
package maintainer, and only submitted to the R-bugs repository by package maintainers,
mentioning the package in the subject line.
A bug report can be generated using the function bug.report(). For reports on R this
will open the Web page at https://bugs.R-project.org/: for a contributed package
it will open the packages bug tracker Web page or help you compose an email to the
maintainer.
There is a section of the bug repository for suggestions for enhancements for R labelled
wishlist. Suggestions can be submitted in the same ways as bugs, but please ensure that
the subject line makes clear that this is for the wishlist and not a bug report, for example
by starting with Wishlist:.
Comments on and suggestions for the Windows port of R should be sent to [email protected].
Chapter 9: R Bugs
48
Corrections to and comments on message translations should be sent to the last translator
(listed at the top of the appropriate .po file) or to the translation team as listed at
https://developer.R-project.org/TranslationTeams.html.
49
10 Acknowledgments
Of course, many many thanks to Robert and Ross for the R system, and to the package
writers and porters for adding to it.
Special thanks go to Doug Bates, Peter Dalgaard, Paul Gilbert, Stefano Iacus, Fritz
Leisch, Jim Lindsey, Thomas Lumley, Martin Maechler, Brian D. Ripley, Anthony Rossini,
and Andreas Weingessel for their comments which helped me improve this FAQ.
More to come soon . . .