Rev 72387 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% -*- coding: utf-8 -*-\newcommand{\Rlogo}{\if{html}{\figure{../../html/Rlogo.svg}{options: class="toplogo" alt="[R logo]"}}\if{latex}{\figure{Rlogo.pdf}{options: width=0.5in}}}\name{NEWS}\title{ R News}\encoding{UTF-8}\section{LATER NEWS}{News for \R 3.0.0 and later can be found in file \file{NEWS.Rd} in the\R sources and files \file{NEWS} and \file{doc/html/NEWS.html}in an \R build.}\section{\Rlogo CHANGES IN R VERSION 2.15.3}{\subsection{NEW FEATURES}{\itemize{\item \code{lgamma(x)} for very small \code{x} (in thedenormalized range) is no longer \code{Inf} with a warning.\item \code{image()} now sorts an unsorted \code{breaks} vector,with a warning.\item The internal methods for \code{tar()} and \code{untar()} doa slightly more general job for \sQuote{ustar}-style handling ofpaths of more than 100 bytes.\item Packages \pkg{compiler} and \pkg{parallel} have been addedto the reference index (\file{refman.pdf}).\item \code{untar(tar = "internal")} has some support for\code{pax} headers as produced by e.g.\sspace{}\command{gnutar --posix}(which seems prevalent on OpenSUSE 12.2) or\command{bsdtar --format pax}, including long path and link names.\item \code{sQuote()} and \code{dQuote()} now handle 0-lengthinputs. (Suggestion of Ben Bolker.)\item \code{summaryRprof()} returns zero-row data frames ratherthan throw an error if no events are recorded, for consistency.\item The included version of PCRE has been updated to 8.32.\item The \pkg{tcltk} namespace can now be re-loaded afterunloading.The Tcl/Tk event loop is inhibited in a forked child from package\pkg{parallel} (as in e.g.\sspace{}\code{mclapply()}).\item \code{parallel::makeCluster()} recognizes the value\samp{random} for the environment variable \env{R_PARALLEL_PORT}:this chooses a random value for the port and reduces the chance ofconflicts when multiple users start a cluster at the same time.}}\subsection{UTILITIES}{\itemize{\item The default for \env{TAR} on Windows for \command{R CMDbuild} has been changed to be \samp{internal} if no\command{tar} command is on the path.This enables most packages to be built \sQuote{out of the box}without \command{Rtools}: the main exceptions are those which needto be installed to re-build vignettes and need \command{Rtools}for installation (usually because they contain compiled code).}}\subsection{C-LEVEL FACILITIES}{\itemize{\item On a 64-bit Windows platform with enough RAM, \code{R_alloc}can now allocate up to just under 32GB like other 64-bitplatforms.}}\subsection{DEPRECATED AND DEFUNCT}{\itemize{\item Use of \code{col2rgb(0)} is deprecated (see the help pagefor its limitations).\item The deprecated \code{intensities} component returned by\code{hist()} is no longer recognized by the \code{plot()} methodand will be removed in \R 3.0.0.\item \code{real()}, \code{as.real()} and \code{is.real()} are nowformally deprecated and give a warning.\item This is formal notice that the non-API EISPACK entry pointsin \R will be removed shortly.}}\subsection{INSTALLATION}{\itemize{\item The \command{configure} tests for Objective C and ObjectiveC++ now work on Mac OS 10.8 with Xcode 4.5.2 (\PR{15107}).\item The cairo-based versions of \code{X11()} now work withcurrent versions of cairographics (e.g., 1.12.10). (\PR{15168})A workaround for earlier versions of \R is to use\code{X11.options(type = "nbcairo")}.\item Configuration and \command{R CMD javareconf} now come upwith a smaller set of library paths for Java on Oracle-format JDK(including OpenJDK). This helps avoid conflicts between libraries(such as \code{libjpeg}) supplied in the JDK and systemlibraries. This can always be overridden if needed: see the\sQuote{R Installation and Administration} manual.}}\subsection{BUG FIXES}{\itemize{\item \code{beta(a, b)} could overflow to infinity in itscalculations when one of \code{a} and \code{b} was less than one.(\PR{15075})\item \code{lbeta(a, b)} no longer gives \code{NaN} if \code{a} or\code{b} is very small (in the denormalized range).\item \code{bquote()} is now able to substitute default arguments insingle-argument functions. (\PR{15077})\item \code{browseEnv(html = FALSE)} would segfault if called from\R (not \command{R.app}) on a CRAN-style Mac OS X build of \R.\item \samp{[[<-} for lists (generic vectors) needed to increment\code{NAMED} count when RHS is used more than once. (\PR{15098})\item On Windows, warnings about opening a file or pipe with anon-ASCII description were sometimes output in UTF-8 rather thanin the current locale's character set.\item The \code{call()} function did not duplicate its arguments.(\PR{15115})\item \code{TukeyHSD()} could give \code{NA} results with some\samp{na.action} methods such as \code{na.exclude()}.(Hinted at on R-help by John Fox.)\item The deprecated \code{svd(X, LINPACK = TRUE)} could alter\code{X} in \R 2.15.[12]. (Reported by Bill Dunlap.)\item Under Windows, \code{file.link()} and \code{file.symlink()}used the link name twice, so would always fail. (Reportedby Rui Barradas/Oliver Soong).\item \code{summaryRprof(memory = "both")} mixed up the units ofVcells and Ncells: it now works in bytes. (\PR{15138})\item \code{tools::Rd2HTML()} would sometimes delete text. (\PR{15134})\item \code{plot()} failed for \code{"table"} objects containingjust one entry. (\PR{15118})\item \code{embedFonts()} needed to quote some filepaths.(\PR{15149})\item \code{parallel::mccollect()} handled \code{NULL} returnsincorrectly (removing the element rather than setting it to\code{NULL}).\item The full reference index (\file{fullrefman.pdf}) was missingpackages \pkg{compiler} and \pkg{parallel}.\item The report for\code{optim(method = "L-BFGS-B", control = list(trace = 1))}reported the last completed and not the current iteration, unlikeother methods and trace levels. (\PR{15103})\item \code{qt(1e-12, 1.2)} no longer gives \code{NaN}.\item \code{dt(1e160, 1.2, log=TRUE)} no longer gives \code{-Inf}.\item On Windows the \code{untar()} function now quotes thedirectory name when using an external \command{tar} utility, so\code{R CMD check} will handle pathnames containing spaces.\item The version for Windows 8 and Windows Server 2012 is nowdisplayed by \code{win.version()}. (Reported by GaborGrothendieck.)\item The custom Windows installer target \code{myR} in theinstaller \file{Makefile} did not work in 2.15.2. (Reportedby Erich Neuwirth.)\item \code{aperm(matrix(1:6, 2, dimnames=list(A={}, B={})), "A")}no longer segfaults.\item Expressions involving user defined operators were notalways deparsed faithfully. (\PR{15179})\item The \code{enc2utf8()} function converted \code{NA_character_}to \code{"NA"} in non-UTF-8 locales. (\PR{15201})\item The \code{exclude} argument to \code{xtabs()} was ignoredfor \code{"factor"} arguments.\item On Windows, work around an event-timing problem whenthe RGui console was closed from the \sQuote{X} control and the closurecancelled. (This would on some 64-bit systems crash \R, typicallythose with a slow GPU relative to the CPU.)\item On unix \code{Rscript} will pass the \code{r_arch} settingit was compiled with on to the R process so that the architectureof \code{Rscript} and that of \R will match unless overridden.\item On Windows, \code{basename()}, \code{dirname()} and\code{file.choose()} have more support for long non-ASCII filenames with 260 or more bytes when expressed in UTF-8.}}}\section{\Rlogo CHANGES IN R VERSION 2.15.2}{\subsection{NEW FEATURES}{\itemize{\item The \code{X11()} window gains an icon: thelatter may be especially useful on Ubuntu's \sQuote{Unity}interface.The \code{WM_CLASS} should be set in circumstances where theWindow Manager failed to make use of X11 resource settings.(Contributed by Philip Johnson.)\item The \code{"Date"} and \code{"POSIXt"} methods for\code{cut()} will accept an unsorted \code{breaks} argument (asthe default method does, although this was undocumented).(Wish of \PR{14961}.)\item Reference class methods (in the \pkg{methods} package) thatuse other methods in an indirect way (e.g., by \code{sapply()})must tell the code analysis to include that method. They can nowdo so by invoking \code{$usingMethods()}. %$\item More Polish translations are available: for the\command{RGui} menus and for several recommended packages.\item Multistratum MANOVA works. In fact, it seems to have done sofor years in spite of the help page claiming it did not.\item \code{qqline()} has new optional arguments\code{distribution}, \code{probs} and \code{qtype}, following theexample of \CRANpkg{lattice}'s \code{panel.qqmathline()}.\item The handling of single quotes in the \code{en@quot}pseudo-language has been slightly improved. Double quotes are nolonger converted.\item New functions \code{checkPoFiles()} and \code{checkPoFile()}have been added to the \pkg{tools} package to check forconsistency of format strings in translation files.\item \code{model.matrix(~1, ...)} now also contains the samerownames that less trivial formulae produce. (Wish of \PR{14992},changes the output of several packages.)\item Misuse of \code{rep()} on undocumented types of objects(e.g., calls) is now reported as an error.\item The included LAPACK has been updated to 3.4.1, with somepatches from the current SVN sources. (\emph{Inter alia}, thisresolves \PR{14692}.)\item \code{file.copy(recursive = TRUE)} has some additionalchecks on user error leading to attempted infinite recursion (and onsome platforms to crashing \R).\item PCRE has been updated to version 8.31, a bug-fix release.\item The included version of \code{liblzma} has been updated toversion 5.0.4, a minor bug-fix release.\item New function \code{.bincode()}, a \sQuote{bare-bones}version of \code{cut.default(labels = FALSE)} for use in packageswith \code{image()} methods.\item The HTML manuals now use directional single quotes.\item \code{maintainer()} now converts embedded new lines tospaces. It no longer gives a non-obvious error for non-installedpackages.\item The \code{X11()} device has some protection againstbeing used with forked processes \emph{via} package \pkg{parallel}.\item Setting the environment variable \env{R_OSX_VALGRIND} (toany value) allows \R to be run under \command{valgrind} on Mac OS10.6 and 10.7 (\command{valgrind} currently has very limitedsupport for 10.8), provided \code{system()} is not used (directlyor indirectly). This should not be needed for \command{valgrind}>= 3.8.1.\item The \code{model.frame()} method for \code{"lm"} uses\code{xlevels}: this is safer if \code{data} was supplied or\code{model = FALSE} was used and the levels of factors used inthe fit had been re-ordered since fitting.Similarly, \code{model.frame(fm, data=<data>)} copies acrossthe variables used for safe prediction from the fit.\item Functions such as \code{parLapply()} in package\pkg{parallel} can make use of a default cluster if one is set.(Reported by Martin Morgan.)\item \code{chol(pivot = TRUE, LINPACK = FALSE)} is now availableusing LAPACK 3.2 subroutine \code{DPSTRF}.\item The functions \code{.C()}, \code{.Call()},\code{.External()} and \code{.Fortran()} now check that they arecalled with an unnamed first argument: the formal arguments werechanged from \code{name=} to \code{.NAME=} in \R 2.13.0, but somepackages were still using the old name. This is currently awarning, but will be an error in future.\item \code{step()} no longer tries to improve a model withAIC of \code{-Inf} (a perfect fit).\item \code{spline()} and \code{splinefun()} gain a new method\code{"hyman"}, an implementation of Hyman's method ofconstructing monotonic interpolation splines. (Based oncontributions of Simon Wood and Rob Hyndman.)\item On Windows, the C stack size has been increased to 64MB (ithas been 10MB since the days of 32MB RAM systems).}}\subsection{PERFORMANCE IMPROVEMENTS}{\itemize{\item \code{array()} is now implemented in C code (for speed) when\code{data} is atomic or an unclassed list (so it is known that\code{as.vector(data)} will have no class to be used by \code{rep()}).\item \code{rep()} is faster and uses less memory,substantially so in some common cases (e.g., if \code{times} is oflength one or \code{length.out} is given, and \code{each = 1}).\item \code{findInterval()}, \code{tabulate()}, \code{cut()},\code{hist()} and \code{image.default()} all use \code{.Call()}and are more efficient.\item \code{duplicated()}, \code{unique()} and similar nowsupport vectors of lengths above \eqn{2^{29}}{2^29} on 64-bitplatforms.\item Omitting \code{PACKAGE} in \code{.C()} etc calls wassupposed to make use of the DLL from the namespace within whichthe enclosing function was defined. It was less successful indoing so than it might be, and gave no indication it had failed.A new search strategy is very successful and gives a warningwhen it fails. In most cases this is because the entry point isnot actually provided by that package (and so \code{PACKAGE}should be used to indicate which package is intended) but in somethe namespace does not have a DLL specified by a\code{useDynLib()} directive so \code{PACKAGE} is required.}}\subsection{UTILITIES}{\itemize{\item \command{R CMD check} now checks if a package can be loadedby \code{library(pkgname, lib.loc = "somewhere")} without being onthe library search path (unless it is already installed in\code{.Library}, when it always will be).\item \command{R CMD check --as-cran} notes \sQuote{hidden} filesand directories (with names starting with a dot) that are notneeded for the operation of \command{R CMD INSTALL} or \code{R CMDbuild}: such files should be excluded from the published tarball.\item \command{R CMD check} (if checking subdirectories) checksthat the \R code in any demos is ASCII and can be parsed, andwarns if not.\item When \code{R CMD Rd2pdf} is used with \file{inputenx.sty},it allows further characters (mainly for Eastern Europeanlanguages) by including \file{ix-utf8enc.dfu} (if available).(Wish of \PR{14989}.)\item \command{R CMD build} now omits several types of hiddenfiles/directories, including \file{inst/doc/.Rinstignore},\file{vignettes/.Rinstignore}, (\file{.Rinstignore} should be attop level), \file{.deps} under \file{src}, \file{.Renviron},\file{.Rprofile}, \file{.Rproj.user}, \file{.backups},\file{.cvsignore}, \file{.cproject}, \file{.directory},\file{.dropbox}, \file{.exrc}, \file{.gdb.history},\file{.gitattributes}, \file{.gitignore}, \file{.gitmodules},\file{.hgignore}, \file{.hgtags}, \file{.htaccess},\file{.latex2html-init}, \file{.project}, \file{.seed},\file{.settings}, \file{.tm_properties} and various leftovers.\item \command{R CMD check} now checks for \code{.C()},\code{.Call()}, \code{.External()} and \code{.Fortran()} calls inother packages, and gives a warning on those found from \R itself(which are not part of the API and change without notice: manywill be changed for \R 3.0.0).}}\subsection{C-LEVEL FACILITIES}{\itemize{\item The limit for \code{R_alloc} on 64-bit platforms has beenraised to just under 32GB (from just under 16GB).\item The misuse of \code{.C("name", ..., PACKAGE = foo)} where\code{foo} is an arbitrary \R object is now an error.The misuse \code{.C("name",..., PACKAGE = "")} is now warned aboutin \command{R CMD check}, and will be an error in future.}}\subsection{DEPRECATED AND DEFUNCT}{\itemize{\item Use of \code{array()} with a 0-length \code{dim} argument isdeprecated with a warning (and was contrary to the documentation).\item Use of \code{tapply()} with a 0-length \code{INDEX} list isdeprecated with a warning.\item \samp{Translation} packages are deprecated.\item Calling \code{rep()} or \code{rep.int()} on a pairlist isdeprecated and will give a warning. In any case, \code{rep()}converted a pairlist to a list so you may as well do thatexplicitly.\item Entry point \code{rcont2} is no longer part of the API, andwill move to package \pkg{stats} in \R 3.0.0.\item The \sQuote{internal} graphics device invoked by\code{.Call("R_GD_nullDevice", package = "grDevices")} is about tobe removed: use \code{pdf(file = NULL)} instead.\item \code{eigen(EISPACK = TRUE)},\code{chol(pivot = FALSE, LINPACK = TRUE)},\code{chol2inv(LINPACK = TRUE)}, \code{solve(LINPACK = TRUE)} and\code{svd(LINPACK = TRUE)} are deprecated and give a warning.They were provided for compatibility with \R 1.7.0 (Mar 2003)!\item The \sQuote{internal function} \code{kappa.tri()} has beenrenamed to \code{.kappa_tri()} so it is not inadvertently calledas a method for class \code{"tri"}.\item Functions \code{sessionData()} and \code{browseAll()} inpackage \pkg{methods} are on a help page describing them as\sQuote{deprecated} and are now formally deprecated.}}\subsection{PACKAGE INSTALLATION}{\itemize{\item For a Windows or Mac OS X binary package install,\code{install.packages()} will check if a source package isavailable on the same repositories, and report if it is a laterversion or there is a source package but no binary packageavailable.This check can be suppressed: see the help page.\item \code{install.packages(type = "both")} has been enhanced.In interactive use it will ask whether to choose the sourceversion of a package if the binary version is older and containscompiled code, and also asks if source packages with no binaryversion should be installed.}}\subsection{INSTALLATION}{\itemize{\item There is a new \command{configure} option\option{--with-libtiff} (mainly in case the system installationneeds to be avoided).\item LAPACK 3.4.1 does use some Fortran 90 features, so\command{g77} no longer suffices.\item If an external LAPACK is used, it must be version 3.2 or later.}}\subsection{BUG FIXES}{\itemize{\item On Windows, starting \command{Rterm} via \command{R.exe}caused Ctrl-C to misbehave. (\PR{14948})\item The \code{tools::latexToUtf8()} function missed conversions thatwere contained within braces.\item Long timezone specifications (such as a file name precededby \code{:}) could crash \code{as.POSIXlt}. (\PR{14945})\item \code{R CMD build --resave-data} could fail if there was no\file{data} directory but there was an \file{R/sysdata.rda} file.(\PR{14947})\item \code{is.na()} misbehaved on a 0-column data frame.(\PR{14959})\item \code{anova.lmlist()} failed if \code{test} wassupplied. (\PR{14960})It was unable to compute Cp tests for object of class \code{"lm"}(it assumed class \code{"glm"}).\item The \code{formula} method for \code{sunflowerplot()} nowallows \code{xlab} and \code{ylab} to be set. (Reported by GerritEichner.)\item The \code{"POSIXt"} and \code{"Date"} methods for \code{hist()}could fail on Windows where adjustments to the right-hand boundarycrossed a DST transition time.\item On Windows, the code in \code{as.POSIXct()} to handleincorrectly specified \code{isdst} fields might have resulted in\code{NA} being returned.\item \code{aov()} and \code{manova()} gave spurious warning aboutsingular error model in the multiresponse case.\item In \code{ns()} and \code{bs()}, specifying \code{knots = NULL}is now equivalent to omitting it, also when \code{df} isspecified. (\PR{14970})\item \code{sprintf()} did not accept numbered arguments endingin zero. (\PR{14975})\item \code{rWishart()} could overflow the C stack and maybe crashthe \R process for dimensions of several hundreds or more.(Reported by Michael Braun on R-sig-mac.)\item Base package vignettes (e.g., \code{vignette("Sweave")}) werenot fully installed in builds of \R from the tarball.\item \code{lchoose()} and \code{choose()} could overflow the Cstack and crash \R.\item When given a 0-byte file and asked to keep sourcereferences, \code{parse()} read input from \code{stdin()}instead.\item \code{pdf(compress = TRUE)} did not delete temporary filesit created until the end of the \R session. (\PR{14991})\item \code{logLik()} did not detect the error of applying itto a multiple-response linear model. (\PR{15000})\item \code{file.copy(recursive = TRUE)} did not always report\code{FALSE} for a failure two or more directories deep.\item \code{qgeom()} could return \code{-1} for extremely small\code{q}. (\PR{14967})\item \code{smooth.spline()} used \code{DUP = FALSE} which allowedits compiled C code to change the function: this was masked by thedefault byte-compilation. (\PR{14965})\item In Windows, the GUI preferences for foreground color werenot always respected. (Reported by Benjamin Wells.)\item On OS X, the Quartz versions of the bitmap devices did notrespect \code{antialias = "none"}. (\PR{15006})\item \code{unique()} and similar would infinite-loop if called ona vector of length > \eqn{2^{29}}{2^29} (but reported that thevector was too long for \eqn{2^{30}}{2^30} or more).\item \code{parallel::stopCluster()} now works with MPIclusters without \CRANpkg{snow} being on the search path.\item \code{terms.formula()} could exhaust the stack, and thestack check did not always catch this before the segfault.(\PR{15013})\item \code{sort.list(method = "radix")} could give incorrectresults on certain compilers (seen with \command{clang} on Mac OS10.7 and \command{Xcode 4.4.1}).\item \code{backsolve(T, b)} gave incorrect results when\code{nrows(b) > ncols(T)} and \code{b} had more than one column.It could segfault or give nonsense if \code{k} was specified asmore than \code{ncols(T)}.\item \code{smooth.spline()} did not check that a specifiednumeric \code{spar} was of length 1, and gave corrupt results ifit was of length 0.\item Protection added to \code{do_system}. (\PR{15025})\item Printing of vectors with names > 1000 characters now workscorrectly rather than truncating. (\PR{15028})\item \code{qr()} for a complex matrix did not pivot the column names.\item \code{--with-blas='-framework vecLib'} now also works on OS X 10.8.\item \command{R CMD check} no longer fails with an error ifa \file{DESCRIPTION} file incorrectly contains a blank line.(Reported by Bill Dunlap.)\item \code{install.packages(type = "both")} could call\code{chooseCRANmirror()} twice.\item \code{lm.wfit()} could segfault in \R 2.15.1 if all theweights were zero. (\PR{15044})\item A malformed package name could cause \command{R CMD INSTALL}to write outside the target library.\item Some of the quality control functions(e.g., \code{tools::checkFF()}) were wrongly identifying the sourceof S4 methods in a package and so not checking them.\item The default type of display by \code{browseEnv()} when using\command{R.app} on Mac OS X has been incorrect for a long time.\item The implementation of \code{importMethodsFrom} in a\code{NAMESPACE} file could be confused and fail to find genericswhen importing from multiple packages (reported and fixed byMichael Lawrence).\item The detection of the C stack direction is better protectedagainst compiler optimization. (\PR{15011})\item Long custom line types would sometimes segfault on thecairographics-based devices. (\PR{15055})\item \code{tools::checkPoFile()} unprotected too early in its Ccode and so segfaulted from time to time.\item The Fortran code underlying \code{nlminb()} couldinfinite-loop if any of the input functions returned \code{NA} or\code{NaN}. This is now an error for the gradient or Hessian, anda warning for the function (with the value replaced by\code{Inf}). (In part, \PR{15052}.)\item The code for creating \code{coerce()} methods couldgenerate false notes about ambiguous selection; the notes havebeen suppressed for this function.\item \code{arima.sim()} could give too long an output in somecorner cases (in part, \PR{15068}).\item \code{anova.glm()} with \code{test = "Rao"} didn't work whenmodels included an offset. (Reported by Søren Feodor Nielsen.)\item \code{as.data.frame.matrix()} could return invalid dataframe with no \code{row.names} attribute for 0-row matrix. (Reportedby Hervé Pagès.)\item Compilation with the \code{vecLib} or \code{Accelerate}frameworks on OS X without using that also for LAPACK is morelikely to be successful.}}}\section{\Rlogo CHANGES IN R VERSION 2.15.1}{\subsection{NEW FEATURES}{\itemize{\item \code{source()} now uses \code{withVisible()} rather than\code{.Internal(eval.with.vis)}. This sometimes alters tracebacksslightly.\item \code{install.packages("pkg_version.tgz")} on Mac OS X nowhas sanity checks that this is actually a binary package (aspeople have tried it with incorrectly named source packages).\item \code{splineDesign()} and \code{spline.des()} in package\pkg{splines} have a new option \code{sparse} which can be usedfor efficient construction of a sparse B-spline design matrix(\emph{via} \CRANpkg{Matrix}).\item \code{norm()} now allows \code{type = "2"} (the\sQuote{spectral} or 2-norm) as well, mainly for didacticalcompleteness.\item \code{pmin()} and \code{pmax()} now also work when one ofthe inputs is of length zero and others are not, returning azero-length vector, analogously to, say, \code{+}.\item \code{colorRamp()} (and hence \code{colorRampPalette()}) nowalso works for the boundary case of just one color when the ramp isflat.\item \code{.C()} gains some protection against the misuse ofcharacter vector arguments. (An all too common error is to pass\code{character(N)}, which initializes the elements to \code{""},and then attempt to edit the strings in-place, sometimes forgettingto terminate them.)\item Calls to the new function \code{globalVariables()} inpackage \pkg{utils} declare that functions and other objects in apackage should be treated as globally defined, so that \code{CMDcheck} will not note them.\item \code{print(packageDescription(*))} trims the \code{Collate}field by default.\item The included copy of \code{zlib} has been updated to version1.2.7.\item A new option \code{"show.error.locations"} has been added.When set to \code{TRUE}, error messages will contain thelocation of the most recent call containing source referenceinformation. (Other values are supported as well; see\code{?options}.)\item The NA warning messages from e.g.\sspace{}\code{pchisq()} now reportthe call to the closure and not that of the \code{.Internal}.\item Added Polish translations by Łukasz Daniel.}}\subsection{PERFORMANCE IMPROVEMENTS}{\itemize{\item In package \pkg{parallel}, \code{makeForkCluster()} and themulticore-based functions use native byte-order for serialization(deferred from 2.15.0).\item \code{lm.fit()}, \code{lm.wfit()}, \code{glm.fit()} and\code{lsfit()} do less copying of objects, mainly by using\code{.Call()} rather than \code{.Fortran()}.\item \code{.C()} and \code{.Fortran()} do less copying: argumentswhich are raw, logical, integer, real or complex vectors and areunnamed are not copied before the call, and (named or not) are notcopied after the call. Lists are no longer copied (they aresupposed to be used read-only in the C code).\item \code{tabulate()} makes use of \code{.C(DUP = FALSE)} andhence does not copy \code{bin}. (Suggested by Tim Hesterberg.)It also avoids making a copy of a factor argument \code{bin}.\item Other functions (often or always) doing less copying include\code{cut()}, \code{dist()}, the complex case of \code{eigen()},\code{hclust()}, \code{image()}, \code{kmeans()}, \code{loess()},\code{stl()} and \code{svd(LINPACK = TRUE)}.\item There is less copying when using primitive replacementfunctions such as \code{names()}, \code{attr()} and\code{attributes()}.}}\subsection{DEPRECATED AND DEFUNCT}{\itemize{\item The converters for use with \code{.C()} (see\code{?getCConverterDescriptions}) are deprecated: use the\code{.Call()} interface instead. There are no known examples(they were never fully documented).}}\subsection{UTILITIES}{\itemize{\item For \command{R CMD check}, a few people have reportedproblems with junctions on Windows (although they were tested onWindows 7, XP and Server 2008 machines and it is unknown underwhat circumstances the problems occur). Setting the environmentvariable \env{R_WIN_NO_JUNCTIONS} to a non-empty value (e.g., in\file{~/.R/check.Renviron}) will force copies to be used instead.}}\subsection{INSTALLATION}{\itemize{\item \command{R CMD INSTALL} with \env{_R_CHECK_INSTALL_DEPENDS_}set to a true value (as done by \command{R CMD check --as-cran})now restricts the packages available when lazy-loading as wellas when test-loading (since packages such as \CRANpkg{ETLUtils}and \CRANpkg{agsemisc} had top-level calls to \code{library()}for undeclared packages).This check is now also available on Windows.}}\subsection{C-LEVEL FACILITIES}{\itemize{\item C entry points \code{mkChar} and \code{mkCharCE} now checkthat the length of the string they are passed does not exceed\eqn{2^{31}-1}{2^31-1} bytes: they used to overflow withunpredictable consequences.\item C entry points \code{R_GetCurrentSrcref} and\code{R_GetSrcFilename} have been added to the API to allowdebuggers access to the source references on the stack.}}\subsection{WINDOWS-SPECIFIC CHANGES}{\itemize{\item Windows-specific changes will now be announced in this file(\file{NEWS}). Changes up and including \R 2.15.0 remain in the\file{CHANGES} file.\item There are two new environment variables whichcontrol the defaults for command-line options.If \env{R_WIN_INTERNET2} is set to a non-empty value, it is as if\option{--internet2} was used.If \env{R_MAX_MEM_SIZE} is set, it gives the default memory limitif \option{--max-mem-size} is not specified: invalid values beingignored.}}\subsection{BUG FIXES}{\itemize{\item \code{lsfit()} lost the names from the residuals.\item More cases in which \code{merge()} could create a data framewith duplicate column names now give warnings. Cases wherenames specified in \code{by} match multiple columns are errors.\item Nonsense uses such as \code{seq(1:50, by = 5)} (from package\CRANpkg{plotrix}) and \code{seq.int(1:50, by = 5)} are now errors.\item The residuals in the 5-number summary printed by\code{summary()} on an \code{"lm"} object are now explicitlylabelled as weighted residuals when non-constant weights arepresent. (Wish of \PR{14840}.)\item \code{tracemem()} reported that all objects were copiedby \code{.C()} or \code{.Fortran()} whereas only some object typeswere ever copied.It also reported and marked as copies \emph{some} transformationssuch as \code{rexp(n, x)}: it no longer does so.\item The \code{plot()} method for class \code{"stepfun"} onlyused the optional \code{xval} argument to compute \code{xlim} andnot the points at which to plot (as documented). (\PR{14864})\item Names containing characters which need to be escaped werenot deparsed properly. (\PR{14846})\item Trying to update (recommended) packages in\file{R_HOME/library} without write access is now dealt with moregracefully. Further, such package updates may be skipped (with awarning), when a newer installed version is already going to beused from \code{.libPaths()}. (\PR{14866})\item \code{hclust()} is now fast again (as up to end of 2003),with a different fix for the "median"/"centroid" problem. (\PR{4195}).\item \code{get_all_vars()} failed when the data came entirelyfrom vectors in the global environment. (\PR{14847})\item \command{R CMD check} with \env{_R_CHECK_NO_RECOMMENDED_}set to a true value (as done by the \command{--as-cran} option)could issue false errors if there was an indirect dependencyon a recommended package.\item \code{formatC()} uses the C entry point \code{str_signif}which could write beyond the length allocated for the output string.\item Missing default argument added to implicit S4 generic for\code{backsolve()}. (\PR{14883})\item Some bugs have been fixed in handling load actions thatcould fail to export assigned items or generate spurious warningsin \code{CMD check} on loading.\item For \code{tiff(type = "windows")}, the numbering of per-pagefiles except the last was off by one.\item On Windows, loading package \pkg{stats} (which is done fora default session) would switch line endings on \file{stdout}and \file{stderr} from CRLF to LF. This affected\command{Rterm} and \command{R CMD BATCH}.\item On Windows, the compatibility function \code{x11()} hadnot kept up with changes to \code{windows()}, and issuedwarnings about bad parameters. (\PR{14880})\item On Windows, the \code{Sys.glob()} function did not handleUNC paths as it was designed to try to do. (\PR{14884})\item In package \pkg{parallel}, \code{clusterApply()} and similarfailed to handle a (pretty pointless) length-1 argument. (\PR{14898})\item Quartz Cocoa display reacted asynchronously to\code{dev.flush()} which means that the redraw could be performedafter the plot has been already modified by subsequent code. Theredraw is now done synchronously in \code{dev.flush()} to allowanimations without sleep cycles.\item Source locations reported in \code{traceback()} wereincorrect when byte-compiled code was on the stack.\item \code{plogis(x, lower = FALSE, log.p = TRUE)} no longerunderflows early for large x (e.g., 800).\item \code{?Arithmetic}'s \dQuote{\code{1 ^ y} and \code{y ^ 0}are \code{1}, \emph{always}} now also applies for \code{integer}vectors \code{y}.\item X11-based pixmap devices like \code{png(type = "Xlib")} weretrying to set the cursor style, which triggered some warnings andhangs.\item Code executed by the built-in HTTP server no longer allowsother HTTP clients to re-enter \R until the current workerevaluation finishes, to prevent cascades.\item The \code{plot()} and \code{Axis()} methods for class\code{"table"} now respect graphical parameters such as\code{cex.axis}. (Reported by Martin Becker.)\item Under some circumstances \code{package.skeleton()} wouldgive out progress reports that could not be translated and so weredisplayed by question marks. Now they are always in English.(This was seen for CJK locales on Windows, but may have occurredelsewhere.)\item The evaluator now keeps track of source references outsideof functions, e.g.\sspace{}when \code{source()} executes a script.\item The replacement method for \code{window()} now workscorrectly for multiple time series of class \code{"mts"}.(\PR{14925})\item \code{is.unsorted()} gave incorrect results on non-atomicobjects such as data frames. (Reported by Matthew Dowle.)\item The value returned by \code{tools::psnice()} for invalid\code{pid} values was not always \code{NA} as documented.\item Closing an \code{X11()} window while \code{locator()} wasactive could abort the \R process.\item \code{getMethod(f, sig)} produced an incorrect error messagein some cases when \code{f} was not a string.\item Using a string as a \dQuote{call} in an error conditionwith \code{options(showErrorCalls=TRUE)} could cause a segfault.(\PR{14931})\item The string \code{"infinity"} allowed by C99 was not acceptedas a numerical string value by e.g.\sspace{}\code{scan()} and\code{as.numeric()}. (\PR{14933})\item In \code{legend()}, setting some entries of \code{lwd} to\code{NA} was inconsistent (depending on the graphics device) inwhether it would suppress those lines; now it consistently doesso. (\PR{14926})\item \code{by()} failed for a zero-row data frame. (Reported byWeiqiang Qian.)\item The Yates' correction in \code{chisq.test()} could be biggerthan the terms it corrected, previously leading to an infinitetest statistic in some corner cases which are now reported as\code{NaN}.\item \code{xgettext()} and related functions sometimes returneditems that were not strings for translation. (\PR{14935})\item \code{plot(<lm>, which=5)} now correctly labels the factorlevel combinations for the special case where all\eqn{h_ii}{h[i,i]} are the same. (\PR{14837})\item \code{Sys.glob()} caused a segfault if the first element of\code{path} was \code{NA_character}. (\PR{14990})}}}\section{\Rlogo CHANGES IN R VERSION 2.15.0}{\subsection{SIGNIFICANT USER-VISIBLE CHANGES}{\itemize{\item The behaviour of \code{unlink(recursive = TRUE)} for asymbolic link to a directory has changed: it now removes the linkrather than the directory contents (just as \command{rm -r} does).On Windows it no longer follows reparse points (includingjunctions and symbolic links).}}\subsection{NEW FEATURES}{\itemize{\item Environment variable \env{RD2DVI_INPUTENC} has been renamedto \env{RD2PDF_INPUTENC}.\item \code{.Deprecated()} becomes a bit more flexible, getting an\code{old} argument.\item Even data-only packages without \R code need a namespace andso may need to be installed under \R 2.14.0 or later.\item \code{assignInNamespace()} has further restrictions on useapart from at top-level, as its help page has warned.Expect it to be disabled from programmatic use in the future.\item \code{system()} and \code{system2()} when capturing outputreport a non-zero status in the new \code{"status"} attribute.\item \code{kronecker()} now has an S4 generic in package\pkg{methods} on which packages can set methods. It will beinvoked by \code{X \%x\% Y} if either \code{X} or \code{Y} is an S4object.\item \code{pdf()} accepts forms like \code{file = "|lpr"} in thesame way as \code{postscript()}.\item \code{pdf()} accepts \code{file = NULL}.This means that the device does NOT create a PDF file(but it can still be queried, e.g., for font metric info).\item \code{format()} (and hence \code{print()}) on\code{"bibentry"} objects now uses \code{options("width")} toset the output width.\item \code{legend()} gains a \code{text.font} argument. (Suggestedby Tim Paine, \PR{14719}.)\item \code{nchar()} and \code{nzchar()} no longer accept factors(as integer vectors). (Wish of \PR{6899}.)\item \code{summary()} behaves slightly differently (or moreprecisely, its \code{print()} method does). For numeric inputs, thenumber of NAs is printed as an integer and not a real. For datesand datetimes, the number of NAs is included in the printed output(the latter being the wish of \PR{14720}).The \code{"data.frame"} method is more consistent with the defaultmethod: in particular it now applies \code{zapsmall()} tonumeric/complex summaries.\item The number of items retained with \code{options(warn = 0)}can be set by \code{options(nwarnings=)}.\item There is a new function \code{assignInMyNamespace()} whichuses the namespace of the function it is called from.\item \code{attach()} allows the default name for an attached fileto be overridden.\item \code{bxp()}, the work horse of \code{boxplot()}, now uses amore sensible default \code{xlim} in the case where \code{at} isspecified differently from \code{1:n}, see the discussion on R-devel,\url{https://stat.ethz.ch/pipermail/r-devel/2011-November/062586.html}.\item New function \code{paste0()}, an efficient version of\code{paste(*, sep="")}, to be used in many places for moreconcise (and slightly more efficient) code.\item Function \code{setClass()} in package \pkg{methods} nowreturns, invisibly, a generator function for the new class,slightly preferred to calling \code{new()}, as explained on the\code{setClass} help page.\item The \code{"dendrogram"} method of \code{str()} now takesits default for \code{last.str} from option \code{str.dendrogram.last}.\item New simple \code{fitted()} method for \code{"kmeans"} objects.\item The \code{traceback()} function can now be called withan integer argument, to display a current stack trace. (Wish of\PR{14770}.)\item \code{setGeneric()} calls can be simplified when creatinga new generic function by supplying the default method as the\code{def} argument. See \code{?setGeneric}.\item \code{serialize()} has a new option \code{xdr = FALSE} whichwill use the native byte-order for binary serializations. Inscenarios where only little-endian machines are involved (thesedays, close to universal) and (un)serialization takes anappreciable amount of time this may speed up noticeablytransferring data between systems.\item The internal (un)serialization code is faster for longvectors, particularly with XDR on some platforms. (Based on asuggested patch by Michael Spiegel.)% https://stat.ethz.ch/pipermail/r-devel/2011-September/062113.html\item For consistency, circles with zero radius are omitted by\code{points()} and \code{grid.circle()}. Previously this wasdevice-dependent, but they were usually invisible.\item \code{NROW(x)} and \code{NCOL(x)} now work whenever\code{dim(x)} looks appropriate, e.g., also for more generalizedmatrices.\item PCRE has been updated to version 8.30.\item The internal \code{R_Srcref} variable is now updatedbefore the browser stops on entering a function. (Suggestion of\PR{14818}.)\item There are \sQuote{bare-bones} functions \code{.colSums()},\code{.rowSums()}, \code{.colMeans()} and \code{.rowMeans()} foruse in programming where ultimate speed is required.\item The formerly internal function\code{.package_dependencies()} from package \pkg{tools} forcalculating (recursive) (reverse) dependencies on package databaseshas been renamed to \code{package_dependencies()} and is nowexported.\item There is a new function \code{optimHess()} to compute the(approximate) Hessian for an \code{optim()} solution if\code{hessian = TRUE} was forgotten.\item \code{.filled.contour()} is a \sQuote{bare-bones} function toadd a filled-contour rectangular plot to an already prepared plotregion.\item The stepping in debugging and single-step browsing modes haschanged slightly: now left braces at the start of the body arestepped over for \code{if} statements as well as for \code{for} and\code{while} statements. (Wish of \PR{14814}.)\item \code{library()} no longer warns about a conflict with afunction from \code{package:base} if the function has the samecode as the base one but with a different environment. (Anexample is \code{Matrix::det()}.)\item When deparsing very large language objects,\code{as.character()} now inserts newlines after each line ofapproximately 500 bytes, rather than truncating to the firstline.\item New function \code{rWishart()} generates Wishart-distributedrandom matrices.\item Packages may now specify actions to be taken when thepackage is loaded (\code{setLoadActions()}).\item \code{options(max.print = Inf)} and similar now give anerror (instead of warnings later).\item The \code{"difftime"} replacement method of \code{units}tries harder to preserve other attributes of the argument. (Wishof \PR{14839}.)\item \code{poly(raw = TRUE)} no longer requires more uniquepoints than the degree. (Requested by John Fox.)}}\subsection{PACKAGE parallel}{\itemize{\item There is a new function \code{mcmapply()}, a parallel versionof \code{mapply()}, and a wrapper \code{mcMap()}, a parallelversion of \code{Map()}.\item A default cluster can be registered by the new function\code{setDefaultCluster()}: this will be used by default infunctions such as \code{parLapply()}.\item \code{clusterMap()} has a new argument \code{.scheduling} toallow the use of load-balancing.\item There are new load-balancing functions \code{parLapplyLB()}and \code{parSapplyLB()}.\item \code{makePSOCKCluster()} has a new option \code{useXDR =FALSE} which can be used to avoid byte-shuffling forserialization when all the nodes are known to be little-endian (orall big-endian).}}\subsection{PACKAGE INSTALLATION}{\itemize{\item Non-ASCII vignettes without a declared encoding are nolonger accepted.\item C/C++ code in packages is now compiled with \code{-NDEBUG}to mitigate against the C/C++ function \code{assert} being calledin production use. Developers can turn this off during packagedevelopment with \code{PKG_CPPFLAGS = -UNDEBUG}.\item \command{R CMD INSTALL} has a new option \option{--dsym}which on Mac OS X (Darwin) dumps the symbols alongside the\file{.so} file: this is helpful when debugging with\command{valgrind} (and especially when installing packages into\file{R.framework}). [This can also be enabled by setting theundocumented environment variable \env{PKG_MAKE_DSYM}, since \R2.12.0.]\item \command{R CMD INSTALL} will test loading under all installedsub-architectures even for packages without compiled code, unlessthe flag \option{--no-multiarch} is used. (Pure \R packages cando things which are architecture-dependent: in the case whichprompted this, looking for an icon in a Windows \R executable.)\item There is a new option \code{install.packages(type = "both")}which tries source packages if binary packages are not available,on those platforms where the latter is the default.\item The meaning of \code{install.packages(dependencies = TRUE)}has changed: it now means to install the essential dependencies ofthe named packages plus the \samp{Suggests}, but only theessential dependencies of dependencies. To get the previousbehaviour, specify \code{dependencies} as a character vector.\item \command{R CMD INSTALL --merge-multiarch} is now supportedon OS X and other Unix-alikes using multiple sub-architectures.\item \command{R CMD INSTALL --libs-only} now by default does atest load on Unix-alikes as well as on Windows: suppress with\option{--no-test-load}.}}\subsection{UTILITIES}{\itemize{\item \command{R CMD check} now gives a warning rather than anote if it finds inefficiently compressed datasets. With\command{bzip2} and \command{xz} compression having beenavailable since \R 2.10.0, it only exceptionally makes sense tonot use them.The environment variable \env{_R_CHECK_COMPACT_DATA2_} isno longer consulted: the check is always done if\env{_R_CHECK_COMPACT_DATA_} has a true value (its default).\item Where multiple sub-architectures are to be tested,\command{R CMD check} now runs the examples and tests for all thesub-architectures even if one fails.\item \command{R CMD check} can optionally report timings onvarious parts of the check: this is controlled by environmentvariable \env{_R_CHECK_TIMINGS_} documented in \sQuote{Writing RExtensions}. Timings (in the style of \command{R CMD BATCH}) aregiven at the foot of the output files from running each test andthe \R code in each vignette.\item There are new options for more rigorous testing by\command{R CMD check} selected by environment variables -- seethe \sQuote{Writing R Extensions} manual.\item \command{R CMD check} now warns (rather than notes) onundeclared use of other packages in examples and tests:increasingly people are using the metadata in the\file{DESCRIPTION} file to compute information about packages,for example reverse dependencies.\item The defaults for some of the options in \command{R CMDcheck} (described in the \sQuote{R Internals} manual) havechanged: checks for unsafe and \code{.Internal()} calls andfor partial matching of arguments in \R function calls are nowdone by default.\item \command{R CMD check} has more comprehensive facilities forchecking compiled code and so gives fewer reports on entry pointslinked into \file{.so}/\file{.dll} files from libraries(including C++ and Fortran runtimes).Checking compiled code is now done on FreeBSD (as well as theexisting supported platforms of Linux, Mac OS X, Solaris andWindows).\item \command{R CMD build} has more options for\option{--compact-vignettes}: see \command{R CMD build --help}.\item \command{R CMD build} has a new option \option{--md5} toadd an \file{MD5} file (as done by CRAN): this is used by \code{RCMD INSTALL} to check the integrity of the distribution.If this option is not specified, any existing (and probablystale) \file{MD5} file is removed.}}\subsection{DEPRECATED AND DEFUNCT}{\itemize{\item \command{R CMD Rd2dvi} is now defunct: use \command{R CMD Rd2pdf}.\item Options such \option{--max-nsize}, \option{--max-vsize} andthe function \code{mem.limits()} are now defunct. (Options\option{--min-nsize} and \option{--min-vsize} remain available.)\item Use of \code{library.dynam()} without specifying all thefirst three arguments is now disallowed.Use of an argument \code{chname} in \code{library.dynam()}including the extension \file{.so} or \file{.dll} (which was neverallowed according to the help page) is defunct. This also appliesto \code{library.dynam.unload()} and to \code{useDynLib}directives in \file{NAMESPACE} files.\item The internal functions \code{.readRDS()} and\code{.saveRDS()} are now defunct.\item The off-line \code{help()} types \samp{"postscript"} and\samp{"ps"} are defunct.\item \code{Sys.putenv()}, replaced and deprecated in \R 2.5.0, isfinally removed.\item Some functions/objects which have been defunct for five ormore years have been removed completely. These include\code{.Alias()}, \code{La.chol()}, \code{La.chol2inv()},\code{La.eigen()}, \code{Machine()}, \code{Platform()},\code{Version}, \code{codes()}, \code{delay()},\code{format.char()}, \code{getenv()}, \code{httpclient()},\code{loadURL()}, \code{machine()}, \code{parse.dcf()},\code{printNoClass()}, \code{provide()}, \code{read.table.url()},\code{restart()}, \code{scan.url()}, \code{symbol.C()},\code{symbol.For()} and \code{unix()}.\item The \code{ENCODING} argument to \code{.C()} is deprecated.It was intended to smooth the transition to multi-byte characterstrings, but can be replaced by the use of \code{iconv()} in therare cases where it is still needed.}}\subsection{INSTALLATION}{\itemize{\item Building with a positive value of\option{--with-valgrind-instrumentation} now also instruments logical,complex and raw vectors.}}\subsection{C-LEVEL FACILITIES}{\itemize{\item Passing \R objects other than atomic vectors, functions,lists and environments to \code{.C()} is now deprecated and willgive a warning. Most cases (especially \code{NULL}) are actuallycoding errors. \code{NULL} will be disallowed in future.\code{.C()} now passes a pairlist as a \code{SEXP} to the compiledcode. This is as was documented, but pairlists were in realityhandled differently as a legacy from the early days of \R.\item \code{call_R} and \code{call_S} are deprecated. They stillexist in the headers and as entry points, but are no longerdocumented and should not be used for new code.}}\subsection{BUG FIXES}{\itemize{\item \code{str(x, width)} now obeys its \code{width}argument also for function headers and other objects \code{x}where \code{deparse()} is applied.\item The convention for \code{x \%/\% 0L} for integer-mode \code{x}has been changed from \code{0L} to \code{NA_integer_}.(\PR{14754})\item The \code{exportMethods} directive in a \file{NAMESPACE}file now exports S4 generics as necessary, as the extensionsmanual said it does. The manual has also been updated to be alittle more informative on this point.It is now required that there is an S4 generic (imported orcreated in the package) when methods are to be exported.\item Reference methods cannot safely use non-exported entriesin the namespace. We now do not do so, and warn in the documentation.\item The namespace import code was warning when identicalS4 generic functions were imported more than once, but shouldnot (reported by Brian Ripley, then Martin Morgan).\item \code{merge()} is no longer allowed (in some ways) to createa data frame with duplicate column names (which confused\PR{14786}).\item Fixes for rendering raster images on X11 and Windows deviceswhen the x-axis or y-axis scale is reversed.\item \code{getAnywhere()} found S3 methods as seen from the\pkg{utils} namespace and not from the environment from which itwas called.\item \code{selectMethod(f, sig)} would not return inherited groupmethods when caching was off (as it is by default).\item \code{dev.copy2pdf(out.type = "cairo")} gave an error.(\PR{14827})\item Virtual classes (e.g., class unions) had a \code{NULL}prototype even if that was not a legal subclass. See\code{?setClassUnion}.\item The C prototypes for \code{zdotc} and \code{zdotu} in\file{R_ext/BLAS.h} have been changed to the more modern stylerather than that used by \command{f2c}. (Patch by Berwin Turlach.)\item \code{isGeneric()} produced an error for primitives thatcan not have methods.\item \code{.C()} or \code{.Fortran()} had a lack-of-protectionerror if the registration information resulted in an argumentbeing coerced to another type.\item \code{boxplot(x=x, at=at)} with non finite elements in \code{x}and non integer \code{at} could not generate a warning but failed.\item \code{heatmap(x, symm=TRUE, RowSideColors=*)} no longerdraws the colors in reversed order.\item \code{predict(<ar>)} was incorrect in the multivariate case,for p >= 2.\item \code{print(x, max=m)} is now consistent when \code{x} is a\code{"Date"}; also the \dQuote{reached ... max.print ..} messagesare now consistently using single brackets.\item Closed the \samp{<li>} tag in pages generated by \code{Rd2HTML()}. (\PR{14841})\item Axis tick marks could go out of range when a log scale wasused. (\PR{14833})\item Signature objects in methods were not allocated as S4objects (caused a problem with \code{trace()} reported by Martin Morgan).}}}\section{\Rlogo CHANGES IN R VERSION 2.14.2}{\subsection{NEW FEATURES}{\itemize{\item The internal \code{untar()} (as used by default by\command{R CMD INSTALL}) now knows about some \command{pax}headers which \command{bsdtar} (e.g., the default \command{tar} forMac OS >= 10.6) can incorrectly include in \command{tar} files,and will skip them with a warning.\item PCRE has been upgraded to version 8.21: as well as bug fixesand greater Perl compatibility, this adds a JIT pattern compiler,about which PCRE's news says\sQuote{large performance benefits can be had in many situations}.This is supported on most but not all \R platforms.\item Function \code{compactPDF()} in package \pkg{tools} nowtakes the default for argument \code{gs_quality} from environmentvariable \env{GS_QUALITY}: there is a new value \code{"none"}, theultimate default, which prevents GhostScript being used inpreference to \command{qpdf} just because environment variable\env{R_GSCMD} is set. If \env{R_GSCMD} is unset or set to\code{""}, the function will try to find a suitable GhostScriptexecutable.\item The included version of zlib has been updated to 1.2.6.\item For consistency with the \code{logLik()} method,\code{nobs()} for \code{"nls"} files now excludes observationswith zero weight. (Reported by Berwin Turlach.)}}\subsection{UTILITIES}{\itemize{\item \command{R CMD check} now reports by default on licenses notaccording to the description in \sQuote{Writing R Extensions}.\item \command{R CMD check} has a new option \option{--as-cran} toturn on most of the customizations that CRAN uses for its incomingchecks.}}\subsection{PACKAGE INSTALLATION}{\itemize{\item \command{R CMD INSTALL} will now no longer install certainfile types from \file{inst/doc}: these are almost certainlymistakes and for some packages are wasting a lot of space. Theseare \file{Makefile}, files generated by running LaTeX, and unlessthe package uses a \file{vignettes} directory, PostScript andimage bitmap files.Note that only PDF vignettes have ever been supported: some ofthese files come from DVI/PS output from the Sweave defaults priorto \R 2.13.0.}}\subsection{BUG FIXES}{\itemize{\item R configured with \option{--disable-openmp} would mistakenlyset \code{HAVE_OPENMP} (internal) and \code{SUPPORT_OPENMP} (in\file{Rconfig.h}) even though no OpenMP flags were populated.\item The \code{getS3method()} implementation had an oldcomputation to find an S4 default method.\item \code{readLines()} could overflow a buffer if the last lineof the file was not terminated. (\PR{14766})\item \command{R CMD check} could miss undocumented S4 objects inpackages which used S4 classes but did not \samp{Depends: methods}in their \file{DESCRIPTION} file.\item The HTML Help Search page had malformed links.(\PR{14769})\item A couple of instances of lack of protection of \code{SEXP}shave been squashed. (\PR{14772}, \PR{14773})\item \code{image(x, useRaster=TRUE)} misbehaved on single-column\code{x}. (\PR{14774})\item Negative values for \code{options("max.print")} or the \code{max}argument to \code{print.default()} caused crashes. Now the formerare ignored and the latter trigger an error. (\PR{14779})\item The text of a function body containing more than 4096bytes was not properly saved by the parser when enteredat the console.\item Forgetting the \code{#endif} tag in an Rd file could causethe parser to go into a loop. (Reported by Hans-Jorg Bibiko.)\item \code{str(*, ....., strict.width="cut")} now also obeys\code{list.len = n}. (Reported by Sören Vogel.)\item Printing of arrays did not have enough protection (C level),e.g., in the context of \code{capture.output()}. (Reported byHervé Pagès and Martin Morgan.)\item \code{pdf(file = NULL)} would produce a spurious file named\file{NA}. (\PR{14808})\item \code{list2env()} did not check the type of its \code{envir}argument. (\PR{14807})\item \code{svg()} could segfault if called with a non-existentfile path. (\PR{14790})\item \command{make install} can install to a path containing\samp{+} characters. (\PR{14798})\item The \code{edit()} function did not respect the\code{options("keep.source")} setting. (Reported by CleridyLennert.)\item \code{predict.lm(*, type="terms", terms=*, se.fit=TRUE)} didnot work. (\PR{14817})\item There is a partial workaround for errors in the TREregular-expressions engine with named classes and repeat counts ofat least 2 in a MBCS locale (\PR{14408}): these are avoided whenTRE is in 8-bit mode (e.g., for \code{useBytes = TRUE} and when allthe data are ASCII).\item The C function \code{R_ReplDLLdo1()} did not call top-levelhandlers.\item The Quartz device was unable to detect window sessions onMac OS X 10.7 (Lion) and higher and thus it was not used as thedefault device on the console. Since Lion any application can usewindow sessions, so Quartz will now be the default device if theuser's window session is active and \R is not run via\command{ssh} which is at least close to the behavior in prior OSX versions.\item \code{mclapply()} would fail in code assembling the translatederror message if some (but not all) cores encountered an error.\item \code{format.POSIXlt(x)} raised an arithmetic exception when\code{x} was an invalid object of class \code{"POSIXlt"} and partswere empty.\item \code{installed.packages()} has some more protection againstpackage installs going on in parallel.\item \code{.Primitive()} could be mis-used to call\code{.Internal()} entry points.}}}\section{\Rlogo CHANGES IN R VERSION 2.14.1}{\subsection{NEW FEATURES}{\itemize{\item \code{parallel::detectCores()} is now able to find thenumber of physical cores (rather than CPUs) on Sparc Solaris.It can also do so on most versions of Windows; however the defaultremains \code{detectCores(logical = TRUE)} on that platform.\item Reference classes now keep a record of which fields arelocked. \code{$lock()} with no arguments returns the names % $of the locked fields.\item \code{HoltWinters()} reports a warning rather than an errorfor some optimization failures (where the answer might be areasonable one).\item \code{tools::dependsOnPkg()} now accepts the shorthand\code{dependencies = "all"}.\item \code{parallel::clusterExport()} now allows specification ofan environment from which to export.\item The \code{quartz()} device now does tilde expansion on its\code{file} argument.\item \code{tempfile()} on a Unix-alike now takes the process IDinto account. This is needed with \CRANpkg{multicore} (and as part of\pkg{parallel}) because the parent and all the children share asession temporary directory, and they can share the C randomnumber stream used to produce the unique part. Further, twochildren can call \code{tempfile()} simultaneously.\item Option \code{print} in Sweave's \code{RweaveLatex()} drivernow emulates auto-printing rather than printing (which can differfor an S4 object by calling \code{show()} rather than\code{print()}).\item \code{filled.contour()} now accepts infinite values:previously it might have generated invalid graphics files(e.g., containing NaN values).}}\subsection{INSTALLATION}{\itemize{\item On 64-bit Linux systems, \command{configure} now only sets\samp{LIBnn} to \code{lib64} if \file{/usr/lib64} exists. Thismay obviate setting \samp{LIBnn} explicitly on Debian-derivedsystems.It is still necessary to set \samp{LIBnn = lib} (or\samp{lib32}) for 32-bit builds of \R on a 64-bit OS on those Linuxdistributions capable for supporting that concept.\item \command{configure} looks for \file{inconsolata.sty}, and ifnot found adjusts the default \env{R_RD4PDF} to not use it (with awarning, since it is needed for high-quality rendering of manuals).}}\subsection{PACKAGE INSTALLATION}{\itemize{\item \command{R CMD INSTALL} will now do a test load for allsub-architectures for which code was compiled (rather than justthe primary sub-architecture).}}\subsection{UTILITIES}{\itemize{\item When checking examples under more than one sub-architecture,\command{R CMD check} now uses a separate directory\file{examples_arch} for each sub-architecture, and leaves theoutput in file \file{pkgname-Ex_arch.Rout}. Some packagesexpect their examples to be run in a clean directory \dots{}.}}\subsection{BUG FIXES}{\itemize{\item \code{stack()} now gives an error if no vector column isselected, rather than returning a 1-column data frame (contrary toits documentation).\item \code{summary.mlm()} did not handle objects where theformula had been specified by an expression. (Reported byHelios de Rosario Martinez).\item \code{tools::deparseLatex(dropBraces=TRUE)} could droptext as well as braces.\item \code{colormodel = "grey"} (new in \R 2.14.0)did not always work in \code{postscript()} and \code{pdf()}.\item \code{file.append()} could return \code{TRUE} for failures.(\PR{14727})\item \code{gzcon()} connections are no longer subject to garbagecollection: it was possible for this to happen when unintended(e.g., when calling \code{load()}).\item \code{nobs()} does not count zero-weight observations for\code{glm()} fits, for consistency with \code{lm()}. This affectsthe \code{BIC()} values reported for such \code{glm()} fits.(Spotted by Bill Dunlap.)\item \code{options(warn = 0)} failed to end a (C-level) contextwith more than 50 accumulated warnings. (Spotted by JeffreyHorner.)\item The internal \code{plot.default()} code did not do sanitychecks on a \code{cex} argument, so invalid input could causeproblems. (Reported by Ben Bolker.)\item \code{anyDuplicated(<array>, MARGIN=0)} no longer fails.(Reported by Hervé Pagès.)\item \code{read.dcf()} removes trailing blanks: unfortunatelyon some platforms this included \code{\\xa0} (non-breaking space)which is the trailing byte of a UTF-8 character. It now onlyconsiders ASCII space and tab to be \sQuote{blank}.\item There was a sign error in part of the calculations for thevariance returned by \code{KalmanSmooth()}. (\PR{14738})\item \code{pbinom(10, 1e6, 0.01, log.p = TRUE)} was \code{NaN}thanks to the buggy fix to \PR{14320} in \R 2.11.0. (\PR{14739})\item \code{RweaveLatex()} now emulates auto-printing rather thanprinting, by calling \code{methods::show()} when auto-printingwould.\item \code{duplicated()} ignored \code{fromLast} for aone-column data frame. (\PR{14742})\item \code{source()} and related functions did not put the correcttimestamp on the source references; \code{srcfilecopy()} has gaineda new argument \code{timestamp} to support this fix. (\PR{14750})\item \code{srcfilecopy()} has gained a new argument \code{isFile}and now records the working directory, to allow debuggers to findthe original source file. (\PR{14826})\item LaTeX conversion of Rd files did not correctly handlepreformatted backslashes. (\PR{14751})\item HTML conversion of Rd files did not handle markup withintabular cells properly. (\PR{14708})\item \code{source()} on an empty file with \code{keep.source =TRUE} tried to read from \code{stdin()}, in \R 2.14.0 only.(\PR{14753})\item The code to check Rd files in packages would abort ifduplicate description sections were present.}}}\section{\Rlogo CHANGES IN R VERSION 2.14.0}{\subsection{SIGNIFICANT USER-VISIBLE CHANGES}{\itemize{\item All packages must have a namespace, and one is created oninstallation if not supplied in the sources. This means that anypackage without a namespace must be re-installed under thisversion of \R (but previously-installed data-only packages without\R code can still be used).\item The \code{yLineBias} of the \code{X11()} and\code{windows()} families of devices has been changed from 0.1 to0.2: this changes slightly the vertical positioning of text in themargins (including axis annotations). This is mainly forconsistency with other devices such as \code{quartz()} and\code{pdf()}. (Wish of \PR{14538}.)There is a new graphics parameter \code{"ylbias"} whichallows the y-line bias of the graphics device to be tweaked,including to reproduce output from earlier versions of \R.\item Labeling of the p-values in various anova tables has beenrationalized to be either \code{"Pr(>F)"} or \code{"Pr(>Chi)"}(i.e., the \code{"Pr(F)"}, \code{"Pr(Chi)"} and \code{"P(>|Chi|)"}variants have been eliminated). Code which extracts the p value\emph{via} indexing by name may need adjustment.\item \code{::} can now be used for datasets made available forlazy-loading in packages with namespaces (which makes it consistentwith its use for data-only packages without namespaces in earlierversions of \R).\item There is a new package \pkg{parallel}.It incorporates (slightly revised) copies of packages\CRANpkg{multicore} and \CRANpkg{snow} (excluding MPI, PVM and NWSclusters). Code written to use the higher-level API functions inthose packages should work unchanged (apart from changing anyreferences to their namespaces to a reference to \pkg{parallel},and links explicitly to \CRANpkg{multicore} or \CRANpkg{snow} on helppages).It also contains support for multiple RNG streams followingL'Ecuyer \emph{et al} (2002), with support for both\code{mclapply} and \CRANpkg{snow} clusters. This replaces functionslike \code{clusterSetupRNG()} from \CRANpkg{snow} (which are not in\pkg{parallel}).The version released for \R 2.14.0 contains base functionality:higher-level convenience functions are planned (and some arealready available in the \sQuote{R-devel} version of \R).\item Building PDF manuals (for \R itself or packages,e.g.\sspace{}\emph{via} \command{R CMD check}) by default requires theLaTeX package \samp{inconsolata}: see the section on\sQuote{Making the manuals} in the \sQuote{R Installation andAdministration Manual}.\item \code{axTicks(*, log=TRUE)} has changed in some cases tosatisfy the documented behavior and be consistent.}}\subsection{NEW FEATURES}{\itemize{\item \code{txtProgressBar()} can write to an open connectioninstead of the console.\item Non-portable package names ending in \file{.} are no longerallowed. Nor are single-character package names (\pkg{R} wasalready disallowed).\item \code{regexpr()} and \code{gregexpr()} with \code{perl =TRUE} allows Python-style named captures. (Wish andcontribution of \PR{14518}.)\item The placement of \sQuote{plotmath} text in the margins ofplots done by base graphics now makes the same vertical adjustmentas ordinary text, so using ordinary and plotmath text on the samemargin line will seem better aligned (but not exactly aligned,since ordinary text has descenders below the baseline and plotmathplaces them on the baseline). (Related to \PR{14537}.)\item \code{sunflowerplot()} now has a formula interface.(Wish of \PR{14541}.)\item \code{iconv()} has a new argument \code{toRaw} to handleencodings such as \code{UTF-16} with embedded nuls (as waspossible before the \code{CHARSXP} cache was introduced).It will also accept as input the type of list generated with\code{toRaw = TRUE}.\item Garbage-collecting an unused input text connection no longergives a warning (since it \sQuote{connects} to nothing outside\R).\item \code{read.table()} and \code{scan()} have gained a\code{text} argument, to allow reading data from a (possiblyliteral) character string.\item \code{optim(*, method = .)} now allows \code{method = "Brent"}as an interface to \code{optimize()}, for use in cases such as\code{mle()} where \code{optim()} is used internally.\item \code{mosaicplot()} gains a \code{border} argument.(Wish of \PR{14550}.)\item \code{smooth.spline()} gains a \code{tol} argument whichcontrols how different \code{x} values need to be to be treated asdistinct. The default has been changed to be more reliable forinputs whose range is small compared to their maximum absolutevalue. (Wish of \PR{14452}.)\item \code{gl()} runs faster by avoiding calling \code{factor()}.\item The \code{print()} method for \code{object.size()} accepts\samp{B} as well as \samp{b} as an abbreviation for \sQuote{bytes}.\item \code{unlink()} gains a \code{force} argument to work like\command{rm -f} and if possible override restrictive permissions.\item \code{pbirthday()} and \code{qbirthday()} now use exactcalculations for \code{coincident = 2}.\item \code{unzip()} and \code{unz()} connections have beenupdated with support for more recent Zip64 features (includinglarge file sizes and \command{bzip2} compression, but not UTF-8file names).\code{unzip()} has a new option to restore file times from thoserecorded (in an unknown timezone) in the zip file.\item \code{update.packages()} now accepts a character vector ofpackage names for the \code{oldPkgs} argument. (Suggestion ofTal Galili.)\item The special reference class fields \code{.self} and\code{.refClassDef} are now read-only to prevent corruptingthe object.\item \code{decompose()} now returns the original series as partof its value, so it can be used (rather than reconstructed) whenplotting. (Suggestion of Rob Hyndman.)\item Rao's efficient score test has been implemented for\code{glm} objects. Specifically, the \code{add1}, \code{drop1},and \code{anova} methods now allow \code{test = "Rao"}.\item If a saved workspace (e.g., \file{.RData}) contains objectsthat cannot be loaded, \R will now start with an warning messageand an empty workspace, rather than failing to start.\item \code{strptime()} now accepts times such as \samp{24:00} formidnight at the end of the day, for although these are disallowed byPOSIX 1003.1-2008, ISO 8601:2004 allows them.\item Assignment of \code{names()} to S4 objects now checks fora corresponding \code{"names"} slot, and generates a warning oran error if that slot is not defined. See the section on slotsin \code{?Classes}.\item The default methods for \code{is.finite()}, \code{is.infinite()}and \code{is.nan()} now signal an error if their argument is notan atomic vector.\item The formula method for \code{plot()} no longer placespackage \pkg{stats} on the search path (it loads the namespaceinstead).\item There now is a genuine \code{"function"} method for\code{plot()} rather than the generic dispatching internally to\code{graphics::plot.function()}. It is now exported, so can becalled directly as \code{plot.function()}.\item The one-sided \code{ks.test()} allows \code{exact = TRUE} tobe specified in the presence of ties (but the approximatecalculation remains the default: the \sQuote{exact} computationmakes assumptions known to be invalid in the presence of ties).\item The behaviour of \code{curve(add = FALSE)} has changed: itnow no longer takes the default x limits from the previous plot(if any): rather they default to \code{c(0, 1)} just as the\code{"function"} method for \code{plot()}. To get the previousbehaviour use \code{curve(add = NA)}, which also takes the default forlog-scaling of the x-axis from the previous plot.\item Both \code{curve()} and the \code{plot()} method forfunctions have a new argument \code{xname} to facilitate plotssuch as \code{sin(t)} \emph{vs} \code{t}.\item The \code{local} argument to \code{source()} can specify anenvironment as well as \code{TRUE} (\code{parent.env()}) and\code{FALSE} (\code{.GlobalEnv}). It gives better error messagesfor other values, such as \code{NA}.\item \code{vcov()} gains methods for classes \code{"summary.lm"} and\code{"summary.glm"}.\item The \code{plot()} method for class \code{"profile.nls"}gains \code{ylab} and \code{lty} arguments, and passes\code{\dots} on to \code{plot.default}.\item Character-string arguments such as the \code{mode} argumentof \code{vector()}, \code{as.vector()} and \code{is.vector()} andthe \code{description} argument of \code{file()} are required tobe of length exactly one, rather than any further elements beingsilently discarded. This helps catch incorrect usage inprogramming.\item The \code{length} argument of \code{vector()} and itswrappers such as \code{numeric()} is required to be of lengthexactly one (other values are now an error rather than giving awarning as previously).\item \code{vector(len)} and \code{length(x) <- len} no longeraccept \code{TRUE}/\code{FALSE} for \code{len} (not that theywere ever documented to, but there was special-casing in the Ccode).\item There is a new function \code{Sys.setFileTime()} to set thetime of a file (including a directory). See its help for exactlywhich times it sets on various OSes.\item The file times reported by \code{file.info()} are reportedto sub-second resolution on systems which support it. (Currentlythe POSIX 2008 and FreeBSD/Darwin/NetBSD methods are detected.)\item New function \code{getCall(m)} as an abstraction for\code{m$call}, enabling \code{update()}'s default method to apply % $more universally. (NB: this can be masked by existing functionsin packages.)\item \code{Sys.info()} gains a \code{euser} component to reportthe \sQuote{effective} user on OSes which have that concept.\item The result returned by \code{try()} now contains theoriginal error condition object as the \code{"condition"}attribute.\item All packages with \R code are lazy-loaded irrespective ofthe \samp{LazyLoad} field in the \file{DESCRIPTION} file. Awarning is given if the \samp{LazyLoad} field is overridden.\item \code{Rd} markup has a new \samp{\figure} tag so thatfigures can be included in help pages when converted to HTML orLaTeX. There are examples on the help pages for \code{par()} and\code{points()}.\item The built-in httpd server now allows access to filesin the session temporary directory \code{tempdir()},addressed as the \file{/session} directory on the httpdserver.\item Development versions of \R are no longer referred to by thenumber under which they might be released, e.g., in the startupbanner, \command{R --version} and \code{sessionUtils()}. Thecorrect way to refer to a development version of R is\sQuote{R-devel}, preferably with the date and SVN version number.\crE.g., \samp{R-devel (2011-07-04 r56266)}\item There is a new function \code{texi2pdf()} in package\pkg{tools}, currently a convenience wrapper for\code{texi2dvi(pdf = TRUE)}.\item There are two new options for typesetting PDF manuals fromRd files. These are \samp{beramono} and \samp{inconsolata}, andused the named font for monospaced output. They are intended tobe used in combination with \samp{times}, and\samp{times,inconsolata,hyper} is now the default for thereference manual and package manuals. If you do not have thatfont installed, you can set \env{R_RD4PF} to one of the otheroptions: see the \sQuote{R Installation and Administration Manual}.\item Automatic printing for reference classes is now done bythe \code{$show()} method. A method is defined for class % $\samp{envRefClass} and may be overridden for user classes (seethe \code{?ReferenceClasses} example). S4 \code{show()} methodsshould no longer be needed for reference classes.\item \code{tools::Rdiff} (by default) and \code{R CMD Rdiff}now ignore differences in pointer values when comparing printedenvironments, compiled byte code, etc.\item The \code{"source"} attribute on functions created with\code{keep.source=TRUE} has been replaced with a \code{"srcref"}attribute. The \code{"srcref"} attribute references an in-memorycopy of the source file using the \code{"srcfilecopy"} class orthe new \code{"srcfilealias"} class.\strong{NB:} This means that functions sourced with\code{keep.source = TRUE} and saved (e.g., by \code{save()} or\code{readRDS()}) in earlier versions of \R will no longer showthe original sources (including comments).\item New items \samp{User Manuals} and\href{http://developer.r-project.org/TechDocs}{Technical Papers}have been added to the HTML help main page. These link tovignettes in the base and recommended packages and to acollection of papers about R issues, respectively.\item Documentation and messages have been standardized touse \dQuote{namespace} rather than \dQuote{name space}.\item \code{setGeneric()} now looks in the default packages fora non-generic version of a function if called from a package with anamespace. (It always did for packages without a namespace.)\item Setting the environment variable\env{_R_WARN_ON_LOCKED_BINDINGS_} will give a warning if anattempt is made to change a locked binding.\item \code{\\SweaveInput} is now supported when generatingconcordances in \code{Sweave()}.\item \code{findLineNum()} and \code{setBreakpoint()} now allowthe environment to be specified indirectly; the latter gainsa \code{clear} argument to allow it to call \code{untrace()}.\item The body of a closure can be one of further types of \Robjects, including environments and external pointers.\item The \code{Rd2HTML()} function in package \pkg{tools} now hasa \code{stylesheet} argument, allowing pages to be displayed inalternate formats.\item New function \code{requireNamespace()} analogous to\code{require()}, returning a logical value after attempting toload a namespace.\item There is a new type of RNG, \code{"L'Ecuyer-CMRG"},implementing L'Ecuyer (1999)'s \sQuote{combined multiple-recursivegenerator} \samp{MRG32k3a}. See the comments on \code{?RNG}.\item \code{help.search()} and \code{??} can now displayvignettes and demos as well as help pages. The new option\code{"help.search.types"} controls the types of documentationand the order of their display.This also applies to HTML searches, which now give results in allof help pages, vignettes and demos.\item \code{socketConnection()} now has a \code{timeout} argument.It is now documented that large values (package \CRANpkg{snow} used ayear) do not work on some OSes.\item The initialization of the random-number generator now usesthe process ID as well as the current time, just in case two \Rprocesses are launched very rapidly on a machine withlow-resolution wall clock (some have a resolution of a second;modern systems have microsecond-level resolution).\item New function \code{pskill()} in the \pkg{tools} package tosend a terminate signal to one or more processes, plus constantssuch as \code{SIGTERM} to provide a portable way to refer tosignals (since the numeric values are OS-dependent).\item New function \code{psnice()} in the \pkg{tools} package toreturn or change the \sQuote{niceness} of a process. (Refers tothe \sQuote{priority class} on Windows.)\item \code{list.dirs()} gains a \code{recursive} argument.\item An \samp{Authors@R} field in a package \file{DESCRIPTION}file can now be used to generate \samp{Author} and\samp{Maintainer} fields if needed, and to auto-generate packagecitations.\item New utility \code{getElement()} for accessing either a listcomponent or a slot in an S4 object.\item \code{stars()} gains a \code{col.lines} argument, thanks toDustin Sallings. (Wish of \PR{14657}.)\item New function \code{regmatches()} for extracting or replacingmatched or non-matched substrings from match data obtained by\code{regexpr()}, \code{gregexpr()} and \code{regexec()}.\item \code{help(package = "pkg_name", help_type = "HTML")} nowgives HTML help on the package rather than text help. (This givesdirect access to the HTML version of the package manual shown\emph{via} \code{help.start()}'s \sQuote{Packages} menu.)\item \code{agrep()} gains a \code{fixed} argument to optionallyallow approximate regular expression matching, and a \code{costs}argument to specify possibly different integer match costs forinsertions, deletions and substitutions.\item \code{read.dcf()} and \code{write.dcf()} gain a\code{keep.white} argument to indicate fields where whitespaceshould be kept as is.\item \code{available.packages()} now works around servers thatfail to return an error code when \file{PACKAGES.gz} does notexist. (Patch submitted by Seth Schommer.)\item \code{readBin()} can now read more than\eqn{2^{31}-1}{2^31 - 1} bytes in a single call (the previouslydocumented limitation).\item New function \code{regexec()} for finding the positions ofmatches as well as all substrings corresponding to parenthesizedsubexpressions of the given regular expression.\item New function \code{adist()} in package \pkg{utils} forcomputing \sQuote{edit} (generalized Levenshtein) distances betweenstrings.\item Class \code{"raster"} gains an \code{is.na} method to avoidconfusion from the misuse of the matrix method (such as \PR{14618}).\item The \code{identical()} function gains an\code{ignore.bytecode} argument to control comparison ofcompiled functions.\item \code{pmin} and \code{pmax} now warn if an argument ispartially recycled (wish of \PR{14638}).\item The default for \code{image(useRaster=)} is now taken fromoption \code{"preferRaster"}: for the small print see \code{?image}.\item \code{str()} now displays reference class objects and theirfields, rather than treating them as classical S4 classes.\item New function \code{aregexec()} in package \pkg{utils} forfinding the positions of approximate string matches as well as allsubstrings corresponding to parenthesized subexpressions of thegiven regular expression.\item \code{download.file()} has an \code{extra} argument to passadditional command-line options to the non-default methods usingcommand-line utilities.\code{cacheOK = FALSE} is now supported for \code{method = "curl"}.\item \code{interaction.plot(*, type = .)} now also allows type\code{"o"} or \code{"c"}.\item \code{axTicks(*, log=TRUE)} did sometimes give more valuesthan the ticks in the corresponding \code{graphics::axis()}. Bydefault, it now makes use of the new (\pkg{graphics}-packageindependent) \code{axisTicks()} which can make use of a newutility \code{.axisPars()}. Further, it now returns a decreasingsequence (as for \code{log=FALSE}) when \code{usr} is decreasing.\item Using \code{fix()} or \code{edit()} on a \R{} object (exceptperhaps a matrix or data frame) writes its temporary file withextension \file{.R} so editors which select their mode based onthe extension will select a suitable mode.}}\subsection{GRAPHICS DEVICES}{\itemize{\item The \code{pdf()} device makes use of Flate compression: thisis controlled by the new logical argument \code{compress}, and isenabled by default.\item Devices \code{svg()}, \code{cairo_pdf()} and\code{cairo_ps()} gain a \code{family} argument.On a Unix-alike \code{X11()} gains a \code{family} argument. Thisis one of the \code{x11.options()} and so can be passed as anargument to the \code{bmp()}, \code{jpeg()}, \code{png()} and\code{tiff()} devices.Analogous changes have been made on Windows, so all built-in \Rgraphics devices now have a \code{family} argument except\code{pictex()} (which has no means to change fonts).\item The \code{bmp()}, \code{jpeg()}, \code{png()} and \code{tiff()}devices now make use of the \code{antialias} argument for\code{type = "quartz"}.\item There are several new built-in font mappings for\code{X11(type = "Xlib")}: see the help on \code{X11Fonts()}.\item There is a new type \code{X11(type = "dbcairo")} whichupdates the screen less frequently: see its help page.\item The \code{X11()} device now makes use of cursors todistinguish its states. The normal cursor is an arrow (ratherthan a crosshair); the crosshair is used when the locator is inuse, and a watch cursor is shown when plotting computations arebeing done. (These are the standard names for X11 cursors: howthey are actually displayed depends on the window manager.)\item New functions \code{dev.hold()} and \code{dev.flush()} foruse with graphics devices with buffering. These are used for mostof the high-level graphics functions such as \code{boxplot()}, sothat the plot is only displayed when the page is complete.Currently implemented for \code{windows(buffered = TRUE)},\code{quartz()} and the cairographics-based \code{X11()} typeswith buffering (which are the default on-screen devices).\item New function \code{dev.capture()} for capture of bitmapsnapshots of image-based devices (a superset of the functionalityprovided by \code{grid.cap()} in \code{grid}).\item The default \code{colormodel} for \code{pdf()} and\code{postscript()} is now called \code{"srgb"} to more accuratelydescribe it. (Instead of \code{"rgb"}, and in the case of\code{postscript()} it no longer switches to and from the graycolorspace, by default.)The \code{colormodel} for \code{postscript()} which does use bothgray and sRGB colorspaces is now called \code{"srgb+gray"}.Plots which are known to use only black/white/transparent canadvantageously use \code{colormodel = "gray"} (just as before, butthere is now slightly more advantage in doing so).\item \code{postscript()} with values \code{colormodel = "rgb"} and\code{colormodel = "rgb-nogray"} give the behaviour prior to \R2.13.0 of uncalibrated RGB, which under some circumstances can berendered much faster by a viewer.\code{pdf(colormodel = "rgb")} gives the behaviour prior to \R2.13.0 of uncalibrated RGB, which under some circumstances can berendered faster by a viewer, and the files will be smaller (byabout 9KB if compression is not used).\item The \code{postscript()} device only includes the definitionof the sRGB colorspace in the output file for the colormodelswhich use it.\item The \code{postscript()} and \code{pdf()} devices now outputgreyscale raster images (and not RGB) when \code{colormodel = "gray"}.\item \code{postscript(colormodel = "gray")} now accepts non-greycolours and uses their luminance (as \code{pdf()} long has).\item \code{colormodel = "grey"} is allowed as an alternative namefor \code{postscript()} and \code{pdf()}.\item \code{pdf()} in the default sRGB colorspace outputs manyfewer changes of colorspace, which may speed up rendering in someviewing applications.\item There is a new function \code{dev.capabilities()} to querythe capabilities of the current device. The initial set ofcapabilities are support for semi-transparent colours, renderingand capturing raster images, the locator and for interactiveevents.\item For \code{pdf()}, \code{maxRasters} is increased as neededso the argument is no longer used.}}\subsection{SWEAVE & VIGNETTES}{\itemize{\item Options \code{keep.source = TRUE, figs.only = FALSE}are now the default.\item The way the type of user-defined options is determined haschanged. Previously they were all regarded as logical: now thetype is determined by the value given at first use.\item The allowed values of logical options are now preciselythose allowed for character inputs to \code{as.logical()}: thismeans that \samp{t} and \samp{f} are no longer allowed (although\code{T} and \code{F} still are).\item The preferred location for vignette sources is now thedirectory \file{vignettes} and not \file{inst/doc}: \command{R CMDbuild} will now re-build vignettes in directory \file{vignettes}and copy the \file{.Rnw} (etc) files and the corresponding PDFs to\file{inst/doc}. Further files to be copied to \file{inst/doc}can be specified \emph{via} the file\file{vignettes/.install_extras}.\item \command{R CMD Sweave} now supports a \option{--driver}option to select the Sweave driver: the default is equivalent to\option{--driver=RweaveLatex}.\item \command{R CMD Sweave} and \command{R CMD Stangle} supportoptions \option{--encoding} and \option{--options}.\item The \code{Rtangle()} driver allows \code{output = "stdout"}or \code{output = "stderr"} to select the output or messageconnection. This is convenient for scripting using something like\preformatted{ R CMD Stangle --options='output="stdout"' foo.Rnw > foo2.R}\item There is a new option \code{pdf.compress} controllingwhether PDF figures are generated using Flate compression (theyare by default).\item \command{R CMD Sweave} now has a \option{--pdf} option toproduce a PDF version of the processed Sweave document.\item It is no longer allowed to have two vignettes with thesame vignette basename (e.g., \file{vig.Rnw} and \file{vig.Snw}).(Previously one vignette hid the other in the \code{vignette()}function.)}}\subsection{C-LEVEL FACILITIES}{\itemize{\item Function \code{R_tmpnam2} has been added to the API to allowa temporary filename to include a specified extension.}}\subsection{PACKAGE INSTALLATION}{\itemize{\item Package \file{DESCRIPTION} file field \samp{KeepSource}forces the package to be installed with \code{keep.source =TRUE} (or \code{FALSE}). (Suggestion of Greg Snow. Note thatas all packages are lazy-loaded, this is now only relevant atinstallation.)There are corresponding options \option{--with-keep.source} and\option{--without-keep.source} for \command{R CMD INSTALL}.\item \command{R CMD INSTALL} has a new option\option{--byte-compile} to byte-compile the packages duringinstallation (since all packages are now lazy-loaded). This canbe controlled on a per-package basis by the optional field\samp{ByteCompile} in the \file{DESCRIPTION} file.\item A package \R code but without a \file{NAMESPACE} file willhave a default one created at \command{R CMD build} or \command{RCMD INSTALL} time, so all packages will be installed withnamespaces. A consequence of this is that \code{.First.lib()}functions need to be copied to \code{.onLoad()} (usually) or\code{.onAttach()}. For the time being, if there is anauto-generated \file{NAMESPACE} file and no \code{.onLoad()} nor\code{.onAttach()} function is found but \code{.First.lib()} is,it will be run as the attach hook (unless the package is one of alist of known exceptions, when it will be run as the load hook).\item A warning is given if test-loading a package changes alocked binding in a package other than itself. It is likely thatthis will be disallowed in future releases. (There are \emph{protem} some exceptions to the warning.)\item A dependency on SVN revision is allowed for \code{R},e.g.\sspace{}\code{R (>= r56550)}. This should be used in conjunction with aversion number, e.g.\sspace{}\code{R (>= 2.14.0), R (>= r56550)} todistinguish between R-patched and R-devel versions with the sameSVN revision.\item \code{installed.packages()} now hashes the names of itscache files to avoid very rare problems with excessively long pathnames. (\PR{14669})\item A top-level \file{COPYING} file in a package is no longerinstalled (file names \file{LICENSE} or \file{LICENCE} having longbeen preferred).}}\subsection{UTILITIES}{\itemize{\item \command{R CMD check} now gives an error if the \R code in avignette fails to run, unless this is caused by a missing package.\item \command{R CMD check} now unpacks tarballs in the same wayas \command{R CMD INSTALL}, including making use of theenvironment variable \env{R_INSTALL_TAR} to override the defaultbehaviour.\item \command{R CMD check} performs additional code analysis ofpackage startup functions, and notifies about incorrect argumentlists and (incorrect) calls to functions which modify the searchpath or inappropriately generate messages.\item \command{R CMD check} now also checks compiled code forsymbols corresponding to functions which might terminate \R orwrite to \file{stdout}/\file{stderr} instead of the console.\item \command{R CMD check} now uses a \code{pdf()} device whenchecking examples (rather than \code{postscript()}).\item \command{R CMD check} now checks line-endings of makefilesand C/C++/Fortran sources in subdirectories of \file{src} as wellas in \file{src} itself.\item \command{R CMD check} now reports as a NOTE what look likemethods documented with their full names even if there is anamespace and they are exported. In almost all cases they areintended to be used only as methods and should use the\samp{\\method} markup. In the other rare cases the recommendedform is to use a function such as \code{coefHclust} which wouldnot get confused with a method, document that and register it inthe \file{NAMESPACE} file by \code{s3method(coef, hclust,coefHclust)}.\item The default for the environment variable\env{_R_CHECK_COMPACT_DATA2_} is now true: thus if using the newerforms of compression introduced in \R 2.10.0 would be beneficialis now checked (by default).\item Reference output for a vignette can be supplied whenchecking a package by \command{R CMD check}: see \sQuote{Writing RExtensions}.\item \command{R CMD Rd2dvi} allows the use of LaTeX package\samp{inputenx} rather than \samp{inputenc}: the value of theenvironment variable \env{RD2DVI_INPUTENC} is used. (LaTeX package\samp{inputenx} is an optional install which provides greatercoverage of the UTF-8 encoding.)\item \command{Rscript} on a Unix-alike now accepts file namescontaining spaces (provided these are escaped or quoted in theshell).\item \command{R CMD build} on a Unix-alike (only) now tries topreserve dates on files it copies from its input directory. (Thiswas the undocumented behaviour prior to \R 2.13.0.)}}\subsection{DEPRECATED AND DEFUNCT}{\itemize{\item \code{require()} no longer has a \code{save} argument.\item The \code{gamma} argument to \code{hsv()},\code{rainbow()}, and \code{rgb2hsv()} has been removed.\item The \option{--no-docs} option for\command{R CMD build --binary} is defunct: use\option{--install-args} instead.\item The option \option{--unsafe} to \command{R CMD INSTALL} isdefunct: use the identical option \option{--no-lock} instead.\item The entry point \code{pythag} formerly in \file{Rmath.h} isdefunct: use instead the C99 function \code{hypot}.\item \command{R CMD build --binary} is formally defunct:\command{R CMD INSTALL --build} has long been the preferredalternative.\item \command{zip.file.extract()} is now defunct: use\code{unzip()} or \code{unz()} instead.\item \command{R CMD Rd2dvi} without the \option{--pdf} option isnow deprecated: only PDF output will be supported in futurereleases (since this allows the use of fonts only supported forPDF), and only \command{R CMD Rd2pdf} will be available.\item Options such as \option{--max-nsize} and the function\code{mem.limits()} are now deprecated: these limits are nowadaysalmost never used, and are reported by \code{gc()} when they arein use.\item Forms like \code{binomial(link = "link")} for GLM familiesdeprecated since \R 2.4.0 are now defunct.\item The \code{declarativeOnly} argument to\code{loadNamespace()} (not relevant since \R 2.13.0) has beenremoved.\item Use of \code{library.dynam()} without specifying all thefirst three arguments is deprecated. (It is often called from anamespace, and the defaults are only appropriate to a package.)Use of \code{chname} in \code{library.dynam()} with the extension\file{.so} or \code{.dll} (which is clearly not allowed accordingto the help page) is deprecated. This also applies to\code{library.dynam.unload()} and \code{useDynLib} directives in\file{NAMESPACE} files.\item It is deprecated to use \code{mean(x)} and \code{sd(x)}directly on data frames (or also matrices, for \code{sd})\code{x}, instead of simply using \code{sapply}.In the same spirit, \code{median(x)} now gives an error for a dataframe \code{x} (it often gave nonsensical results).\item The \code{keep.source} argument to \code{library()} and\code{require()} is deprecated: it was only used for packagesinstalled without lazy-loading, and now all packages arelazy-loaded.\item Using a false value for the \file{DESCRIPTION} field\samp{LazyLoad} is deprecated.}}\subsection{INSTALLATION}{\itemize{\item The base and recommended packages are now byte-compiled(equivalent to \command{make bytecode} in \R 2.13.x).\item Configure option \option{--with-system-zlib} now only makesuse of the basic interface of \code{zlib} and not theC function \samp{gzseek} which has shown erroneous behaviour in\code{zlib} 1.2.4 and 1.2.5.\item The \code{zlib} in the R sources is now version 1.2.5.(This is safe even on 32-bit Linux systems because only the basicinterface is now used.)\item The \file{.afm} files in package \pkg{grDevices} are nowinstalled as compressed files (as long done on Windows), saving ca2MB on the installed size.\item The non-screen cairo-based devices are no longer in the X11module and so can be installed without X11. (We have never seen aUnix-alike system with cairographics installed but not X11, but auser might select \option{--without-x}.)\item Configure will try to use \option{-fobjc-exceptions} for theObjective-C compiler (if present) to ensure that even compilersthat do not enable exceptions by default (such as vanilla gcc) canbe used. (Objective-C is currently only used on Mac OS X.)\item The system call \code{times} is required.\item The C99 functions \code{acosh}, \code{asinh}, \code{atanh},\code{snprintf} and \code{vsnprintf} are now required.\item There is no longer support for making DVI manuals \emph{via}\command{make dvi}, \command{make install-dvi} and similar. OnlyPDF manuals are supported (to allow the use of fonts which areonly available for PDF.)\item The \file{configure} arguments used during configuration of\R are included as a comment in \file{Makeconf} for informativepurposes on Unix-alikes in a form suitable for shell execution.Note that those are merely command-line arguments, they do notinclude environment variables (one more reason to use configurevariables instead) or site configuration settings.\item Framework installation now supports \code{DESTDIR}(Mac OS X only).\item Java detection (\code{R CMD javareconf}) works around bogus\code{java.library.path} property in recent Oracle Java binaries.}}\subsection{BUG FIXES}{\itemize{\item The locale category \samp{LC_MONETARY} was only being set onstartup on Windows: that is now done on Unix-alikes wheresupported.\item Reference class utilities will detect an attempt to modifymethods or fields in a locked class definition (e.g., in anamespace) and generate an error.\item The formula methods for \code{lines()}, \code{points()} and\code{text()} now work even if package \pkg{stats} is not on thesearch path.\item In principle, S4 classes from different packages couldhave the same name. This has not previously worked. Changeshave now been installed that should allow such classes andpermit methods to use them. New functions \code{className()}and \code{multipleClasses()} are related tools for programming.\item Work around an issue in Linux (a system \code{select} callresetting \code{tv}) which prevented internet operations fromtiming out properly.\item Several stack trampling and overflow issues have been fixedin TRE, triggered by \code{agrep} and friends with long patterns.(\PR{14627})\item (\dQuote{design infelicity}) Field assignments in referenceclasses are now consistent with slots in S4 classes: theassigned value must come from the declared class (if any) for the fieldor from a subclass.\item The methods objects constructed for \code{"coerce"} and\code{"coerce<-"} were lacking some essential information in the\code{generic}, \code{defined} and \code{target} slots;\code{as()} did not handle duplicate class definitions correctly.\item The parser no longer accepts the digit \code{8} in an octalcharacter code in a string, nor does it accept unterminatedstrings in a file. (Reported by Bill Dunlap.)\item The \code{print()} method for class \code{"summary.aov"} didnot pass on argument \code{digits} when \code{summary()} wascalled on a single object, and hence used more digits thandocumented.\item The \code{X11()} device's cairo back-end produced incorrectcapture snapshot images on big-endian machines.\item \code{loglin()} gave a spurious error when argument\code{margin} consisted of a single element of length one.(\PR{14690})\item \code{loess()} is better protected against misuse,e.g.\sspace{}zero-length \code{span}. (\PR{14691})\item \code{HoltWinters()} checks that the optimizationsucceeded. (\PR{14694})\item The (undocumented) inclusion of superclass objects indefault initializing of reference classes overwrote explicitfield arguments. The bug is fixed, the feature documented and atest added.\item \code{round(x, -Inf)} now does something sensible (returnzero rather than \code{NA}).\item \code{signif(x, -Inf)} now behaves as documented(\code{signif(x, 1)}) rather than giving zero.\item The \code{"table"} method for \code{Axis()} hardcoded\code{side = 1}, hence calls to \code{plot(<vector>, <table>)}labelled the wrong axis. (\PR{14699})\item Creating a connection might fail under \code{gctorture(TRUE)}.\item \code{stack()} and \code{unstack()} converted charactercolumns to factors.\code{unstack()} sometimes produced incorrect results (a list or avector) if the factor on which to un-split had only one level.\item On some systems \code{help(".C", help_type = "pdf")} andsimilar generated file names that TeX was unable to handle.\item Non-blocking listening socket connections continued toreport \code{isIncomplete()} as true even when the peer had closeddown and all available input had been read.\item The revised HTML search system now generates betterhyperlinks to help topics found: previously it gave problems withhelp pages with names containing e.g.\sspace{}spaces and slashes.\item A late change in \R 2.13.2 broke \samp{\Sexpr} expressionsin Rd files.\item The creation of ticks on log axes (including by\code{axTicks()}) sometimes incorrectly omitted a tick at one endof the range by rounding error in a platform-dependent way. Thiscould be seen in the examples for \code{axTicks()}, where withaxis limits \code{c(0.2, 88)} the tick for \code{0.2} wassometimes omitted.\item \code{qgamma()} for small \code{shape} underflows to\code{0} rather than sometimes giving \code{NaN}.(\PR{8528}, \PR{14710})\item \code{mapply()} now gives an explicit error message (ratherthan an obscure one) if inputs of zero and positive length aremixed.\item Setting a Hershey font family followed by string heightquery would crash R.\item \code{R CMD javareconf -e} would fail for some shells due toa shift error. Also the resulting paths will no longer contain\code{$(JAVA_HOME)} as that can result in an unintendedsubstitution based on \file{Makeconf} instead of the shellsetting.}}}\section{\Rlogo CHANGES IN R VERSION 2.13.2}{\subsection{NEW FEATURES}{\itemize{\item \code{mem.limits()} now reports values larger than themaximum integer (previously documented to be reported as\code{NA}), and allows larger values to be set, including\code{Inf} to remove the limit.\item The \code{print()} methods for classes \code{"Date"},\code{"POSIXct"} and \code{"POSIXlt"} respect the option\code{"max.print"} and so are much faster for very long datetimevectors. (Suggestion of Yohan Chalabi.)\item \code{untar2()} now works around errors generated with\code{tar} files that use more than the standard 6 digits for thechecksum. (\PR{14654})\item \code{install.packages()} with \code{Ncpus > 1} guardsagainst simultaneous installation of indirect dependencies as wellas direct ones.\item Sweave now knows about a few more Windows' encodings(including \code{cp1250} and \code{cp1257}) and some\code{inputenx} encodings such as \code{koi8-r}.\item \code{postscript(colormodel = "rgb-nogray")} no longer setsthe sRGB colorspace for each colour and so some viewers may renderits files much faster than the default \code{colormodel ="rgb"}.\item The default for \code{pdf(maxRasters=)} has been increasedfrom 64 to 1000.\item \code{readBin()} now warns if \code{signed = FALSE} is usedinappropriately (rather than being silently ignored).It enforces the documented limit of \eqn{2^{31}-1}{2^31-1} bytesin a single call.\item PCRE has been updated to version 8.13, a bug-fix releasewith updated Unicode tables (version 6.0.0). An additional patch(r611 from PCRE 8.20-to-be) has been added to fix a collationsymbol recognition issue.}}\subsection{INSTALLATION}{\itemize{\item It is possible to build in \file{src/extra/xdr} on moreplatforms. (Needed since glibc 2.14 hides its RPC implementation.)\item \command{configure} will find the Sun TI-RPC implementationof xdr (in \file{libtirpc}) provided its header files are in thesearch path: see the \sQuote{R Installation and AdministrationManual}.}}\subsection{PACKAGE INSTALLATION}{\itemize{\item Using a broad \code{exportPattern} directive in a\file{NAMESPACE} file is no longer allowed to export internalobjects such as \code{.onLoad} and \code{.__S3MethodsTable__.} .These are also excluded from imports, along with \code{.First.lib}.}}\subsection{BUG FIXES}{\itemize{\item \code{fisher.test()} had a buglet: If arguments were factorswith unused levels, levels were dropped and you would get an errorsaying that there should be at least two levels, inconsistentlywith pre-tabulated data. (Reported by Michael Fay).\item \code{package.skeleton()} will no longer dump S4 objectssupplied directly rather than in a code file. These cannot berestored correctly from the dumped version.\item Build-time expressions in help files did not have accessto functions in the package being built (with \command{R CMD build}).\item Because \code{quote()} did not mark its result as being inuse, modification of the result could in some circumstancesmodify the original call.\item Plotting \code{pch = '.'} now guarantees at least a one-pixeldot if \code{cex > 0}.\item The very-rarely-used command-line option\option{--max-vsize} was incorrectly interpreted as a number ofVcells and not in bytes as documented. (Spotted by ChristopheRhodes.)\item The HTML generated by \code{Rd2HTML()} comes closer tobeing standards compliant.\item \code{filter(x, recursive = TRUE)} gave incorrect results on aseries containing \code{NA}s. (Spotted by Bill Dunlap.)\item Profiling \code{stats::mle()} fits with a \code{fixed}parameter was not supported. (\PR{14646})\item \code{retracemem()} was still using positional matching.(\PR{14650})\item The \code{quantile} method for \code{"ecdf"} objects nowworks and is documented.\item \code{xtabs(~ .., ..., sparse=TRUE)} now also works togetherwith an \code{exclude = ..} specification.\item \code{decompose()} computed an incorrect seasonal component fortime series with odd frequencies.\item The \code{pdf()} device only includes the definition of thesRGB colorspace in the output file for the \code{"rgb"} colormodel(and not for \code{"gray"} nor \code{"cmyk"}): this saves ca9KB in the output file.\item \code{.hasSlot()} wrongly gave \code{FALSE} in some cases.\item \code{Sweave()} with \code{keep.source=TRUE} could generatespurious \code{NA} lines when a chunk reference appeared last ina code chunk.\item \samp{\Sexpr[results=rd]} in an \file{.Rd} file now first tries\code{parse_Rd(fragment=FALSE)} to allow Rd section-level macrosto be inserted.\item The \code{print()} method for class \code{"summary.aov"} didnot pass on arguments such as \code{signif.stars} when\code{summary()} was called on a single object. (\PR{14684})\item In rare cases \code{ks.test()} could return a p-valuevery slightly less than 0 by rounding error. (\PR{14671})\item If \code{trunc()} was called on a \code{"POSIXlt"} vectorand the result was subsetted, all but the first element wasconverted to \code{NA}. (\PR{14679})\item \code{cbind()} and \code{rbind()} could cause memorycorruption when used on a combination of raw and logical/integervectors.}}}\section{\Rlogo CHANGES IN R VERSION 2.13.1}{\subsection{NEW FEATURES}{\itemize{\item \code{iconv()} no longer translates \code{NA} strings as\code{"NA"}.\item \code{persp(box = TRUE)} now warns if the surface extendsoutside the box (since occlusion for the box and axes is computedassuming the box is a bounding box). (\PR{202})\item \code{RShowDoc()} can now display the licences shipped with\R, e.g.\sspace{}\code{RShowDoc("GPL-3")}.\item New wrapper function \code{showNonASCIIfile()} in package\pkg{tools}.\item \code{nobs()} now has a \code{"mle"} method in package\pkg{stats4}.\item \code{trace()} now deals correctly with S4 reference classesand corresponding reference methods (e.g., \code{$trace()})%$have been added.\item \command{xz} has been updated to 5.0.3 (very minor bugfixrelease).\item \code{tools::compactPDF()} gets more compression (usually alittle, sometimes a lot) by using the compressed object streams ofPDF 1.5.\item \code{cairo_ps(onefile = TRUE)} generates encapsulated EPSon platforms with cairo >= 1.6.\item Binary reads (e.g., by \code{readChar()} and \code{readBin()})are now supported on clipboard connections. (Wish of \PR{14593}.)\item \code{as.POSIXlt.factor()} now passes \code{...} to thecharacter method (suggestion of Joshua Ulrich). [Intended for \R2.13.0 but accidentally removed before release.]\item \code{vector()} and its wrappers such as \code{integer()}and \code{double()} now warn if called with a \code{length}argument of more than one element. This helps track down usererrors such as calling \code{double(x)} instead of\code{as.double(x)}.}}\subsection{INSTALLATION}{\itemize{\item Building the vignette PDFs in packages \pkg{grid} and\pkg{utils} is now part of running \command{make} from an SVNcheckout on a Unix-alike: a separate \command{make vignettes} stepis no longer required.These vignettes are now made with \code{keep.source = TRUE} andhence will be laid out differently.\item \command{make install-strip} failed under some configurationoptions.\item Packages can customize non-standard installation of compiledcode via a \code{src/install.libs.R} script. This allows packages thathave architecture-specific binaries (beyond the package's sharedobjects/DLLs) to be installed in a multi-architecture setting.}}\subsection{SWEAVE & VIGNETTES}{\itemize{\item \code{Sweave()} and \code{Stangle()} gain an \code{encoding}argument to specify the encoding of the vignette sources if thelatter do not contain a \samp{\\usepackage[]{inputenc}} statementspecifying a single input encoding.\item There is a new Sweave option \code{figs.only = TRUE} to runeach figure chunk only for each selected graphics device, and notfirst using the default graphics device. This will become thedefault in \R 2.14.0.\item Sweave custom graphics devices can have a custom function\code{foo.off()} to shut them down.\item Warnings are issued when non-portable filenames are foundfor graphics files (and chunks if \code{split = TRUE}). Portablenames are regarded as alphanumeric plus hyphen, underscore, plusand hash (periods cause problems with recognizing fileextensions).\item The \code{Rtangle()} driver has a new option\code{show.line.nos} which is by default false; if true itannotates code chunks with a comment giving the line number of thefirst line in the sources (the behaviour of \R >= 2.12.0).\item Package installation tangles the vignette sources: this stepnow converts the vignette sources from the vignette/packageencoding to the current encoding, and records the encoding (if notASCII) in a comment line at the top of the installed \file{.R}file.}}\subsection{LICENCE}{\itemize{\item No parts of \R are now licensed solely under GPL-2. Thelicences for packages \CRANpkg{rpart} and \CRANpkg{survival} have beenchanged, which means that the licence terms for \R as distributedare GPL-2 | GPL-3.}}\subsection{DEPRECATED AND DEFUNCT}{\itemize{\item The internal functions \code{.readRDS()} and\code{.saveRDS()} are now deprecated in favour of the publicfunctions \code{readRDS()} and \code{saveRDS()} introduced in \R2.13.0.\item Switching off lazy-loading of code \emph{via} the\samp{LazyLoad} field of the \file{DESCRIPTION} file is nowdeprecated. In future all packages will be lazy-loaded.\item The off-line \code{help()} types \samp{"postscript"} and\samp{"ps"} are deprecated.}}\subsection{UTILITIES}{\itemize{\item \command{R CMD check} on a multi-architecture installation nowskips the user's \file{.Renviron} file for thearchitecture-specific tests (which do read thearchitecture-specific \file{Renviron.site} files). This isconsistent with single-architecture checks, which use\option{--no-environ}.\item \command{R CMD build} now looks for \file{DESCRIPTION}fields \samp{BuildResaveData} and \samp{BuildKeepEmpty} forper-package overrides. See \sQuote{Writing R Extensions}.}}\subsection{BUG FIXES}{\itemize{\item \code{plot.lm(which = 5)} was intended to order factorlevels in increasing order of mean standardized residual. Itordered the factor labels correctly, but could plot the wronggroup of residuals against the label. (\PR{14545})\item \code{mosaicplot()} could clip the factor labels, and couldoverlap them with the cells if a non-default value of\code{cex.axis} was used. (Related to \PR{14550}.)\item \code{dataframe[[row,col]]} now dispatches on \code{[[}methods for the selected column. (Spotted by Bill Dunlap).\item \code{sort.int()} would strip the class of an object, butleave its object bit set. (Reported by Bill Dunlap.)\item \code{pbirthday()} and \code{qbirthday()} did not implementthe algorithm exactly as given in their reference and so wereunnecessarily inaccurate.\code{pbirthday()} now solves the approximate formula analyticallyrather than using \code{uniroot()} on a discontinuous function.The description of the problem was inaccurate: the probability isa tail probability (\sQuote{2 \emph{or more} people share a birthday})\item Complex arithmetic sometimes warned incorrectly aboutproducing NAs when there were NaNs in the input.\item \code{seek(origin = "current")} incorrectly reported it wasnot implemented for a \code{gzfile()} connection.\item \code{c()}, \code{unlist()}, \code{cbind()} and\code{rbind()} could silently overflow the maximum vector lengthand cause a segfault. (\PR{14571})\item The \code{fonts} argument to \code{X11(type = "Xlib")} wasbeing ignored.\item Reading (e.g., with \code{readBin()}) from a raw connectionwas not advancing the pointer, so successive reads would read thesame value. (Spotted by Bill Dunlap.)\item Parsed text containing embedded newlines was printedincorrectly by \code{as.character.srcref()}. (Reported by HadleyWickham.)\item \code{decompose()} used with a series of a non-integernumber of periods returned a seasonal component shorter than theoriginal series. (Reported by Rob Hyndman.)\item \code{fields = list()} failed for \code{setRefClass()}.(Reported by Michael Lawrence.)\item Reference classes could not redefine an inherited fieldwhich had class \code{"ANY"}. (Reported by Janko Thyson.)\item Methods that override previously loaded versions will nowbe installed and called. (Reported by Iago Mosqueira.)\item \code{addmargins()} called \code{numeric(apos)} rather than\code{numeric(length(apos))}.\item The HTML help search sometimes produced bad links.(\PR{14608})\item Command completion will no longer be broken if\code{tail.default()} is redefined by the user. (Problem reportedby Henrik Bengtsson.)\item LaTeX rendering of markup in titles of help pages has beenimproved; in particular, \code{\\eqn{}} may be used there.\item \code{isClass()} used its own namespace as the default ofthe \code{where} argument inadvertently.\item Rd conversion to latex mishandled multi-line titles(including cases where there was a blank line in the \samp{\title}section). (It seems this happened only in 2.13.0 patched.)\item \code{postscript()} with an sRGB colormodel now uses sRGBfor raster images (in \R 2.13.[01] it used uncalibrated RGB).There is no longer an undocumented 21845-pixel limit on raster images.}}}\section{\Rlogo CHANGES IN R VERSION 2.13.0}{\subsection{SIGNIFICANT USER-VISIBLE CHANGES}{\itemize{\item \code{replicate()} (by default) and \code{vapply()} (always)now return a higher-dimensional array instead of a matrix in the casewhere the inner function value is an array of dimension >= 2.\item Printing and formatting of floating point numbers is nowusing the correct number of digits, where it previously rarelydiffered by a few digits. (See \dQuote{scientific} entry below.)This affects \emph{many} \file{*.Rout.save} checks in packages.}}\subsection{NEW FEATURES}{\itemize{\item \code{normalizePath()} has been moved to the \pkg{base}package (from \pkg{utils}): this is so it can be used by\code{library()} and friends.It now does tilde expansion.It gains new arguments \code{winslash} (to select the separator onWindows) and \code{mustWork} to control the action if a canonicalpath cannot be found.\item The previously barely documented limit of 256 bytes on asymbol name has been raised to 10,000 bytes (a sanity check).Long symbol names can sometimes occur when deparsing expressions(for example, in \code{model.frame}).\item \code{reformulate()} gains a \code{intercept} argument.\item \code{cmdscale(add = FALSE)} now uses the more commondefinition that there is a representation in \code{n-1} or lessdimensions, and only dimensions corresponding to positiveeigenvalues are used. (Avoids confusion such as \PR{14397}.)\item Names used by \code{c()}, \code{unlist()}, \code{cbind()}and \code{rbind()} are marked with an encoding when this can beascertained.\item R colours are now defined to refer to the sRGB color space.The PDF, PostScript, and Quartz graphics devices record this fact.X11 (and cairo) and Windows just assume that your screen conforms.\item \code{system.file()} gains a \code{mustWork} argument(suggestion of Bill Dunlap).\item \code{new.env(hash = TRUE)} is now the default.\item \code{list2env(envir = NULL)} defaults to hashing (with asuitably sized environment) for lists of more than 100 elements.\item \code{text()} gains a formula method.\item \code{IQR()} now has a \code{type} argument which is passedto \code{quantile()}.\item \code{as.vector()}, \code{as.double()} etc duplicate lesswhen they leave the mode unchanged but remove attributes.\code{as.vector(mode = "any")} no longer duplicates when it doesnot remove attributes. This helps memory usage in \code{matrix()}and \code{array()}.\code{matrix()} duplicates less if \code{data} is an atomic vectorwith attributes such as names (but no class).\code{dim(x) <- NULL} duplicates less if \code{x} has neitherdimensions nor names (since this operation removes names anddimnames).\item \code{setRepositories()} gains an \code{addURLs} argument.\item \code{chisq.test()} now also returns a \code{stdres}component, for standardized residuals (which have unit variance,unlike the Pearson residuals).\item \code{write.table()} and friends gain a \code{fileEncoding}argument, to simplify writing files for use on other OSes (e.g., aspreadsheet intended for Windows or Mac OS X Excel).\item Assignment expressions of the form \code{foo::bar(x) <- y}and \code{foo:::bar(x) <- y} now work; the replacement functionsused are \code{foo::`bar<-`} and \code{foo:::`bar<-`}.\item \code{Sys.getenv()} gains a \code{names} argument so\code{Sys.getenv(x, names = FALSE)} can replace the common idiomof \code{as.vector(Sys.getenv())}. The default has been changedto not name a length-one result.\item Lazy loading of environments now preserves attributes andlocked status. (The locked status of bindings and active bindingsare still not preserved; this may be addressed in the future).\item \code{options("install.lock")} may be set to \code{FALSE}so that \code{install.packages()} defaults to \option{--no-lock}installs, or (on Windows) to \code{TRUE} so that binary installsimplement locking.\item \code{sort(partial = p)} for large \code{p} now triesShellsort if quicksort is not appropriate and so works fornon-numeric atomic vectors.\item \code{sapply()} gets a new option \code{simplify = "array"}which returns a \dQuote{higher rank} array instead of just a matrixwhen \code{FUN()} returns a \code{dim()} length of two or more.\code{replicate()} has this option set by default, and\code{vapply()} now behaves that way internally.\item \code{aperm()} becomes S3 generic and gets a \code{table}method which preserves the class.\item \code{merge()} and \code{as.hclust()} methods for objects ofclass \code{"dendrogram"} are now provided.\item The character method of \code{as.POSIXlt()} now tries tofind a format that works for all non-\code{NA} inputs, not justthe first one.\item \code{str()} now has a method for class \code{"Date"}analogous to that for class \code{"POSIXt"}.\item New function \code{file.link()} to create hard links onthose file systems (POSIX, NTFS but not FAT) that support them.\item New \code{Summary()} group method for class \code{"ordered"}implements \code{min()}, \code{max()} and \code{range()} forordered factors.\item \code{mostattributes<-()} now consults the \code{"dim"}attribute and not the \code{dim()} function, making it more usefulfor objects (such as data frames) from classes with methods for\code{dim()}. It also uses \code{attr<-()} in preference to thegenerics \code{name<-()}, \code{dim<-()} and \code{dimnames<-()}.(Related to \PR{14469}.)\item There is a new option \code{"browserNLdisabled"} to disablethe use of an empty (e.g., via the \sQuote{Return} key) as a synonymfor \code{c} in \code{browser()} or \code{n} under \code{debug()}.(Wish of \PR{14472}.)\item \code{example()} gains optional new arguments\code{character.only} and \code{give.lines} enabling programmaticexploration.\item \code{serialize()} and \code{unserialize()} are no longerdescribed as \sQuote{experimental}. The interface is now regardedas stable, although the serialization format may well change infuture releases. (\code{serialize()} has a new argument\code{version} which would allow the current format to be writtenif that happens.)New functions \code{saveRDS()} and \code{readRDS()} are publicversions of the \sQuote{internal} functions \code{.saveRDS()} and\code{.readRDS()} made available for general use. The dot-nameversions remain available as several package authors have made useof them, despite the documentation. \code{readRDS()} no longerwraps non-file connections in a call to \code{gzcon()}, forefficiency (see its documentation).\code{saveRDS()} supports \code{compress = "xz"}.\item Many functions when called with a not-open connection willnow ensure that the connection is left not-open in the event oferror. These include \code{read.dcf()}, \code{dput()},\code{dump()}, \code{load()}, \code{parse()}, \code{readBin()},\code{readChar()}, \code{readLines()}, \code{save()},\code{writeBin()}, \code{writeChar()}, \code{writeLines()},\code{.readRDS()}, \code{.saveRDS()} and \code{tools::parse_Rd()},as well as functions calling these.\item Public functions \code{find.package()} and \code{path.package()}replace the internal dot-name versions.\item The default method for \code{terms()} now looks for a\code{"terms"} attribute if it does not find a \code{"terms"}component, and so works for model frames.\item \code{httpd()} handlers receive an additional argumentcontaining the full request headers as a raw vector (this can beused to parse cookies, multi-part forms etc.). The recommendedfull signature for handlers is therefore \code{function(url,query, body, headers, ...)}.\item \code{file.edit()} gains a \code{fileEncoding} argument tospecify the encoding of the file(s).\item The format of the HTML package listings has changed. Ifthere is more than one library tree , a table of links tolibraries is provided at the top and bottom of the page. Where alibrary contains more than 100 packages, an alphabetic index isgiven at the top of the section for that library. (As aconsequence, package names are now sorted case-insensitivelywhatever the locale.)\item \code{isSeekable()} now returns \code{FALSE} on connectionswhich have non-default \code{encoding}. Although documented torecord if \sQuote{in principle} the connection supports seeking,it seems safer to report \code{FALSE} when it may not work.\item \command{R CMD REMOVE} and \code{remove.packages()} nowremove file \code{R.css} when removing all remaining packages in alibrary tree. (Related to the wish of \PR{14475}: note that thisfile is no longer installed.)\item \code{unzip()} now has a \code{unzip} argument like\code{zip.file.extract()}. This allows an external\command{unzip} program to be used, which can be useful to accessfeatures supported by Info-ZIP's \command{unzip} version 6 whichis now becoming more widely available.\item There is a simple \code{zip()} function, as wrapper for anexternal \command{zip} command.\item \code{bzfile()} connections can now read from concatenated\command{bzip2} files (including files written with\code{bzfile(open = "a")}) and files created by some othercompressors (such as the example of \PR{14479}).\item The primitive function \code{c()} is now of type BUILTIN.\item \code{plot(<dendrogram>, .., nodePar=*)} now obeys an optional\code{xpd} specification (allowing clipping to be turned offcompletely).\item \code{nls(algorithm="port")} now shares more code with\code{nlminb()}, and is more consistent with the other\code{nls()} algorithms in its return value.\item \command{xz} has been updated to 5.0.1 (very minor bugfixrelease).\item \code{image()} has gained a logical \code{useRaster}argument allowing it to use a bitmap raster for plotting aregular grid instead of polygons. This can be more efficient, butmay not be supported by all devices. The default is \code{FALSE}.\item \code{list.files()}/\code{dir()} gains a new argument\code{include.dirs()} to include directories in the listing when\code{recursive = TRUE}.\item New function \code{list.dirs()} lists all directories,(even empty ones).\item \code{file.copy()} now (by default) copiesread/write/execute permissions on files, moderated by the currentsetting of \code{Sys.umask()}.\item \code{Sys.umask()} now accepts \code{mode = NA} and returnsthe current \code{umask} value (visibly) without changing it.\item There is a \code{!} method for classes \code{"octmode"} and\code{"hexmode"}: this allows \code{xor(a, b)} to work if both\code{a} and \code{b} are from one of those classes.\item \code{as.raster()} no longer fails for vectors or matricescontaining \code{NA}s.\item New hook \code{"before.new.plot"} allows functions to be runjust before advancing the frame in \code{plot.new}, which ispotentially useful for custom figure layout implementations.\item Package \pkg{tools} has a new function \code{compactPDF()}to try to reduce the size of PDF files \emph{via} \command{qpdf}or \command{gs}.\item \code{tar()} has a new argument \code{extra_flags}.\item \code{dotchart()} accepts more general objects \code{x} suchas 1D tables which can be coerced by \code{as.numeric()} to anumeric vector, with a warning since that might not beappropriate.\item The previously internal function \code{create.post()} is nowexported from \pkg{utils}, and the documentation for\code{bug.report()} and \code{help.request()} now refer to thatfor \code{create.post()}.It has a new \code{method = "mailto"} on Unix-alikes similar tothat on Windows: it invokes a default mailer via \command{open}(Mac OS X) or \code{xdg-open} or the default browser (elsewhere).The default for \code{ccaddress} is now\code{getOption("ccaddress")} which is by default unset: using theusername as a mailing address nowadays rarely works as expected.\item The default for \code{options("mailer")} is now\code{"mailto"} on all platforms.\item \code{unlink()} now does tilde-expansion (like most otherfile functions).\item \code{file.rename()} now allows vector arguments (of thesame length).\item The \code{"glm"} method for \code{logLik()} now returns an\code{"nobs"} attribute (which \code{stats4::BIC()} assumed itdid).The \code{"nls"} method for \code{logLik()} gave incorrect resultsfor zero weights.\item There is a new generic function \code{nobs()} in package\pkg{stats}, to extract from model objects a suitable value foruse in BIC calculations. An S4 generic derived from it is definedin package \pkg{stats4}.\item Code for S4 reference-class methods is now examined forpossible errors in non-local assignments.\item \code{findClasses}, \code{getGeneric}, \code{findMethods}and \code{hasMethods} are revised to deal consistently withthe \code{package=} argument and be consistent with soft namespacepolicy for finding objects.\item \code{tools::Rdiff()} now has the option to return not onlythe status but a character vector of observed differences (whichare still by default sent to \file{stdout}).\item The startup environment variables \env{R_ENVIRON_USER},\env{R_ENVIRON}, \env{R_PROFILE_USER} and \env{R_PROFILE} are nowtreated more consistently. In all cases an empty value isconsidered to be set and will stop the default being used, and forthe last two tilde expansion is performed on the file name. (Notethat setting an empty value is probably impossible on Windows.)\item Using \command{R --no-environ CMD}, \command{R--no-site-file CMD} or \command{R --no-init-file CMD} setsenvironment variables so these settings are passed on to child \Rprocesses, notably those run by \code{INSTALL}, \code{check} and\code{build}. \command{R --vanilla CMD} sets these three options(but not \option{--no-restore}).\item \code{smooth.spline()} is somewhat faster. With\code{cv=NA} it allows some leverage computations to be skipped,\item The internal (C) function \samp{scientific()}, at the heartof \R's \code{format.info(x)}, \code{format(x)}, \code{print(x)},etc, for numeric \code{x}, has been re-written in order to provideslightly more correct results, fixing \PR{14491}, notably inborder cases including when \code{digits >= 16}, thanks tosubstantial contributions (code and experiments) from PetrSavicky. This affects a noticeable amount of numeric output from\R.\item A new function \code{grepRaw()} has been introduced forfinding subsets of raw vectors. It supports both literal searchesand regular expressions.\item Package \pkg{compiler} is now provided as a standardpackage. See \code{?compiler::compile} for information on how touse the compiler. This package implements a byte code compilerfor \R: by default the compiler is not used in this release. Seethe \sQuote{R Installation and Administration Manual} for how tocompile the base and recommended packages.\item Providing an \code{exportPattern} directive in a NAMESPACEfile now causes classes to be exported according to the samepattern, for example the default from \code{package.skeleton()}to specify all names starting with a letter. An explicitdirective to \code{exportClassPattern} will still over-ride.\item There is an additional marked encoding \code{"bytes"} forcharacter strings. This is intended to be used for non-ASCIIstrings which should be treated as a set of bytes, and neverre-encoded as if they were in the encoding of the current locale:\code{useBytes = TRUE} is automatically selected in functions suchas \code{writeBin()}, \code{writeLines()}, \code{grep()} and\code{strsplit()}.Only a few character operations are supported (such as \code{substr()}).Printing, \code{format()} and \code{cat()} will represent non-ASCIIbytes in such strings by a \samp{\xab} escape.\item The new function \code{removeSource()} removes the internallystored source from a function.\item \code{"srcref"} attributes now include two additionalline number values, recording the line numbers in the order theywere parsed.\item New functions have been added for source reference access:\code{getSrcFilename()}, \code{getSrcDirectory()},\code{getSrcLocation()} and \code{getSrcref()}.\item \code{Sys.chmod()} has an extra argument \code{use_umask}which defaults to true and restricts the file mode by the currentsetting of \code{umask}. This means that all the \R functionswhich manipulate file/directory permissions by default respect\code{umask}, notably \command{R CMD INSTALL}.\item \code{tempfile()} has an extra argument \code{fileext} tocreate a temporary filename with a specified extension.(Suggestion and initial implementation by Dirk Eddelbuettel.)There are improvements in the way \code{Sweave()} and\code{Stangle()} handle non-ASCII vignette sources, especially ina UTF-8 locale: see \sQuote{Writing R Extensions} which now has asubsection on this topic.\item \code{factanal()} now returns the rotation matrix if arotation such as \code{"promax"} is used, and hence factorcorrelations are displayed. (Wish of \PR{12754}.)\item The \code{gctorture2()} function provides a more refinedinterface to the GC torture process. Environment variables\env{R_GCTORTURE}, \env{R_GCTORTURE_WAIT}, and\env{R_GCTORTURE_INHIBIT_RELEASE} can also be used to control theGC torture process.\item \code{file.copy(from, to)} no longer regards it as an errorto supply a zero-length \code{from}: it now simply does nothing.\item \code{rstandard.glm()} gains a \code{type} argument which canbe used to request standardized Pearson residuals.\item A start on a Turkish translation, thanks to Murat Alkan.\item \code{.libPaths()} calls \code{normalizePath(winslash = "/")}on the paths: this helps (usually) to present them in auser-friendly form and should detect duplicate paths accessed viadifferent symbolic links.\item \code{download.file()} can be now used with external methodseven if there are spaces in the URL or the target filename.\item The first formal argument of \code{.C()}, \code{.Fortran()},\code{.Call()} and \code{.External()} is now referred to a\code{.NAME} rather than \code{name}: however actual calls shouldhave an unnamed first argument.}}\subsection{SWEAVE CHANGES}{\itemize{\item \code{Sweave()} has options to produce PNG and JPEG figures,and to use a custom function to open a graphics device (see\code{?RweaveLatex}).\cr(Based in part on the contribution of \PR{14418}.)\item The default for \code{Sweave()} is to produce only PDFfigures (rather than both EPS and PDF).\item Environment variable \env{SWEAVE_OPTIONS} can be used tosupply defaults for existing or new options to be applied afterthe Sweave driver setup has been run.\item The Sweave manual is now included as a vignette in the\pkg{utils} package.\item \code{Sweave()} handles \code{keep.source=TRUE} much better:it could duplicate some lines and omit comments. (Reported by JohnMaindonald and others.)}}\subsection{C-LEVEL FACILITIES}{\itemize{\item Because they use a C99 interface which a C++ compiler is notrequired to support, \code{Rvprintf} and \code{REvprintf} are onlydefined by \file{R_ext/Print.h} in C++ code if the macro\code{R_USE_C99_IN_CXX} is defined when it is included.\item \code{pythag} duplicated the C99 function \code{hypot}. Itis no longer provided, but is used as a substitute for \code{hypot}in the very unlikely event that the latter is not available.\item \code{R_inspect(obj)} and \code{R_inspect3(obj, deep, pvec)}are (hidden) C-level entry points to the internal \code{inspect}function and can be used for C-level debugging (e.g., in conjunctionwith the \code{p} command in \code{gdb}).\item Compiling R with \option{--enable-strict-barrier} now alsoenables additional checking for use of unprotected objects. Incombination with \code{gctorture()} or \code{gctorture2()} and aC-level debugger this can be useful for tracking down memoryprotection issues.}}\subsection{UTILITIES}{\itemize{\item \command{R CMD Rdiff} is now implemented in \R onUnix-alikes (as it has been on Windows since \R 2.12.0).\item \command{R CMD build} no longer does any cleaning in thesupplied package directory: all the cleaning is done in the copy.It has a new option \option{--install-args} to pass arguments to\command{R CMD INSTALL} for \option{--build} (but not wheninstalling to rebuild vignettes).There is new option, \option{--resave-data}, to call\code{tools::resaveRdaFiles()} on the \file{data} directory, tocompress tabular files (\file{.tab}, \file{.csv} etc) and toconvert \file{.R} files to \file{.rda} files. The default,\option{--resave-data=gzip}, is to do so in a way compatible evenwith years-old versions of \R, but better compression is given by\option{--resave-data=best}, requiring \R >= 2.10.0.It now adds a \file{datalist} file for \file{data} directories ofmore than 1Mb.Patterns in \file{.Rbuildignore} are now also matched against alldirectory names (including those of empty directories).There is a new option, \option{--compact-vignettes}, to tryreducing the size of PDF files in the \file{inst/doc} directory.Currently this tries \command{qpdf}: other options may be used infuture.When re-building vignettes and a \file{inst/doc/Makefile} file isfound, \code{make clean} is run if the makefile has a\code{clean:} target.After re-building vignettes the default clean-up operation willremove any directories (and not just files) created during theprocess: e.g., one package created a \file{.R_cache} directory.Empty directories are now removed unless the option\option{--keep-empty-dirs} is given (and a few packages dodeliberately include empty directories).If there is a field \code{BuildVignettes} in the package\file{DESCRIPTION} file with a false value, re-building thevignettes is skipped.\item \command{R CMD check} now also checks for filenames that arecase-insensitive matches to Windows' reserved file names withextensions, such as \file{nul.Rd}, as these have caused problemson some Windows systems.It checks for inefficiently saved \file{data/*.rda} and\file{data/*.RData} files, and reports on those large than 100Kb.A more complete check (including of the type of compression, butpotentially much slower) can be switched on by setting environmentvariable \env{_R_CHECK_COMPACT_DATA2_} to \samp{TRUE}.The types of files in the \file{data} directory are now checked,as packages are \emph{still} misusing it for non-\R data files.It now extracts and runs the \R code for each vignette in aseparate directory and \R process: this is done in the package'sdeclared encoding. Rather than call\code{tools::checkVignettes()}, it calls\code{tools::buildVignettes()} to see if the vignettes can bere-built as they would be by \command{R CMD build}. Option\option{--use-valgrind} now applies only to these runs, and notwhen running code to rebuild the vignettes. This version does amuch better job of suppressing output from successful vignettetests.The \file{00check.log} file is a more complete record of what isoutput to \file{stdout}: in particular contains more details ofthe tests.It now checks all syntactically valid Rd usage entries, and warnsabout assignments (unless these give the usage of replacementfunctions).\file{.tar.xz} compressed tarballs are now allowed, if\command{tar} supports them (and setting environment variable\env{TAR} to \samp{internal} ensures so on all platforms).\item \command{R CMD check} now warns if it finds\file{inst/doc/makefile}, and \command{R CMD build} renames such afile to \file{inst/doc/Makefile}.}}\subsection{INSTALLATION}{\itemize{\item Installing \R no longer tries to find \command{perl}, and\command{R CMD} no longer tries to substitute a full path for\command{awk} nor \command{perl} -- this was a legacy from thedays when they were used by \R itself. Because a couple ofpackages do use \command{awk}, it is set as the \command{make}(rather than environment) variable \env{AWK}.\item \command{make check} will now fail if there are differencesfrom the reference output when testing package examples and ifenvironment variable \env{R_STRICT_PACKAGE_CHECK} is set to a truevalue.\item The C99 double complex type is now required.The C99 complex trigonometric functions (such as \samp{csin}) arenot currently required (FreeBSD lacks most of them): substitutesare used if they are missing.\item The C99 system call \samp{va_copy} is now required.\item If environment variable \env{R_LD_LIBRARY_PATH} is setduring configuration (for example in \file{config.site}) it isused unchanged in file \file{etc/ldpaths} rather than beingappended to.\item \command{configure} looks for support for OpenMP and iffound compiles \R with appropriate flags and also makes themavailable for use in packages: see \sQuote{Writing R Extensions}.This is currently experimental, and is only used in \R with asingle thread for \code{colSums()} and \code{colMeans()}. Expectit to be more widely used in later versions of \R.This can be disabled by the \option{--disable-openmp} flag.}}\subsection{PACKAGE INSTALLATION}{\itemize{\item \command{R CMD INSTALL --clean} now removes copies of a\file{src} directory which are created when multiplesub-architectures are in use. (Following a comment fromBerwin Turlach.)\item File \file{R.css} is now installed on a per-package basis(in the package's \file{html} directory) rather than in eachlibrary tree, and this is used for all the HTML pages in thepackage. This helps when installing packages with static HTMLpages for use on a webserver. It will also allow future versionsof \R to use different stylesheets for the packages they install.\item A top-level file \file{.Rinstignore} in the package sourcescan list (in the same way as \file{.Rbuildignore}) files under\code{inst} that should not be installed. (Why should there be anysuch files? Because all the files needed to re-build vignettesneed to be under \code{inst/doc}, but they may not need to beinstalled.)\item \command{R CMD INSTALL} has a new option\option{--compact-docs} to compact any PDFs under the\file{inst/doc} directory. Currently this uses \command{qpdf},which must be installed (see \sQuote{Writing R Extensions}).\item There is a new option \option{--lock} which can be used tocancel the effect of \option{--no-lock} or \option{--pkglock} earlieron the command line.\item Option \option{--pkglock} can now be used with more than onepackage, and is now the default if only one package is specified.\item Argument \code{lock} of \code{install.packages()} can now beuse for Mac binary installs as well as for Windows ones. Thevalue \code{"pkglock"} is now accepted, as well as \code{TRUE} and\code{FALSE} (the default).\item There is a new option \option{--no-clean-on-error} for\command{R CMD INSTALL} to retain a partially installed package forforensic analysis.\item Packages with names ending in \file{.} are not portablesince Windows does not work correctly with such directory names.This is now warned about in \command{R CMD check}, and will not beallowed in \R 2.14.x.\item The vignette indices are more comprehensive (in the style of\code{browseVignetttes()}).}}\subsection{DEPRECATED & DEFUNCT}{\itemize{\item \code{require(save = TRUE)} is defunct, and use of the\code{save} argument is deprecated.\item \command{R CMD check --no-latex} is defunct: use\option{--no-manual} instead.\item \command{R CMD Sd2Rd} is defunct.\item The \code{gamma} argument to \code{hsv()},\code{rainbow()}, and \code{rgb2hsv()} is deprecatedand no longer has any effect.\item The previous options for \command{R CMD build --binary}(\option{--auto-zip}, \option{--use-zip-data} and\option{--no-docs}) are deprecated (or defunct):use the new option \option{--install-args} instead.\item When a character value is used for the \code{EXPR}argument in \code{switch()}, only a single unnamed alternativevalue is now allowed.\item The wrapper \code{utils::link.html.help()} is no longeravailable.\item Zip-ing data sets in packages (and hence \command{R CMDINSTALL} options \option{--use-zip-data} and \option{--auto-zip}, aswell as the \samp{ZipData: yes} field in a \code{DESCRIPTION} file)is defunct.Installed packages with zip-ed data sets can still be used, but awarning that they should be re-installed will be given.\item The \sQuote{experimental} alternative specification of anamespace via \code{.Export()} etc is now defunct.\item The option \option{--unsafe} to \command{R CMD INSTALL} isdeprecated: use the identical option \option{--no-lock} instead.\item The entry point \code{pythag} in \file{Rmath.h} is deprecatedin favour of the C99 function \code{hypot}. A wrapper for\code{hypot} is provided for \R 2.13.x only.\item Direct access to the \code{"source"} attribute of functionsis deprecated; use \code{deparse(fn, control="useSource")} to accessit, and \code{removeSource(fn)} to remove it.\item \command{R CMD build --binary} is now formally deprecated:\command{R CMD INSTALL --build} has long been the preferredalternative.\item Single-character package names are deprecated (and \pkg{R}is already disallowed to avoid confusion in \samp{Depends:}fields).}}\subsection{BUG FIXES}{\itemize{\item \code{drop.terms} and the \code{[} method for class\code{"terms"} no longer add back an intercept. (Reported byNiels Hansen.)\item \code{aggregate} preserves the class of a column (e.g., adate) under some circumstances where it discarded the classpreviously.\item \code{p.adjust()} now always returns a vector result, asdocumented. In previous versions it copied attributes (such asdimensions) from the \code{p} argument: now it only copies names.\item On PDF and PostScript devices, a line width of zero wasrecorded verbatim and this caused problems for some viewers(a very thin line combined with a non-solid line dash patterncould also cause a problem). On these devices, the line width isnow limited at 0.01 and for very thin lines with complex dashpatterns the device may force the line dash pattern to be solid.(Reported by Jari Oksanen.)\item The \code{str()} method for class \code{"POSIXt"} now givessensible output for 0-length input.\item The one- and two-argument complex maths functions failed towarn if NAs were generated (as their numeric analogues do).\item Added \code{.requireCachedGenerics} to the \code{dont.mind}list for \code{library()} to avoid warnings about duplicates.\item \code{$<-.data.frame} messed with the class attribute,breaking any S4 subclass. The S4 \code{data.frame} class now has its own\code{$<-} method, and turns dispatch on for this primitive.\item \code{Map()} did not look up a character argument \code{f}in the correct frame, thanks to lazy evaluation. (\PR{14495})\item \code{file.copy()} did not tilde-expand \code{from} and \code{to}when \code{to} was a directory. (\PR{14507})\item It was possible (but very rare) for the loading test in\command{R CMD INSTALL} to crash a child \R process and so leavearound a lock directory and a partially installed package. Thattest is now done in a separate process.\item \code{plot(<formula>, data=<matrix>,..)} now works in morecases; similarly for \code{points()}, \code{lines()} and\code{text()}.\item \code{edit.default()} contained a manual dispatch for matrices(the \code{"matrix"} class didn't really exist when it was written).This caused an infinite recursion in the no-GUI case and has nowbeen removed.\item \code{data.frame(check.rows = TRUE)} sometimes worked whenit should have detected an error. (\PR{14530})\item \code{scan(sep= , strip.white=TRUE)} sometimes strippedtrailing spaces from within quoted strings. (The real bug in\PR{14522}.)\item The rank-correlation methods for \code{cor()} and\code{cov()} with \code{use = "complete.obs"} computed the ranksbefore removing missing values, whereas the documentation impliedincomplete cases were removed first. (\PR{14488})They also failed for 1-row matrices.\item The perpendicular adjustment used in placing text andexpressions in the margins of plots was not scaled by\code{par("mex")}. (Part of \PR{14532}.)\item Quartz Cocoa device now catches any Cocoa exceptions thatoccur during the creation of the device window to prevent crashes.It also imposes a limit of 144 ft^2 on the area used by a windowto catch user errors (unit misinterpretation) early.\item The browser (invoked by \code{debug()}, \code{browser()}or otherwise) would display attributes such as \code{"wholeSrcref"}that were intended for internal use only.\item R's internal filename completion now properly handlesfilenames with spaces in them even when the readline library isused. This resolves \PR{14452} provided the internal filenamecompletion is used (e.g., by setting \code{rc.settings(files =TRUE)}).\item Inside \code{uniroot(f, ...)}, \code{-Inf} function valuesare now replaced by a maximally \bold{negative} value.\item \code{rowsum()} could silently over/underflow on integerinputs (reported by Bill Dunlap).\item \code{as.matrix()} did not handle \code{"dist"} objects withzero rows.}}}\section{\Rlogo CHANGES IN R VERSION 2.12.2 patched}{\subsection{NEW FEATURES}{\itemize{\item \code{max()} and \code{min()} work harder to ensure that\code{NA} has precedence over \code{NaN},so e.g.\sspace{}\code{min(NaN, NA)} is \code{NA}.(This was not previously documented exceptfor within a single numeric vector, where compiler optimizationsoften defeated the code.)}}\subsection{BUG FIXES}{\itemize{\item A change to the C function \samp{R_tryEval} had broken errormessages in S4 method selection; the error message is now printed.\item PDF output with a non-RGB color model used RGB for the linestroke color. (\PR{14511})\item \code{stats4::BIC()} assumed without checking that an objectof class \code{"logLik"} has an \code{"nobs"} attribute:\code{glm()} fits did not and so \code{BIC()} failed for them.\item In some circumstances a one-sided \code{mantelhaen.test()}reported the p-value for the wrong tail. (\PR{14514})\item Passing the invalid value \code{lty = NULL} to \code{axis()}sent an invalid value to the graphics device, and might cause thedevice to segfault.\item \code{Sweave()} with \code{concordance=TRUE} could lead toinvalid PDF files; \file{Sweave.sty} has been updated to avoidthis.\item Non-ASCII characters in the titles of help pages werenot rendered properly in some locales, and could cause errorsor warnings.\item \code{checkRd()} gave a spurious error if the \code{\\href}macro was used.}}}\section{\Rlogo CHANGES IN R VERSION 2.12.2}{\subsection{SIGNIFICANT USER-VISIBLE CHANGES}{\itemize{\item Complex arithmetic (notably \code{z^n} for complex \code{z}and integer \code{n}) gave incorrect results since \R 2.10.0 onplatforms without C99 complex support. This and somelesser issues in trigonometric functions have been corrected.Such platforms were rare (we know of Cygwin and FreeBSD).However, because of new compiler optimizations in the way complexarguments are handled, the same code was selected on x86_64 Linuxwith \command{gcc 4.5.x} at the default \code{-O2} optimization(but not at \code{-O}).\item There is a workaround for crashes seen with several packageson systems using \samp{zlib 1.2.5}: see the INSTALLATION section.}}\subsection{NEW FEATURES}{\itemize{\item PCRE has been updated to 8.12 (two bug-fix releases since 8.10).\item \code{rep()}, \code{seq()}, \code{seq.int()} and\code{seq_len()} report more often when the first element is takenof an argument of incorrect length.\item The Cocoa back-end for the \code{quartz()} graphics deviceon Mac OS X provides a way to disable event loop processingtemporarily (useful, e.g., for forked instances of \R).\item \code{kernel()}'s default for \code{m} was not appropriateif \code{coef} was a set of coefficients. (Reported by PierreChausse.)\item \code{bug.report()} has been updated for the current \R bugtracker, which does not accept emailed submissions.\item \command{R CMD check} now checks for the correct use of\samp{$(LAPACK_LIBS)} (as well as \samp{$(BLAS_LIBS)}), sinceseveral CRAN recent submissions have ignored \sQuote{Writing RExtensions}.}}\subsection{INSTALLATION}{\itemize{\item The \samp{zlib} sources in the distribution are now builtwith all symbols remapped: this is intended to avoid problems seenwith packages such as \CRANpkg{XML} and \CRANpkg{rggobi} which link to\file{zlib.so.1} on systems using \samp{zlib 1.2.5}.\item The default for \env{FFLAGS} and \env{FCFLAGS} with\command{gfortran} on x86_64 Linux has been changed back to \samp{-g-O2}: however, setting \samp{-g -O} may still be needed for\command{gfortran 4.3.x}.}}\subsection{PACKAGE INSTALLATION}{\itemize{\item A \samp{LazyDataCompression} field in the \file{DESCRIPTION}file will be used to set the value for the\option{--data-compress} option of \command{R CMD INSTALL}.\item Files \file{R/sysdata.rda} of more than 1Mb are now storedin the lazyload database using \command{xz} compression: this forexample halves the installed size of package \CRANpkg{Imap}.\item \command{R CMD INSTALL} now ensures that directoriesinstalled from \file{inst} have search permission for everyone.It no longer installs files \file{inst/doc/Rplots.ps} and\file{inst/doc/Rplots.pdf}. These are almost certainly left-oversfrom \code{Sweave} runs, and are often large.}}\subsection{DEPRECATED & DEFUNCT}{\itemize{\item The \sQuote{experimental} alternative specification of anamespace via \code{.Export()} etc is now deprecated.\item \code{zip.file.extract()} is now deprecated.\item Zip-ing data sets in packages (and hence \command{R CMDINSTALL --use-zip-data} and the \samp{ZipData: yes} field in a\code{DESCRIPTION} file) is deprecated: using efficientlycompressed \file{.rda} images and lazy-loading of data hassuperseded it.}}\subsection{BUG FIXES}{\itemize{\item \code{identical()} could in rare cases generate a warningabout non-pairlist attributes on CHARSXPs. As these are used forinternal purposes, the attribute check should be skipped.(Reported by Niels Richard Hansen).\item If the filename extension (usually \file{.Rnw}) was notincluded in a call to \code{Sweave()}, source references would notwork properly and the \code{keep.source} option failed. (\PR{14459})\item \code{format.data.frame()} now keeps zero character column names.\item \code{pretty(x)} no longer raises an error when \code{x}contains solely non-finite values. (\PR{14468})\item The \code{plot.TukeyHSD()} function now uses a line width of0.5 for its reference lines rather than \samp{lwd = 0} (whichcaused problems for some PDF and PostScript viewers).\item The \code{big.mark} argument to \code{prettyNum()},\code{format()}, etc. was inserted reversed if it was more thanone character long.\item \command{R CMD check} failed to check the filenames under\file{man} for Windows' reserved names.\item The \code{"Date"} and \code{"POSIXt"} methods for\code{seq()} could overshoot when \code{to} was supplied and\code{by} was specified in months or years.\item The internal method of \code{untar()} now restores hardlinks as file copies rather than symbolic links (which did notwork for cross-directory links).\item \code{unzip()} did not handle zip files which containedfilepaths with two or more leading directories which were not inthe zipfile and did not already exist. (It is unclear if suchzipfiles are valid and the third-party C code used did not supportthem, but \PR{14462} created one.)\item \code{combn(n, m)} now behaves more regularly for the bordercase \eqn{m = 0}. (\PR{14473})\item The rendering of numbers in plotmath expressions (e.g.,\code{expression(10^2)}) used the current settings for conversionto strings rather than setting the defaults, and so could beaffected by what has been done before. (\PR{14477})\item The methods of \code{napredict()} and \code{naresid()} for\code{na.action = na.exclude} fits did not work correctly in thevery rare event that every case had been omitted in the fit.(Reported by Simon Wood.)\item \code{weighted.residuals(drop0=TRUE)} returned a vector whenthe residuals were a matrix (e.g., those of class \code{"mlm"}).(Reported by Bill Dunlap.)\item Package HTML index files \file{<pkg>/html/00Index.html} weregenerated with a stylesheet reference that was not correct forstatic browsing in libraries.\item \code{ccf(na.action = na.pass)} was not implemented.\item The parser accepted some incorrect numeric constants,e.g.\sspace{}\code{20x2}. (Reported by Olaf Mersmann.)\item \code{format(*, zero.print)} did not always replace the fullzero parts.\item Fixes for subsetting or subassignment of \code{"raster"}objects when not both \code{i} and \code{j} are specified.\item \command{R CMD INSTALL} was not always respecting the\samp{ZipData: yes} field of a \file{DESCRIPTION} file (althoughthis is frequently incorrectly specified for packages with no dataor which specify lazy-loading of data).\command{R CMD INSTALL --use-zip-data} was incorrectly implementedas \option{--use-zipdata} since \R 2.9.0.\item \command{source(file, echo=TRUE)} could fail if the filecontained \samp{#line} directives. It now recovers more gracefully, butmay still display the wrong line if the directive gives incorrectinformation.\item \code{atan(1i)} returned \code{NaN+Infi} (rather than\code{0+Infi}) on platforms without C99 complex support.\item \code{library()} failed to cache S4 metadata (unlike\code{loadNamespace()}) causing failures in S4-using packageswithout a namespace (e.g., those using reference classes).\item The function \code{qlogis(lp, log.p=TRUE)} no longerprematurely overflows to \code{Inf} when exp(lp) is close to 1.\item Updating S4 methods for a group generic function requiresresetting the methods tables for the members of the group (patchcontributed by Martin Morgan).\item In some circumstances (including for package \CRANpkg{XML}),\command{R CMD INSTALL} installed version-control directories fromsource packages.\item Added \code{PROTECT} calls to some constructed expressionsused in C level \code{eval} calls.\item \code{utils:::create.post()} (used by \code{bug.report()}and \code{help.request()}) failed to quote arguments to themailer, and so often failed.\item \code{bug.report()} was naive about how to extractmaintainer email addresses from package descriptions, so wouldoften try mailing to incorrect addresses.\item \code{debugger()} could fail to read the environment of acall to a function with a \code{\dots} argument. (Reported byCharlie Roosen.)\item \code{prettyNum(c(1i, NA), drop0=TRUE)} or\code{str(NA_complex_)} now work correctly.}}}\section{\Rlogo CHANGES IN R VERSION 2.12.1}{\subsection{NEW FEATURES}{\itemize{\item The DVI/PDF reference manual now includes the help pages forall the standard packages: \pkg{splines}, \pkg{stats4} and\pkg{tcltk} were previously omitted (intentionally).\item \url{http://www.rforge.net} has been added to the defaultset of repositories known to \code{setRepositories()}.\item xz-utils has been updated to version 5.0.0.\item \code{reshape()} now makes use of \code{sep} when formingnames during reshaping to wide format. (\PR{14435})\item \code{legend()} allows the length of lines to be set by theend user \emph{via} the new argument \code{seg.len}.\item New S4 reference class utility methods \code{copy()},\code{field()}, \code{getRefClass()} and \code{getClass()} havebeen added to package \pkg{methods}.\item When a character value is used for the \code{EXPR}argument in \code{switch()}, a warning is given if more thanone unnamed alternative value is given. This will become anerror in \R 2.13.0.\item \code{StructTS(type = "BSM")} now allows series with justtwo seasons. (Reported by Birgit Erni.)}}\subsection{INSTALLATION}{\itemize{\item The PDF reference manual is now built as PDF version 1.5with object compression, which on platforms for which this is notthe default (notably MiKTeX) halves its size.\item Variable \env{FCLIBS} can be set during configuration, forany additional library flags needed when linking a shared objectwith the Fortran 9x compiler. (Needed with Solaris Studio 12.2.)}}\subsection{BUG FIXES}{\itemize{\item \code{seq.int()} no longer sometimes evaluates argumentstwice. (\PR{14388})\item The \code{data.frame} method of \code{format()} failed if acolumn name was longer than 256 bytes (the maximum length allowedfor an \R name).\item \code{predict(<lm object>, type ="terms", ...)} failed ifboth \code{terms} and \code{interval} were specified. (Reportedby Bill Dunlap.)Also, if \code{se.fit = TRUE} the standard errors were reportedfor all terms, not just those selected by a non-null \code{terms}.\item The TRE regular expressions engine could terminate \R ratherthan give an error when given certain invalid regular expressions.(\PR{14398})\item \code{cmdscale(eig = TRUE)} was documented to return \eqn{n-1}eigenvalues but in fact only returned \code{k}. It now returnsall \eqn{n} eigenvalues.\code{cmdscale(add = TRUE)} failed to centre the returnconfiguration and sometimes lost the labels on the points. Itsreturn value was described wrongly (it is always a list andcontains component \code{ac}).\item \code{promptClass()} in package \pkg{methods} now works forreference classes and gives a suitably specialized skeleton ofdocumentation.Also, \code{callSuper()} now works via the \code{methods()}invocation as well as for initially specified methods.\item \code{download.file()} could leave the destination file openif the URL was not able to be opened. (\PR{14414})\item Assignment of an environment to functions or as an attributeto other objects now works for S4 subclasses of \code{"environment"}.\item Use of \samp{[[<-} for S4 subclasses of\code{"environment"} generated an infinite recursion from themethod. The method has been replaced by internal code.\item In a reference class S4 method, \code{callSuper()} now works in\code{initialize()} methods when there is no explicit superclassmethod.\item \samp{!} dropped attributes such as names and dimensions from alength-zero argument. (\PR{14424})\item When \code{list2env()} created an environment it was missinga \code{PROTECT} call and so was vulnerable to garbage collection.\item \code{Sweave()} with \code{keep.source=TRUE} droppedcomments at the start and end of code chunks. It could alsofail when \samp{\SweaveInput} was combined with named chunks.\item The Fortran code used by \code{nls(algorithm = "port")}could infinite-loop when compiled with high optimization on amodern version of \code{gcc}, and \code{SAFE_FFLAGS} is now usedto make this less likely. (\PR{14427}, seen with 32-bit Windowsusing \code{gcc 4.5.0} used from \R 2.12.0.)\item \code{sapply()} with default \code{simplify = TRUE} and\code{mapply()} with default \code{SIMPLIFY = TRUE} wronglysimplified language-like results, as, e.g., in\code{mapply(1:2, c(3,7), FUN = function(i,j) call(':',i,j))}.\item Backreferences to undefined patterns in\code{[g]sub(pcre = TRUE)} could cause a segfault. (\PR{14431})\item The \code{format()} (and hence the \code{print()}) methodfor class \code{"Date"} rounded fractional dates towards zero: itnow always rounds them down.\item Reference S4 class creation could generate ambiguousinheritance patterns under very special circumstances.\item \samp{[[<-} turned S4 subclasses of \code{"environment"} intoplain environments.\item Long titles for help pages were truncated in package indicesand a few other places.\item Additional utilities now work correctly with S4 subclasses of\code{"environment"} (\code{rm}, locking tools and activebindings).\item \code{spec.ar()} now also work for the \code{"ols"} method.(Reported by Hans-Ruedi Kuensch.)\item The initialization of objects from S4 subclasses of\code{"environment"} now allocates a new environment object.\item \command{R CMD check} has more protection against (probablyerroneous) example or test output which is invalid in the currentlocale.\item \code{qr.X()} with column names and pivoting now also pivotsthe column names. (\PR{14438})\item \code{unit.pmax()} and \code{unit.pmin()} in package\pkg{grid} gave incorrect results when all inputs were of length 1.(\PR{14443})\item The parser for \file{NAMESPACE} files ignored misspelleddirectives, rather than signalling an error. For 2.12.x a warningwill be issued, but this will be correctly reported as an errorin later releases. (Reported by Charles Berry.)\item Fix for subsetting of \code{"raster"} objects when only oneof \code{i} or \code{j} is specified.\item \code{grid.raster()} in package \pkg{grid} did not accept\code{"nativeRaster"} objects (like \code{rasterImage()} does).\item Rendering raster images in PDF output was resetting theclipping region.\item Rendering of raster images on cairo X11 device was wrong,particularly when a small image was being scaled up usinginterpolation.With cairo < 1.6, will be better than before, though still alittle clunky. With cairo >= 1.6, should be sweet as.\item Several bugs fixed in \code{read.DIF()}: single columninputs caused errors, cells marked as \code{"character"} couldbe converted to other types, and (in Windows) copying from theclipboard failed.}}}\section{\Rlogo CHANGES IN R VERSION 2.12.0}{\subsection{NEW FEATURES}{\itemize{\item Reading a package's \file{CITATION} file now defaults toASCII rather than Latin-1: a package with a non-ASCII\file{CITATION} file should declare an encoding in its\file{DESCRIPTION} file and use that encoding for the\file{CITATION} file.\item \code{difftime()} now defaults to the \code{"tzone"}attribute of \code{"POSIXlt"} objects rather than to the currenttimezone as set by the default for the \code{tz} argument. (Wishof \PR{14182}.)\item \code{pretty()} is now generic, with new methods for\code{"Date"} and \code{"POSIXt"} classes (based on codecontributed by Felix Andrews).\item \code{unique()} and \code{match()} are now faster oncharacter vectors where all elements are in the global \code{CHARSXP}cache and have unmarked encoding (ASCII). Thanks to MatthewDowle for suggesting improvements to the way the hash code isgenerated in \file{unique.c}.\item The \code{enquote()} utility, in use internally, is exported now.\item \code{.C()} and \code{.Fortran()} now map non-zero returnvalues (other than \code{NA_LOGICAL}) for logical vectors to\code{TRUE}: it has been an implicit assumption that they aretreated as true.\item The \code{print()} methods for \code{"glm"} and \code{"lm"}objects now insert linebreaks in long calls in the same way thatthe \code{print()} methods for \code{"summary.[g]lm"} objectshave long done. This does change the layout of the examples fora number of packages, e.g.\sspace{}\CRANpkg{MASS}. (\PR{14250})\item \code{constrOptim()} can now be used with method\code{"SANN"}. (\PR{14245})It gains an argument \code{hessian} to be passed to\code{optim()}, which allows all the \code{...} arguments to beintended for \code{f()} and \code{grad()}. (\PR{14071})\item \code{curve()} now allows \code{expr} to be an object ofmode \code{"expression"} as well as \code{"call"} and\code{"function"}.\item The \code{"POSIX[cl]t"} methods for \code{Axis()} have beenreplaced by a single method for \code{"POSIXt"}.There are no longer separate \code{plot()} methods for\code{"POSIX[cl]t"} and \code{"Date"}: the default method hasbeen able to handle those classes for a long time. This\emph{inter alia} allows a single date-time object to besupplied, the wish of \PR{14016}.The methods had a different default (\code{""}) for \code{xlab}.\item Classes \code{"POSIXct"}, \code{"POSIXlt"} and\code{"difftime"} have generators \code{.POSIXct()},\code{.POSIXlt()} and \code{.difftime()}. Package authors areadvised to make use of them (they are available from \R 2.11.0) toproof against planned future changes to the classes.The ordering of the classes has been changed, so \code{"POSIXt"}is now the second class. See the document \sQuote{Updatingpackages for changes in R 2.12.x} on\url{http://developer.r-project.org} for the consequences for ahandful of CRAN packages.\item The \code{"POSIXct"} method of \code{as.Date()} allows atimezone to be specified (but still defaults to UTC).\item New \code{list2env()} utility function as an inverse of\code{as.list(<environment>)} and for fast multi-\code{assign()}to existing environment. \code{as.environment()} is now genericand uses \code{list2env()} as list method.\item There are several small changes to output which \sQuote{zap}small numbers, e.g.\sspace{}in printing quantiles of residuals insummaries from \code{"lm"} and \code{"glm"} fits, and in teststatistics in \code{print.anova()}.\item Special names such as \code{"dim"}, \code{"names"}, etc, arenow allowed as slot names of S4 classes, with \code{"class"} theonly remaining exception.\item File \file{.Renviron} can have architecture-specific versionssuch as \file{.Renviron.i386} on systems with sub-architectures.\item \code{installed.packages()} has a new argument\code{subarch} to filter on sub-architecture.\item The \code{summary()} method for \code{packageStatus()} nowhas a separate \code{print()} method.\item The default \code{summary()} method returns an objectinheriting from class \code{"summaryDefault"} which has aseparate \code{print()} method that calls \code{zapsmall()} fornumeric/complex values.\item The startup message now includes the platform and if used,sub-architecture: this is useful where different(sub-)architectures run on the same OS.\item The \code{getGraphicsEvent()} mechanism now allows multiple windowsto return graphics events, through the new functions\code{setGraphicsEventHandlers()}, \code{setGraphicsEventEnv()}, and\code{getGraphicsEventEnv()}. (Currently implemented in the\code{windows()} and \code{X11()} devices.)\item \code{tools::texi2dvi()} gains an \code{index} argument,mainly for use by \command{R CMD Rd2pdf}.It avoids the use of \command{texindy} by \command{texinfo}'s\command{texi2dvi >= 1.157}, since that does not emulate'makeindex' well enough to avoid problems with special characters(such as \samp{(}, \samp{\{}, \samp{!}) in indices. % )\item The ability of \code{readLines()} and \code{scan()} tore-encode inputs to marked UTF-8 strings on Windows since \R 2.7.0is extended to non-UTF-8 locales on other OSes.\item \code{scan()} gains a \code{fileEncoding} argument tomatch \code{read.table()}.\item \code{points()} and \code{lines()} gain \code{"table"}methods to match \code{plot()}. (Wish of \PR{10472}.)\item \code{Sys.chmod()} allows argument \code{mode} to be avector, recycled along \code{paths}.\item There are \code{|}, \code{&} and \code{xor()} methods forclasses \code{"octmode"} and \code{"hexmode"}, which workbitwise.\item Environment variables \env{R_DVIPSCMD}, \env{R_LATEXCMD},\env{R_MAKEINDEXCMD}, \env{R_PDFLATEXCMD} are no longer usednor set in an \R session. (With the move to\code{tools::texi2dvi()}, the conventional environment variables\env{LATEX}, \env{MAKEINDEX} and \env{PDFLATEX} will be used.\code{options("dvipscmd")} defaults to the value of \env{DVIPS},then to \code{"dvips"}.)\item New function \code{isatty()} to see if terminal connections areredirected.\item \code{summaryRprof()} returns the sampling interval incomponent \code{sample.interval} and only returns in\code{by.self} data for functions with non-zero self times.\item \code{print(x)} and \code{str(x)} now indicate if an emptylist \code{x} is named.\item \code{install.packages()} and \code{remove.packages()} with\code{lib} unspecified and multiple libraries in\code{.libPaths()} inform the user of the library location usedwith a message rather than a warning.\item There is limited support for multiple compressed streams on afile: all of \code{[bgx]zfile()} allow streams to be appended to anexisting file, but \code{bzfile()} reads only the first stream.\item Function \code{person()} in package \pkg{utils} now usesa given/family scheme in preference to first/middle/last, isvectorized to handle an arbitrary number of persons, and gains a\code{role} argument to specify person roles using a controlledvocabulary (the MARC relator terms).\item Package \pkg{utils} adds a new \code{"bibentry"} classfor representing and manipulating bibliographic information inenhanced BibTeX style, unifying and enhancing the previouslyexisting mechanisms.\item A \code{bibstyle()} function has been added to the\pkg{tools} package with default JSS style for rendering\code{"bibentry"} objects, and a mechanism for registering otherrendering styles.\item Several aspects of the display of text help are nowcustomizable using the new \code{Rd2txt_options()} function.options(\code{"help_text_width"}) is no longer used.\item Added \samp{\href} tag to the Rd format, to allowhyperlinks to URLs without displaying the full URL.\item Added \samp{\newcommand} and \samp{\renewcommand} tagsto the Rd format, to allow user-defined macros.\item New \code{toRd()} generic in the \pkg{tools} package toconvert objects to fragments of Rd code, and added\code{"fragment"} argument to \code{Rd2txt()}, \code{Rd2HTML()},and \code{Rd2latex()} to support it.\item Directory \file{R_HOME/share/texmf} now follows the TDSconventions, so can be set as a \code{texmf} tree (\sQuote{rootdirectory} in MiKTeX parlance).\item S3 generic functions now use correct S4 inheritance whendispatching on an S4 object. See \code{?Methods}, section on\dQuote{Methods for S3 Generic Functions} for recommendationsand details.\item \code{format.pval()} gains a \code{...} argument to passarguments such as \code{nsmall} to \code{format()}. (Wish of\PR{9574})\item \code{legend()} supports \code{title.adj}. (Wish of\PR{13415})\item Added support for subsetting \code{"raster"} objects, plusassigning to a subset, conversion to a matrix (of colourstrings), and comparisons (\samp{==} and \samp{!=}).\item Added a new \code{parseLatex()} function (and relatedfunctions \code{deparseLatex()} and \code{latexToUtf8()}) tosupport conversion of bibliographic entries for display in R.\item Text rendering of \samp{\itemize} in help uses a Unicodebullet in UTF-8 and most single-byte Windows locales.\item Added support for polygons with holes to the graphicsengine. This is implemented for the \code{pdf()},\code{postscript()}, \code{x11(type="cairo")}, \code{windows()},and \code{quartz()} devices (and associated raster formats),but not for \code{x11(type="Xlib")} or \code{xfig()} or\code{pictex()}. The user-level interface is the\code{polypath()} function in \pkg{graphics} and\code{grid.path()} in \pkg{grid}.\item File \file{NEWS} is now generated at installation with aslightly different format: it will be in UTF-8 on platforms usingUTF-8, and otherwise in ASCII. There is also a PDF version,\file{NEWS.pdf}, installed at the top-level of the R distribution.\item \code{kmeans(x, 1)} now works. Further, \code{kmeans} nowreturns between and total sum of squares.\item \code{arrayInd()} and \code{which()} gain an argument\code{useNames}. For \code{arrayInd}, the default is now false,for speed reasons.\item As is done for closures, the default \code{print} method forthe formula class now displays the associated environment if it isnot the global environment.\item A new facility has been added for inserting code into apackage without re-installing it, to facilitate testingchanges which can be selectively added and backed out. See\code{?insertSource}.\item New function \code{readRenviron} to (re-)read files in theformat of \file{~/.Renviron} and \file{Renviron.site}.\item \code{require()} will now return \code{FALSE} (and not fail)if loading the package or one of its dependencies fails.\item \code{aperm()} now allows argument \code{perm} to be acharacter vector when the array has named dimnames (as the resultsof \code{table()} calls do). Similarly, \code{array()} allows\code{MARGIN} to be a character vector. (Based on suggestions ofMichael Lachmann.)\item Package \pkg{utils} now exports and documents functions\code{aspell_package_Rd_files()} and\code{aspell_package_vignettes()} for spell checking package Rdfiles and vignettes using Aspell, Ispell or Hunspell.\item Package news can now be given in Rd format, and\code{news()} prefers these \file{inst/NEWS.Rd} files to old-styleplain text \file{NEWS} or \file{inst/NEWS} files.\item New simple function \code{packageVersion()}.\item The PCRE library has been updated to version 8.10.\item The standard Unix-alike terminal interface declares its nameto readline as 'R', so that can be used for conditional sectionsin \file{~/.inputrc} files.\item \sQuote{Writing R Extensions} now stresses that the standardsections in \file{.Rd} files (other than \samp{\alias},\samp{\keyword} and \samp{\note}) are intended to be unique, andthe conversion tools now drop duplicates with a warning.The \file{.Rd} conversion tools also warn about an unrecognized typein a \samp{\docType} section.\item \code{ecdf()} objects now have a \code{quantile()} method.\item \code{format()} methods for date-time objects now attempt to makeuse of a \code{"tzone"} attribute with \code{"\%Z"} and\code{"\%z"} formats, but it is not always possible. (Wish of\PR{14358}.)\item \code{tools::texi2dvi(file, clean = TRUE)} now works in morecases (e.g., where emulation is used and when \file{file} is not inthe current directory).\item New function \code{droplevels()} to remove unused factor levels.\item \code{system(command, intern = TRUE)} now gives an error ona Unix-alike (as well as on Windows) if \code{command} cannot berun. It reports a non-success exit status from running\code{command} as a warning.On a Unix-alike an attempt is made to return the actual exitstatus of the command in \code{system(intern = FALSE)}: previouslythis had been system-dependent but on POSIX-compliant systems thevalue return was 256 times the status.\item \code{system()} has a new argument \code{ignore.stdout}which can be used to (portably) ignore standard output.\item \code{system(intern = TRUE)} and \code{pipe()} connectionsare guaranteed to be available on all builds of \R.\item \code{Sys.which()} has been altered to return \code{""} ifthe command is not found (even on Solaris).\item A facility for defining reference-based S4 classes (in theOOP style of Java, C++, etc.) has been added experimentally topackage \pkg{methods}; see \code{?ReferenceClasses}.\item The \code{predict} method for \code{"loess"} fits gains an\code{na.action} argument which defaults to \code{na.pass} ratherthan the previous default of \code{na.omit}.Predictions from \code{"loess"} fits are now named from the rownames of \code{newdata}.\item Parsing errors detected during \code{Sweave()} processingwill now be reported referencing their original location in thesource file.\item New \code{adjustcolor()} utility, e.g., for simpletranslucent color schemes.\item \code{qr()} now has a trivial \code{lm} method with asimple (fast) validity check.\item An experimental new programming model has been added topackage \pkg{methods} for reference (OOP-style) classes andmethods. See \code{?ReferenceClasses}.\item bzip2 has been updated to version 1.0.6 (bug-fix release).\option{--with-system-bzlib} now requires at least version 1.0.6.\item R now provides \file{jss.cls} and \file{jss.bst} (the classand bib style file for the Journal of Statistical Software) aswell as \file{RJournal.bib} and \file{Rnews.bib}, and\command{R CMD} ensures that the \file{.bst} and \file{.bib} filesare found by BibTeX.\item Functions using the \env{TAR} environment variable no longerquote the value when making \code{system} calls. This allowsvalues such as \samp{tar --force-local}, but does requireadditional quotes in, e.g., \code{TAR = "'/path with spaces/mytar'"}.}}\subsection{DEPRECATED & DEFUNCT}{\itemize{\item Supplying the parser with a character string containing bothoctal/hex and Unicode escapes is now an error.\item File extension \file{.C} for C++ code files in packages isnow defunct.\item \command{R CMD check} no longer supports configurationfiles containing Perl configuration variables: use the environmentvariables documented in \sQuote{R Internals} instead.\item The \code{save} argument of \code{require()} now defaults to\code{FALSE} and \code{save = TRUE} is now deprecated. (Thisfacility is very rarely actually used, and was superseded by the\samp{Depends} field of the \file{DESCRIPTION} file long ago.)\item \command{R CMD check --no-latex} is deprecated in favour of\option{--no-manual}.\item \command{R CMD Sd2Rd} is formally deprecated and will beremoved in \R 2.13.0.}}\subsection{PACKAGE INSTALLATION}{\itemize{\item \code{install.packages()} has a new argument\code{libs_only} to optionally pass \option{--libs-only} to\command{R CMD INSTALL} and works analogously for Windows binaryinstalls (to add support for 64- or 32-bit Windows).\item When sub-architectures are in use, the installedarchitectures are recorded in the \code{Archs} field of the\file{DESCRIPTION} file. There is a new default filter,\code{"subarch"}, in \code{available.packages()} to make use ofthis.Code is compiled in a copy of the \file{src} directory when apackage is installed for more than one sub-architecture: thisavoid problems with cleaning the sources between buildingsub-architectures.\item \command{R CMD INSTALL --libs-only} no longer overrides thesetting of locking, so a previous version of the package will berestored unless \option{--no-lock} is specified.}}\subsection{UTILITIES}{\itemize{\item \command{R CMD Rprof|build|check} are now based on \R ratherthan Perl scripts. The only remaining Perl scripts are thedeprecated \command{R CMD Sd2Rd} and \code{install-info.pl} (usedonly if \code{install-info} is not found) as well as somemaintainer-mode-only scripts.\strong{NB:} because these have been completely rewritten, usersshould not expect undocumented details of previousimplementations to have been duplicated.\command{R CMD} no longer manipulates the environment variables\env{PERL5LIB} and \env{PERLLIB}.\item \command{R CMD check} has a new argument \option{--extra-arch}to confine tests to those needed to check an additionalsub-architecture.Its check for \dQuote{Subdirectory 'inst' contains no files} ismore thorough: it looks for files, and warns if there are onlyempty directories.Environment variables such as \env{R_LIBS} and those used forcustomization can be set for the duration of checking \emph{via} a file\file{~/.R/check.Renviron} (in the format used by\file{.Renviron}, and with sub-architecture specific versionssuch as \file{~/.R/check.Renviron.i386} taking precedence).There are new options \option{--multiarch} to check the packageunder all of the installed sub-architectures and\option{--no-multiarch} to confine checking to thesub-architecture under which \command{check} is invoked. Ifneither option is supplied, a test is done of installedsub-architectures and all those which can be run on the currentOS are used.Unless multiple sub-architectures are selected, the install doneby \code{check} for testing purposes is only of the currentsub-architecture (\emph{via} \command{R CMD INSTALL --no-multiarch}).It will skip the check for non-ascii characters in code or dataif the environment variables \env{_R_CHECK_ASCII_CODE_} or\env{_R_CHECK_ASCII_DATA_} are respectively set to \env{FALSE}.(Suggestion of Vince Carey.)\item \command{R CMD build} no longer creates an \file{INDEX} file(\command{R CMD INSTALL} does so), and \option{--force} removes(rather than overwrites) an existing \file{INDEX} file.It supports a file \file{~/.R/build.Renviron} analogously to\command{check}.It now runs build-time \samp{\Sexpr} expressions in help files.\item \command{R CMD Rd2dvi} makes use of \code{tools::texi2dvi()}to process the package manual. It is now implemented entirely in\R (rather than partially as a shell script).\item \command{R CMD Rprof} now uses \code{utils::summaryRprof()}rather than Perl. It has new arguments to select one of thetables and to limit the number of entries printed.\item \command{R CMD Sweave} now runs \R with \option{--vanilla} sothe environment setting of \env{R_LIBS} will always be used.}}\subsection{C-LEVEL FACILITIES}{\itemize{\item \code{lang5()} and \code{lang6()} (in addition topre-existing \code{lang[1-4]()}) convenience functions for easierconstruction of \code{eval()} calls. If you have your owndefinition, do wrap it inside \code{#ifndef lang5 .... #endif}to keep it working with old and new \R.\item Header \file{R.h} now includes only the C headers it itself needs,hence no longer includes \code{errno.h}. (This helps avoid problemswhen it is included from C++ source files.)\item Headers \file{Rinternals.h} and \file{R_ext/Print.h} includethe C++ versions of \file{stdio.h} and \file{stdarg.h}respectively if included from a C++ source file.}}\subsection{INSTALLATION}{\itemize{\item A C99 compiler is now required, and more C99 language featureswill be used in the \R sources.\item Tcl/Tk >= 8.4 is now required (increased from 8.3).\item System functions \code{access}, \code{chdir} and\code{getcwd} are now essential to configure \R. (In practicethey have been required for some time.)\item \command{make check} compares the output of the examplesfrom several of the base packages to reference output rather thanthe previous output (if any). Expect some differences due todifferences in floating-point computations between platforms.\item File \file{NEWS} is no longer in the sources, but generated aspart of the installation. The primary source for changes is now\file{doc/NEWS.Rd}.\item The \code{popen} system call is now required to build \R.This ensures the availability of \code{system(intern = TRUE)},\code{pipe()} connections and printing from \code{postscript()}.\item The \command{pkg-config} file \file{libR.pc} now also workswhen \R is installed using a sub-architecture.\item \R has always required a BLAS that conforms to IE60559arithmetic, but after discovery of more real-world problems causedby a BLAS that did not, this is tested more thoroughly in thisversion.}}\subsection{BUG FIXES}{\itemize{\item Calls to \code{selectMethod()} by default no longer cacheinherited methods. This could previously corrupt methods used by\code{as()}.\item The densities of non-central chi-squared are now more accuratein some cases in the extreme tails,e.g.\sspace{}\code{dchisq(2000, 2, 1000)},as a series expansion was truncated too early.(\PR{14105})\item \code{pt()} is more accurate in the left tail for \code{ncp}large, e.g.\sspace{}\code{pt(-1000, 3, 200)}. (\PR{14069})\item The default C function (\code{R_binary}) for binary ops nowsets the S4 bit in the result if either argument is an S4 object.(\PR{13209})\item \code{source(echo=TRUE)} failed to echo comments thatfollowed the last statement in a file.\item S4 classes that contained one of \code{"matrix"},\code{"array"} or \code{"ts"} and also another class now acceptsuperclass objects in \code{new()}. Also fixes failure to call\code{validObject()} for these classes.\item Conditional inheritance defined by argument \code{test} in\code{methods::setIs()} will no longer be used in S4 methodselection (caching these methods could give incorrect results).See \code{?setIs}.\item The signature of an implicit generic is now used by\code{setGeneric()} when that does not use a definition norexplicitly set a signature.\item A bug in \code{callNextMethod()} for some examples with\code{"..."} in the arguments has been fixed. See file\file{src/library/methods/tests/nextWithDots.R} in the sources.\item \code{match(x, table)} (and hence \code{\%in\%}) now treat\code{"POSIXlt"} consistently with, e.g., \code{"POSIXct"}.\item Built-in code dealing with environments (\code{get()},\code{assign()}, \code{parent.env()}, \code{is.environment()} andothers) now behave consistently to recognize S4 subclasses;\code{is.name()} also recognizes subclasses.\item The \code{abs.tol} control parameter to \code{nlminb()}now defaults to \code{0.0} to avoid false declarations ofconvergence in objective functions that may go negative.\item The standard Unix-alike termination dialog to ask whether tosave the workspace takes a EOF response as \code{n} to avoidproblems with a damaged terminal connection. (\PR{14332})\item Added \code{warn.unused} argument to \code{hist.default()}to allow suppression of spurious warnings about graphicalparameters used with \code{plot=FALSE}. (\PR{14341})\item \code{predict.lm()}, \code{summary.lm()}, and indeed\code{lm()} itself had issues with residual DF in zero-weightedcases (the latter two only in connection with emptymodels). (Thanks to Bill Dunlap for spotting the\code{predict()} case.)\item \code{aperm()} treated \code{resize = NA} as \code{resize =TRUE}.\item \code{constrOptim()} now has an improved convergencecriterion, notably for cases where the minimum was (very close to)zero; further, other tweaks inspired from code proposals by RaviVaradhan.\item Rendering of S3 and S4 methods in man pages has beencorrected and made consistent across output formats.\item Simple markup is now allowed in \samp{\title} sectionsin \file{.Rd} files.\item The behaviour of \code{as.logical()} on factors (to use thelevels) was lost in \R 2.6.0 and has been restored.\item \code{prompt()} did not backquote some default arguments inthe \samp{\usage} section. (Reported by Claudia Beleites.)\item \code{writeBin()} disallows attempts to write 2GB ormore in a single call. (\PR{14362})\item \code{new()} and \code{getClass()} will now work if Classis a subclass of \code{"classRepresentation"} and should also befaster in typical calls.\item The \code{summary()} method for data frames makes a betterjob of names containing characters invalid in the current locale.\item \code{[[} sub-assignment for factors could create an invalidfactor (reported by Bill Dunlap).\item \code{Negate(f)} would not evaluate argument \code{f}until first use of returned function (reported by Olaf Mersmann).\item \code{quietly=FALSE} is now also an optional argument of\code{library()}, and consequently, \code{quietly} is nowpropagated also for loading dependent packages, e.g., in\code{require(*, quietly=TRUE)}.\item If the loop variable in a \code{for} loop was deleted, itwould be recreated as a global variable. (Reported by RadfordNeal; the fix includes his optimizations as well.)\item Task callbacks could report the wrong expression whenthe task involved parsing new code. (\PR{14368})\item \code{getNamespaceVersion()} failed; this was anaccidental change in 2.11.0. (\PR{14374})\item \code{identical()} returned \code{FALSE} for externalpointer objects even when the pointer addresses were the same.\item \code{L$a@x[] <- val} did not duplicate in a case it should have.\item \code{tempfile()} now always gives a random file name (evenif the directory is specified) when called directly afterstartup and before the \R RNG had been used. (\PR{14381})\item \code{quantile(type=6)} behaved inconsistently. (\PR{14383})\item \code{backSpline(.)} behaved incorrectly when the knotsequence was decreasing. (\PR{14386})\item The reference BLAS included in \R was assuming that\code{0*x} and \code{x*0} were always zero (whereas they could be\code{NA} or \code{NaN} in IEC 60559 arithmetic). This was seenin results from \code{tcrossprod}, and for example that\code{log(0) \%*\% 0} gave \code{0}.\item The calculation of whether text was completely outsidethe device region (in which case, you draw nothing)was wrong for screen devices (which have [0, 0] at top-left).The symptom was (long) text disappearing whenresizing a screen window (to make it smaller). (\PR{14391})\item \code{model.frame(drop.unused.levels = TRUE)} did nottake into account \code{NA} values of factors when deciding todrop levels. (\PR{14393})\item \code{library.dynam.unload} required an absolute path for\code{libpath}. (\PR{14385})Both \code{library()} and \code{loadNamespace()} now recordabsolute paths for use by \code{searchpaths()} and\code{getNamespaceInfo(ns, "path")}.\item The self-starting model \code{NLSstClosestX} failed if somedeviation was exactly zero. (\PR{14384})\item \code{X11(type = "cairo")} (and other devices such as\code{png} using cairographics) and which use Pango font selectionnow work around a bug in Pango when very small fonts (those withsizes between 0 and 1 in Pango's internal units) are requested.(\PR{14369})\item Added workaround for the font problem with \code{X11(type ="cairo")} and similar on Mac OS X whereby italic and bold styleswere interchanged. (\PR{13463} amongst many other reports.)\item \code{source(chdir = TRUE)} failed to reset the workingdirectory if it could not be determined -- that is now an error.\item Fix for crash of \code{example(rasterImage)} on\code{x11(type="Xlib")}.\item Force Quartz to bring the on-screen display up-to-dateimmediately before the snapshot is taken by \code{grid.cap()}in the Cocoa implementation. (\PR{14260})\item \code{model.frame} had an unstated 500 byte limit onvariable names. (Example reported by Terry Therneau.)\item The 256-byte limit on names is now documented.\item Subassignment by \code{[}, \code{[[} or \code{$} on anexpression object with value \code{NULL} coerced the object to alist.}}}\section{\Rlogo CHANGES IN R VERSION 2.11.1 patched}{\subsection{NEW FEATURES}{\itemize{\item \code{install.packages()} has a new optional argument\code{INSTALL_opts} which can be used to pass options to\command{R CMD INSTALL} for source-package installs.\item \command{R CMD check} now runs the package-specific testswith \env{LANGUAGE=en} to facilitate comparison to\file{.Rout.save} files.\item \code{sessionInfo()} gives more detailed platforminformation, including 32/64-bit and the sub-architecture if oneis used.}}\subsection{DEPRECATED & DEFUNCT}{\itemize{\item The use of Perl configuration variables for \command{R CMDcheck} (as previously documented in \sQuote{Writing RExtensions}) is deprecated and will be removed in \R 2.12.0. Usethe environment variables documented in \sQuote{R Internals}instead.}}\subsection{BUG FIXES}{\itemize{\item \command{R CMD Rd2dvi} failed if run from a path containingspace(s). This also affected \command{R CMD check}, which calls\command{Rd2dvi}.\item \code{stripchart()} could fail with an empty factorlevel. (\PR{14317})\item Text help rendering of \samp{\tabular\{\}} has beenimproved: under some circumstances leading blank columns werenot rendered.\item \code{strsplit(x, fixed=TRUE)} marked UTF-8 strings with thelocal encoding when no splits were found.\item \code{weighted.mean(NA, na.rm=TRUE)} and similar now returns\code{NaN} again, as it did prior to \R 2.10.0.\item \command{R CMD} had a typo in its detection of whether theenvironment variable \env{TEXINPUTS} was set (reported by MartinMorgan).\item The command-line parser could mistake\option{--file=size...} for one of the options for setting limitsfor Ncells or Vcells.\item The internal \code{strptime()} could corrupt its copy of thetimezone which would then lead to spurious warnings. (\PR{14338})\item \code{dir.create(recursive = TRUE)} could fail if one of thecomponents existed but was a directory on a read-only file system.(Seen on Solaris, where the error code returned is not even listedas possible on the man page.)\item The \code{postscript()} and \code{pdf()} devices will nowallow \code{lwd} values less than 1 (they used to force suchvalues to be 1).\item Fixed font face for CID fonts in \code{pdf()} graphics output.(\PR{14326})\item \code{GERaster()} now checks for width or height of zero anddoes nothing in those cases; previously the behaviour wasundefined, probably device-specific, and possibly dangerous.\item \code{wilcox.test(x, y, conf.int = TRUE)} failed with an unhelpfulmessage if \code{x} and \code{y} were constant vectors, andsimilarly in the one-sample case. (\PR{14329})\item Improperly calling \code{Recall()} from outside a functioncould cause a segfault. (Reported by Robert McGehee.)\item \samp{\Sexpr[result=rd]} in an Rd file added aspurious newline, which was displayed as extra whitespace whenrendered.\item \code{require(save = TRUE)} recorded the names of packagesit failed to load.\item \code{packageStatus()} could return a data frame withduplicate row names which could then not be printed.\item \code{txtProgressBar(style = 2)} did not work correctly.\code{txtProgressBar(style = 3)} did not display until anon-minimum value was set.\item \code{contour()} did not display dashed line typesproperly when contour lines were labelled. (Reported byDavid B. Thompson.)\item \code{tools::undoc()} again detects undocumented dataobjects. Of course, this also affects \command{R CMD check}.\item \code{ksmooth(x,NULL)} no longer segfaults.\item \code{approxfun()}, \code{approx()}, \code{splinefun()}and \code{spline()} could be confused by \code{x} values thatwere different but so close as to print identically.(\PR{14377})}}}\section{\Rlogo CHANGES IN R VERSION 2.11.1}{\subsection{NEW FEATURES}{\itemize{\item \command{R CMD INSTALL} checks if dependent packages areavailable early on in the installation of source packages,thereby giving clearer error messages.\item \command{R CMD INSTALL --build} now names the file in theformat used for Mac OS X binary files on that platform.\item \code{BIC()} in package \pkg{stats4} now also works withmultiple fitted models, analogously to \code{AIC()}.}}\subsection{DEPRECATED & DEFUNCT}{\itemize{\item Use of file extension \file{.C} for C++ code in packages is nowdeprecated: it has caused problems for some \command{make}s oncase-insensitive file systems (although it currently workswith the recommended toolkits).}}\subsection{INSTALLATION}{\itemize{\item Command \command{gnutar} is preferred to \command{tar}when configure sets \env{TAR}. This is needed on Mac OS 10.6,where the default \code{tar}, \code{bsdtar 2.6.2}, has beenreported to produce archives with illegal extensions to tar(according to the POSIX standard).}}\subsection{BUG FIXES}{\itemize{\item The C function \code{mkCharLenCE} now no longer reads past\code{len} bytes (unlikely to be a problem except in usercode). (\PR{14246})\item On systems without any default \env{LD_LIBRARY_PATH} (noteven \file{/usr/local/lib}), \env{[DY]LIB_LIBRARY_PATH} is nowset without a trailing colon. (\PR{13637})\item More efficient implementation of \code{utf8ToInt()} on longmulti-byte strings with many multi-byte characters. (\PR{14262})\item \code{aggregate.ts()} gave platform-dependent results due torounding error for \code{ndeltat != 1}.\item \code{package.skeleton()} sometimes failed to fix filenamesfor \file{.R} or \file{.Rd} files to start with an alphanumeric.(\PR{14253})It also failed when only an S4 class without any methods wasdefined. (\PR{14280})\item \code{splinefun(method = "monoH.FC")} was notquite monotone in rare cases. (\PR{14215})\item \code{Rhttpd} no longer crashes due to \code{SIGPIPE} whenthe client closes the connection prematurely. (\PR{14266})\item \code{format.POSIXlt()} could cause a stack overflow andcrash when used on very long vectors. (\PR{14267})\item \code{Rd2latex()} incorrectly escaped special characters in\samp{\usage} sections.\item \code{mcnemar.test()} could alter the levels (droppingunused levels) if passed \code{x} and \code{y} as factors(reported by Greg Snow).\item \command{Rd2pdf} sometimes needed a further\command{pdflatex} pass to get hyperlinked pages correct.\item \code{interaction()} produced malformed results when levels wereduplicated, causing segfaults in \code{split()}.\item \code{cut(d, breaks = <n>)} now also works for \code{"Date"}or \code{"POSIXt"} argument \code{d}.(\PR{14288})\item \code{memDecompress()} could decompress incompletely rare\code{xz}-compressed input due to incorrect documentation of\command{xz utils}. (Report and patch from Olaf Mersmann.)\item The S4 \code{initialize()} methods for \code{"matrix"},\code{"array"}, and \code{"ts"} have been fixed to call\code{validObject()}. (\PR{14284})\item \command{R CMD INSTALL} now behaves the same way with orwithout \option{--no-multiarch} on platforms with only oneinstalled architecture. (It used to clean the \file{src}directory without \option{--no-multiarch}.)\item \code{[<-.data.frame} was not quite careful enough inassigning (and potentially deleting) columnsright-to-left. (\PR{14263})\item \code{rbeta(n, a, b)} no longer occasionally returns\code{NaN} for \code{a >> 1 > b}. (\PR{14291})\item \code{pnorm(x, log.p = TRUE)} could return \code{NaN} not\code{-Inf} for \code{x} near (minus for \code{lower.tail=TRUE})the largest representable number.\item Compressed data files \file{*.(txt|tab|csv).(gz|bz2|xz)}were not recognized for the list of data topics and hence forpackages using \code{LazyData}. (\PR{14273})\item \code{textConnection()} did an unnecessary translation onstrings in a foreign encoding (e.g., UTF-8 strings on Windows) andso was slower than it could have been on very long input strings.(\PR{14286})\item \code{tools::Rd2txt()} did not render poorly written Rdfiles consistently with other renderers.It computed widths of strings that would be \code{print()}ed withescapes incorrectly, for example in the computation of columnwidth for \samp{\tabular}.\item \code{na.action()} did not extract the \code{na.action}component as documented.\item \code{do.call()}ing \code{NextMethod} in erroneous ways nolonger segfaults. (\PR{13487})}}}\section{\Rlogo CHANGES IN R VERSION 2.11.0}{\subsection{SIGNIFICANT USER-VISIBLE CHANGES}{\itemize{\item Packages must have been installed under \R >= 2.10.0, as thecurrent help system is the only one now supported.\item A port to 64-bit Windows is now available as well as binarypackage repositories: see the \sQuote{R Administration andInstallation Manual}.\item Argument matching for primitive functions is now done in thesame way as for interpreted functions except for the deliberateexceptions\preformatted{call switch .C .Fortran .Call .External}all of which use positional matching for their first argument,and also some internal-use-only primitives.\item The default device for command-line \R at the console on Mac OS Xis now \code{quartz()} and not \code{X11()}.}}\subsection{NEW FEATURES}{\itemize{\item The \code{open} modes for connections are now interpretedmore consistently. \code{open = "r"} is now equivalent to\code{open = "rt"} for all connections. The default \code{open =""} now means \code{"rt"} for all connections except thecompressed-file connections \code{gzfile()}, \code{bzfile()} and\code{xzfile()} for which it means \code{"rb"}.\item \command{R CMD INSTALL} now uses the internal \code{untar()}function in package \pkg{utils}: this ensures that all platformscan install \command{bzip2}- and \command{xz}-compressedtarballs. In case this causes problems (as it has on someWindows file systems when run from Cygwin tools) it can beoverridden by the environment variable \env{R_INSTALL_TAR}:setting this to a modern external tar program will speed upunpacking of large (tens of Mb or more) tarballs.\item \code{help(try.all.packages = TRUE)} is much faster(although the time taken by the OS to find all the packages thefirst time it is used can dominate the time).\item \command{R CMD check} has a new option \option{--timings}to record per-example timings in file\file{<pkg>.Rcheck/<pkg>-Ex.timings}.\item The TRE library has been updated to version 0.8.0 (minor bugfixes).\item \code{grep[l]}, \code{[g]sub} and \code{[g]regexpr} now workin bytes in an 8-bit locales if there is no marked UTF-8 inputstring: this will be somewhat faster, and for \code{[g]sub()}give the result in the native encoding rather than in UTF-8(which returns to the behaviour prior to \R 2.10.0).\item A new argument \code{skipCalls} has been added to\code{browser()} so that it can report the original context whencalled by other debugging functions.\item More validity checking of UTF-8 and MBCS strings is done by\code{agrep()} and the regular-expression matching functions.\item The undocumented restriction on \code{gregexpr()} to\code{length(text) > 0} has been removed.\item Package \pkg{tcltk} now sends strings to Tcl in UTF-8: thismeans that strings with a marked UTF-8 encoding are supported innon-UTF-8 locales.\item The graphics engine now supports rendering of raster (bitmap)images, though not all graphics devices can provide (full)support. Packages providing graphics devices (e.g., \code{Cairo},\code{RSvgDevice}, \code{cairoDevice}) will need to be reinstalled.There is also support in the graphics engine for capturingraster images from graphics devices (again not supportedon all graphics devices).\item \command{R CMD check} now also checks if the package andnamespace can be unloaded: this provides a check of the\code{.Last.lib()} and \code{.onUnload()} hook functions (unless\option{--install=fake}).\item \code{prop.table(x)} now accepts a one-dimensional table for\code{x}.\item A new function \code{vapply()} has been added, based on asuggestion from Bill Dunlap. It requires that a template for thefunction value be specified, and uses it to determine the outputtype and to check for consistency in the function values.\item The main HTML help page now links to a reformatted copy ofthis \file{NEWS} file. (Suggested by Henrik Bengtsson.) Packageindex files link to the package \file{DESCRIPTION} and\file{NEWS} files and a list of demos when using dynamic help.\item The \code{[} method for class \code{"AsIs"} allows the nextmethod to change the underlying class. (Wish of JensOehlschlägel.)\item \code{write.csv[2]} no longer allow argument \code{append}to be changed: as ever, direct calls to \code{write.table()} givemore flexibility as well as more room for error.\item The index page for HTML help for a package now collapsesmultiple signatures for S4 methods into a single entry.\item The use of \code{.required} by \code{require()} and\code{detach()} has been replaced by \code{.Depends} which is setfrom the \code{Depends} field of a package (even in packages withnamespaces). By default \code{detach()} prevents suchdependencies from being detached: this can be overridden by theargument \code{force}.\item \code{bquote()} has been extended to work on functiondefinitions. (Wish of\PR{14031}).\item \code{detach()} when applied to an object other than apackage returns the environment that has been detached, toparallel \code{attach()}.\item \code{readline()} in non-interactive use returns \code{""}and does not attempt to read from the \sQuote{terminal}.\item New function \code{file_ext()} in package \pkg{tools}.\item \code{xtfrm()} is now primitive and internally generic, asthis allows S4 methods to be set on it without name-space scopingissues.There are now \code{"AsIs"} and \code{"difftime"} methods, andthe default method uses \code{unclass(x)} if \code{is.numeric(x)}is true (which will be faster but relies on \code{is.numeric()}having been set correctly for the class).\item \code{is.numeric(x)} is now false for a \code{"difftime"}object (multiplication and division make no sense for suchobjects).\item The default method of \code{weighted.mean(x, w)} coerces\code{w} to be numeric (aka double); previously only integerweights were coerced. Zero weights are handled specially so aninfinite value with zero weight does not force an \code{NaN}result.There is now a \code{"difftime"} method.\item \code{bug.report()} now has arguments \code{package} and\code{lib.loc} to generate bug reports about packages. Whenthis is used, it looks for a \code{BugReports} field in thepackage \file{DESCRIPTION} file, which will be assumed to be aURL at which to submit the report, and otherwise generates anemail to the package maintainer. (Suggested by BarryRowlingson.)\item \code{quantile()} now has a method for the date-time class\code{"POSIXt"}, and types 1 and 3 (which never interpolate) workfor Dates and ordered factors.\item \code{length(<POSIXlt>)} now returns the length of thecorresponding abstract timedate-vector rather than always 9 (thelength of the underlying list structure). (Wish of \PR{14073}and \PR{10507}.)\item The \code{readline} completion backend no longer sortspossible completions alphabetically (e.g., function argumentnames) if \R was built with \code{readline >= 6}.\item \code{select.list()} gains a \code{graphics} argument toallow Windows/Mac users to choose the text interface. Thischanges the behaviour of \code{new.packages(ask=TRUE)} to be like\code{update.packages(ask=TRUE)} on those platforms in using atext menu: use ask=\code{"graphics"} for a graphical menu.\item New function \code{chooseBioCmirror()} to set the\code{"BioC_mirror"} option.\item The \R grammar now prevents using the argument \code{name}in signatures of S4 methods for \code{$} and \code{$<-}, sincethey will always be called with a character string value for\code{name}. The implicit S4 generic functions have beenchanged to reflect this: packages which included \code{name} inthe signature of their methods need to be updated andre-installed.\item The handling of the \code{method} argument of \code{glm()}has been refined following suggestions by Ioannis Kosmidis andHeather Turner.\item \code{str()} gains a new argument \code{list.len} withdefault 99, limiting the number of \code{list()} items (perlevel), thanks to suggestions from David Winsenius.\item Having formal arguments of an S4 method in a different orderfrom the generic is now an error (the warning having beenignored by some package maintainers for a long time).\item New functions \code{enc2native()} and \code{enc2utf8()}convert character vectors with possibly marked encodings to thecurrent locale and UTF-8 respectively.\item Unrecognized escapes and embedded nuls in character strings arenow an error, not just a warning. Thus option \code{"warnEscapes"}is no longer needed. \code{rawToChar()} now removes trailing nulssilently, but other embedded nuls become errors.\item Informational messages about masked objects displayed when apackage is attached are now more compact, using \code{strwrap()}instead of one object per line.\item \code{print.rle()} gains argument \code{prefix}.\item \code{download.file()} gains a \code{"curl"} method, mainlyfor use on platforms which have \command{curl} but not\command{wget}, but also for some hard-to-access URLs.\item In \code{Rd}, \samp{\eqn} and \samp{\deqn} will render inHTML (and convert to text) upper- and lower-case Greek letters(entered as \samp{\alpha} \dots), \samp{\ldots}, \samp{\dots},\samp{\ge} and \samp{\le}.\item \code{utf8ToInt()} and \code{intToUtf8()} now map \code{NA} inputsto \code{NA} outputs.\item \code{file()} has a new argument \code{raw} which may helpif it is used with something other than a regular file, e.g.\sspace{}acharacter device.\item New function \code{strtoi()}, a wrapper for the C function\code{strtol}.\item \code{as.octmode()} and \code{as.hexmode()} now allow inputsof length other than one.The \code{format()} and \code{print()} methods for\code{"octmode"} now preserve names and dimensions (as those for\code{"hexmode"} did).The \code{format()} methods for classes \code{"octmode"} and\code{"hexmode"} gain a \code{width} argument.\item \code{seq.int()} returns an integer result in some further caseswhere \code{seq()} does, e.g.\sspace{}\code{seq.int(1L, 9L, by = 2L)}.\item Added \samp{\subsection\{\}\{\}} macro to Rd syntax, forsubsections within sections.\item n-dimensional arrays with dimension names can now be indexedby an n-column character matrix. The indices are matched againstthe dimension names. \code{NA} indices are propagated to theresult. Unmatched values and \code{""} are not allowed andresult in an error.\item \code{interaction(drop=TRUE)} uses less memory (related to\PR{14121}).\item \code{summary()} methods have been added to the\code{"srcref"} and \code{"srcfile"} classes, and variousencoding issues have been cleaned up.\item If option \code{"checkPackageLicense"} is set to \code{TRUE} (notcurrently the default), users will be asked to agree tonon-known-to-be-FOSS package licences at first use.\item Checking \code{setAs(a, b)} methods only gives a messageinstead of a warning, when one of \code{a} or \code{b} isunknown.\item New function \code{norm()} to compute a matrix norm.\code{norm()} and also \code{backsolve()} and \code{sample()}have implicit S4 generics.\item Files \file{Renviron.site} and \file{Rprofile.site} can havearchitecture-specific versions on systems with sub-architectures.\item \command{R CMD check} now (by default) also checks Rd filesfor auto-generated content in need of editing, and missingargument descriptions.\item \code{aggregate()} gains a formula method thanks to acontribution by Arni Magnusson. The data frame method now allowssummary functions to return arbitrarily many values.\item \code{path.expand()} now propagates \code{NA} values ratherthan converting them to \code{"NA"}.\item \code{file.show()} now disallows \code{NA} values for file names,headers, and pager.\item The \sQuote{fuzz} used by \code{seq()} and \code{seq.int()} hasbeen reduced from \code{1e-7} to \code{1e-10}, which should beample for the double-precision calculations used in \R. Itensures that the fuzz never comes into play with sequences ofintegers (wish of \PR{14169}).\item The default value of \code{RSiteSearch(restrict=)} has beenchanged to include vignettes but to exclude R-help. The R-helparchives available have been split, with a new option of\code{"Rhelp10"} for those from 2010.\item New function \code{rasterImage()} in the \code{graphics}package for drawing raster images.\item \code{stats:::extractAIC.coxph()} now omits aliased termswhen computing the degrees of freedom (suggestion of TerryTherneau).\item \code{cor()} and \code{cov()} now test for misuse withnon-numeric arguments, such as the non-bug report \PR{14207}.\item \code{pchisq(ncp =, log.p = TRUE)} is more accurate forprobabilities near one. E.g., \code{pchisq(80, 4, ncp=1,log.p=TRUE)}. (Maybe what was meant in \PR{14216}.)\item \code{maintainer()} has been added, to give convenientaccess to the name of the maintainer of a package (contributed byDavid Scott).\item \code{sample()} and \code{sample.int()} allow zero items tobe sampled from a zero-length input. \code{sample.int()} gains adefault value \code{size=n} to be more similar to\code{sample()}.\item \code{switch()} returned \code{NULL} on error (notpreviously documented on the help page): it now does soinvisibly, analogously to if-without-else.It is now primitive: this means that argument \code{EXPR} isalways matched to the first argument and there is no danger ofpartial matching to later named arguments.\item Primitive functions \code{UseMethod()}, \code{attr()},\code{attr<-()}, \code{on.exit()}, \code{retracemem()} and\code{substitute()} now use standard argument matching (ratherthan positional matching). This means that all multi-argumentprimitives which are not internal now use standard argumentmatching except where positional matching is desirable (as for\code{switch()}, \code{call()}, \code{.C()} ...).\item All the one-argument primitives now check that any namesupplied for their first argument is a partial match to theargument name as documented on the help page: this alsoapplies to replacement functions of two arguments.\item \code{base::which()} uses a new \code{.Internal} functionwhen \code{arr.ind} is \code{FALSE} resulting in a 10x speedup.Thanks to Patrick Aboyoun for implementation suggestions.\item Help conversion to text now uses the first part of\samp{\enc\{\}\{\}} markup if it is representable in the currentoutput encoding. On the other hand, conversion to LaTeX with thedefault \code{outputEncoding = "ASCII"} uses the second part.\item A new class \code{"listOfMethods"} has been introduced torepresent the methods in a methods table, to replace thedeprecated class \code{"MethodsList"}.\item \code{any()} and \code{all()} return early if possible.This may speed up operations on long vectors.\item \code{strptime()} now accepts \code{"\%z"} (for the offsetfrom UTC in the RFC822 format of \code{+/-hhmm}).\item The PCRE library has been updated to version 8.02, a bug-fixrelease which also updates tables to Unicode 5.02.\item Functions which may use a graphical \code{select.list()}(including \code{menu()} and \code{install.packages()}) now checkon a Unix-alike that Tk can be started (and not just\code{capabilities("tcltk") && capabilities("X11")}).\item The parser no longer marks strings containing octal or hexescapes as being in UTF-8 when entered in a UTF-8 locale.\item On platforms with cairo but not Pango (notably Mac OS X) theinitial default \code{X11()} type is set to \code{"Xlib"}: this avoidsseveral problems with font selection when done by cairo ratherthan Pango (at least on Mac OS X).\item New function \code{arrayInd()} such that \code{which(x,arr.ind = TRUE)} for an array 'x' is now equivalent to\code{arrayInd(which(x), dim(x), dimnames(x))}.}}\subsection{DEPRECATED & DEFUNCT}{\itemize{\item Bundles of packages are defunct.\item \code{stats::clearNames()} is defunct: use \code{unname()}.\item Basic regular expressions are defunct, and\code{strsplit()}, \code{grep()}, \code{grepl()}, \code{sub()},\code{gsub()}, \code{regexpr()} and \code{gregexpr()} no longerhave an \code{extended} argument.\item \code{methods::trySilent()} is defunct.\item \code{index.search()} (which was deprecated in 2.10.0) is nolonger exported and has a different argument list.\item Use of multiple arguments to \code{return()} is now defunct.\item The use of \code{UseMethod()} with more than two argumentsis now defunct.\item In the \pkg{methods} package, the \code{"MethodsList"}metadata objects which had been superseded by hash tables(environments) since \R 2.8.0 are being phased out. Objects ofthis class are no longer assigned or used as metadata by thepackage.\code{getMethods()} is now deprecated, with its internal use replacedby \code{findMethods()} and other changes. Creating objects from the\code{"MethodsList"} class is also deprecated.\item Parsing strings containing both octal/hex and Unicode escapesnow gives a warning and will become an error in \R 2.12.0.}}\subsection{INSTALLATION}{\itemize{\item UTF-8 is now used for the reference manual and packagemanuals. This requires LaTeX \sQuote{2005/12/01} or later.\item \command{configure} looks for a POSIX compliant\command{tr}, Solaris's \command{/usr/ucb/tr} having been foundto cause \command{Rdiff} to malfunction.\item \command{configure} is now generated with \command{autoconf2.65}, which works better on recent systems and on Mac OS X.}}\subsection{PACKAGE INSTALLATION}{\itemize{\item Characters in \R source which are not translatable to thecurrent locale are now handled more tolerantly: these will beconverted to hex codes with a warning. Such characters areonly really portable if they appear in comments.\item \command{R CMD INSTALL} now tests that the installed packagecan be loaded (and backs out the installation if it cannot): thiscan be suppressed by \option{--no-test-load}. This avoidsinstalling/updating a package that cannot be used: common causesof failures to load are missing/incompatible external softwareand missing/broken dependent packages.\item Package installation on Windows for a package with a\file{src} directory now checks if a DLL is created unless thereis a \file{src/Makefile.win} file: this helps catch brokeninstallations where the toolchain has not reported problems inbuilding the DLL. (Note: this can be any DLL, not just one named\file{<pkg-name>.dll}.)}}\subsection{BUG FIXES}{\itemize{\item Using \code{with()}, \code{eval()} etc with a list with someunnamed elements now works.(\PR{14035})\item The \code{"quick"} dispatch of S4 methods for primitivefunctions was not happening, forcing a search each time.(Dispatch for closures was not affected.) A side effect is thatdefault values for arguments in a method that do not havedefaults in the generic will now be ignored.\item Trying to dispatch S4 methods for primitives during the searchfor inherited methods slows that search down and potentiallycould cause an infinite recursion. An internal switch wasadded to turn off all such methods from\code{findInheritedMethods()}.\item \R framework installation (on Mac OS X) would not workproperly if a rogue \code{Resources} directory was present at thetop level. Such a non-symlink will now be renamed to\code{Resources.old} (and anything previously named\code{Resources.old} removed) as part of the frameworkinstallation process.\item The checks for conforming S4 method arguments could failwhen the signature of the generic function omitted some of theformal arguments (in addition to \code{...}). Arguments omittedfrom the method definition but conforming (per the documentation)should now be ignored (treated as \code{"ANY"}) in dispatching.\item The computations for S4 method evaluation when \code{...}was in the signature could fail, treating \code{...} as anordinary symbol. This has been fixed, for the known cases.\item Various \code{ar()} fitting methods have more protection forsingular fits.\item \code{callNextMethod} now works again with the \code{drop=}argument in \samp{[}\item \code{parse()} and \code{parse_Rd()} miscounted columns whenmultibyte UTF-8 characters were present.\item Formatting of help pages has had minor improvements: extrablank lines have been removed from the text format, and emptypackage labels removed from HTML.\item \code{cor(A, B)} where \code{A} is \eqn{n \times 1}{n x 1}and \code{B} a 1-dimensional array segfaulted or gave an internalerror. (The case \code{cor(B, A)} was\PR{7116}.)\item \code{cut.POSIXt()} applied to a start value after the DSTtransition on a DST-change day could give the wrong time forargument \code{breaks} in units of days or longer. (\PR{14208})\item \code{do_par()} \code{UNPROTECT}ed too early (\PR{14214})\item Subassignment \code{x[[....]] <- y} didn't check for azero-length right hand side, and inserted a rubbishvalue. (\PR{14217})\item \code{fisher.test()} no longer gives a P-value \strong{very}slightly > 1, in some borderline cases.\item Internal function \code{matchArgs()} no longer modifies thegeneral purpose bits of the \code{SEXP}s that make up the formalslist of \R functions. This fixes an invalid error message thatwould occur when a garbage collection triggered a second call to\code{matchArgs} for the same function \emph{via} a finalizer.\item \code{gsub()} in 2.10.x could fail from stack overflow forextremely long strings due to temporary data being allocated onthe stack. Also, \code{gsub()} with \code{fixed=TRUE} is in somecircumstances considerably faster.\item Several primitives, including \code{attributes()},\code{attr<-()} \code{interactive()}, \code{nargs()} and\code{proc.time()}, did not check that they were called with thecorrect number of arguments.\item A potential race condition in \code{list.files()} when otherprocesses are operating on the directory has been fixed; the codenow dynamically allocates memory for file listings in a singlepass instead of making an initial count pass.\item \code{mean(x, trim=, na.rm = FALSE)} failed to return \code{NA} if\code{x} contained missing values. (Reported by Bill Dunlap.)\item Extreme tail behavior of, \code{pbeta()} \{and hence\code{pf()}\}, e.g., \code{pbeta(x, 3, 2200, lower.tail=FALSE,log.p=TRUE)} now returns finite values instead of jumping to\code{-Inf} too early. (\PR{14230}).\item \code{parse(text=x)} misbehaved for objects \code{x} thatwere not coerced internally to character, notably symbols.(Reported to R-devel by Bill Dunlap.)\item The internal C function \code{coerceSymbol} now handlescoercion to character, and warns if coercion fails (rather thansilently returning \code{NULL}). This allows a name to be givenwhere a character vector is required in functions which coerceinternally.\item The interpretation by \code{strptime()} of \code{"\%c"} wasnon-standard (not that it is ever advisable to use locale- andsystem-specific input formats).\item capabilities(\code{"X11"}) now works the same way on Mac OS X as onother platforms (and as documented: it was always true for Rbuilt with \option{--with-aqua}, as the CRAN builds are).\item The \code{X11()} device with cairo but not Pango (notably Mac OS X)now checks validity of text strings in UTF-8 locales (sincePango does but cairo it seems does not).\item \code{read.fwf()} misread multi-line records when n was specified.(\PR{14241})\item \code{all.equal(tolerance = e)} passes the numerictolerance also to the comparison of the attributes.\item \code{pgamma(0, 0)}, a boundary case, now returns 0, itslimit from the left, rather than the limit from the right.\item Issuing \code{POST} requests to the internal web server could stallthe request under certain circumstances.\item \code{gzcon( <textConnection> )}, an error, no longerdamages the connection (in a way to have itsegfault). (\PR{14237})\item All the results from \code{hist()} now use the nominal\code{breaks} not those adjusted by the numeric \sQuote{fuzz}:in recent versions the nominal \code{breaks} were reported butthe 'density' referred to the intervals used in the calculation-- which mattered very slightly for one of the extreme bins.(Based on a report by Martin Becker.)\item If \code{xy[z].coords} (used internally by many graphicsfunctions) are given a list as \code{x}, they now check thatthe list has suitable names and give a more informative errormessage. (\PR{13936})}}}\section{\Rlogo CHANGES IN R VERSION 2.10.1 patched}{\subsection{NEW FEATURES}{\itemize{\item The handling of line textures in the \code{postscript()} and\code{pdf()} devices was set up for round end caps (the only typewhich existed at the time): it has now been adjusted for buttendcaps.\item \code{lchoose(a, k)} is now defined as\code{log(abs(choose(a,k)))}, analogously to \code{lfactorial()}.\item Although \code{\\eqn\{\}} in Rd files is defined as a\sQuote{verbatim} macro, many packages expected \code{\\dots} and\code{\\ldots} to be interpreted there (as was the case in \R <2.10.0), so this is now done (using an ellipsis in HTMLrendering).\item Escaping of braces in quoted strings in \R-code sections ofRd files is allowed again. This had been changed for the new Rdformat in \R 2.10.0 but was only documented on the developer siteand was handled inconsistently by the converters: text andexample conversion removed the escapes but HTML conversion didnot.\item The PCRE library has been updated to version 8.01, a bug-fixrelease.\item \code{tools::readNEWS()} now accepts a digit as the firstcharacter of a news section.}}\subsection{BUG FIXES}{\itemize{\item Using \code{read.table(header=TRUE)} on a header with anembedded new line would copy part of the header into the data.(\PR{14103})\item \code{qpois(p = 1, lambda = 0)} now gives 0 as for all other\code{p}. (\PR{14135})\item Functions related to string comparison(e.g., \code{unique()}, \code{match()}) could cause crashes whenused with strings not in the native encoding, e.g., UTF-8 stringson Windows. (\PR{14114} and \PR{14125})\item \code{x[ , drop=TRUE]} dropped an \code{NA} level even if itwas in use.\item The dynamic HTML help system reported the wrong MIME typefor the style sheet.\item \code{tools::codoc()} (used by \command{R CMD check}) wasmissing cases where the function had no arguments but wasdocumented to have some.\item Help links containing special characters (e.g., \code{"?"})were not generated correctly when rendered inHTML. (\PR{14155})\item \code{lchoose(a, k)} no longer wrongly gives \code{NaN} fornegative \code{a}.\item \code{ks.test()} could give a p-value that was off by oneobservation due to rounding error. (\PR{14145})\item \code{readBin()}/\code{readChar()} when reading millions ofcharacter strings in a single call used excessive amounts ofmemory (which also slowed them down).\item \command{R CMD SHLIB} could fail if used with paths thatwere not alphanumeric, e.g.\sspace{}contained \code{+}. (\PR{14168})\item \code{sprintf()} was not re-entrant, which potentiallycaused problems if an \code{as.character()} method called it.\item The \code{quartz()} device did not restore the clippingregion when filling the background for a new page. This could beobserved in multi-page bitmap output as stale outer regions ofthe plot.\item \code{p.adjust(method, n)} now works correctly for therare case \code{n > length(p)}, also when method differs from\code{"bonferroni"} or \code{"none"}, thanks to a patch fromGordon Smyth.\item \code{tools::showNonASCII()} failed to detect non-ASCII charactersif \code{iconv()} (incorrectly) converted them to different ASCIIcharacters. (Seen on Windows only.)\item \code{tcrossprod()} wrongly failed in some cases when one of thearguments was a vector and the other a matrix.\item \code{[cr]bind(..., deparse.level=2)} was not always givingnames when documented to do so. (Discovered whilst investigating\PR{14189}.)\item \code{match(incomparables=<non-NULL>)} could in rare casesinfinite-loop.\item \code{poisson.test()} needed to pass argument\code{conf.level} to \code{binom.test()}. (\PR{14195})\item The \code{"nls"} method for \code{df.residual()} gaveincorrect results for models fitted with \code{na.action =na.exclude}. (\PR{14194})\item A change to \code{options(scipen=)} was only implementedwhen printing next occurred, even though it should have affectedintervening calls to \code{axis()}, \code{contour()} and\code{filledcontour()}.\item \code{prettyNum(drop0trailing=TRUE)} did not handle signs ofimaginary parts of complex numbers correctly (and this was usedby \code{str()}: \PR{14201}).\item \code{system.time()} had the \code{sys.child} componentwrong (copied \code{user.child} instead) on systems with\code{HAVE_GETRUSAGE}.(\PR{14210})\item Changing both line texture and line cap (end) resulted in thelatter to be omitted form the PDF code. In addition, line cap(end) and join are now set explicitly in PDF output to ensurecorrect defaults.\item The suppression of auto-rotation in \code{bitmap()} and\code{dev2bitmap()} with the \code{"pdfwrite"} device was notworking correctly.\item \code{plot(ecdf(), log="x")} no longer gives an incorrectwarning.\item \code{read.fwf()} works again when argument \code{file} isa connection.\item Startup files will now be found if their paths exceed 255bytes. (\PR{14228})\item \code{contrasts<-} (in the \pkg{stats} package) no longer has anundeclared dependence on \pkg{methods} (introduced in 2.10.0).}}}\section{\Rlogo CHANGES IN R VERSION 2.10.1}{\subsection{NEW FEATURES}{\itemize{\item The PCRE library has been updated to version 8.00.\item \command{R CMD INSTALL} has new options \option{--no-R},\option{--no-libs}, \option{--no-data}, \option{--no-help},\option{--no-demo}, \option{--no-exec}, and \option{--no-inst} tosuppress installation of the specified part of the package.These are intended for special purposes (e.g., building a databaseof help pages without fully installing all packages).\item The documented line-length limit of 4095 bytes when readingfrom the console now also applies also to \code{parse(file="")}(which previously had a limit of around 1024 bytes).\item A Bioconductor mirror can be set for use by\code{setRepositories()} \emph{via} the option \code{"BioC_mirror"},e.g.\sspace{}the European mirror can be selected by\code{options(BioC_mirror="http://bioconductor.statistik.tu-dortmund.de")}.\item Double-clicking in a \code{tk_select.list()} list box nowselects the item and closes the list box (as happens on theWindows \code{select.list()} widget).}}\subsection{INSTALLATION}{\itemize{\item \command{configure} will be able to find a usable\code{libtiff} in some rare circumstances where it did notpreviously (where \code{libtiff} needed to be linked explicitly against\code{-ljpeg}).\item Making \code{refman.pdf} works around a problem with the indexingwith \code{hyperref 6.79d} and later.}}\subsection{DEPRECATED & DEFUNCT}{\itemize{\item The \code{extended} argument is deprecated in\code{strsplit()}, \code{grep()}, \code{grepl()}, \code{sub()},\code{gsub()}, \code{regexpr()} and \code{gregexpr()} (not justthe value \code{extended = FALSE}) and will be removed in \R2.11.0.}}\subsection{BUG FIXES}{\itemize{\item \code{trigamma(x)} and other \code{psigamma(x, n)} callsare now accurate for very large \code{abs(x)}. (\PR{14020})\item \code{[g]sub(perl=FALSE, fixed=FALSE)} could use excessivestack space when used with a very long vector containing somenon-ASCII strings.\item The default method of \code{weighted.mean(na.rm = TRUE)}did not omit weights for \code{NA} observations in 2.10.0.(\PR{14032})\item \code{[g]regexpr(pattern, fixed = TRUE)} returned matchpositions in bytes (not characters) in an MBCS locale if\code{pattern} was a single byte.\code{[g]sub(fixed = TRUE)} with a single-byte pattern couldconceivably have matched part of a multibyte character in anon-UTF-8 MBCS.\item \code{findLineNum()} and \code{setBreakpoint()} wouldsometimes fail if the specified file was not in the currentdirectory.\item Package \pkg{tcltk}'s \code{demo(tkdensity)} was broken in2.9.0 when \code{demo()} was changed to set \code{par(ask = TRUE)}.\item \code{gsub()} with backrefs could fail on extremely long strings(hundreds of thousands of characters) due to integer overflowin a length calculation.\item \code{abline(untf=TRUE)} now uses a better x-grid inlog-scale, e.g., for \code{plot(c(1,300), c(1,300), log="xy");abline(4,1, untf=TRUE)}.\item \code{detach()}/\code{unloadNamespace()} arrange to flushthe package's lazyload cache of \R objects once thepackage/namespace is no longer needed.\item There have been small fixes to the rendering of help,e.g.\sspace{}\code{\\command} is now rendered verbatim(so e.g.\sspace{}\code{--} is not interpreted, \PR{14045}).Also, there are many small changes to help files where the newconverters were not rendering them in the same way as before.\item \code{available.packages()} would fail when run on arepository with no packages meeting the filtering conditions.(\PR{14042})\item \code{rep(x, times, each = 2)} gave invalid results when the\code{times} argument was a vector longer than \code{x}.Reported by Bill Dunlap.\item An error when \code{unloadNamespace()} attempted to run the\code{.onUnload()} function gave an error in the reportingfunction and so was not reported properly.\item Text help rendering did not handle very long input linesproperly.\item \code{promptMethods()} generated signature documentationimproperly.\item \code{pgamma(x, a, lower.tail=FALSE)} and\code{qgamma(\dots)} are now considerably more accurate in someregions for very small \code{a}. \code{qgamma()} now correctlyreturns \code{0} instead of \code{NaN} in similar extreme cases,and \code{qgamma()} no longer warns in the case of small\code{a}, see (\PR{12324}).\item \code{unname()} now also removes names from a zero length vector.\item Printing results from \code{ls.str()} no longer evaluatesunevaluated calls.\item \code{complete.cases()} failed on a 0-column data frameargument. (Underlies \PR{14066}.)It could return nonsensical results if no input determined thenumber of cases (seen in the no-segfault tests).\item An error in \code{nls()} with a long formula could cause asegfault. (\PR{14059})\item \code{qchisq(p, df, ncp, lower.tail = FALSE)} with\code{ncp >= 80} was inaccurate for small \code{p} (as the help pagesaid): it is now less inaccurate. (In part,\PR{13999}.)For \code{ncp} less than but close to 80, \code{pchisq()} and\code{qchisq()} are more accurate for probabilities very closeto 1 (a series expansion was truncated slightly too early).\code{pchisq(x, df, ncp)} can no longer return values just largerthan one for large values of \code{ncp}.\item \code{intToUtf8()} could fail when asked to produce 10Mb or morestrings, something it was never intended to do: unfortunatelyWindows crashed \R (other OSes reported a lack of resources).(\PR{14068})\item \code{chisq.test()} could fail when given argument\code{x} or \code{y} which deparsed to more than one line.(Reported by Laurent Gauthier.)\item S4 methods are uncached whenever the namespace containingthem is unloaded (by \code{unloadNamespace()} as well as by\code{detach(unload = TRUE))}.\item The internal record-keeping by\code{dyn.load}/\code{dyn.unload} was incomplete, which couldcrash \R if a DLL that registered \code{.External} routines hadearlier been unloaded.\item \code{bessel[JY](x, nu)} with \code{nu} a negative integer (asingular case) is now correct, analogously to \code{besselI()},see \PR{13556}.\item \code{tools::file_path_as_absolute()} doubled the fileseparator when applied to a file such as \file{"/vmunix"} or (onWindows) \file{"d:/afile"} in a directory for which\code{getwd()} would return a path with a trailing separator(largely cosmetic, as reasonable file systems handle such a pathcorrectly). (Perhaps what was meant by \PR{14078}.)\item \code{unsplit(drop = TRUE)} applied to a data frame failedto pass \code{drop} to the computation of row names. (\PR{14084})\item The \code{"difftime"} method of \code{mean()} ignored its\code{na.rm} argument.\item \code{tcltk::tk_select.list()} is now more likely to remove thewidget immediately after selection is complete.\item Adding/subtracting a \code{"difftime"} object to/from a\code{"POSIXt"} or \code{"Date"} object works again (it wasbroken by the addition of \code{Ops.difftime}).\item Conversion to latex of an Rd file with no aliases failed.\item \code{wilcox.test(conf.int=TRUE)} has achieved.levelcorrected and, for \code{exact=FALSE}, now returns a\code{estimate} component which does not depend on thealternative used.\item \code{help.search()} failed when the package argument wasspecified. (\PR{14113})\item \code{switch(EXPR = "A")} now returns \code{NULL}, as does\code{switch(1)} (which used to signal an error).}}}\section{\Rlogo CHANGES IN R VERSION 2.10.0}{\subsection{SIGNIFICANT USER-VISIBLE CHANGES}{\itemize{\item Package help is now converted from \code{Rd} by the \R-basedconverters that were first introduced in 2.9.0. This means\itemize{\item Packages that were installed by R-devel after 2009-08-09should not be used with earlier versions of \R, and mostaspects of package help (including the runnable examples)will be missing if they are so used.\item Text, HTML and latex help and examples for packagesinstalled under the new system are converted on-demand fromstored parsed Rd files. (Conversions stored in packagesinstalled under \R < 2.10.0 are used if no parsed Rd filesare found. It is recommended that such packages bere-installed.)}\item HTML help is now generated dynamically using an HTTP serverrunning in the \R process and listening on the loopbackinterface.\itemize{\item Those worried about security implications of sucha server can disable it by setting the environment variable\env{R_DISABLE_HTTPD} to a non-empty value. This disables\code{help.start()} and HTML help (so text help is showninstead).\item The Java/Javascript search engine has been replaced by anHTML interface to \code{help.search()}. \code{help.start()} nolonger has an argument \code{searchEngine} as it is no longerneeded.\item The HTML help can now locate cross-references of the form\code{\\link[pkg]\{foo\}} and \code{\\link[pkg:foo]\{bar\}}where \code{foo} is an alias in the package, rather than thedocumented (basename of a) filename (since the documentationhas been much ignored).}}}\subsection{NEW FEATURES}{\itemize{\item \code{polygon()}, \code{pdf()} and \code{postscript()} nowhave an argument \code{fillOddEven} (default \code{FALSE}),which controls the mode used for polygon fills ofself-intersecting shapes.\item New \code{debugonce()} function; further,\code{getOption("deparse.max.lines")} is now observed whendebugging, from a code suggestion by John Brzustowski.(\PR{13647}/8)\item \code{plot()} methods for \code{"stepfun"} and hence\code{"ecdf"} no longer plot points by default for \code{n >= 1000}.\item \code{[g]sub(perl=TRUE)} now also supports \code{"\\E"}in order to \strong{end} \code{"\\U"} and \code{"\\L"} case changes,thanks to a patch from Bill Dunlap.\item \code{factor()}, \code{levels()<-}, etc, now ensure thatthe resulting factor levels are unique (as was always the impliedintention). Factors with duplicated levels are stillconstructible by low-level means, but are now declared illegal.\item New \code{print()} (S3) method for class \code{"function"},also used for auto-printing. Further, \code{.Primitive}functions now print and auto-print identically. The new methodis based on code suggestions by Romain François.\item The \code{print()} and \code{toLatex()} methods for class\code{"sessionInfo"} now show the locale in a nicer format andhave arguments to suppress locale information.\item In addition to previously only \code{round()}, there areother \code{Math} group (S3) methods for \code{"difftime"},such as \code{floor()}, \code{signif()}, \code{abs()}, etc.\item For completeness, \code{old.packages()} and\code{available.packages()} allow arguments \code{type} to bespecified (you could always specify arguments \code{available}or \code{contriburl}).\item \code{available.packages()} by default only returnsinformation on the latest versions of packages whose versionrequirements are satisfied by the currently running \R.\item \code{tools::write_PACKAGES()} has a new argument\code{latestOnly}, which defaults to \code{TRUE} when only thelatest versions in the repository will be listed in the index.\item \code{getOption()} has a new argument \code{default} thatis returned if the specified option is not set. This simplifiesquerying a value and checking whether it is \code{NULL} or not.\item \code{parse()} now warns if the requested encoding is not supported.\item The \code{"table"} method of \code{as.data.frame()} gains a\code{stringsAsFactors} argument to allow the classifyingfactors to be returned as character vectors rather than thedefault factor type.\item If \code{model.frame.default()} encounters a charactervariable where \code{xlev} indicates a factor, it now convertsthe variable to a factor (with a warning).\item \code{curve()} now returns a list containing the points thatw§ere drawn.\item \code{spineplot()} now accepts \code{axes = FALSE}, forconsistency with other functions called by \code{plot.factor()}.\item The Kendall and Spearman methods of \code{cor.test()} canoptionally use continuity correction when not computing exactp-values. (The Kendall case is the wish of \PR{13691}.)\item \R now keeps track of line numbers during execution for codesourced with \code{options(keep.source = TRUE)}. The sourcereference is displayed by debugging functions such as\code{traceback()}, \code{browser()}, \code{recover()}, and\code{dump.frames()}, and is stored as an attribute on eachelement returned by \code{sys.calls()}.\item More functions now have an implicit (S4) generic definition.\item \code{quantile.default()} now disallows factors (wish of\PR{13631}) and its helpdocuments what numeric-like properties its input need to have towork correctly.\item \code{weighted.mean()} is now generic and has \code{"Date"},\code{"POSIXct"} and \code{"POSIXlt"} methods.\item Naming subscripts (e.g., \code{x[i=1, j=2]}) in\code{data.frame} methods for \code{[} and \code{[[} now gives awarning. (Names are ignored in the default method, but couldhave odd semantics for other methods, and do for the data.frameones.)\item \code{as.data.frame()} has an \code{"aovproj"} method.(Wish of \PR{13505})\item \code{as.character(x)} for numeric \code{x} no longerproduces strings such as \code{"0.30"}, i.e., with trailingzeros. This change also renders levels construction in\code{factor()} more consistent.\item \code{codocClasses()}, which checks consistency of thedocumentation of S4 class slots, now does so in considerably morecases. The documentation of inherited slots (from superclasses)is now optional. This affects \command{R CMD check <pkg>} whenthe package defines S4 classes.\item \code{codoc()} now also checks S4 methods for code/documentationmismatches.\item \code{for()}, \code{while()}, and \code{repeat()} loops nowalways return NULL as their (invisible) value. This change wasneeded to address a reference counting bug without creatingperformance penalties for some common use cases.\item The \code{print()} method for \code{ls.str()} results nowobeys an optional \code{digits} argument.\item The \code{method} argument of \code{glm()} now allowsuser-contributed methods.\item More general \code{reorder.default()} replaces functionality of\code{reorder.factor()} and \code{reorder.character()}.\item The function \code{aspell()} has been added to provide aninterface to the \command{Aspell} spell-checker.\item Filters \code{RdTextFilter()} and \code{SweaveTeXFilter()}have been added to the tools package to provide support for\code{aspell()} or other spell checkers.\item \code{xtabs()} with the new argument \code{sparse = TRUE}now returns a sparse Matrix, using package \CRANpkg{Matrix}.\item \code{contr.sum()} etc gain an argument \code{sparse}which allows sparse matrices to be returned.\code{contrasts()} also gains a \code{sparse} argument which itpasses to the actual contrast function if that has a formalargument \code{sparse}.\code{contrasts(f, .) <- val} now also works when \code{val}is a sparse Matrix. It is planned that \code{model.matrix()}will work with such factors \code{f} in the future.\item \code{readNEWS()} will recognize a UTF-8 byte-order mark(BOM) in the \file{NEWS} file. However, it is safer to use onlyASCII code there because not all editors recognize BOMs.\item New utility function \code{inheritedSlotNames()} for S4class programming.\item \code{tabulate()} now allows NAs to pass through (and be ignored).\item If \code{debug()} is called on an S3 generic function thenall methods are debugged as well.\item Outlier symbols drawn by \code{boxplot()} now obey the\code{outlwd} argument. Reported by Jurgen Kluge.\item \code{svd(x)} and \code{eigen(x)} now behave analogously to\code{qr(x)} in accepting logical matrices \code{x}.\item File \file{NEWS} is now in UTF-8, and has a BOM (ofteninvisible) on the first line, and \command{Emacs} local variablesset for UTF-8 at the end. \code{RShowDoc("NEWS")} should displaythis correctly, given suitable fonts.\item \code{terms.formula(simplify = TRUE)} now does not deparsethe LHS and so preserves non-standard responses such as \code{`a:b`} (requested by Sundar Dorai-Raj).\item New function \code{news()} for building and querying \R orpackage news information.\item \code{z^n} for integer \code{n} and complex \code{z} is moreaccurate now if \code{|n| <= 65536}.\item \code{factor(NULL)} now returns the same as\code{factor(character(0))} instead of an error, and\code{table(NULL)} consequently does analogously.\item \code{as.data.frame.vector()} (and its copies) is slightly fasterby avoiding a copy if there are no names (following asuggestion of Tim Hesterberg).\item \code{writeLines()}, \code{writeBin()} and\code{writeChar()} have a new argument \code{useBytes}. Iffalse, character strings with marked encodings are translated tothe current locale (as before) but if true they are writtenbyte-by-byte.\item \code{iconv()} has a new argument \code{mark} which can beused (by experts) to suppress the declaration of encodings.\item \file{DESCRIPTION} file's \code{LinkingTo} specs are nowrecognized as installation dependencies, and included in packagemanagement computations.\item Standardized \file{DESCRIPTION} file \code{License} specsare now available for package management computations.\item \code{"\\uxxxx"} and \code{"\\Uxxxxxxxx"} escapes can now beparsed to a UTF-8 encoded string even in non-UTF-8 locales (thishas been implemented on Windows since \R 2.7.0). The semanticshave been changed slightly: a string containing such escapes isalways stored in UTF-8 (and hence is suitable for portablyincluding Unicode text in packages).\item New \code{as.raw()} method for \code{"tclObj"} objects (wishof \PR{13758}).\item \code{Rd.sty} now makes a better job of setting email addresses,including using a monospaced font.\item \code{textConnection()} gains an \code{encoding} argumentto determine how input strings with marked encodings will behandled.\item \command{R CMD Rd2pdf} is available as a shortcut for\command{R CMD Rd2dvi --pdf}.\item \command{R CMD check} now checks links where a package isspecified (\code{\\link[pkg]\{file\}} or\code{\\link[pkg:file]\{topic\}}), if the package is available.It notes if the package is not available, as in many cases thisis an error in the link.\item \code{identical()} gains three logical arguments, whichallow for even more differentiation, notably \code{-0} and\code{0}.\item \code{legend()} now can specify the \code{border} color offilled boxes, thanks to a patch from Frederic Schutz.\item Indexing with a vector index to \code{[[ ]]} has now beenextended to all recursive types.\item Pairlists may now be assigned as elements of lists. (Listscould always be created with pairlist elements, but \code{[[<-}didn't support assigning them.)\item The parser now supports C-preprocessor-like \code{#line}directives, so error messages and source references may refer tothe original file rather than an intermediate one.\item New functions \code{findLineNum()} and\code{setBreakpoint()} work with the source references to findthe location of source lines and set breakpoints (using\code{trace()}) at those lines.\item Namespace importing is more careful about warning on maskedgenerics, thanks to a patch by Yohan Chalabi.\item \code{detach()} now has an argument \code{character.only}with the same meaning as for \code{library()} or\code{require()}.\item \code{available.packages()} gains a \code{filters}argument for specifying the filtering operations performed on thepackages found in the repositories. A new built-in\code{"license/FOSS"} filter only retains packages for whichinstallation can proceed solely based on packages which can beverified as Free or Open Source Software (FOSS) employing theavailable license specifications.\item In registering an S3 class by a call to\code{setOldClass()}, the data part (e.g., the object type)required for the class can be included as one of the superclassesin the Classes argument.\item The argument \code{f} to \code{showMethods()} can be anexpression evaluating to a generic function, allowing methods tobe shown for non-exported generics and other nonstandard cases.\item \code{sprintf()} now supports \code{\%o} for octalconversions.\item New function \code{Sys.readlink()} for information about symboliclinks, including if a file is a symbolic link.\item Package \pkg{tools} has new functions\code{checkRdaFiles()} and \code{resaveRdaFiles()} to report onthe format of \file{.rda}/\file{.RData} data files, and tore-save them in a different compressed format, including choosingthe most compact format available.A new \command{INSTALL} option, \option{--resave-data}, makes useof this.\item File \file{~/.R/config} is used in preference to\file{~/.Rconfig}, and these are now documented in \sQuote{RInstallation and Administration}.\item Logic operations with complex numbers now work, as they were alwaysdocumented to, and as in S.\item \code{arrows()} and \code{segments()} allow one of \code{x1}or \code{y1} to be omitted to simplify the specification ofvertical or horizontal lines (suggestion of Tim Hesterberg).\item \code{approxfun()} is faster by avoiding repeated \code{NA}checks (diagnosis and patch by Karline Soetaert & ThomasPetzoldt).\item There are the beginnings of a Nynorsk translation by Karl OveHufthammer.\item \code{stripchart()} allows \code{par} \code{bg} to bepassed in for the background colour for \code{pch = 21} (wish of\PR{13984}).\item New generic function \code{.DollarNames()} to enable class authorsto customize completion after the \code{$} extractor.\item \code{load()}, \code{save()}, \code{dput()} and\code{dump()} now open a not-yet-open connection in theappropriate mode (as other functions using connections directlyalready did).}}\subsection{REGULAR EXPRESSIONS}{\itemize{\item A different regular expression engine is used for basic andextended regexps and is also for approximate matching. This isbased on the TRE library of Ville Laurikari, a modified copy ofwhich is included in the \R sources.This is often faster, especially in a MBCS locale.Some known differences are that it is less tolerant of invalidinputs in MBCS locales, and in its interpretation of undefined(extended) regexps such as \code{"^*"}. Also, the interpretation ofranges such as \code{[W-z]} in caseless matching is no longer to mapthe range to lower case.This engine may in future be used in \sQuote{literal} mode for\code{fixed = TRUE}, and there is a compile-time option in\code{src/main/grep.c} to do so.\item The use of repeated boundary regexps in \code{gsub()} and\code{gregexpr()} as warned about in the help page does not workin this engine (it did in the previous one since 2005).\item Extended (and basic) regexps now support same set of optionsas for \code{fixed = TRUE} and \code{perl = TRUE}, including\code{useBytes} and support for UTF-8-encoded strings innon-UTF-8 locales.\item \code{agrep()} now has full support for MBCS locales with a modestspeed penalty. This enables \code{help.search()} to use approximatematching character-wise rather than byte-wise.\item \code{[g]sub} use a single-pass algorithm instead ofmatching twice and so is usually faster.\item The \code{perl = TRUE} versions now work correctly in anon-UTF-8 MBCS locale, by translating the inputs to UTF-8.\item \code{useBytes = TRUE} now inhibits the translation of inputs withmarked encodings.\item \code{strsplit()} gains a \code{useBytes} argument.\item The algorithm used by \code{strsplit()} has been reorderedto batch by elements of \code{split}: this can be much faster for\code{fixed = FALSE} (as multiple compilation of regexps is avoided).\item The help pages, including \code{?regexp}, have been updatedand should be consulted for details of the new implementations.}}\subsection{HELP & Rd FILE CHANGES}{\itemize{\item A new dynamic HTML help system is used by default, and may becontrolled using \code{tools::startDynamicHelp()}. With this enabled,HTML help pages will be generated on request, resolving linksby searching through the current \code{.libPaths()}. The usermay set options(\code{"help.ports"}) to control which IP port is usedby the server.\item \code{help.start()} no longer sets \code{options(htmlhelp =TRUE)} (it used to on Unix but not on Windows). Nor does it onUnix reset the \code{"browser"} option if given an argument ofthat name.Arguments \code{update} and \code{remote} are now availableon all platforms: the default is \code{update = FALSE} since thehttp server will update the package index at first use.\item \code{help()} has a new argument \code{help_type} (withdefault set by the option of that name) to supersede arguments\code{offline}, \code{htmlhelp} and \code{chmhelp}(although for now they still work if \code{help_type} isunset). There is a new type, \code{"PDF"} to allow offline PDF(rather than PostScript).A function \code{offline_help_helper()} will be used if this existsin the workspace or further down the search path, otherwisethe function of that name in the \pkg{utils} namespace is used.\item Plain text help is now used as the fallback for HTML help (asit always was for Compiled HTML help on Windows).\item It is possible to ask for static HTML pages to be prebuilt\emph{via} the configure option \option{--enable-prebuilt-html}. Thismay be useful for those who wish to make HTML help availableoutside R, e.g.\sspace{}on a local web site.\item An experimental tag \code{\\Sexpr} has been added to Rdfiles, to evaluate expressions at build, install, or render time.Currently install time and render time evaluation are supported.\item Tags \code{\\if}, \code{\\ifelse} and \code{\\out} have beenadded to allow format-specific (or more general, using\code{\\Sexpr}) conditional text in man pages.\item The \code{parse_Rd()} parser has been made more tolerant of codingerrors in Rd files: now all syntax errors are reported aswarnings, and an attempt is made to continue parsing.\item \code{parse_Rd()} now has an argument \code{fragment}(default \code{FALSE}) to accept small fragments of Rd files (sothat \code{\\Sexpr} can output Rd code which is then parsed).\item \code{parse_Rd()} now always converts its input to UTF-8.The \code{Rd2*} rendering functions have a new argument,\code{outputEncoding}, which controls how their output isencoded.\item \code{parse_Rd()} no longer includes the newline as part ofa \code{"\%"}-style comment.\item There have been various bug fixes and code reorganization inthe Rd renderers \code{Rd2HTML}, \code{Rd2latex}, \code{Rd2txt},and \code{Rd2ex}.All example files are now created with either ASCII or UTF-8encoding, and the encoding is only marked in the file if thereis any non-UTF-8 code (previously it was marked if the helpfile had non-ASCII contents, possibly in other sections).\item \code{print.Rd()} now adds necessary escape characters so thatprinting and re-parsing an Rd object should produce anequivalent object.\item \code{parse_Rd()} was incorrectly handling multiple backslashes in\R code strings, converting 4n+3 backslashes to 2n+1 insteadof 2n+2.\item \code{parse_Rd()} now recognizes the \code{\\var} tag withina quoted string in \R-like text.\item \code{parse_Rd()} now treats the argument of\code{\\command} as LaTeX-like, rather than verbatim.}}\subsection{COMPRESSION}{\itemize{\item New function \code{untar()} to list or unpack tar archives,possibly compressed. This uses either an external \command{tar}command or an internal implementation.\item New function \code{tar()} to create (possibly compressed)tar archives.\item New functions \code{memCompress()} and\code{memDecompress()} for in-memory compression anddecompression.\item \code{bzfile()} has a \code{compress} argument to selectthe amount of effort put into compression when writing.\item New function \code{xzfile()} for use with\command{xz}-compressed files. (This can also read filescompressed by some versions of \command{lzma}.)\item \code{gzfile()} looks at the file header and so can now alsoread \command{bzip2}-ed files and \command{xz}-compressed files.\item There are the new options of \code{save(compress = "bzip2")}and \code{"xz"} to use \command{bzip2} or \command{xz}compression (which will be slower, but can give substantiallysmaller files). Argument \code{compression_level} gives finercontrol over the space/time tradeoffs.\code{load()} can read such saves (but only as from this version of \R).\item \command{R CMD INSTALL}/\command{check} and\code{tools::writePACKAGES} accept a wider range of compressedtar archives. Precisely how wide depends on the capabilities ofthe host system's \command{tar} command: they almost alwaysinclude \command{.tar.bz2} archives, and with modern versions of\command{tar} other forms of compression such as \command{lzma}and \command{xz}, and arbitrary extensions.\item \command{R CMD INSTALL} has a new option\option{--data-compress} to control the compression used whenlazy-loading data. New possibilities are\option{--data-compress=bzip2} which will give ca 15\% bettercompression at the expense of slower installation times, and\option{--data-compress=xz}, often giving even better compressionon large datasets at the expense of much longer installationtimes. (The latter is used for the recommended packages: it isparticularly effective for \CRANpkg{survival}.)\item \code{file()} for open = \code{""}, \code{"r"} or\code{"rt"} will automagically detect compressed files (from\command{gzip}, \command{bzip2} or \command{xz}). This meansthat compressed files can be specified by file name (rather than\emph{via} a \code{gzfile()} connection) to \code{read.table()},\code{readlines()}, \code{scan()} and so on.\item \code{data()} can handle compressed text files with extensions\file{.\{txt,tab,csv\}.\{gz,bz2,xz\}} .}}\subsection{DEPRECATED & DEFUNCT}{\itemize{\item \code{png(type="cairo1")} is defunct: the value is no longerrecognized.\item \code{tools::Rd_parse()} is defunct (as this version of \Ruses only Rd version 2).\item Use of file \file{~/.Rconf} (which was deprecated in favourof \file{~/.Rconfig} in 2004) has finally been removed.\item Bundles of packages are deprecated. See \sQuote{Writing RExtensions} for the steps needed to unbundle a bundle.\item \code{help()} arguments \code{offline}, \code{htmlhelp} and\code{chmhelp} are deprecated in favour of \code{help_type}.\item \code{clearNames()} (in package \pkg{stats}) is deprecatedfor \code{unname()}.\item Basic regular expressions (\code{extended = FALSE}) aredeprecated in \code{strsplit}, \code{grep} and friends. There isa precise POSIX standard for them, but it is not what recent REengines implement, and it seems that in almost all cases packageauthors intended \code{fixed = TRUE} when using \code{extended =FALSE}.\item \code{methods::trySilent()} is deprecated in favour of\code{try(silent=TRUE)} or -- more efficiently and flexibly --something like \code{tryCatch(error = function(e) e)}.\item \code{index.search()} is deprecated: there are no longerdirectories of types other than \code{help}.}}\subsection{INSTALLATION}{\itemize{\item cairo >= 1.2 is now required (1.2.0 was released in July 2006)for cairo-based graphics devices (which remain optional).\item A suitable \code{iconv()} is now required: support forconfigure option \option{--without-iconv} has been withdrawn (itwas deprecated in \R 2.5.0).\item Perl is no longer \sQuote{essential}. \R can be builtwithout it, but scripts \command{R CMD build}, \command{check},\command{Rprof} and \command{Sd2d} currently require it.\item A system \command{glob} function is now essential (a working\code{Sys.glob()} has been assumed since \R 2.9.0 at least).\item C99 support for MBCS is now required, and configure option\option{--disable-mbcs} has been withdrawn.\item Having a version of \command{tar} capable of automagicallydetecting compressed archives is useful for\code{utils::untar()}, and so \command{gtar} (a common name forGNU \command{tar}) is preferred to \command{tar}: set environmentvariable \env{TAR} to specify a particular \command{tar} command.}}\subsection{INTERNATIONALIZATION}{\itemize{\item There is some makefile support for adding/updating translationsin packages: see \code{po/README} and \sQuote{Writing R Extensions}.There is support for the use of \code{dngettext} for C-leveltranslations in packages: see \sQuote{Writing R Extensions}.}}\subsection{BUG FIXES}{\itemize{\item Assigning an extra 0-length column to a data frame by\code{DF[, "foo"] <- value} now works in most cases (by fillingwith \code{NA}s) or fails. (It used to give a corrupt dataframe.)\item \code{validObject()} avoids an error during evaluation in the caseof various incorrect slot definitions.\item \code{n:m} now returns a result of type \code{"integer"} ina few more boundary cases.\item The \code{zap.ind} argument to \code{printCoefmat()} didnot usually work as other code attempted to ensure that non-zerovalues had a non-zero representation.\item \code{printCoefmat()} formatted groups of columns together,not just the \code{cs.ind} group but also the \code{zap.ind}group and a residual group. It now formats all columns exceptthe \code{cs.ind} group separately (and zaps the \code{zap.ind}group column-by-column). The main effect will be see in theoutput from \code{print.anova()}, as this grouped SS-like columnsin the \code{zap.ind} group.\item \code{R_ReplDLLinit()} initializes the top-level jump sothat some embedded applications on Windows no longer crash onerror.\item \code{identical()} failed to take the encoding of characterstrings into account, so identical byte patterns are notnecessarily identical strings, and similarly Latin-1 and UTF-8versions of the same string differ in byte pattern.\item \code{methods(f)} used to warn unnecessarily for an S4generic \code{f} which had been created based on an existing S3generic.\item The check for consistent ordering of superclasses was notignoring all conditional relations (the symptom was usuallyspurious warnings for classes extending \code{"array"}).\item Trying to assign into a raw vector with an index vectorcontaining \code{NA}s could cause a segfault. Reported by HervéPagès.\item \command{Rscript} could segfault if (by user error) itsfilename argument was missing. Reported by Martin Morgan.\item \code{getAnywhere()} (and functions that use it, including argumentcompletion in the console) did not handle special built-infunctions. Reported by Romain Francois.\item \code{order()} was missing a \code{PROTECT()} call and socould segfault when called on character data under certain (rare)circumstances involving marked non-native encodings.\item \code{prettyNum(z, drop0trailing=TRUE)} did not workcorrectly when \code{z} was a complex vector. Consequently,\code{str(z, \dots)} also did not. (\PR{13985})\item \command{make distclean} removed too many files in\code{etc/} if builddir = srcdir.\item \command{R CMD} replaced \code{TEXINPUTS} rather thanappending to it (as documented and intended).\item \code{help.start()} no longer fails on unix when\code{"browser"} is a function.\item \code{pbeta(x, ..., log.p = TRUE)} is sometimes more accurate,e.g., for very small \code{x}.\item Unserializing a pre-2.8 workspace containing pure ASCIIcharacter objects with a Latin-1 or UTF-8 encoding would corruptthe \code{CHARSXP} cache.}}}\section{OLDER NEWS}{News for \R 2.9.2 patched and earlier can be found in filessuch as \file{NEWS.2} in the \file{doc} directory.}