<?xml version="1.0" encoding="utf-8"?>

<!-- name="generator" content="blosxom/2.0.djm" -->

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Daily News:  R-3-0-branch/NEWS</title>
    <link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS</link>
    <atom:link href="https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/index.rss" rel="self" type="application/rss+xml" />
    <description>Daily updates to R-3-0-branch/NEWS</description>
    <language>en</language>

<item>
<title>2014-02-26</title>
<pubDate>Tue, 25 Feb 2014 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/02/25#n2014-02-26</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/02/25#n2014-02-26</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.3 NEW FEATURES </H4>
<UL>
<LI><P>
On Windows there is support for making ‘.texi’ manuals using ‘texinfo’
5.0 or later: the setting is in file ‘src/gnuwin32/MkRules.dist’.
</P>
<P>
A packaging of the Perl script and modules for ‘texinfo’ 5.2 has been
made available at &lt;URL: http://www.stats.ox.ac.uk/pub/Rtools/&gt;.
</P></LI>

<LI><P>
‘write.table()’ now handles matrices of 2^31 or more elements, for
those with large amounts of patience and disc space.
</P></LI>

<LI><P>
There is a new function, ‘La_version()’, to report the version of
LAPACK in use.
</P></LI>

<LI><P>
The HTML version of ‘An Introduction to R’ now has links to PNG
versions of the figures.
</P></LI>

<LI><P>
There is some support to produce manuals in ebook formats. (See
‘doc/manual/Makefile’.  Suggested by Mauro Cavalcanti.)
</P></LI>

<LI><P>
On a Unix-alike ‘Sys.timezone()’ returns ‘NA’ if the environment
variable ‘TZ’ is unset, to distinguish it from an empty string which on
some OSes means the ‘UTC’ time zone.
</P></LI>

<LI><P>
The backtick may now be escaped in strings, to allow names containing
them to be constructed, e.g. ‘`\``’.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15621">PR#15621</a>)
</P></LI>

<LI><P>
‘read.table()’, ‘readLines()’ and ‘scan()’ now warn when an embedded
nul is found in the input.  (Related to <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15625">PR#15625</a> which was puzzled by
the behaviour in this unsupported case.)
</P></LI>

<LI><P>
(Windows only.)  ‘file.symlink()’ works around the undocumented
restriction of the Windows system call to backslashes.  (Wish of
<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15631">PR#15631</a>.)
</P></LI>

<LI><P>
‘KalmanForecast(fast = FALSE)’ is now the default, and the help
contains an example of how ‘fast = TRUE’ can be used in this version.
(The usage will change in 3.1.0.)
</P></LI>

<LI><P>
‘strptime()’ now checks the locale only when locale-specific formats
are used and caches the locale in use: this can halve the time taken on
OSes with slow system functions (e.g. OS X).
</P></LI>

<LI><P>
‘strptime()’ and the ‘format()’ methods for classes ‘&quot;POSIXct&quot;’,
‘&quot;POSIXlt&quot;’ and ‘&quot;Date&quot;’ recognize strings with marked encodings: this
allows, for example, UTF-8 French month names to be read on (French)
Windows.
</P></LI>

<LI><P>
‘iconv(to = &quot;utf8&quot;)’ is now accepted on all platforms (some
implementations did already, but GNU ‘libiconv’ did not: however
converted strings were not marked as being in UTF-8).  The official
name, ‘&quot;UTF-8&quot;’ is still preferred.
</P></LI>

<LI><P>
‘available.packages()’ is better protected against corrupt metadata
files.  (A recurring problem with Debian package ‘shogun-r’: <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14713">PR#14713</a>.)
</P></LI>

<LI><P>
Finalizers are marked to be run at garbage collection, but run only at
a somewhat safer later time (when interrupts are checked).  This
circumvents some problems with finalizers running arbitrary code during
garbage collection (the known instances being running ‘options()’ and
(C-level) ‘path.expand()’ re-entrantly).
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.3 INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
The included version of PCRE has been updated to 8.34.  This fixes bugs
and makes the behaviour closer to Perl 5.18.  In particular, the
concept of ‘space’ includes ‘VT’ and hence agrees with POSIX's.
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.3 PACKAGE INSTALLATION </H4>
<UL>
<LI><P>
The new field ‘SysDataCompression’ in the ‘DESCRIPTION’ file allows
user control over the compression used for ‘sysdata.rda’ objects in the
lazy-load database.
</P></LI>

<LI><P>
‘install.packages(dependencies = value)’ for ‘value = NA’ (the default)
or ‘value = TRUE’ omits packages only in ‘LinkingTo’ for binary package
installs.
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.3 C-LEVEL FACILITIES </H4>
<UL>
<LI><P>
The long undocumented remapping of ‘rround()’ to ‘Rf_fround()’ in
header ‘Rmath.h’ is now formally deprecated: use ‘fround()’ directly.
</P></LI>

<LI><P>
Remapping of ‘prec()’ and ‘trunc()’ in the ‘Rmath.h’ header has been
disabled in C++ code (it has caused breakage with ‘libc++’ headers).
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.3 BUG FIXES </H4>
<UL>
<LI><P>
‘getParseData()’ truncated the imaginary part of complex number
constants.  (Reported by Yihui Xie.)
</P></LI>

<LI><P>
‘dbeta(x, a, b)’ with ‘a’ or ‘b’ within a factor of 2 of the largest
representable number could infinite-loop.  (Reported by Ioannis
Kosmidis.)
</P></LI>

<LI><P>
‘provideDimnames()’ failed for arrays with a 0 dimension. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15465">PR#15465</a>)
</P></LI>

<LI><P>
‘rbind()’ and ‘cbind()’ did not handle list objects correctly.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15468">PR#15468</a>)
</P></LI>

<LI><P>
‘replayPlot()’ now checks if it is replaying a plot from the same
session.
</P></LI>

<LI><P>
‘rasterImage()’ and ‘grid.raster()’ now give error on an empty
(zero-length) raster.  (Reported by Ben North.)
</P></LI>

<LI><P>
‘plot.lm()’ would sometimes scramble the labels in plot type 5.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15458">PR#15458</a> and <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14837">PR#14837</a>)
</P></LI>

<LI><P>
‘min()’ did not handle ‘NA_character_’ values properly.  (Reported by
Magnus Thor Torfason.)
</P></LI>

<LI><P>
(Windows only.)  ‘readRegistry()’ would duplicate default values for
keys.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15455">PR#15455</a>)
</P></LI>

<LI><P>
‘str(..., strict.width = &quot;cut&quot;)’ did not handle it properly when more
than one line needed to be cut.  (Reported by Gerrit Eichner.)
</P></LI>

<LI><P>
Removing subclass back-references when S4 classes were removed or their
namespace unloaded had several bugs (e.g., <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15481">PR#15481</a>).
</P></LI>

<LI><P>
‘aggregate()’ could fail when there were too many levels present in the
‘by’ argument.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15004">PR#15004</a>)
</P></LI>

<LI><P>
‘namespaceImportFrom()’ needed to detect primitive functions when
checking for duplicated imports (reported by Karl Forner).
</P></LI>

<LI><P>
‘getGraphicsEvent()’ did not exit when a user closed the graphics
window.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15208">PR#15208</a>)
</P></LI>

<LI><P>
Errors in vignettes were not always captured and displayed properly.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15495">PR#15495</a>)
</P></LI>

<LI><P>
‘contour()’ could fail when dealing with extremely small z values.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15454">PR#15454</a>)
</P></LI>

<LI><P>
Several functions did not handle zero-length vectors properly,
including ‘browseEnv()’, ‘format()’, ‘gl()’, ‘relist()’ and
‘summary.data.frame()’.  (E.g., <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15499">PR#15499</a>)
</P></LI>

<LI><P>
‘Sweave()’ did not restore the R output to the console if it was
interrupted by a user in the middle of evaluating a code chunk.
(Reported by Michael Sumner.)
</P></LI>

<LI><P>
Fake installs of packages with vignettes work again.
</P></LI>

<LI><P>
Illegal characters in the input caused ‘parse()’ (and thus ‘source()’)
to segfault.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15518">PR#15518</a>)
</P></LI>

<LI><P>
The nonsensical use of ‘nmax = 1’ in ‘duplicated()’ or ‘unique()’ is
now silently ignored.
</P></LI>

<LI><P>
‘qcauchy(p, *)’ is now fully accurate even when p is very close to 1.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15521">PR#15521</a>)
</P></LI>

<LI><P>
The ‘validmu()’ and ‘valideta()’ functions in the standard ‘glm()’
families now also report non-finite values, rather than failing.
</P></LI>

<LI><P>
Saved vignette results (in a ‘.Rout.save’ file) were not being compared
to the new ones during ‘R CMD check’.
</P></LI>

<LI><P>
Double-clicking outside of the list box (e.g. on the scrollbar) of a Tk
listbox widget generated by ‘tk_select.list()’ no longer causes the
window to close. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15407">PR#15407</a>)
</P></LI>

<LI><P>
Improved handling of edge cases in ‘parallel::splitindices()’.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15552">PR#15552</a>)
</P></LI>

<LI><P>
HTML display of results from ‘help.search()’ and ‘??’ sometimes
contained badly constructed links.
</P></LI>

<LI><P>
‘c()’ and related functions such as ‘unlist()’ converted raw vectors to
invalid logical vectors. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15535">PR#15535</a>)
</P></LI>

<LI><P>
(Windows only) When a call to ‘system2()’ specified one of ‘stdin’,
‘stdout’ or ‘stderr’ to be a file, but the command was not found (e.g.
it contained its arguments, or the program was not on the ‘PATH’), it
left the file open and unusable until R terminated.  (Reported by
Mathew McLean.)
</P></LI>

<LI><P>
The ‘bmp()’ device was not recording ‘res = NA’ correctly: it is now
recorded as 72 ppi.
</P></LI>

<LI><P>
Several potential problems with compiler-specific behaviour have been
identified using the ‘Undefined Behaviour Sanitizer’ in conjunction
with the ‘clang’ compiler.
</P></LI>

<LI><P>
‘hcl()’ now honours ‘NA’ inputs (previously they were mapped to black).
</P></LI>

<LI><P>
Some translations in base packages were being looked up in the main
catalog rather than that for the package.
</P></LI>

<LI><P>
As a result of the 3.0.2 change about ‘the last second before the
epoch’, most conversions which should have given ‘NA’ returned that
time.  (The platforms affected include Linux and OS X, but not Windows
nor Solaris.)
</P></LI>

<LI><P>
‘rowsum()’ has more support for matrices and dataframes with 2^31 or
more elements. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15587">PR#15587</a>)
</P></LI>

<LI><P>
‘predict(&lt;lm object&gt;, interval = &quot;confidence&quot;, scale = &lt;something&gt;)’
now works.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15564">PR#15564</a>)
</P></LI>

<LI><P>
The bug fix in 3.0.2 for <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15411">PR#15411</a> was too aggressive, and sometimes
removed spaces that should not have been removed.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15583">PR#15583</a>)
</P></LI>

<LI><P>
Running R code in a ‘tcltk’ callback failed to set the busy flag, which
will be needed to tell OS X not to ‘App Nap’.
</P></LI>

<LI><P>
The code for date-times before 1902 assumed that the offset from GMT in
1902 was a whole number of minutes: that was not true of Paris (as
recorded on some platforms).
</P></LI>

<LI><P>
Using ‘Sys.setlocale’ to set ‘LC_NUMERIC’ to ‘&quot;C&quot;’ (to restore the sane
behavior) no longer gives a warning.
</P></LI>

<LI><P>
‘deparse()’ now deparses complex vectors in a way that re-parses to the
original values.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15534">PR#15534</a>, patch based on code submitted by Alex
Bertram.)
</P></LI>

<LI><P>
In some extreme cases (more than 10^15) integer inputs to ‘dpqrxxx()’
functions might have been rounded up by one (with a warning about being
non-integer).  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15624">PR#15624</a>)
</P></LI>

<LI><P>
Plotting symbol ‘pch = 14’ had the triangle upside down on some devices
(typically screen devices). The triangle is supposed to be point up.
(Reported by Bill Venables.)
</P></LI>

<LI><P>
‘getSrcref()’ did not work on method definitions if
‘rematchDefinition()’ had been used.
</P></LI>

<LI><P>
‘KalmanForecast(fast = FALSE)’ reported a (harmless) stack imbalance.
</P></LI>

<LI><P>
The count of observations used by ‘KalmanRun()’ did not take missing
values into account.
</P></LI>

<LI><P>
In locales where the abbreviated name of one month is a partial match
for the full name of a later one, the ‘%B’ format in ‘strptime()’ could
fail.  An example was French on OS X, where ‘juin’ is abbreviated to
‘jui’ and partially matches ‘juillet’.  Similarly for weekday names.
</P></LI>

<LI><P>
‘pbeta(x, a, b, log.p = TRUE)’ sometimes underflowed to zero for very
small and very differently sized ‘a’, ‘b’.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15641">PR#15641</a>)
</P></LI>

<LI><P>
‘approx()’ and ‘approxfun()’ now handle infinite values with the
‘&quot;constant&quot;’ method. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15655">PR#15655</a>)
</P></LI>

<LI><P>
‘stripchart()’ again respects reversed limits in ‘xlim’ and ‘ylim’.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15664">PR#15664</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2014-02-19</title>
<pubDate>Tue, 18 Feb 2014 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/02/18#n2014-02-19</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/02/18#n2014-02-19</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘iconv(to = "utf8")’ is now accepted on all platforms (some implementations did already, but GNU ‘libiconv’ did not: however converted strings were not marked as being in UTF-8).  The official name, ‘"UTF-8"’ is still preferred.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Finalizers are marked to be run at garbage collection, but run only at a somewhat safer later time (when interrupts are checked).  This circumvents some problems with finalizers running arbitrary code during garbage collection (the known instances being running ‘options()’ and (C-level) ‘path.expand()’ re-entrantly).</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2014-02-17</title>
<pubDate>Sun, 16 Feb 2014 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/02/16#n2014-02-17</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/02/16#n2014-02-17</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
Finalizers are marked to be run at garbage collection, but run only at
a somewhat safer later time (when interrupts are next checked).  This
circumvents some problems with finalizers running arbitrary code during
garbage collection (the known instance being running ‘options()’
re-entrantly).
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘available.packages()’ is better protected against corrupt metadata files (a recurring problem with Debian package ‘shogun-r’: PR#14713).</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2014-02-13</title>
<pubDate>Wed, 12 Feb 2014 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/02/12#n2014-02-13</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/02/12#n2014-02-13</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘available.packages()’ is better protected against corrupt metadata
files (A recurring problem on Debian: <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14713">PR#14713</a>).
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘stripchart()’ again respects reversed limits in ‘xlim’ and ‘ylim’.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15664">PR#15664</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2014-02-12</title>
<pubDate>Tue, 11 Feb 2014 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/02/11#n2014-02-12</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/02/11#n2014-02-12</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘iconv(to = &quot;utf8&quot;)’ is now accepted on all platforms (some
implementations did already, but GNU ‘libiconv’ did not).  The official
name, ‘&quot;UTF-8&quot;’ is still preferred.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2014-02-06</title>
<pubDate>Wed, 05 Feb 2014 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/02/05#n2014-02-06</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/02/05#n2014-02-06</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘approx()’ and ‘approxfun()’ now handle infinite values with the
‘&quot;constant&quot;’ method. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15655">PR#15655</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2014-02-04</title>
<pubDate>Mon, 03 Feb 2014 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/02/03#n2014-02-04</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/02/03#n2014-02-04</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘deparse()’ now deparses complex vectors in a way that re-parses to the original values.  (PR#15534, patch based on code submitted by Alex Bertram.)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2014-02-02</title>
<pubDate>Sat, 01 Feb 2014 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/02/01#n2014-02-02</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/02/01#n2014-02-02</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">(Windows only.)  ‘file.symlink()’ works around the undocumented restriction of the Windows system call to backslashes.  (Wish of PR#15631.)</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘deparse()’ now deparses complex vectors in a way that re-parse to the original values.  (PR#15534, patch based on code submitted by Alex Bertram.)</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">In some extreme cases (more than 10^15) integer inputs to ‘dpqrxxx()’ functions might have been rounded up by one (with a warning about being non-integer).  (PR#15624)</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘pbeta(x, a, b, log.p = TRUE)’ sometimes underflowed to zero for very small and very differently sized ‘a’, ‘b’.  (PR#15641)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2014-01-18</title>
<pubDate>Fri, 17 Jan 2014 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/01/17#n2014-01-18</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/01/17#n2014-01-18</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘pbeta(x, a,b, log.p=TRUE)’ sometimes lost all precision for very small
and very differently sized a,b.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15641">PR#15641</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2014-01-16</title>
<pubDate>Wed, 15 Jan 2014 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/01/15#n2014-01-16</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/01/15#n2014-01-16</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘strptime()’ now checks the locale only when locale-specific formats
are used and caches the locale in use: this can halve the time taken on
OSes with slow system functions (e.g. OS X).
</P></LI>

<LI><P>
‘strptime()’ and the ‘format()’ methods for classes ‘&quot;POSIXct&quot;’,
‘&quot;POSIXlt&quot;’ and ‘&quot;Date&quot;’ recognize strings with marked encodings: this
allows, for example, UTF-8 French month names to be read on (French)
Windows.
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
In locales where the abbreviated name of one month is a partial match
for the full name of a later one, the ‘%B’ format in ‘strptime()’ could
fail.  An example was French on OS X, where ‘juin’ is abbreviated to
‘jui’ and partially matches ‘juillet’.  Similarly for weekday names.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘rowsum()’ has more support for matrices and dataframes with 2^31 or more elements. (PR#15587)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2014-01-13</title>
<pubDate>Sun, 12 Jan 2014 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/01/12#n2014-01-13</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/01/12#n2014-01-13</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘KalmanForecast(fast = FALSE)’ is now the default, and the help
contains an example of how ‘fast = TRUE’ can be used in this version.
(The usage will change in 3.1.0.)
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘KalmanForecast(fast = FALSE)’ reported a (harmless) stack imbalance.
</P></LI>

<LI><P>
The count of observations used by ‘KalmanRun()’ did not take missing
values into account.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2014-01-10</title>
<pubDate>Thu, 09 Jan 2014 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/01/09#n2014-01-10</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/01/09#n2014-01-10</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
(Windows.)  ‘file.symlink()’ works around the undocumented restriction
of the Windows system call to backslashes.  (Wish of <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15631">PR#15631</a>.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2014-01-09</title>
<pubDate>Wed, 08 Jan 2014 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/01/08#n2014-01-09</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/01/08#n2014-01-09</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
Plotting symbol ‘pch = 14’ had the triangle upside down on some devices
(typically screen devices). The triangle is supposed to be point up.
(Reported by Bill Venables.)
</P></LI>

<LI><P>
‘getSrcref()’ did not work on method definitions if
‘rematchDefinition()’ had been used.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2014-01-08</title>
<pubDate>Tue, 07 Jan 2014 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/01/07#n2014-01-08</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/01/07#n2014-01-08</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘read.table()’, ‘readLines()’ and ‘scan()’ now warn when an embedded
nul is found in the input.  (Related to <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15625">PR#15625</a> which was puzzled by
the behaviour in this unsupported case.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2014-01-07</title>
<pubDate>Mon, 06 Jan 2014 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/01/06#n2014-01-07</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/01/06#n2014-01-07</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
Where time zones have changed abbreviations over the years, the
software tries to more consistently use the current abbreviation.  On
some platforms where the C function ‘localtime’ changed the ‘tzname’
variables the reported abbreviation could have been that of the last
time converted.
</DEL>
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2014-01-06</title>
<pubDate>Sun, 05 Jan 2014 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/01/05#n2014-01-06</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/01/05#n2014-01-06</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
In some extreme cases (more than 10^15) integer inputs to dpqrxxx
functions might have been rounded up by one (with a warning about being
non-integer).  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15624">PR#15624</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2014-01-04</title>
<pubDate>Fri, 03 Jan 2014 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/01/03#n2014-01-04</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/01/03#n2014-01-04</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched PACKAGE INSTALLATION </H4>
<UL>
<LI><P>
‘install.packages(dependencies = value)’ for ‘value = NA’ (the default)
or ‘value = TRUE’ omits packages only in ‘LinkingTo’ for binary package
installs.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2014-01-02</title>
<pubDate>Wed, 01 Jan 2014 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/01/01#n2014-01-02</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2014/01/01#n2014-01-02</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
The backtick may now be escaped in strings, to allow names containing
them to be constructed, e.g. ‘`\``’.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15621">PR#15621</a>)
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
Using ‘Sys.setlocale’ to set ‘LC_NUMERIC’ to ‘&quot;C&quot;’ (to restore the sane
behavior) no longer gives a warning.
</P></LI>

<LI><P>
‘deparse()’ now deparses complex vectors more accurately; they will now
re-parse to the original values.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15534">PR#15534</a>, patch based on code
submitted by Alex Bertram.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-12-31</title>
<pubDate>Mon, 30 Dec 2013 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/30#n2013-12-31</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/30#n2013-12-31</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
The included version of PCRE has been updated to 8.34.  This fixes bugs
and makes the behaviour closer to Perl 5.18.  In particular, the
concept of ‘space’ includes ‘VT’ and hence agrees with POSIX's.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-12-29</title>
<pubDate>Sat, 28 Dec 2013 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/28#n2013-12-29</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/28#n2013-12-29</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
Where time zones have changed abbreviations over the years, the
software tries to more consistently use the current abbreviation.  On
some platforms where the C function ‘localtime’ changed the ‘tzname’
variables the reported abbreviation could have been that of the last
time converted.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The code for date-times before 1902 assumed that the offset from GMT in 1902 was a whole number of minutes: that was not true of Paris (as recorded on some platforms).</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2013-12-27</title>
<pubDate>Thu, 26 Dec 2013 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/26#n2013-12-27</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/26#n2013-12-27</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
On a Unix-alike ‘Sys.timezone()’ returns ‘NA’ if the environment
variable ‘TZ’ is unset, to distinguish it from an empty string which on
some OSes means the ‘UTC’ time zone.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-12-26</title>
<pubDate>Wed, 25 Dec 2013 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/25#n2013-12-26</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/25#n2013-12-26</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
The code for date-times before 1902 assumed that the offset from GMT in
1902 was a whole number of minutes: that was not true of Paris.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-12-24</title>
<pubDate>Mon, 23 Dec 2013 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/23#n2013-12-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/23#n2013-12-24</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
There is some support to produce manuals in ebook formats. (See
‘doc/manual/Makefile’.  Suggested by Mauro Cavalcanti.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-12-21</title>
<pubDate>Fri, 20 Dec 2013 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/20#n2013-12-21</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/20#n2013-12-21</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
The HTML version of ‘An Introduction to R’ now has links to PNG
versions of the figures.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-12-16</title>
<pubDate>Sun, 15 Dec 2013 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/15#n2013-12-16</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/15#n2013-12-16</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched PACKAGE INSTALLATION </H4>
<UL>
<LI><P>
The new field ‘SysDataCompression’ in the ‘DESCRIPTION’ file allows
user control over the compression used for ‘sysdata.rda’ objects in the
lazy-load database.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-12-15</title>
<pubDate>Sat, 14 Dec 2013 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/14#n2013-12-15</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/14#n2013-12-15</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The bug fix in 3.0.2 for PR#15411 was too aggressive, and sometimes removed spaces that should not have been removed.  (PR#15583)</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.0.2 UTILITIES </H4>
<UL>
<LI><P>
‘R CMD check’ analyses ‘:::’ calls.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-12-12</title>
<pubDate>Wed, 11 Dec 2013 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/11#n2013-12-12</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/11#n2013-12-12</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
Running R code in a ‘tcltk’ callback failed to set the busy flag, which
will be needed to tell OS X not to ‘App Nap’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-12-09</title>
<pubDate>Sun, 08 Dec 2013 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/08#n2013-12-09</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/08#n2013-12-09</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
There is a new function, ‘La_version()’, to report the version of
LAPACK in use.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-12-07</title>
<pubDate>Fri, 06 Dec 2013 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/06#n2013-12-07</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/06#n2013-12-07</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
The bug fix in 3.0.2 for <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15411">PR#15411</a> was too agressive, and sometimes
removed spaces that should not have been removed.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15583">PR#15583</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-12-05</title>
<pubDate>Wed, 04 Dec 2013 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/04#n2013-12-05</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/04#n2013-12-05</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘predict(&lt;lm object&gt;, interval = &quot;confidence&quot;, scale = &lt;something&gt;)’
now works.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15564">PR#15564</a>)
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.0 NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘untar()’ has a new argument ‘restore_times’ which if false (not the default) discards the times in the tarball.  This is useful if they are incorrect (some tarballs submitted to CRAN have times in a local time zone or many years in the past even though the standard required them to be in UTC).</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2013-12-04</title>
<pubDate>Tue, 03 Dec 2013 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/03#n2013-12-04</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/03#n2013-12-04</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘rowsum’ has more support for matrices and dataframes with 2^31 or more
elements. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15587">PR#15587</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-12-02</title>
<pubDate>Sun, 01 Dec 2013 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/01#n2013-12-02</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/12/01#n2013-12-02</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched DEPRECATED AND DEFUNCT </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
The long undocumented remapping of ‘rround()’ to ‘Rf_fround()’ in
header ‘Rmath.h’ is now formally deprecated: use ‘fround()’ directly.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The remapping of ‘round()’ to ‘Rf_fround()’ in header ‘Rmath.h’ is
deprecated and may be removed in future.
</DEL>
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.2 patched C-LEVEL FACILITIES </H4>
<UL>
<LI><P>
The long undocumented remapping of ‘rround()’ to ‘Rf_fround()’ in
header ‘Rmath.h’ is now formally deprecated: use ‘fround()’ directly.
</P></LI>

<LI><P>
Remapping of ‘prec()’ and ‘trunc()’ in the ‘Rmath.h’ header has been
disabled in C++ code (it has caused breakage with ‘libc++’ headers).
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">As a result of the 3.0.2 change about ‘the last second before the epoch’, most conversions which should have given ‘NA’ returned that time.  (The platforms affected include Linux and OS X, but not Windows nor Solaris.)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2013-12-01</title>
<pubDate>Sat, 30 Nov 2013 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/11/30#n2013-12-01</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/11/30#n2013-12-01</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched DEPRECATED AND DEFUNCT </H4>
<UL>
<LI><P>
The long undocumented remapping of ‘rround()’ to ‘Rf_fround()’ in
header ‘Rmath.h’ is now formally deprecated: use ‘fround()’ directly.
</P></LI>

<LI><P>
The remapping of ‘round()’ to ‘Rf_fround()’ in header ‘Rmath.h’ is
deprecated and may be removed in future.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-11-29</title>
<pubDate>Thu, 28 Nov 2013 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/11/28#n2013-11-29</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/11/28#n2013-11-29</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
As a result of the 3.0.2 change about ‘ the last second before the
epoch’, most conversions which should have given ‘NA’ returned that
time.  (The platforms affected include Linux and OS X, but not Windows
nor Solaris.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-11-28</title>
<pubDate>Wed, 27 Nov 2013 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/11/27#n2013-11-28</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/11/27#n2013-11-28</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
Some translations in base packages were being looked up in the main
catalog rather than that for the package.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-11-26</title>
<pubDate>Mon, 25 Nov 2013 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/11/25#n2013-11-26</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/11/25#n2013-11-26</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘write.table()’ now handles matrices of 2^31 or more elements, for
those with large amounts of patience and disc space.
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
Several potential problems with compiler-specific behaviour have been
identified using the ‘Undefined Behaviour Sanitizer’ in conjunction
with the ‘clang’ compiler.
</P></LI>

<LI><P>
‘hcl()’ now honours ‘NA’ inputs (previously they were mapped to black).
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘namespaceImportFrom()’ needed to detect primitive functions when checking for duplicated imports (reported by Karl Forner).</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Several functions did not handle zero-length vectors properly, including ‘browseEnv()’, ‘format()’, ‘gl()’, ‘relist()’ and ‘summary.data.frame()’.  (E.g., PR#15499)</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Improved handling of edge cases in ‘parallel::splitindices()’. (PR#15552)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2013-11-21</title>
<pubDate>Wed, 20 Nov 2013 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/11/20#n2013-11-21</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/11/20#n2013-11-21</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
The ‘bmp()’ device was not recording ‘res = NA’ correctly: it is now
recorded as 72 ppi.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-11-18</title>
<pubDate>Sun, 17 Nov 2013 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/11/17#n2013-11-18</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/11/17#n2013-11-18</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
(Windows only) When a call to ‘system2()’ specified one of ‘stdin’,
‘stdout’ or ‘stderr’ to be a file, but the command was not found (e.g.
it contained its arguments, or the program was not on the ‘PATH’), it
left the file open and unusable until R terminated.  (Reported by
Mathew McLean.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-11-15</title>
<pubDate>Thu, 14 Nov 2013 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/11/14#n2013-11-15</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/11/14#n2013-11-15</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘c()’ and related functions such as ‘unlist()’ converted raw vectors to
invalid logical vectors. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15535">PR#15535</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-11-14</title>
<pubDate>Wed, 13 Nov 2013 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/11/13#n2013-11-14</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/11/13#n2013-11-14</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
HTML display of results from ‘help.search()’ and ‘??’ sometimes
contained badly constructed links.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-11-13</title>
<pubDate>Tue, 12 Nov 2013 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/11/12#n2013-11-13</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/11/12#n2013-11-13</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
Improved handling of edge cases in ‘parallel::splitindices’. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15552">PR#15552</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-11-12</title>
<pubDate>Mon, 11 Nov 2013 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/11/11#n2013-11-12</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/11/11#n2013-11-12</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
Saved vignette results (in a '.Rout.save' file) were not being compared
to the new ones during 'R CMD check'.
</P></LI>

<LI><P>
Double-clicking outside of the list box (e.g. on the scrollbar) of a Tk
listbox widget generated by 'tk_select.list()' no longer causes the
window to close. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15407">PR#15407</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-11-09</title>
<pubDate>Fri, 08 Nov 2013 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/11/08#n2013-11-09</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/11/08#n2013-11-09</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
The 'validmu()' and 'valideta()' functions in the standard 'glm()'
families now also report non-finite values, rather than failing.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-11-02</title>
<pubDate>Fri, 01 Nov 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/11/01#n2013-11-02</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/11/01#n2013-11-02</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
'qcauchy(p, *)' is now fully accurate even when p is very close to 1.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15521">PR#15521</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-11-01</title>
<pubDate>Thu, 31 Oct 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/10/31#n2013-11-01</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/10/31#n2013-11-01</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
The nonsensical use of 'nmax = 1' in 'duplicated()' or 'unique()' is
now silently ignored.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-10-30</title>
<pubDate>Tue, 29 Oct 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/10/29#n2013-10-30</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/10/29#n2013-10-30</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
Illegal characters in the input caused 'parse()' (and thus 'source()')
to segfault.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15518">PR#15518</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-10-28</title>
<pubDate>Sun, 27 Oct 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/10/27#n2013-10-28</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/10/27#n2013-10-28</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
Fake installs of packages with vignettes work again.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Several functions did not handle zero-length vectors properly, including 'browseEnv()', 'format()', 'gl()', 'relist()' and 'summary.data.frame()'.  (e.g., PR#15499)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2013-10-24</title>
<pubDate>Wed, 23 Oct 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/10/23#n2013-10-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/10/23#n2013-10-24</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
'Sweave()' did not restore the R output to the console if it was
interrupted by a user in the middle of evaluating a code chunk.
(Reported by Michael Sumner.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-10-23</title>
<pubDate>Tue, 22 Oct 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/10/22#n2013-10-23</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/10/22#n2013-10-23</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
Several functions did not handle length zero vectors properly,
including 'browseEnv()', 'format()', 'gl()', 'relist()' and
'summary.data.frame()'.  (e.g., <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15499">PR#15499</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-10-20</title>
<pubDate>Sat, 19 Oct 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/10/19#n2013-10-20</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/10/19#n2013-10-20</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
Errors in vignettes were not always captured and displayed properly.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15495">PR#15495</a>)
</P></LI>

<LI><P>
'contour()' could fail when dealing with extremely small z values.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15454">PR#15454</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-10-19</title>
<pubDate>Fri, 18 Oct 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/10/18#n2013-10-19</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/10/18#n2013-10-19</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
Removing subclass back-references when S4 classes were removed or their
namespace unloaded had several bugs (e.g., <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15481">PR#15481</a>).
</P></LI>

<LI><P>
‘aggregate()’ could fail when there were too many levels present in the
‘by’ argument.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15004">PR#15004</a>)
</P></LI>

<LI><P>
‘namespaceImportFrom’ needed to detect primitive functions when
checking for duplicated imports (reported by Karl Forner).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-10-17</title>
<pubDate>Wed, 16 Oct 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/10/16#n2013-10-17</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/10/16#n2013-10-17</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘str(..., strict.width = &quot;cut&quot;)’ did not handle it properly when more
than one line needed to be cut.  (Reported by Gerrit Eichner.)
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘plot.lm()’ would sometimes scramble the labels in plot type 5. (PR#15458 and PR#14837)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2013-10-08</title>
<pubDate>Mon, 07 Oct 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/10/07#n2013-10-08</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/10/07#n2013-10-08</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
On Windows there is support for making ‘.texi’ manuals using ‘texinfo’
5.0 or later: the setting is in file ‘src/gnuwin32/MkRules.dist’.
</P>
<P>
A packaging of the Perl script and modules for ‘texinfo’ 5.2 has been
made available at &lt;URL: http://www.stats.ox.ac.uk/pub/Rtools/&gt;.
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
On Windows there is support for making ‘.texi’ manuals using ‘texinfo’
5.0 or later: the setting is in file ‘src/gnuwin32/MkRules.dist’.
</DEL>
</P></LI>

<LI><P>
‘getParseData()’ truncated the imaginary part of complex number
constants.  (Reported by Yihui Xie.)
</P></LI>

<LI><P>
‘dbeta(x, a, b)’ with ‘a’ or ‘b’ within a factor of 2 of the largest
representable number could infinite-loop.  (Reported by Ioannis
Kosmidis.)
</P></LI>

<LI><P>
‘provideDimnames()’ failed for arrays with a 0 dimension. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15465">PR#15465</a>)
</P></LI>

<LI><P>
‘rbind()’ and ‘cbind()’ did not handle list objects correctly.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15468">PR#15468</a>)
</P></LI>

<LI><P>
‘replayPlot()’ now checks if it is replaying a plot from the same
session.
</P></LI>

<LI><P>
‘rasterImage()’ and ‘grid.raster()’ now give error on an empty
(zero-length) raster.  (Reported by Ben North.)
</P></LI>

<LI><P>
‘plot.lm’ would sometimes scramble the labels in plot type 5.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15458">PR#15458</a> and <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14837">PR#14837</a>)
</P></LI>

<LI><P>
‘min()’ did not handle ‘NA_character_’ values properly.  (Reported by
Magnus Thor Torfason.)
</P></LI>

<LI><P>
(Windows only.)  ‘readRegistry()’ would duplicate default values for
keys.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15455">PR#15455</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-10-05</title>
<pubDate>Fri, 04 Oct 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/10/04#n2013-10-05</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/10/04#n2013-10-05</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘getParseData()’ truncated the imaginary part of complex number
constants.  (Reported by Yihui Xie.)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘dbeta(x, a, b)’ with ‘a’ or ‘b’ within a factor of 2 of the largest
representable number could infinite-loop.  (Reported by Ioannis
Kosmidis.)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘provideDimnames()’ failed for arrays with a 0 dimension. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15465">PR#15465</a>)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘rbind()’ and ‘cbind()’ did not handle list objects correctly.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15468">PR#15468</a>)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘replayPlot()’ now checks if it is replaying a plot from the same
session.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘rasterImage()’ and ‘grid.raster()’ now give error on an empty
(zero-length) raster.  (Reported by Ben North.)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘plot.lm’ would sometimes scramble the labels in plot type 5.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15458">PR#15458</a> and <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14837">PR#14837</a>)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘min()’ did not handle ‘NA_character_’ values properly.  (Reported by
Magnus Thor Torfason.)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
(Windows only.)  ‘readRegistry()’ would duplicate default values for
keys.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15455">PR#15455</a>)
</DEL>
</P></LI>

<LI><P>
On Windows there is support for making ‘.texi’ manuals using ‘texinfo’
5.0 or later: the setting is in file ‘src/gnuwin32/MkRules.dist’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-09-28</title>
<pubDate>Fri, 27 Sep 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/27#n2013-09-28</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/27#n2013-09-28</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
(Windows only.)  ‘readRegistry()’ would duplicate default values for
keys.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15455">PR#15455</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-09-27</title>
<pubDate>Thu, 26 Sep 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/26#n2013-09-27</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/26#n2013-09-27</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘plot.lm’ would sometimes scramble the labels in plot type 5.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15458">PR#15458</a> and <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14837">PR#14837</a>)
</P></LI>

<LI><P>
‘min()’ did not handle ‘NA_character_’ values properly.  (Reported by
Magnus Thor Torfason.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-09-26</title>
<pubDate>Wed, 25 Sep 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/25#n2013-09-26</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/25#n2013-09-26</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘getParseData()’ truncated the imaginary part of complex number
constants.  (Reported by Yihui Xie.)
</P></LI>

<LI><P>
‘dbeta(x, a, b)’ with ‘a’ or ‘b’ within a factor of 2 of the largest
representable number could infinite-loop.  (Reported by Ioannis
Kosmidis.)
</P></LI>

<LI><P>
‘provideDimnames()’ failed for arrays with a 0 dimension. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15465">PR#15465</a>)
</P></LI>

<LI><P>
‘rbind()’ and ‘cbind()’ did not handle list objects correctly.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15468">PR#15468</a>)
</P></LI>

<LI><P>
‘replayPlot()’ now checks if it is replaying a plot from the same
session.
</P></LI>

<LI><P>
‘rasterImage()’ and ‘grid.raster()’ now give error on an empty
(zero-length) raster.  (Reported by Ben North.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-09-23</title>
<pubDate>Sun, 22 Sep 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/22#n2013-09-23</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/22#n2013-09-23</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 UTILITIES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘R CMD build’ now weaves and tangles all vignettes, so suggested packages are not required during package installation if the source tarball was prepared with current ‘R CMD build’.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">LaTeX style file ‘upquote.sty’ is no longer included (the version was several years old): it is no longer used in R.  A much later version is commonly included in LaTeX distributions but does not play well with the ‘ae’ fonts which are the default for Sweave vignettes.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2013-09-20</title>
<pubDate>Thu, 19 Sep 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/19#n2013-09-20</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/19#n2013-09-20</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 UTILITIES </H4>
<UL>
<LI><P>
‘R CMD build’ makes more use of the ‘build’ sub-directory of package
sources, for example to record information about the vignettes.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘R CMD check’ optionally checks for non-standard top-level files and directories (which are often mistakes): this is enabled for ‘--as-cran’.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2013-09-13</title>
<pubDate>Thu, 12 Sep 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/12#n2013-09-13</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/12#n2013-09-13</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 NEW FEATURES </H4>
<UL>
<LI><P>
Processing Sweave and Rd documents to PDF now renders backticks and
single quotes better in several instances, including in ‘\code’ and
‘\samp’ expressions.
</P></LI>

<LI><P>
‘tools::pkgVignettes()’ gains argument ‘check’; if set to ‘TRUE’, it
will warn when it appears a vignette requests a non-existent vignette
engine.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘utils::modifyList()’ gets a new argument ‘keep.null’ allowing ‘NULL’ components in the replacement to be retained, instead of causing corresponding components to be deleted.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2013-09-12</title>
<pubDate>Wed, 11 Sep 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/11#n2013-09-12</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/11#n2013-09-12</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Processing Sweave and Rd documents to PDF now renders backticks and single quotes better in several instances, including in ‘\code’ and ‘\samp’ expressions.  </P>
<P>  ‘utils::modifyList()’ gets a new argument ‘keep.null’ allowing ‘NULL’ components in the replacement to be retained, instead of causing corresponding components to be deleted.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2013-09-11</title>
<pubDate>Tue, 10 Sep 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/10#n2013-09-11</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/10#n2013-09-11</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 UTILITIES </H4>
<UL>
<LI><P>
LaTeX style file ‘upquote.sty’ is no longer included (the version was
several years old).  A much later version is commonly included in LaTeX
distributions but does not play well with the ‘ae’ fonts which are the
default for Sweave vignettes.
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.2 BUG FIXES </H4>
<UL>
<LI><P>
‘plot()’ for ‘TukeyHSD’ objects did not balance ‘dev.hold()’ and
‘dev.flush()’ calls on multi-page plots.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15449">PR#15449</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-09-08</title>
<pubDate>Sat, 07 Sep 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/07#n2013-09-08</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/07#n2013-09-08</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 NEW FEATURES </H4>
<UL>
<LI><P>
Processing Sweave and Rd documents to PDF now renders backticks and
single quotes better in several instances, including in ‘\code’ and
‘\samp’ expressions.
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.2 UTILITIES </H4>
<UL>
<LI><P>
‘R CMD build’ now weaves and tangles all vignettes, so suggested
packages are never required during package installation.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-09-06</title>
<pubDate>Thu, 05 Sep 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/05#n2013-09-06</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/05#n2013-09-06</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 PACKAGE INSTALLATION </H4>
<UL>
<LI><P>
The default ‘version’ of Bioconductor for its packages has been changed
to the upcoming ‘2.13’, but this can be set by the environment variable
‘R_BIOC_VERSION’, e.g.  in file ‘Renviron.site’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-09-05</title>
<pubDate>Wed, 04 Sep 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/04#n2013-09-05</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/04#n2013-09-05</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 UTILITIES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘R CMD check’ does more thorough checking of declared packages and namespaces.  It reports  </P>
<P>          • packages declared in more than one of the ‘Depends’,           ‘Imports’, ‘Suggests’ and ‘Enhances’ fields of the           ‘DESCRIPTION’ file.  </P>
<P>          • namespaces declared in ‘Imports’ but not imported from,           neither in the ‘NAMESPACE’ file nor using the ‘::’ nor ‘:::’           operators.  </P>
<P>          • packages which are used in ‘library()’ or ‘requires()’ calls           in the R code but were already put on the search path _via_           ‘Depends’.  </P>
<P>          • packages declared in ‘Depends’ not imported _via_ the           ‘NAMESPACE’ file (except the standard packages).  Objects           used from ‘Depends’ packages should be imported to avoid           conflicts and to allow correct operation when the namespace           is loaded but not attached.  </P>
<P>          • objects imported _via_ ‘:::’ calls where ‘::’ would do.  </P>
<P>          • objects imported by ‘::’ which are not exported.  </P>
<P>          • objects imported by ‘:::’ calls which do not exist.  </P>
<P>  See ‘Writing R Extensions’ for good practice.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2013-09-03</title>
<pubDate>Mon, 02 Sep 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/02#n2013-09-03</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/02#n2013-09-03</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The ‘NEWS’ files have been re-organized.  </P>
<P>  This file contains news for R &gt;= 3.0.0: news for the 0.x.y, 1.x.y and 2.x.y releases is in files ‘NEWS.0’, ‘NEWS.1’ and ‘NEWS.2’.  The latter files are now installed when R is installed.  An HTML version of news from 2.10.0 to 2.15.3 is available as ‘doc/html/NEWS.2.html’.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Methods invoked by ‘NextMethod()’ had a different dynamic parent to the generic. This was causing trouble where S3 methods invoked via lazy evaluation could lose track of their generic.  (PR#15267)</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.0.2 UTILITIES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘R CMD check’ does more thorough checking of declared packages and namespaces.  It reports  </P>
<P>          • packages declared in more than one of the ‘Depends’,           ‘Imports’, ‘Suggests’ and ‘Enhances’ fields of the           ‘DESCRIPTION’ file.  </P>
<P>          • namespaces declared in ‘Imports’ but not imported from,           neither in the ‘NAMESPACE’ file nor using the ‘::’ nor ‘:::’           operators.  </P>
<P>          • packages which are used in ‘library()’ or ‘requires()’ calls           in the R code but were already put on the search path _via_           ‘Depends’.  </P>
<P>          • packages declared in ‘Depends’ not imported _via_ the           ‘NAMESPACE’ file (except the standard packages).  Objects           used from ‘Depends’ packages should be imported to avoid           conflicts and to allow correct operation when the namespace           is loaded but not attached.  </P>
<P>  See ‘Writing R Extensions’ for good practice.</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.0.2 BUG FIXES </H4>
<UL>
<LI><P>
‘mcMap()’ was not exported by package ‘parallel’. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15439">PR#15439</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-09-02</title>
<pubDate>Sun, 01 Sep 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/01#n2013-09-02</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/09/01#n2013-09-02</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 DEPRECATED AND DEFUNCT </H4>
<UL>
<LI><P>
Functions ‘readNEWS()’ and ‘checkNEWS()’ in package ‘tools’ are
deprecated (and they have not worked with current ‘NEWS’ files for a
long time).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-09-01</title>
<pubDate>Sat, 31 Aug 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/31#n2013-09-01</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/31#n2013-09-01</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The ‘NEWS’ files have been re-organized.  </P>
<P>  This file contains news for R &gt;= 3.0.0: news for the 0.x.y, 1.x.y and 2.x.y releases is in files ‘NEWS.0’, ‘NEWS.1’ and ‘NEWS.2’ in the sources.  The latter files are now installed when R is installed.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2013-08-31</title>
<pubDate>Fri, 30 Aug 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/30#n2013-08-31</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/30#n2013-08-31</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 UTILITIES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘R CMD check’ does more thorough checking of declared packages and namespaces.  It reports  </P>
<P>          • packages declared in more than one of the ‘Depends’,           ‘Imports’, ‘Suggests’ and ‘Enhances’ fields of the           ‘DESCRIPTION’ file.  </P>
<P>          • namespaces declared in ‘Imports’ but not imported from,           neither in the ‘NAMESPACE’ file nor using the ‘::’ nor ‘:::’           operators.  </P>
<P>          • packages which are used in ‘library()’ or ‘requires()’ calls           in the R code but were already put on the search path _via_           ‘Depends’.  </P>
<P>          • packages declared in ‘Depends’ not imported _via_ the           ‘NAMESPACE’ file (except the standard packages).  Objects           used from ‘Depends’ packages should be imported to avoid           conflicts.  </P>
<P>  See ‘Writing R Extensions’ for good practice.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2013-08-30</title>
<pubDate>Thu, 29 Aug 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/29#n2013-08-30</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/29#n2013-08-30</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.2 NEW FEATURES </H4>
<UL>
<LI><P>
The ‘NEWS’ files have been re-organized.
</P>
<P>
This file contains news for R &gt;= 3.0.0: news for the 0.x.y, 1.x.y and
2.x.y releases is in files ‘NEWS.0’, ‘NEWS.1’ and ‘NEWS.2’ in the
sources.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-08-27</title>
<pubDate>Mon, 26 Aug 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/26#n2013-08-27</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/26#n2013-08-27</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The ‘example()’ and ‘tools::Rd2ex()’ functions now have parameters to allow them to ignore ‘\dontrun’ markup in examples.  (Suggested by Peter Solymos.)</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.0.1 patched PACKAGE INSTALLATION </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Version requirements for ‘LinkingTo’ packages are now recognized: they are checked at installation.  (Fields with version requirements were previously silently ignored.)</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.0.1 patched C-LEVEL FACILITIES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘eval’ and ‘applyClosure’ are now protected against package code supplying an invalid ‘rho’.</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.0.1 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Two warning/error messages have been corrected: the (optional) warning produced by a partial name match with a pairlist, the error message from a zero-length argument to the ‘:’ operator.  (Found by Radford Neal; PR#15358, PR#15356)</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘na.omit()’ and ‘na.exclude()’ added a row to a zero-row data frame. (PR#15399)</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">(Windows only) Starting R with ‘R’ (instead of ‘Rterm’ or ‘Rgui’) would lose any zero-length strings from the command line arguments. (PR#15406)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2013-08-26</title>
<pubDate>Sun, 25 Aug 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/25#n2013-08-26</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/25#n2013-08-26</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched PACKAGE INSTALLATION </H4>
<UL>
<LI><P>
The limit of 500 ‘S3method’ entries in a ‘NAMESPACE’ file has been
removed.
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.1 patched BUG FIXES </H4>
<UL>
<LI><P>
(Windows) ‘system2()’ now respects specifying ‘stdout’ and ‘stderr’ as
files if called from ‘Rgui’. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15393">PR#15393</a>)
</P></LI>

<LI><P>
Closing an ‘x11()’ device whilst ‘locator()’ or ‘identify()’ is in
progress no longer hangs R.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15253">PR#15253</a>)
</P></LI>

<LI><P>
‘list.dirs(full.names = FALSE)’ was not implemented.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15170">PR#15170</a>)
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘file.show()’ and ‘edit()’ are now more likely to work on file paths containing spaces.  (Where external utilities are used, not the norm on Windows nor in ‘R.app’ which should previously have worked.)</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Packages using the ‘methods’ package are more likely to work when they import it but it is not attached.  (Several parts of its C code were looking for its R functions on the search path rather than in its namespace.)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2013-08-24</title>
<pubDate>Fri, 23 Aug 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/23#n2013-08-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/23#n2013-08-24</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched UTILITIES </H4>
<UL>
<LI><P>
‘R CMD check’ optionally checks for non-standard top-level files (which
are often mistakes): this is enabled for ‘--as-cran’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-08-23</title>
<pubDate>Thu, 22 Aug 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/22#n2013-08-23</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/22#n2013-08-23</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘lgamma(-x)’ is no longer ‘NaN’ for very small x.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-08-21</title>
<pubDate>Tue, 20 Aug 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/20#n2013-08-21</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/20#n2013-08-21</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched BUG FIXES </H4>
<UL>
<LI><P>
Packages using the ‘methods’ package are more likely to work when they
import it, even if it is not attached.  (Several parts of its C code
were looking for its R functions on the search path rather than in its
namespace.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-08-16</title>
<pubDate>Thu, 15 Aug 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/15#n2013-08-16</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/15#n2013-08-16</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched UTILITIES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘R CMD check’ does more thorough checking of declared packages and namespaces.  It reports  </P>
<P>          • packages declared in more than one of the ‘Depends’,           ‘Imports’, ‘Suggests’ and ‘Enhances’ fields of the           ‘DESCRIPTION’ file.  </P>
<P>          • namespaces declared in ‘Imports’ but not imported from,           neither in the ‘NAMESPACE’ file nor using the ‘::’ nor ‘:::’           operators.  </P>
<P>          • packages which are used in ‘library()’ or ‘requires()’ calls           in the R code but were already put on the search path _via_           ‘Depends’.  </P>
<P>          • packages declared in ‘Depends’ not imported _via_ the           ‘NAMESPACE’ file (except the standard packages).  Objects           used from ‘Depends’ packages should be imported to avoid           conflicts.  </P>
<P>          • namespaces imported _via_ ‘:::’ calls are reported.  (Many of           these should be ‘::’ calls.)  </P>
<P>  See ‘Writing R Extensions’ for good practice.</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.0.1 patched PACKAGE INSTALLATION </H4>
<UL>
<LI><P>
Version requirements for ‘LinkingTo’ packages are now recognized: they
are checked at installation.  (They were previously silently ignored.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-08-15</title>
<pubDate>Wed, 14 Aug 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/14#n2013-08-15</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/14#n2013-08-15</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched UTILITIES </H4>
<UL>
<LI><P>
‘R CMD check’ does more thorough checking of declared packages and
namespaces.  It reports
</P>
<P>
        • packages declared in more than one of the ‘Depends’,
          ‘Imports’, ‘Suggests’ and ‘Enhances’ fields of the
          ‘DESCRIPTION’ file.
</P>
<P>
        • namespaces declared in ‘Imports’ but not imported from,
          neither in the ‘NAMESPACE’ file nor using the ‘::’ nor ‘:::’
          operators.
</P>
<P>
        • packages which are used in ‘library()’ or ‘requires()’ calls
          in the R code but were already put on the search path _via_
          ‘Depends’.
</P>
<P>
        • packages declared in ‘Depends’ not imported _via_ the
          ‘NAMESPACE’ file (except the standard packages).  Objects
          used from ‘Depends’ packages should be imported to avoid
          conflicts.
</P>
<P>
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.1 patched INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">More of the installation and checking process will work even when ‘TMPDIR’ is set to a path containing spaces, but this is not recommended and external software (such as ‘texi2dvi’) may fail.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2013-08-14</title>
<pubDate>Tue, 13 Aug 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/13#n2013-08-14</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/13#n2013-08-14</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
More of the installation and checking process will work even when
‘TMPDIR’ is set to a path containing spaces, but this is not
recommeneded and external software (such as ‘texi2dvi’) may fail.
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘file.show()’ and ‘edit()’ are now more likely to work on file paths
containing spaces.  (Where external utilities are used, not the norm on
Windows nor in ‘R.app’, which should previously have worked.)
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘system()’ and ‘system2()’ are better protected against users who misguidedly have spaces in the temporary directory path.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2013-08-13</title>
<pubDate>Mon, 12 Aug 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/12#n2013-08-13</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/12#n2013-08-13</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘system()’ and ‘system2()’ are better protected against users who
misguidely have spaces in the temporary directory path.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-08-12</title>
<pubDate>Sun, 11 Aug 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/11#n2013-08-12</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/11#n2013-08-12</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘R CMD LINK’ did not know about sub-architectures.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-08-07</title>
<pubDate>Tue, 06 Aug 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/06#n2013-08-07</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/06#n2013-08-07</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched UTILITIES </H4>
<UL>
<LI><P>
(Windows only.) ‘Rscript -e’ requires a non-empty argument for
consistency with Unix versions of R.  (Also ‘Rterm -e’ and ‘R -e’.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-08-06</title>
<pubDate>Mon, 05 Aug 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/05#n2013-08-06</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/05#n2013-08-06</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘sum()’ for integer arguments now uses an integer accumulator of at
least 64 bits and so will be more accurate in the very rare case that a
cumulative sum exceeds 2^53 (necessarily summing more than 4 million
elements).
</P></LI>

<LI><P>
Methods invoked by ‘NextMethod()’ had different dynamic parent to the
generic. This was causing trouble where S3 methods invoked via lazy
evaluation could lose track of their generic (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15267">PR#15267</a>).
</P></LI>

<LI><P>
Code for the negative binomial distribution now treats the case ‘size
== 0’ as a one-point distribution at zero.
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.1 patched INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
The minimum version for a system ‘xz’ library is now 5.0.3 (was 4.999).
This is in part to avoid 5.0.2, which can compress in ways other
versions cannot decompress.
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘is.unsorted(NA)’ returns false as documented (rather than ‘NA’).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-08-05</title>
<pubDate>Sun, 04 Aug 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/04#n2013-08-05</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/04#n2013-08-05</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘abbreviate()’ handles without warning non-ASCII input strings which
require no abbreviation.
</P></LI>

<LI><P>
‘read.dcf()’ no longer has a limit of 8191 bytes per line. (Wish of
<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15250">PR#15250</a>.)
</P></LI>

<LI><P>
‘formatC(x)’ no longer copies the class of ‘x’ to the result, to avoid
misuse creating invalid objects as in <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15303">PR#15303</a>.  A warning is given if
a class is discarded.
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.1 patched BUG FIXES </H4>
<UL>
<LI><P>
If ‘x’ is a symbol, ‘is.vector(x, &quot;name&quot;)’ now returns ‘TRUE’, since
‘&quot;name&quot;’ and ‘&quot;symbol&quot;’ should be synonyms.  (Reported by Hervé Pagès.)
</P></LI>

<LI><P>
‘R CMD rtags’ works on platforms (such as OS X) with a XSI-conformant
shell command ‘echo’. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15231">PR#15231</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-08-03</title>
<pubDate>Fri, 02 Aug 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/02#n2013-08-03</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/08/02#n2013-08-03</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘termplot()’ now has an argument ‘transform.x’ to control the display
of individual terms in the plot.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15329">PR#15329</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-08-01</title>
<pubDate>Wed, 31 Jul 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/31#n2013-08-01</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/31#n2013-08-01</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
The initialization of the regression coefficients for non-degenerate
differenced models in ‘arima()’ has been changed and in some examples
avoids a local maximum.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15396">PR#15396</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-07-29</title>
<pubDate>Sun, 28 Jul 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/28#n2013-07-29</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/28#n2013-07-29</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
Dataset ‘npk’ has been copied from ‘MASS’ to allow more tests to be run
without recommended packages being installed.
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.1 patched BUG FIXES </H4>
<UL>
<LI><P>
(Windows only) Starting R with ‘R’ (instead of ‘Rterm’ or ‘Rgui’) would
lose any zero length strings from the command line arguments.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15406">PR#15406</a>)
</P></LI>

<LI><P>
Errors in the encoding specified on the command line via
‘--encoding=foo’ were not handled properly.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15405">PR#15405</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-07-28</title>
<pubDate>Sat, 27 Jul 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/27#n2013-07-28</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/27#n2013-07-28</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched PACKAGE INSTALLATION </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘R CMD INSTALL’ has a new option ‘--no-byte-compile’ which will override a ‘ByteCompile’ field in the package's ‘DESCRIPTION’ file.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">License ‘BSD’ is deprecated: use ‘BSD_3_clause’ or ‘BSD_2_clause’ instead.  </P>
<P>  License ‘X11’ is deprecated: use ‘MIT’ or ‘BSD_2_clause’ instead.</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.0.1 patched C-LEVEL FACILITIES </H4>
<UL>
<LI><P>
‘eval’ and ‘applyClosure’ qre now protected against package code
supplying an invalid ‘rho’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-07-27</title>
<pubDate>Fri, 26 Jul 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/26#n2013-07-27</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/26#n2013-07-27</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘source()’ did not display filenames when reporting syntax errors.
</P></LI>

<LI><P>
Syntax error reports misplaced the caret pointing out the bad token.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-07-26</title>
<pubDate>Thu, 25 Jul 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/25#n2013-07-26</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/25#n2013-07-26</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched PACKAGE INSTALLATION </H4>
<UL>
<LI><P>
License ‘BSD’ is deprecated: use ‘BSD_2_clause’ or ‘BSD_3_clause’
instead.
</P>
<P>
License ‘X11’ is deprecated: use ‘MIT’ or ‘BSD_2_clause’ instead.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-07-24</title>
<pubDate>Tue, 23 Jul 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/23#n2013-07-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/23#n2013-07-24</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
Configuring with ‘--disable-byte-compilation’ will override the
‘DESCRIPTION’ files of recommended packages, which typically require
byte-compilation.
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.1 patched PACKAGE INSTALLATION </H4>
<UL>
<LI><P>
‘R CMD INSTALL’ has a new option ‘--no-byte-compile’ which will
override a ‘ByteCompile’ field in the packages's ‘DESCRIPTION’ file.
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.1 patched BUG FIXES </H4>
<UL>
<LI><P>
All the (where necessary cut-down) vignettes are installed if R was
configured with ‘--without-recommended-packages’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-07-22</title>
<pubDate>Sun, 21 Jul 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/21#n2013-07-22</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/21#n2013-07-22</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
When ‘parse()’ finds a syntax error, it now makes partial parse
information available up to the location of the error.  (Request of
Reijo Sund.)
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘na.omit()’ and ‘na.exclude()’ added a row to a zero row data frame.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15399">PR#15399</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-07-20</title>
<pubDate>Fri, 19 Jul 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/19#n2013-07-20</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/19#n2013-07-20</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘integrate()’ reverts to the pre-2.12.0 behaviour: from 2.12.0 to 3.0.1 it sometimes failed to achieve the requested tolerance and reported error estimates that were exceeded.  (PR#15219)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2013-07-17</title>
<pubDate>Tue, 16 Jul 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/16#n2013-07-17</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/16#n2013-07-17</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched BUG FIXES </H4>
<UL>
<LI><P>
The parser now enforces C99 syntax for floating point hexadecimal
constants (e.g. ‘0x1.1p0’), rather than returning unintended values for
malformed constants. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15234">PR#15234</a>)
</P></LI>

<LI><P>
Subsetting 1D arrays often lost dimnames (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15301">PR#15301</a>).
</P></LI>

<LI><P>
Unary ‘+’ on a logical vector did not coerce to integer, although unary
‘-’ did.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘model.matrix()’ now works with very long LHS names (more than 500 bytes).  (PR#15377)</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘integrate()’ reverts to the pre-2.12.0 behaviour: it sometimes reported error estimates that were exceeded.  (PR#15219)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2013-07-16</title>
<pubDate>Mon, 15 Jul 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/15#n2013-07-16</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/15#n2013-07-16</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘seq()’ and ‘seq.int()’ give more explicit error messages if called
with invalid (e.g. ‘NaN’) inputs.
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘model.matrix()’ now works with very long lhs names (more than 500
bytes).  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15377">PR#15377</a>)
</P></LI>

<LI><P>
‘integrate()’ reverts to the pre-2.12.0 behaviour.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15219">PR#15219</a>)
</P></LI>

<LI><P>
‘strptime()’ now handles ‘%W’ fields with value 0. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15915">PR#15915</a>)
</P></LI>

<LI><P>
R is now better protected against people trying to interact with the
console in startup code.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15325">PR#15325</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-07-14</title>
<pubDate>Sat, 13 Jul 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/13#n2013-07-14</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/13#n2013-07-14</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
The macros used for the texinfo manuals have been changed to work
better with the incompatible changes made in ‘texinfo 5.x’.
</P></LI>

<LI><P>
The included version of PCRE has been updated to 8.33.
</P></LI>

<LI><P>
The included version of ‘zlib’ has been updated to 1.2.8, a bug-fix
release.
</P></LI>

<LI><P>
The included version of xz utils's ‘liblzma’ has been updated to 5.0.5.
</P></LI>

<LI><P>
Since ‘javareconf’ (see above) is used when R is installed, a stable
link for ‘JAVA_HOME’ can be supplied then.
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
The macros used for the texinfo manuals have been changed to work
better with the incompatible changes made in texinfo 5.x.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The included version of PCRE has been updated to 8.33.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The included version of ‘zlib’ has been updated to 1.2.8, a bug-fix
release.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The included version of xz utils's ‘liblzma’ has been updated to 5.0.5.
</DEL>
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.1 patched UTILITIES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘R CMD javareconf’ now supports the use of symbolic links for ‘JAVA_HOME’ on platforms which have ‘realpath’.  So it is now possible to use  </P>
<P>  R CMD javareconf JAVA_HOME=/usr/lib/jvm/java-1.7.0  </P>
<P>  on a Linux system and record that value rather than the frequently-changing full path such as ‘/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25.x86_64’.</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.0.1 patched DOCUMENTATION </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘An Introduction to R’ has a new chapter on using R as a scripting language including interacting with the OS.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2013-07-13</title>
<pubDate>Fri, 12 Jul 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/12#n2013-07-13</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/12#n2013-07-13</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched DOCUMENTATION </H4>
<UL>
<LI><P>
‘An Introduction to R’ has a new chapter on using R as a scripting
language, interacting with the OS.
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
Various functions in ‘stats’ and elsewhere that use non-standard
evaluation are now more careful to follow the namespace scoping rules.
E.g. ‘stats::lm()’ can now find ‘stats::model.frame()’ even if ‘stats’
is not on the search path or if some package defines a function of that
name.
</P></LI>

<LI><P>
If an invalid/corrupt ‘.Random.seed’ object is encountered in the
workspace it is ignored with a warning rather than giving an error.
(This allows R itself to rely on a working RNG, e.g. to choose a random
port.)
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The included version of ‘zlib’ has been updated to 1.2.8, a bug-fix release.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">There is now support for the LaTeX style file ‘zi4.sty’ which has in some distributions replaced ‘inconsolata.sty’.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The included version of xz utils's ‘liblzma’ has been updated to 5.0.5.</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.0.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘stem()’ now discards infinite inputs rather than hanging.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15376">PR#15376</a>)
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">On systems where ‘mktime()’ does not set ‘errno’, the last second before the epoch could not be converted from ‘POSIXlt’ to ‘POSIXct’. (Reported by Bill Dunlap.)</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘add1.glm()’ miscalculated F-statistics when df &gt; 1. (Bill Dunlap, PR#15386).</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2013-07-11</title>
<pubDate>Wed, 10 Jul 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/10#n2013-07-11</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/10#n2013-07-11</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘add1.glm’ miscalculated F-statistics when df &gt; 1. (Bill Dunlap,
<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15386">PR#15386</a>).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-07-10</title>
<pubDate>Tue, 09 Jul 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/09#n2013-07-10</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/09#n2013-07-10</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
The included version of xz's liblzma has been updated to 5.0.5.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">New ‘assertCondition()’, etc. utilities in ‘tools’, useful for testing.</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.0.1 patched UTILITIES </H4>
<UL>
<LI><P>
‘R CMD javareconf’ now supports the use of symbolic links for
‘JAVA_HOME’ on platforms which have ‘realpath’.  So it is now possible
to use
</P>
<P>
R CMD javareconf JAVA_HOME=/usr/lib/jvm/java-1.7.0
</P>
<P>
on a Linux system and record that value rather than the
frequently-changing full path such as
‘/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25.x86_64’.
</P>
<P>
Since ‘javareconf’ is used when R is installed, a simplified
‘JAVA_HOME’ can be supplied then.
</P></LI>

</UL>
<H4>CHANGES IN R 3.0.1 patched BUG FIXES </H4>
<UL>
<LI><P>
On system where ‘mktime()’ does not set ‘errno’, the last second before
the epoch could not be converted from ‘POSIXlt’ to ‘POSIXct’. (Reported
by Bill Dunlap.)
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘mclapply()’ and ‘mcparallel()’ with ‘silent = TRUE’ could break a process that uses ‘stdout’ output unguarded against broken pipes (e.g., ‘zip’ will fail silently). To work around such issues, they now replace ‘stdout’ with a descriptor pointed to ‘/dev/null’ instead. For this purpose, internal ‘closeStdout’ and ‘closeStderr’ functions have gained the ‘to.null’ flag.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘kmeans(algorithm = "Hartigan-Wong")’ now always stops iterating in the QTran stage. (PR#15364).</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2013-07-07</title>
<pubDate>Sat, 06 Jul 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/06#n2013-07-07</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/06#n2013-07-07</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘read.dcf()’ re-allocated incorrectly and so could segfault when called
on a file with lines of more than 100 bytes.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2013-07-05</title>
<pubDate>Thu, 04 Jul 2013 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/04#n2013-07-05</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-0-branch/NEWS/2013/07/04#n2013-07-05</guid>
<description><![CDATA[<H4>CHANGES IN R 3.0.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
Profiling now records non-inlined calls from byte compiled code to
BUILTIN functions.
</P></LI>

</UL>]]></description>  
</item>
     </channel>
</rss>