<?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-3-branch/NEWS</title>
    <link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS</link>
    <atom:link href="https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/index.rss" rel="self" type="application/rss+xml" />
    <description>Daily updates to R-3-3-branch/NEWS</description>
    <language>en</language>

<item>
<title>2017-03-06</title>
<pubDate>Sun, 05 Mar 2017 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/03/05#n2017-03-06</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/03/05#n2017-03-06</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘xpdrows.data.frame()’ was not checking for unique row names; in particular, this affected assignment to non-existing rows _via_ numerical indexing. (PR#16570)</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.1.2 BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘merge(&lt;dendrogram&gt;, ..)’ now works correctly for two `independent' dendrograms (PR#15648), and still compatibly _via_ ‘adjust = "auto"’ e.g. for two branches of an existing dendrogram.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Work around a bug in OS X Yosemite where key environment variables may be duplicated causing issues in subprocesses. The duplicates are now removed on R startup (_via_ Rprofile). (PR#16042)</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.1.0 NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘colorRamp()’ and ‘colorRampPalette()’ now allow non-opaque colours and a ramp in opacity _via_ the new argument ‘alpha = TRUE’.  (Suggested by Alberto Krone-Martins, but optionally as there are existing uses which expect only RGB values.)</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.0.2 NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘tail(warnings())’ now works, _via_ the new ‘`[`’ method.</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 BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Errors in the encoding specified on the command line _via_ ‘--encoding=foo’ were not handled properly.  (PR#15405)</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.0.0 NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Profiling _via_ ‘Rprof()’ now optionally records information at the statement level, not just the function level.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Profiling _via_ ‘Rprof()’ now optionally records information about time spent in GC.</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.0.0 PACKAGE parallel </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">There is a new function ‘mcaffinity()’ which allows getting or setting the CPU affinity mask for the current R process on systems that supports this (currently only Linux has been tested successfully).  It has no effect on systems which do not support process affinity.  Users are not expected to use this function directly (with the exception of fixing libraries that break affinity settings like OpenBLAS) - the function is rather intended to support affinity control in high-level parallel functions.  In the future, R may supplement lack of affinity control in the OS by its own bookkeeping _via_ ‘mcaffinity()’ related to processes and threads it spawns.</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.0.0 BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Field assignments in reference class objects _via_ ‘$&lt;-’ were not being checked because the magic incantation to turn methods on for that primitive operator had been inadvertently omitted.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2017-03-01</title>
<pubDate>Tue, 28 Feb 2017 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/02/28#n2017-03-01</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/02/28#n2017-03-01</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.3 BUG FIXES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘rep(x, times)’ and ‘rep.int(x, times)’ now both work also when ‘times’
is of length one and larger than the maximal integer.
</DEL>
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2017-02-28</title>
<pubDate>Mon, 27 Feb 2017 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/02/27#n2017-02-28</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/02/27#n2017-02-28</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.3 NEW FEATURES </H4>
<UL>
<LI><P>
Changes when redirection of a ‘http://’ URL to a ‘https://’ URL is
encountered:
</P>
<P>
        • The internal methods of ‘download.file()’ and ‘url()’ now
          report that they cannot follow this (rather than failing
          silently).
</P>
<P>
        • (Unix-alike) ‘download.file(method = &quot;auto&quot;)’ (the default)
          re-tries with ‘method = &quot;libcurl&quot;’.
</P>
<P>
        • (Unix-alike) ‘url(method = &quot;default&quot;)’ with an explicit
          ‘open’ argument re-tries with ‘method = &quot;libcurl&quot;’.  This
          covers many of the usages, e.g. ‘readLines()’ with a URL
          argument.
</P>
<P>
</P></LI>

</UL>
<H4>CHANGES IN R 3.3.3 INSTALLATION on a UNIX-ALIKE </H4>
<UL>
<LI><P>
The ‘configure’ check for the ‘zlib’ version is now robust to versions
longer than 5 characters, including ‘1.2.11’.
</P></LI>

</UL>
<H4>CHANGES IN R 3.3.3 UTILITIES </H4>
<UL>
<LI><P>
Environmental variable ‘_R_CHECK_TESTS_NLINES_’ controls how ‘R CMD
check’ reports failing tests (see §8 of the ‘R Internals’ manual).
</P></LI>

</UL>
<H4>CHANGES IN R 3.3.3 DEPRECATED AND DEFUNCT </H4>
<UL>
<LI><P>
(C-level Native routine registration.)  The undocumented ‘styles’ field
of the components of ‘R_CMethodDef’ and ‘R_FortranMethodDef’ is
deprecated.
</P></LI>

</UL>
<H4>CHANGES IN R 3.3.3 BUG FIXES </H4>
<UL>
<LI><P>
‘rep(x, times)’ and ‘rep.int(x, times)’ now both work also when ‘times’
is of length one and larger than the maximal integer.
</P></LI>

<LI><P>
‘vapply(x, *)’ now works with long vectors ‘x’.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17174">PR#17174</a>)
</P></LI>

<LI><P>
‘isS3method(&quot;is.na.data.frame&quot;)’ and similar are correct now.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17171">PR#17171</a>)
</P></LI>

<LI><P>
‘grepRaw(&lt;long&gt;, &lt;short&gt;, fixed = TRUE)’ now works, thanks to a patch
by Mikko Korpela.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17132">PR#17132</a>)
</P></LI>

<LI><P>
Package installation into a library where the package exists _via_
symbolic link now should work wherever ‘Sys.readlink()’ works,
resolving <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16725">PR#16725</a>.
</P></LI>

<LI><P>
‘&quot;Cincinnati&quot;’ was missing an ‘&quot;n&quot;’ in the ‘precip’ dataset.
</P></LI>

<LI><P>
Fix buffer overflow vulnerability in ‘pdf()’ when loading an encoding
file.  Reported by Talos (TALOS-2016-0227).
</P></LI>

<LI><P>
‘getDLLRegisteredRoutines()’ now produces its warning correctly when
multiple DLLs match, thanks to Matt Dowle's <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17184">PR#17184</a>.
</P></LI>

<LI><P>
‘Sys.timezone()’ now returns non-NA also on platforms such as ‘Ubuntu
14.04.5 LTS’, thanks to Mikko Korpela's <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17186">PR#17186</a>.
</P></LI>

<LI><P>
‘format(x)’ for an illegal ‘&quot;POSIXlt&quot;’ object ‘x’ no longer segfaults.
</P></LI>

<LI><P>
‘methods(f)’ now also works for ‘f’ ‘&quot;(&quot;’ or ‘&quot;{&quot;’.
</P></LI>

<LI><P>
(Windows only) ‘dir.create()’ did not check the length of the path to
create, and so could overflow a buffer and crash R.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17206">PR#17206</a>)
</P></LI>

<LI><P>
On some systems, very small hexadecimal numbers in hex notation would
underflow to zero.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17199">PR#17199</a>)
</P></LI>

<LI><P>
‘pmin()’ and ‘pmax()’ now work again for ‘ordered’ factors and 0-length
S3 classed objects, thanks to Suharto Anggono's <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17195">PR#17195</a> and <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17200">PR#17200</a>.
</P></LI>

<LI><P>
‘bug.report()’ did not do any validity checking on a package's
‘BugReports’ field.  It now ignores an empty field, removes leading
whitespace and only attempts to open ‘http://’ and ‘https://’ URLs,
falling back to emailing the maintainer.
</P></LI>

<LI><P>
Bandwidth selectors ‘bw.ucv()’ and ‘bw.SJ()’ gave incorrect answers or
incorrectly reported an error (because of integer overflow) for inputs
longer than 46341.  Similarly for ‘bw.bcv()’ at length 5793.
</P>
<P>
Another possible integer overflow is checked and may result in an error
report (rather than an incorrect result) for much longer inputs
(millions for a smooth distribution).
</P></LI>

<LI><P>
‘findMethod()’ failed if the active signature had expanded beyond what
a particular package used. (Example with packages ‘XR’ and ‘XRJulia’ on
CRAN.)
</P></LI>

<LI><P>
‘qbeta()’ underflowed too early in some very asymmetric cases.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17178">PR#17178</a>)
</P></LI>

<LI><P>
‘R CMD Rd2pdf’ had problems with packages with non-ASCII titles in
‘.Rd’ files (usually the titles were omitted).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2017-02-27</title>
<pubDate>Sun, 26 Feb 2017 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/02/26#n2017-02-27</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/02/26#n2017-02-27</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched INSTALLATION on a UNIX-ALIKE </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The ‘configure’ check for the ‘zlib’ version is now robust to versions longer than 5 characters, including ‘1.2.11’.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2017-02-22</title>
<pubDate>Tue, 21 Feb 2017 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/02/21#n2017-02-22</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/02/21#n2017-02-22</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched DEPRECATED AND DEFUNCT </H4>
<UL>
<LI><P>
(C-level Native routine registration.)  The undocumented ‘styles’ field
of the components of ‘R_CMethodDef’ and ‘R_FortranMethodDef’ is
deprecated.
</P></LI>

</UL>
<H4>CHANGES IN R 3.3.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Changes when redirection of a ‘http://’ URL to a ‘https://’ URL is encountered:  </P>
<P>          • The internal methods of ‘download.file()’ and ‘url()’ now           report that they cannot follow this (rather than failing           silently).  </P>
<P>          • (Unix-alike) ‘download.file(method = "auto")’ (the default)           re-tries with ‘method = "libcurl"’.  </P>
<P>          • (Unix-alike) ‘url(method = "default")’ with an explicit           ‘open’ argument re-tries with ‘method = "libcurl"’.  This           covers many of the usages, e.g. ‘readLines()’ with a URL           argument.  </P>
<P> </INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2017-02-21</title>
<pubDate>Mon, 20 Feb 2017 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/02/20#n2017-02-21</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/02/20#n2017-02-21</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘R CMD Rd2pdf’ had problems with packages with non-ASCII titles in
‘.Rd’ files (usually the titles were omitted).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2017-02-18</title>
<pubDate>Fri, 17 Feb 2017 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/02/17#n2017-02-18</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/02/17#n2017-02-18</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Package installation into a library where the package exists _via_ symbolic link now should work wherever ‘Sys.readlink()’ works, resolving PR#16725.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘findMethod()’ failed if the active signature had expanded beyond what a particular package used. (Example with packages ‘XR’ and ‘XRJulia’ on CRAN.)</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.3.0 NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">S4 values are automatically coerced to vector (_via_ ‘as.vector’) when subassigned into atomic vectors.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2017-02-17</title>
<pubDate>Thu, 16 Feb 2017 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/02/16#n2017-02-17</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/02/16#n2017-02-17</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘findMethod()’ failed if the active signature had expanded beyond what a particular package used. (Example with packages ‘XR’ and ‘XRJulia’ on CRAN).</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2017-02-15</title>
<pubDate>Tue, 14 Feb 2017 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/02/14#n2017-02-15</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/02/14#n2017-02-15</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Changes when redirection of a ‘http://’ URL to a ‘https://’ URL is encountered:  </P>
<P>  The internal methods of ‘download.file()’ and ‘url()’ now report that they cannot follow this (rather than failing silently).  </P>
<P>  (Unix-alike) ‘download.file(method = "auto")’ (the default) re-tries with ‘method = "libcurl"’.  </P>
<P>  (Unix-alike) ‘url(method = "default")’ with an explicit ‘open’ argument re-tries with ‘method = "libcurl"’.  This covers many of the usages, e.g. ‘readLines()’ with a URL argument.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2017-02-08</title>
<pubDate>Tue, 07 Feb 2017 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/02/07#n2017-02-08</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/02/07#n2017-02-08</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched INSTALLATION on a UNIX-ALIKE </H4>
<UL>
<LI><P>
The ‘configure’ check for the ‘zlib’ version is now robust to versions
longer than 5 characters, including ‘1.2.10’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2017-02-04</title>
<pubDate>Fri, 03 Feb 2017 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/02/03#n2017-02-04</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/02/03#n2017-02-04</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched BUG FIXES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘R CMD build’ no longer wraps a ‘BugReports’ field containing a long
URL, which made it unusable in R &lt;= 3.3.2.
</DEL>
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2017-02-02</title>
<pubDate>Wed, 01 Feb 2017 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/02/01#n2017-02-02</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/02/01#n2017-02-02</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘R CMD build’ no longer wraps a ‘BugReports’ field containing a long
URL, which made it unusable in R &lt;= 3.3.2.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2017-01-31</title>
<pubDate>Mon, 30 Jan 2017 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/01/30#n2017-01-31</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/01/30#n2017-01-31</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘qbeta()’ underflowed too early in some very asymmetric cases.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17178">PR#17178</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2017-01-27</title>
<pubDate>Thu, 26 Jan 2017 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/01/26#n2017-01-27</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/01/26#n2017-01-27</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘findMethod’ failed if the active signature had expanded beyond what a
particular package used. (Example with packages ‘XR’ and ‘XRJulia’ on
CRAN).
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Bandwidth selectors ‘bw.ucv()’ and ‘bw.SJ()’ gave incorrect answers or incorrectly reported an error (because of integer overflow) for inputs longer than 46341.  Similarly for ‘bw.bcv()’ at length 5793.  </P>
<P>  Another possible integer overflow is checked and may result in an error report (rather than an incorrect result) for much longer inputs (millions for a smooth distribution).</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2017-01-25</title>
<pubDate>Tue, 24 Jan 2017 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/01/24#n2017-01-25</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/01/24#n2017-01-25</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘pmin()’ and ‘pmax()’ now work again for ‘ordered’ factors and 0-length
S3 classed objects, thanks to Suharto Anggono's <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17195">PR#17195</a> and <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17200">PR#17200</a>.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘rep(x, times)’ and ‘rep.int(x, times)’ now both work also when ‘times’ is larger than the maximal integer, including when it is of length greater than one. (PR#16932)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2017-01-19</title>
<pubDate>Wed, 18 Jan 2017 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/01/18#n2017-01-19</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/01/18#n2017-01-19</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
The check for the zlib version is now robust to versions longer than 5
characters, including 1.2.10.
</DEL>
</P></LI>

<LI><P>
The check for the zlib version is now robust to versions longer than 5
characters, including 1.2.10.
</P></LI>

</UL>
<H4>CHANGES IN R 3.3.2 patched UTILITIES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
Enviromental variable ‘_R_CHECK_TESTS_NLINES_’ controls how ‘R CMD
check’ reports failing tests (see §8 of the ‘R Internals’ manual).
</DEL>
</P></LI>

<LI><P>
Environmental variable ‘_R_CHECK_TESTS_NLINES_’ controls how ‘R CMD
check’ reports failing tests (see §8 of the ‘R Internals’ manual).
</P></LI>

</UL>
<H4>CHANGES IN R 3.3.2 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘bug.report()’ did not do any validity checking on a package's ‘BugReports’ field.  It now ignores an empty field, removes leading whitespace and only attempts to open ‘http://’ and ‘https://’ URLs, falling back to emailing the maintainer.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2017-01-17</title>
<pubDate>Mon, 16 Jan 2017 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/01/16#n2017-01-17</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/01/16#n2017-01-17</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched BUG FIXES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘bw.SJ()’ and ‘density(*, bw=&quot;SJ&quot;)’ no longer fail because of integer
overflow for large sample size n (starting from n as small as 65536).
</DEL>
</P></LI>

<LI><P>
Bandwidth selectors ‘bw.ucv()’ and ‘bw.SJ()’ gave incorrect answers or
incorrectly reported an error (because of integer overflow) for inputs
longer than 46341.  Similarly for ‘b2.bcv()’ at length 5793.
</P>
<P>
Another possible integer overflow is checked and may result in a
reported error (rather than an incorrect result) for much longer inputs
(millions for a smooth distribution).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2017-01-14</title>
<pubDate>Fri, 13 Jan 2017 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/01/13#n2017-01-14</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/01/13#n2017-01-14</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘bw.SJ()’ and ‘density(*, bw=&quot;SJ&quot;)’ no longer fail because of integer
overflow for large sample size n (starting from n as small as 65536).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2017-01-10</title>
<pubDate>Mon, 09 Jan 2017 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/01/09#n2017-01-10</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/01/09#n2017-01-10</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘bug.report()’ did not do any validity checking on a package's
‘BugReports’ field.  It now ignores an empty field and only attempts to
open ‘http://’ and ‘https://’ URLs, falling back to emailing the
maintainer.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2017-01-09</title>
<pubDate>Sun, 08 Jan 2017 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/01/08#n2017-01-09</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/01/08#n2017-01-09</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched BUG FIXES </H4>
<UL>
<LI><P>
On some systems, very small hexadecimal numbers in hex notation would
underflow to zero.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17199">PR#17199</a>)
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">(Windows only) ‘dir.create()’ did not check the length of the path to create, and so could overflow a buffer and crash R.  (PR#17206)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2017-01-08</title>
<pubDate>Sat, 07 Jan 2017 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/01/07#n2017-01-08</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/01/07#n2017-01-08</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched BUG FIXES </H4>
<UL>
<LI><P>
(Windows only) ‘dir.create()’ did not check the length of the path to
create, and so could overflow a buffer and crash R.  <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17206">PR#17206</a>
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2017-01-06</title>
<pubDate>Thu, 05 Jan 2017 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/01/05#n2017-01-06</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/01/05#n2017-01-06</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
The check for the zlib version is now robust to versions longer than 5
characters, including 1.2.10.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2017-01-03</title>
<pubDate>Mon, 02 Jan 2017 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/01/02#n2017-01-03</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2017/01/02#n2017-01-03</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched UTILITIES </H4>
<UL>
<LI><P>
Enviromental variable ‘_R_CHECK_TESTS_NLINES_’ controls how ‘R CMD
check’ reports failing tests (see §8 of the ‘R Internals’ manual).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-12-15</title>
<pubDate>Wed, 14 Dec 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/12/14#n2016-12-15</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/12/14#n2016-12-15</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
The internal methods of ‘download.file()’ and ‘url()’ now report if
they are unable to follow the redirection of a ‘http://’ URL to a
‘https://’ URL (rather than failing silently).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-12-11</title>
<pubDate>Sat, 10 Dec 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/12/10#n2016-12-11</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/12/10#n2016-12-11</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘methods(f)’ now also works for ‘f’ ‘&quot;(&quot;’ or ‘&quot;{&quot;’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-12-08</title>
<pubDate>Wed, 07 Dec 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/12/07#n2016-12-08</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/12/07#n2016-12-08</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘format(x)’ for an illegal ‘&quot;POSIXlt&quot;’ object ‘x’ no longer segfaults.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-12-06</title>
<pubDate>Mon, 05 Dec 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/12/05#n2016-12-06</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/12/05#n2016-12-06</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘Sys.timezone()’ now returns non-NA also on platforms such as ‘Ubuntu
14.04.5 LTS’, thanks to Mikko Korpela's <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17186">PR#17186</a>.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-11-24</title>
<pubDate>Wed, 23 Nov 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/11/23#n2016-11-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/11/23#n2016-11-24</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘&quot;Cincinnati&quot;’ was missing an ‘&quot;n&quot;’ in the ‘precip’ dataset.
</P></LI>

<LI><P>
‘getDLLRegisteredRoutines()’ now produces its warning correctly when
multiple DLLs match, thanks to Matt Dowle's <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17184">PR#17184</a>.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-11-19</title>
<pubDate>Fri, 18 Nov 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/11/18#n2016-11-19</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/11/18#n2016-11-19</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched BUG FIXES </H4>
<UL>
<LI><P>
Fix buffer overflow vulnerability in ‘pdf()’ when loading an encoding
file.  Reported by Talos (TALOS-2016-0227).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-11-14</title>
<pubDate>Sun, 13 Nov 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/11/13#n2016-11-14</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/11/13#n2016-11-14</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched BUG FIXES </H4>
<UL>
<LI><P>
Package installation into a library where the package exists via
symbolic link now should work wherever ‘Sys.readlink()’ works,
resolving <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16725">PR#16725</a>.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-11-06</title>
<pubDate>Sat, 05 Nov 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/11/05#n2016-11-06</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/11/05#n2016-11-06</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘grepRaw(&lt;long&gt;, &lt;short&gt;, fixed = TRUE)’ now works, thanks to a patch
by Mikko Korpela.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17132">PR#17132</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-11-04</title>
<pubDate>Thu, 03 Nov 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/11/03#n2016-11-04</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/11/03#n2016-11-04</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘isS3method(&quot;is.na.data.frame&quot;)’ and similar are correct now.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17171">PR#17171</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-11-02</title>
<pubDate>Tue, 01 Nov 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/11/01#n2016-11-02</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/11/01#n2016-11-02</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘rep(x, times)’ and ‘rep.int(x, times)’ now both work also when ‘times’
is larger than the maximal integer.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16932">PR#16932</a>)
</P></LI>

<LI><P>
‘vapply(x, *)’ now works with long vectors ‘x’.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17174">PR#17174</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-10-23</title>
<pubDate>Sat, 22 Oct 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/10/22#n2016-10-23</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/10/22#n2016-10-23</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 BUG FIXES </H4>
<UL>
<LI><P>
‘min()’ and ‘max()’ now also work correctly when the argument list
starts with ‘character(0)’.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17160">PR#17160</a>)
</P></LI>

<LI><P>
‘xtabs(~ exclude)’ no longer fails from wrong scope, thanks to Suharto
Anggono's <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17147">PR#17147</a>.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-10-22</title>
<pubDate>Fri, 21 Oct 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/10/21#n2016-10-22</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/10/21#n2016-10-22</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.2 NEW FEATURES </H4>
<UL>
<LI><P>
‘extSoftVersion()’ now reports the version (if any) of the ‘readline’
library in use.
</P></LI>

<LI><P>
The version of LAPACK included in the sources has been updated to
3.6.1, a bug-fix release including a speedup for the non-symmetric case
of ‘eigen()’.
</P></LI>

<LI><P>
Use ‘options(deparse.max.lines=)’ to limit the number of lines recorded
in ‘.Traceback’ and other deparsing activities.
</P></LI>

<LI><P>
‘format(&lt;AsIs&gt;)’ looks more regular, also for non-character atomic
matrices.
</P></LI>

<LI><P>
‘abbreviate()’ gains an option ‘named = TRUE’.
</P></LI>

<LI><P>
The online documentation for package ‘methods’ is extensively
rewritten.  The goals are to simplify documentation for basic use, to
note old features not recommended and to correct out-of-date
information.
</P></LI>

<LI><P>
Calls to ‘setMethod()’ no longer print a message when creating a
generic function in those cases where that is natural: S3 generics and
primitives.
</P></LI>

</UL>
<H4>CHANGES IN R 3.3.2 INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
Versions of the ‘readline’ library &gt;= 6.3 had been changed so that
terminal window resizes were not signalled to ‘readline’: code has been
added using a explicit signal handler to work around that (when R is
compiled against readline &gt;= 6.3).  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16604">PR#16604</a>)
</P></LI>

<LI><P>
‘configure’ works better with Oracle Developer Studio 12.5.
</P></LI>

</UL>
<H4>CHANGES IN R 3.3.2 UTILITIES </H4>
<UL>
<LI><P>
‘R CMD check’ reports more dubious flags in files ‘src/Makevars[.in]’,
including ‘-w’ and ‘-g’.
</P></LI>

<LI><P>
‘R CMD check’ has been set up to filter important warnings from recent
versions of ‘gfortran’ with ‘-Wall -pedantic’: this now reports
non-portable GNU extensions such as out-of-order declarations.
</P></LI>

<LI><P>
‘R CMD config’ works better with paths containing spaces, even those of
home directories (as reported by Ken Beath).
</P></LI>

</UL>
<H4>CHANGES IN R 3.3.2 DEPRECATED AND DEFUNCT </H4>
<UL>
<LI><P>
Use of the C/C++ macro ‘NO_C_HEADERS’ is deprecated (no C headers are
included by R headers from C++ as from R 3.3.0, so it should no longer
be needed).
</P></LI>

</UL>
<H4>CHANGES IN R 3.3.2 BUG FIXES </H4>
<UL>
<LI><P>
The check for non-portable flags in ‘R CMD check’ could be stymied by
‘src/Makevars’ files which contained targets.
</P></LI>

<LI><P>
(Windows only) When using certain desktop themes in Windows 7 or
higher, ‘Alt-Tab’ could cause ‘Rterm’ to stop accepting input.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14406">PR#14406</a>; patch submitted by Jan Gleixner.)
</P></LI>

<LI><P>
‘pretty(d, ..)’ behaves better for date-time ‘d’ (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16923">PR#16923</a>).
</P></LI>

<LI><P>
When an S4 class name matches multiple classes in the S4 cache, perform
a dynamic search in order to obey namespace imports.  This should
eliminate annoying messages about multiple hits in the class cache.
Also, pass along the package from the ‘ClassExtends’ object when
looking up superclasses in the cache.
</P></LI>

<LI><P>
‘sample(NA_real_)’ now works.
</P></LI>

<LI><P>
Packages using non-ASCII encodings in their code did not install data
properly on systems using different encodings.
</P></LI>

<LI><P>
‘merge(df1, df2)’ now also works for data frames with column names
‘&quot;na.last&quot;’, ‘&quot;decreasing&quot;’, or ‘&quot;method&quot;’.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17119">PR#17119</a>)
</P></LI>

<LI><P>
‘contour()’ caused a segfault if the ‘labels’ argument had length zero.
(Reported by Bill Dunlap.)
</P></LI>

<LI><P>
‘unique(warnings())’ works more correctly, thanks to a new
‘duplicated.warnings()’ method.
</P></LI>

<LI><P>
‘findInterval(x, vec = numeric(), all.inside = TRUE)’ now returns ‘0’s
as documented.  (Reported by Bill Dunlap.)
</P></LI>

<LI><P>
(Windows only) ‘R CMD SHLIB’ failed when a symbol in the resulting
library had the same name as a keyword in the ‘.def’ file.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17130">PR#17130</a>)
</P></LI>

<LI><P>
‘pmax()’ and ‘pmin()’ now work with (more ?)  classed objects, such as
‘&quot;Matrix&quot;’ from the ‘Matrix’ package, as documented for a long time.
</P></LI>

<LI><P>
‘axis(side, x = D)’ and hence ‘Axis()’ and ‘plot()’ now work correctly
for ‘&quot;Date&quot;’ and time objects ‘D’, even when “time goes backward”,
e.g., with decreasing ‘xlim’.  (Reported by William May.)
</P></LI>

<LI><P>
‘str(I(matrix(..)))’ now looks as always intended.
</P></LI>

<LI><P>
‘plot.ts()’, the ‘plot()’ method for time series, now respects ‘cex’,
‘lwd’ and ‘lty’.  (Reported by Greg Werbin.)
</P></LI>

<LI><P>
‘parallel::mccollect()’ now returns a named list (as documented) when
called with ‘wait = FALSE’.  (Reported by Michel Lang.)
</P></LI>

<LI><P>
If a package added a class to a class union in another package, loading
the first package gave erroneous warnings about “undefined subclass”.
</P></LI>

<LI><P>
‘c()’'s argument ‘use.names’ is documented now, as belonging to the (C
internal) default method.  In “parallel”, argument ‘recursive’ is also
moved from the generic to the default method, such that the formal
argument list of ‘base’ generic ‘c()’ is just ‘(...)’.
</P></LI>

<LI><P>
‘rbeta(4, NA)’ and similarly ‘rgamma()’ and ‘rnbinom()’ now return
‘NaN’'s with a warning, as other r&lt;dist&gt;(), and as documented.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17155">PR#17155</a>)
</P></LI>

<LI><P>
Using ‘options(checkPackageLicense = TRUE)’ no longer requires
acceptance of the licence for non-default standard packages such as
‘compiler’.  (Reported by Mikko Korpela.)
</P></LI>

<LI><P>
‘split(&lt;very_long&gt;, *)’ now works even when the split off parts are
long. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17139">PR#17139</a>)
</P></LI>

<LI><P>
Subsetting very large matrices (‘prod(dim(.)) &gt;= 2^31’) now works
thanks to Michael Schubmehl's <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17158">PR#17158</a>.
</P></LI>

<LI><P>
‘bartlett.test()’ used residual sums of squares instead of variances,
when the argument was a list of ‘lm’ objects.  (Reported by Jens Ledet
Jensen).
</P></LI>

<LI><P>
‘plot(&lt;lm&gt;, which = *)’ now correctly labels the contour lines for the
standardized residuals for ‘which = 6’.  It also takes the correct p in
case of singularities (also for ‘which = 5’).  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17161">PR#17161</a>)
</P></LI>

<LI><P>
Reference class calls to ‘methods()’ did not re-analyse previously
defined methods, meaning that calls to methods defined later would
fail. (Reported by Charles Tilford).
</P></LI>

<LI><P>
‘findInterval(x, vec, left.open = TRUE)’ misbehaved in some cases.
(Reported by Dmitriy Chernykh.)
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.5 BUG FIXES </H4>
<UL>
<LI><P>
‘format.POSIXlt()’ behaved incorrectly in R 3.2.4.  E.g. the output of
‘format(as.POSIXlt(paste0(1940:2000,&quot;-01-01&quot;), tz = &quot;CET&quot;), usetz =
TRUE)’ ended in two ‘&quot;CEST&quot;’ time formats.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-10-18</title>
<pubDate>Mon, 17 Oct 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/10/17#n2016-10-18</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/10/17#n2016-10-18</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched BUG FIXES </H4>
<UL>
<LI><P>
reference class calls to ‘methods()’ did not re-analyse previously
defined methods, meaning that calls to methods defined later would
fail. (Reported by Charles Tilford).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-10-14</title>
<pubDate>Thu, 13 Oct 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/10/13#n2016-10-14</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/10/13#n2016-10-14</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘plot(&lt;lm&gt;, which = *)’ now correctly labels the contour lines for the
standardized residuals for ‘which = 6’.  It also takes the correct p in
case of singularities (also for ‘which = 5’).  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17161">PR#17161</a>)
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘bartlett.test()’ used residual sums of squares instead of variances, when the argument was a list of ‘lm’ objects.  (Reported by Jens Ledet Jensen).</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2016-10-11</title>
<pubDate>Mon, 10 Oct 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/10/10#n2016-10-11</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/10/10#n2016-10-11</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched BUG FIXES </H4>
<UL>
<LI><P>
Subsetting very large matrices (‘prod(dim(.)) &gt;= 2^31’) now works
thanks to Michael Schubmehl's <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17158">PR#17158</a>.
</P></LI>

<LI><P>
‘bartlett.test()’ used residual sums of squares instead of variances,
when argument was a list of ‘lm’ objects.  (Reported by Jens Ledet
Jensen).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-10-06</title>
<pubDate>Wed, 05 Oct 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/10/05#n2016-10-06</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/10/05#n2016-10-06</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘split(&lt;very_long&gt;, *)’ now works even when the split off parts are long. (PR#17139)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2016-10-04</title>
<pubDate>Mon, 03 Oct 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/10/03#n2016-10-04</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/10/03#n2016-10-04</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘split(&lt;very_long&gt;, *)’ now works with long vectors.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17193">PR#17193</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-10-01</title>
<pubDate>Fri, 30 Sep 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/09/30#n2016-10-01</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/09/30#n2016-10-01</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
Convenience function ‘hasName()’ has been added; it is intended to
replace the common idiom ‘!is.null(x$name)’ without the usually
unintended partial name matching.
</DEL>
</P></LI>

<LI><P>
‘format(&lt;AsIs&gt;)’ looks more regular, also for non-character atomic
matrices.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Use ‘options(deparse.max.lines=)’ to limit the number of lines recorded in ‘.Traceback’ and other deparsing activities.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘abbreviate()’ gains an option ‘named = TRUE’.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Calls to ‘setMethod()’ no longer print a message when creating a generic function in those cases where that is natural: S3 generics and primitives.</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.3.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘str(I(matrix(..)))’ now looks as always intended.
</P></LI>

<LI><P>
‘parallel::mccollect()’ now returns a named list (as documented) when
called with ‘wait = FALSE’.  (Reported by Michel Lang.)
</P></LI>

<LI><P>
‘rbeta(4, NA)’ and similarly ‘rgamma()’ and ‘rnbinom()’ now return
‘NaN’'s with a warning, as other r&lt;dist&gt;(), and as documented.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17155">PR#17155</a>)
</P></LI>

<LI><P>
Using ‘options(checkPackageLicense = TRUE)’ no longer requires
acceptance of the licence for non-default standard packages such as
‘compiler’.  (Reported by Mikko Korpela.)
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">When an S4 class name matches multiple classes in the S4 cache, perform a dynamic search in order to obey namespace imports.  This should eliminate annoying messages about multiple hits in the class cache. Also, pass along the package from the ‘ClassExtends’ object when looking up superclasses in the cache.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘c()’'s argument ‘use.names’ is documented now, as belonging to the (C internal) default method.  In “parallel”, argument ‘recursive’ is also moved from the generic to the default method, such that the formal argument list of ‘base’ generic ‘c()’ is just ‘(...)’.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2016-09-30</title>
<pubDate>Thu, 29 Sep 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/09/29#n2016-09-30</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/09/29#n2016-09-30</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
Calls to ‘setMethod()’ no longer print a message when creating a
generic function in the cases where that is natural: S3 generics and
primitives.
</P></LI>

</UL>
<H4>CHANGES IN R 3.3.1 patched BUG FIXES </H4>
<UL>
<LI><P>
If a package added a class to a class union in another package, loading
the first package gave erroneous warnings about “undefined subclass”.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-09-27</title>
<pubDate>Mon, 26 Sep 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/09/26#n2016-09-27</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/09/26#n2016-09-27</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
The online documentation for package ‘methods’ is extensively
rewritten.  The goals are to simplify documentation for basic use, to
note old features not recommended and to correct out-of-date
information.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-09-24</title>
<pubDate>Fri, 23 Sep 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/09/23#n2016-09-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/09/23#n2016-09-24</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘c()’'s argument ‘use.names’ is documented now.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-09-22</title>
<pubDate>Wed, 21 Sep 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/09/21#n2016-09-22</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/09/21#n2016-09-22</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘abbreviate()’ gets option ‘named = TRUE’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-09-18</title>
<pubDate>Sat, 17 Sep 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/09/17#n2016-09-18</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/09/17#n2016-09-18</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched DEPRECATED AND DEFUNCT </H4>
<UL>
<LI><P>
Use of the C/C++ macro ‘NO_C_HEADERS’ is deprecated (no C headers are
included by R headers from C++ as from R 3.3.0, so it should no longer
be needed).
</P></LI>

</UL>
<H4>CHANGES IN R 3.3.1 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘axis(side, x = D)’ and hence ‘Axis()’ and ‘plot()’ now work correctly for ‘"Date"’ and time objects ‘D’, even when “time goes backward”, e.g., with decreasing ‘xlim’.  (Reported by William May.)</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘plot.ts()’, the ‘plot()’ method for time series, now respects ‘cex’, ‘lwd’ and ‘lty’.  (Reported by Greg Werbin.)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2016-09-03</title>
<pubDate>Fri, 02 Sep 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/09/02#n2016-09-03</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/09/02#n2016-09-03</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched UTILITIES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘R CMD config’ works better with paths containing spaces, even those of home directories (as reported by Ken Beath).</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2016-09-02</title>
<pubDate>Thu, 01 Sep 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/09/01#n2016-09-02</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/09/01#n2016-09-02</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched UTILITIES </H4>
<UL>
<LI><P>
‘R CMD config’ copes better with paths containing spaces, even home
directories.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-08-31</title>
<pubDate>Tue, 30 Aug 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/08/30#n2016-08-31</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/08/30#n2016-08-31</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘plot.ts()’, the ‘plot()’ method for time series, now obeys ‘cex’,
‘lwd’, and ‘lty’.  (Reported by Greg Werbin).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-08-24</title>
<pubDate>Tue, 23 Aug 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/08/23#n2016-08-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/08/23#n2016-08-24</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched UTILITIES </H4>
<UL>
<LI><P>
‘R CMD check’ reports more dubious flags in files ‘src/Makevars[.in]’,
including ‘-w’ and ‘-g’.
</P></LI>

<LI><P>
‘R CMD check’ has been set up to filter important warnings from recent
versions of ‘gfortran’ with ‘-Wall -pedantic’: this now reports
non-portable GNU extensions such as out-of-order declarations.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-08-20</title>
<pubDate>Fri, 19 Aug 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/08/19#n2016-08-20</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/08/19#n2016-08-20</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘axis(side, x = D)’ and hence ‘Axis()’ and ‘plot()’ now work correctly
for ‘&quot;Date&quot;’ and time objects ‘D’, even when “time goes backward”,
e.g., with decreasing ‘xlim’.  (Reported by William May).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-08-18</title>
<pubDate>Wed, 17 Aug 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/08/17#n2016-08-18</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/08/17#n2016-08-18</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘pmax()’ and ‘pmin()’ now work with (more ?)  classed objects, such as
‘&quot;Matrix&quot;’ from the ‘Matrix’ package, as documented for a long time.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-08-15</title>
<pubDate>Sun, 14 Aug 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/08/14#n2016-08-15</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/08/14#n2016-08-15</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘findInterval(x, vec = numeric(), all.inside = TRUE)’ now returns ‘0’s
as documented.  (Reported by Bill Dunlap.)
</P></LI>

</UL>
<H4>CHANGES IN R 3.3.1 BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘rgamma(1, Inf)’ or ‘rgamma(1, 0, 0)’ no longer give ‘NaN’ but the correct limit.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2016-08-13</title>
<pubDate>Fri, 12 Aug 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/08/12#n2016-08-13</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/08/12#n2016-08-13</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched BUG FIXES </H4>
<UL>
<LI><P>
(Windows only) ‘R CMD SHLIB’ failed when a symbol in the resulting
library had the same name as a keyword in the ‘.def’ file.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17130">PR#17130</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-08-09</title>
<pubDate>Mon, 08 Aug 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/08/08#n2016-08-09</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/08/08#n2016-08-09</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘unique(warnings())’ works more correctly, thanks to a new
‘duplicated.warnings()’ method.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-08-06</title>
<pubDate>Fri, 05 Aug 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/08/05#n2016-08-06</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/08/05#n2016-08-06</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
Use ‘options(deparse.max.lines)’ to limit the number of lines recorded
in .Traceback and other deparsing activities.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-08-05</title>
<pubDate>Thu, 04 Aug 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/08/04#n2016-08-05</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/08/04#n2016-08-05</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The version of LAPACK included in the sources has been updated to 3.6.1, a bug-fix release including a speedup for the non-symmetric case of ‘eigen()’.</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.3.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘contour()’ caused a segfault if the ‘labels’ argument had length zero.
(Reported by Bill Dunlap.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-08-03</title>
<pubDate>Tue, 02 Aug 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/08/02#n2016-08-03</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/08/02#n2016-08-03</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
The version of LAPACK included in the sources has been updated to
3.6.1, a bug-fix release including a speedup for the non-symmmetric
case of ‘eigen()’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-07-31</title>
<pubDate>Sat, 30 Jul 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/07/30#n2016-07-31</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/07/30#n2016-07-31</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
‘configure’ works better with Oracle Developer Studio 12.5.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-07-24</title>
<pubDate>Sat, 23 Jul 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/07/23#n2016-07-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/07/23#n2016-07-24</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘merge(df1, df2)’ now also works for data frames with column names
‘&quot;na.last&quot;’, ‘&quot;decreasing&quot;’, or ‘&quot;method&quot;’.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17119">PR#17119</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-07-20</title>
<pubDate>Tue, 19 Jul 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/07/19#n2016-07-20</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/07/19#n2016-07-20</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘pretty(d, ..)’ behaves better for date-time ‘d’ (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16923">PR#16923</a>).
</P></LI>

<LI><P>
‘sample(NA_real_)’ now works.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">(Windows only) When using certain desktop themes in Windows 7 or higher, ‘Alt-Tab’ could cause ‘Rterm’ to stop accepting input. (PR#14406; patch submitted by Jan Gleixner.)</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">When a class name matches multiple classes in the cache, perform a dynamic search in order to obey namespace imports.  This should eliminate annoying messages about multiple hits in the class cache. Also, pass along the package from the ‘ClassExtends’ object when looking up superclasses in the cache.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2016-07-19</title>
<pubDate>Mon, 18 Jul 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/07/18#n2016-07-19</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/07/18#n2016-07-19</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched BUG FIXES </H4>
<UL>
<LI><P>
Packages using non-ASCII encodings in their code did not install data
properly on systems using different encodings.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-07-15</title>
<pubDate>Thu, 14 Jul 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/07/14#n2016-07-15</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/07/14#n2016-07-15</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched BUG FIXES </H4>
<UL>
<LI><P>
When a class name matches multiple classes in the cache, perform a
dynamic search in order to obey namespace imports. This should
eliminate annoying messages about multiple hits in the class cache.
Also, pass along the package from the ‘ClassExtends’ object when
looking up superclasses in the cache.
</P></LI>

</UL>
<H4>CHANGES IN R 3.3.1 BUG FIXES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
When a class name matches multiple classes in the cache, perform a
dynamic search in order to obey namespace imports. This should
eliminate annoying messages about multiple hits in the class cache.
Also, pass along the package from the ‘ClassExtends’ object when
looking up superclasses in the cache.
</DEL>
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-07-14</title>
<pubDate>Wed, 13 Jul 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/07/13#n2016-07-14</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/07/13#n2016-07-14</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">(Windows only) When using certain desktop themes in Windows 7 or higher, ‘Alt-Tab’ could cause ‘Rterm’ to stop accepting input. (PR#14406; patch submitted by Jan Gleixner.)  </P>
<P>  ‘pretty(d, ..)’ for date-time ‘d’ tweaked more nicely (PR#16923).</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.3.1 BUG FIXES </H4>
<UL>
<LI><P>
When a class name matches multiple classes in the cache, perform a
dynamic search in order to obey namespace imports. This should
eliminate annoying messages about multiple hits in the class cache.
Also, pass along the package from the ‘ClassExtends’ object when
looking up superclasses in the cache.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-07-08</title>
<pubDate>Thu, 07 Jul 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/07/07#n2016-07-08</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/07/07#n2016-07-08</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched BUG FIXES </H4>
<UL>
<LI><P>
(Windows only) When using certain desktop themes in Windows 7 or
higher, ‘Alt-Tab’ could cause ‘Rterm’ to stop accepting input.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14406">PR#14406</a>; patch submitted by Jan Gleixner.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-06-29</title>
<pubDate>Tue, 28 Jun 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/06/28#n2016-06-29</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/06/28#n2016-06-29</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
Convenience function ‘hasName()’ has been added; it is intended to
replace the common idiom ‘!is.null(x$name)’ without the usually
unintended partial name matching.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-06-24</title>
<pubDate>Thu, 23 Jun 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/06/23#n2016-06-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/06/23#n2016-06-24</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched BUG FIXES </H4>
<UL>
<LI><P>
The check for non-portable flags in ‘R CMD check’ could be stymied by
‘src/Makevars’ files which contained targets.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-06-23</title>
<pubDate>Wed, 22 Jun 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/06/22#n2016-06-23</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/06/22#n2016-06-23</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘pretty(d, ..)’ for date-time ‘d’ rarely failed when ‘"halfmonth"’ time steps were tried (PR#16923) and on ‘inaccurate’ platforms such as 32-bit Windows or a configuration with ‘--disable-long-double’; see comment #15 of PR#16761.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Use of ‘Ctrl-C’ to terminate a reverse incremental search started by ‘Ctrl-R’ in the ‘readline’-based Unix terminal interface is now supported when R was compiled against ‘readline’ &gt;= 6.0 (‘Ctrl-G’ always worked).  (PR#16603)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2016-06-22</title>
<pubDate>Tue, 21 Jun 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/06/21#n2016-06-22</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/06/21#n2016-06-22</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘extSoftVersion()’ now reports the version (if any) of the ‘readline’
library in use.
</P></LI>

</UL>
<H4>CHANGES IN R 3.3.1 patched INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
Versions of the ‘readline’ library &gt;= 6.3 had been changed so that
terminal window resizes were not signalled to ‘readline’: code has been
added using a explicit signal handler to work around that (when R is
compiled against readline &gt;= 6.3).  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16604">PR#16604</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-06-18</title>
<pubDate>Fri, 17 Jun 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/06/17#n2016-06-18</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/06/17#n2016-06-18</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 BUG FIXES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘as&lt;-()’ avoids an infinite loop when a virtual class comes between a
subclass and an actual superclass.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Fix level propagation in ‘unlist()’ when the list contains zero-length
lists or factors.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Fix S3 dispatch on S4 objects when the ‘methods’ package is not
attached.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Internal S4 dispatch sets ‘.Generic’ in the method frame for
consistency with ‘standardGeneric()’ (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16929">PR#16929</a>).
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Fix ‘order(x, decreasing=TRUE)’ when ‘x’ is an integer vector
containing ‘MAX_INT’. Ported from a fix Matt Dowle made to
‘data.table’.
</DEL>
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-06-17</title>
<pubDate>Thu, 16 Jun 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/06/16#n2016-06-17</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/06/16#n2016-06-17</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 BUG FIXES </H4>
<UL>
<LI><P>
‘as&lt;-()’ avoids an infinite loop when a virtual class comes between a
subclass and an actual superclass.
</P></LI>

<LI><P>
Fix level propagation in ‘unlist()’ when the list contains zero-length
lists or factors.
</P></LI>

<LI><P>
Fix S3 dispatch on S4 objects when the ‘methods’ package is not
attached.
</P></LI>

<LI><P>
Internal S4 dispatch sets ‘.Generic’ in the method frame for
consistency with ‘standardGeneric()’ (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16929">PR#16929</a>).
</P></LI>

<LI><P>
Fix ‘order(x, decreasing=TRUE)’ when ‘x’ is an integer vector
containing ‘MAX_INT’. Ported from a fix Matt Dowle made to
‘data.table’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-06-12</title>
<pubDate>Sat, 11 Jun 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/06/11#n2016-06-12</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/06/11#n2016-06-12</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.1 BUG FIXES </H4>
<UL>
<LI><P>
‘R CMD INSTALL’ and hence ‘install.packages()’ gave an internal error
installing a package called ‘description’ from a tarball on a
case-insensitive file system.
</P></LI>

<LI><P>
‘match(x, t)’ (and hence ‘x %in% t’) failed when ‘x’ was of length one,
and either ‘character’ and ‘x’ and ‘t’ only differed in their
‘Encoding’ or when ‘x’ and ‘t’ where ‘complex’ with ‘NA’s or ‘NaN’s.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16885">PR#16885</a>.)
</P></LI>

<LI><P>
‘unloadNamespace(ns)’ also works again when ‘ns’ is a ‘namespace’, as
from ‘getNamespace()’.
</P></LI>

<LI><P>
‘rgamma(1,Inf)’ or ‘rgamma(1, 0,0)’ no longer give ‘NaN’ but the
correct limit.
</P></LI>

<LI><P>
‘length(baseenv())’ is correct now.
</P></LI>

<LI><P>
‘pretty(d, ..)’ for date-time ‘d’ rarely failed when ‘&quot;halfmonth&quot;’ time
steps were tried (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16923">PR#16923</a>) and on ‘inaccurate’ platforms such as
32-bit windows or a configuration with ‘--disable-long-double’; see
comment #15 of <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16761">PR#16761</a>.
</P></LI>

<LI><P>
In ‘text.default(x, y, labels)’, the rarely(?) used default for
‘labels’ is now correct also for the case of a 2-column matrix ‘x’ and
missing ‘y’.
</P></LI>

<LI><P>
‘as.factor(c(a = 1L))’ preserves ‘names()’ again as in R &lt; 3.1.0.
</P></LI>

<LI><P>
‘strtrim(&quot;&quot;[0], 0[0])’ now works.
</P></LI>

<LI><P>
Use of ‘Ctrl-C’ to terminate a reverse incremental search started by
‘Ctrl-R’ in the ‘readline’-based Unix terminal interface is now
supported for ‘readline’ &gt;= 6.3 (‘Ctrl-G’ always worked).  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16603">PR#16603</a>)
</P></LI>

<LI><P>
‘diff(&lt;difftime&gt;)’ now keeps the ‘&quot;units&quot;’ attribute, as subtraction
already did, <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16940">PR#16940</a>.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-06-11</title>
<pubDate>Fri, 10 Jun 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/06/10#n2016-06-11</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/06/10#n2016-06-11</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 patched BUG FIXES </H4>
<UL>
<LI><P>
‘diff(&lt;difftime&gt;)’ now keeps the ‘&quot;units&quot;’ attribute, as subtraction
already did, <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16940">PR#16940</a>.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-06-10</title>
<pubDate>Thu, 09 Jun 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/06/09#n2016-06-10</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/06/09#n2016-06-10</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 patched INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
(Windows only) Tcl/Tk version 8.6.4 is now included in the binary
builds. The ‘tcltk*.chm’ help file is no longer included; please use
&lt;URL: http://www.tcl.tk/man/&gt; instead.
</DEL>
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-06-09</title>
<pubDate>Wed, 08 Jun 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/06/08#n2016-06-09</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/06/08#n2016-06-09</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 patched BUG FIXES </H4>
<UL>
<LI><P>
Use of ‘Ctrl-C’ to terminate a reverse incremental search started by
‘Ctrl-R’ in the ‘readline’-based Unix terminal interface is now
supported for ‘readline’ &gt;= 6.3 (‘Ctrl-G’ always worked).  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16603">PR#16603</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-06-08</title>
<pubDate>Tue, 07 Jun 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/06/07#n2016-06-08</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/06/07#n2016-06-08</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 patched INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
(Windows only) Tcl/Tk version 8.6.4 is now included in the binary
builds. The ‘tcltk*.chm’ help file is no longer included; please use
&lt;URL: http://www.tcl.tk/man/&gt; instead.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-06-02</title>
<pubDate>Wed, 01 Jun 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/06/01#n2016-06-02</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/06/01#n2016-06-02</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 patched BUG FIXES </H4>
<UL>
<LI><P>
‘as.factor(c(a = 1L))’ preserves ‘names()’ again as in R &lt; 3.1.0.
</P></LI>

<LI><P>
‘strtrim(&quot;&quot;[0], 0[0])’ now works.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-05-27</title>
<pubDate>Thu, 26 May 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/05/26#n2016-05-27</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/05/26#n2016-05-27</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘pretty(d, ..)’ for date-time ‘d’ rarely failed when ‘"halfmonth"’ time steps were tried (PR#16923) and on ‘inaccurate’ platforms such as 32-bit windows or a configuration with ‘--disable-long-double’; see comment #15 of PR#16761.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2016-05-24</title>
<pubDate>Mon, 23 May 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/05/23#n2016-05-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/05/23#n2016-05-24</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 patched BUG FIXES </H4>
<UL>
<LI><P>
‘rgamma(1,Inf)’ or ‘rgamma(1, 0,0)’ no longer give ‘NaN’ but the
correct limit.
</P></LI>

<LI><P>
In ‘text.default(x, y, labels)’, the rarely(?) used default for
‘labels’ is now correct also for the case of a 2-column matrix ‘x’ and
missing ‘y’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-05-21</title>
<pubDate>Fri, 20 May 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/05/20#n2016-05-21</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/05/20#n2016-05-21</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 patched BUG FIXES </H4>
<UL>
<LI><P>
‘length(baseenv())’ is correct now.
</P></LI>

<LI><P>
‘pretty(d, ..)’ for date-time ‘d’ rarely failed on ‘inaccurate’
platforms such as 32-bit windows or a configuration with
‘--disable-long-double’; see comment #15 of <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16761">PR#16761</a>.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-05-12</title>
<pubDate>Wed, 11 May 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/05/11#n2016-05-12</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/05/11#n2016-05-12</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 patched BUG FIXES </H4>
<UL>
<LI><P>
‘unloadNamespace(ns)’ also works again when ‘ns’ is a ‘namespace’, as
from ‘getNamespace()’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-05-10</title>
<pubDate>Mon, 09 May 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/05/09#n2016-05-10</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/05/09#n2016-05-10</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 patched BUG FIXES </H4>
<UL>
<LI><P>
‘match(x, t)’ (and hence ‘x %in% t’) failed when ‘x’ was of length one,
and either ‘character’ and ‘x’ and ‘t’ only differed in their
‘Encoding’ or when ‘x’ and ‘t’ where ‘complex’ with ‘NA’s or ‘NaN’s.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16885">PR#16885</a>.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-05-06</title>
<pubDate>Thu, 05 May 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/05/05#n2016-05-06</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/05/05#n2016-05-06</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 patched BUG FIXES </H4>
<UL>
<LI><P>
‘R CMD INSTALL’ and hence ‘install.packages()’ gave an internal error
installing a package called ‘description’ from a tarball on a
case-insensitive file system.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-04-25</title>
<pubDate>Sun, 24 Apr 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/04/24#n2016-04-25</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/04/24#n2016-04-25</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 NEW FEATURES </H4>
<UL>
<LI><P>
New convenience function ‘Rcmd()’ in package ‘tools’ for invoking ‘R
CMD’ tools from within R.
</P></LI>

<LI><P>
New functions ‘makevars_user()’ and ‘makevars_site()’ in package
‘tools’ to determine the location of the user and site specific
‘Makevars’ files for customizing package compilation.
</P></LI>

</UL>
<H4>CHANGES IN R 3.3.0 BUG FIXES </H4>
<UL>
<LI><P>
‘diag(NULL, 1)’ crashed because of missed type checking.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16853">PR#16853</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-04-11</title>
<pubDate>Sun, 10 Apr 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/04/10#n2016-04-11</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/04/10#n2016-04-11</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 NEW FEATURES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘isSymmetrix(m)’ is much faster for large asymmetric matrices ‘m’.
</DEL>
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-04-10</title>
<pubDate>Sat, 09 Apr 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/04/09#n2016-04-10</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/04/09#n2016-04-10</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 NEW FEATURES </H4>
<UL>
<LI><P>
‘isSymmetrix(m)’ is much faster for large asymmetric matrices ‘m’.
</P></LI>

</UL>
<H4>CHANGES IN R 3.3.0 BUG FIXES </H4>
<UL>
<LI><P>
‘download.file()’ with ‘method = &quot;wininet&quot;’ incorrectly warned of
download file length difference when reported length was unknown.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16805">PR#16805</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-04-09</title>
<pubDate>Fri, 08 Apr 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/04/08#n2016-04-09</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/04/08#n2016-04-09</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 BUG FIXES </H4>
<UL>
<LI><P>
A bug fix in R 3.0.2 fixed problems with ‘locator()’ in X11, but
introduced problems in Windows.  Now both should be fixed.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15700">PR#15700</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-04-08</title>
<pubDate>Thu, 07 Apr 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/04/07#n2016-04-08</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/04/07#n2016-04-08</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘match(x, table)’ is faster (sometimes by an order of magnitude) when ‘x’ is of length one and ‘incomparables’ is unchanged, thanks to Peter Haverty (PR#16491).</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">On Unix-like platforms which support the ‘getline’ C library function, ‘system(*,intern = TRUE)’ no longer truncates (output) lines longer than 8192 characters, thanks to Karl Millar. (PR#16544)</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The ‘format’ method for ‘object_size’ objects now also accepts “binary” units such as ‘"KiB"’ and e.g., ‘"Tb"’.  (Partly from PR#16649.)</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">New string utilities ‘startsWith(x, prefix)’ and ‘endsWith(x, suffix)’. Also provide speedups for some ‘grepl("^...",*)’ uses (related to proposals in PR#16490).</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.3.0 BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Jumps to outer contexts, for example in error recovery, now make intermediate jumps to contexts where ‘on.exit()’ actions are established instead of trying to run all ‘on.exit()’ actions before jumping to the final target. This unwinds the stack gradually, releases resources held on the stack, and significantly reduces the chance of a segfault when running out of C stack space. Error handlers established using ‘withCallingHandlers()’ and ‘options("error")’ specifications are ignored when handling a C stack overflow error as attempting one of these would trigger a cascade of C stack overflow errors.  (These changes resolve PR#16753.)</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘pretty(d, n, min.n, *)’ for date-time objects ‘d’ works again in border cases with large ‘min.n’, returns a ‘labels’ attribute also for small-range dates and in such cases its returned length is closer to the desired ‘n’.  (PR#16761) Additionally, it finally does cover the range of ‘d’, as it always claimed.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘tsp(x) &lt;- NULL’ did not handle correctly objects inheriting from both ‘"ts"’ and ‘"mts"’.  (PR#16769)</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.2.4 BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">(Windows only) The ‘Rgui’ front end did not always initialize the console properly, and could cause R to crash.  (PR#16698)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2016-04-06</title>
<pubDate>Tue, 05 Apr 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/04/05#n2016-04-06</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/04/05#n2016-04-06</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 NEW FEATURES </H4>
<UL>
<LI><P>
The ‘import()’ namespace directive now accepts an argument ‘except’
which names symbols to exclude from the imports. The ‘except’
expression should evaluate to a character vector (after substituting
symbols for strings). See Writing R Extensions.
</P></LI>

</UL>
<H4>CHANGES IN R 3.3.0 BUG FIXES </H4>
<UL>
<LI><P>
‘install.packages()’ could give false errors when ‘options(&quot;pkgType&quot;)’
was ‘&quot;binary&quot;’.  (Reported by Jose Claudio Faria.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-04-03</title>
<pubDate>Sat, 02 Apr 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/04/02#n2016-04-03</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/04/02#n2016-04-03</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 NEW FEATURES </H4>
<UL>
<LI><P>
‘prcomp()’ gains a new option ‘rank.’ allowing to directly aim for less
than ‘min(n,p)’ PC's.  The ‘summary()’ and its ‘print()’ method have
been amended, notably for this case.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘as.roman(ch)’ now correctly deals with more diverse character vectors ‘ch’; also arithmetic with the resulting roman numbers works in more cases.  (PR#16779)</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘gzcon()’ gains a new option ‘text’, which marks the connection as text-oriented (so e.g. ‘pushBack()’ works).  It is still always opened in binary mode.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2016-04-01</title>
<pubDate>Thu, 31 Mar 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/03/31#n2016-04-01</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/03/31#n2016-04-01</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">R now uses a new version of the logo (donated to the R Foundation by RStudio).  It is defined in ‘.svg’ format, so will resize without unnecessary degradation when displayed on HTML pages-there is also a vector PDF version.  Thanks to Dirk Eddelbuettel for producing the corresponding X11 icon.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2016-03-31</title>
<pubDate>Wed, 30 Mar 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/03/30#n2016-03-31</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/03/30#n2016-03-31</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 NEW FEATURES </H4>
<UL>
<LI><P>
‘gzcon()’ gains a new option ‘text’, which marks the connection as
text-oriented (so e.g. ‘pushBack()’ works). It is still always opened
in binary mode.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-03-29</title>
<pubDate>Mon, 28 Mar 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/03/28#n2016-03-29</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/03/28#n2016-03-29</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘tools::undoc(dir = D)’ and ‘codoc(dir = D)’ now also work when ‘D’ is a directory whose ‘normalizePath()’ed version does not end in the package name, e.g. from a symlink.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">On Unix-like platforms which support the ‘getline’ C library function, ‘system(*,intern = TRUE)’ no longer truncates (output) lines longer than 8192 characters, thanks to Karl Millar's PR#16544.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">S4 dispatch works within calls to ‘.Internal()’. This means explicit S4 generics are no longer needed for ‘unlist()’ and ‘as.vector()’.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The radix sort algorithm and implementation from ‘data.table’ (‘forder’) replaces the previous radix (counting) sort and adds a new method for ‘order()’.  Contributed by Matt Dowle and Arun Srinivasan, the new algorithm supports logical, integer (even with large values), real, and character vectors.  It outperforms all other methods, but there are some caveats (see ‘?sort’).</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">New function ‘grouping()’ returns a permutation that stably rearranges data so that identical values are adjacent.  The return value includes extra partitioning information on the groups.  The implementation came included with the new radix sort.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘parallel::detectCores()’ now has default ‘logical = TRUE’ on all platforms - as this was the default on Windows, this change only affects Sparc Solaris.  </P>
<P>  Option ‘logical = FALSE’ is now supported on Linux and recent versions of OS X (for the latter, thanks to a suggestion of Kyaw Sint).</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">R now uses a new version of the logo (donated to the R Foundation by RStudio).  It is defined in ‘.svg’ format, so will resize without unnecessary degradation when displayed on HTML pages-there is also a vector PDF version.</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.3.0 INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The minimum preferred version of PCRE has since R 3.0.0 been 8.32 (released in Nov 2012).  Versions 8.10 to 8.31 are now deprecated (with warnings from ‘configure’), but will still be accepted until R 3.4.0.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘configure’ looks for C functions ‘__cospi’, ‘__sinpi’ and ‘__tanpi’ and uses these if ‘cospi’ _etc_ are not found.  (OS X is the main instance.)</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.3.0 C-LEVEL FACILITIES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">When R headers such as ‘R.h’ and ‘Rmath.h’ are called from C++ code in packages they include the C++ versions of system headers such as ‘&lt;cmath&gt;’ rather than the legacy headers such as ‘&lt;math.h&gt;’.  (Headers ‘Rinternals.h’ and ‘Rinterface.h’ already did, and inclusion of system headers can still be circumvented by defining ‘NO_C_HEADERS’, including as from this version for those two headers.)  </P>
<P>  The manual has long said that R headers should *not* be included within an ‘extern "C"’ block, and almost all the packages affected by this change were doing so.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The connections API now includes a function ‘R_GetConnection()’ which allows packages implementing connections to convert R ‘connection’ objects to ‘Rconnection’ handles used in the API. Code which previously used the low-level R-internal ‘getConnection()’ entry point should switch to the official API.</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.3.0 BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Data frames with a column named ‘"stringsAsFactors"’ now format and print correctly.  (PR#16580)</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Jumps to outer contexts, for example in error recovery, now make intermediate jumps to contexts where ‘on.exit()’ actions are established instead of trying to run all ‘on.exit()’ actions before jumping to the final target. This unwinds the stack gradually, releases resources held on the stack, and significantly reduces the chance of a segfault when running out of C stack space. Error handlers established using ‘withCallingHandlers()’ and ‘options("error")’ specifications are ignored when handling a C stack overflow error as attempting one of these would trigger a cascade of C stack overflow errors.  These changes resolve PR#16753.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘tsp(x) &lt;- NULL’ did not handle correctly objects inheriting from both ‘"ts"’ and ‘"mts"’.  PR#16769</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.2.4 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘format.POSIXlt()’ behaved incorrectly in R 3.2.4.  E.g. the output of ‘format(as.POSIXlt(paste0(1940:2000,"-01-01"), tz = "CET"), usetz = TRUE)’ ended in two ‘"CEST"’ time formats.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2016-03-28</title>
<pubDate>Sun, 27 Mar 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/03/27#n2016-03-28</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/03/27#n2016-03-28</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘configure’ looks for ‘__cospi’, ‘__sinpi’ and ‘__tanpi’ and uses these if ‘cospi’ _etc_ are not found.  (OS X is the main instance.)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2016-03-27</title>
<pubDate>Sat, 26 Mar 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/03/26#n2016-03-27</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/03/26#n2016-03-27</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">(Windows) R is now built using ‘gcc’ 4.9.3.  This build will require recompilation of at least those packages that include C++ code, and possibly others.  A build of R-devel using the older toolchain will be temporarily available for comparison purposes.  </P>
<P>  During the transition, the environment variable ‘R_COMPILED_BY’ has been defined to indicate which toolchain was used to compile R (and hence, which should be used to compile code in packages).  The ‘COMPILED_BY’ variable described below will be a permanent replacement for this.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2016-03-26</title>
<pubDate>Fri, 25 Mar 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/03/25#n2016-03-26</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/03/25#n2016-03-26</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
(Windows) A ‘make’ and ‘R CMD config’ variable named ‘COMPILED_BY’ has
been added.  This indicates which toolchain was used to compile R (and
hence, which should be used to compile code in packages).
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">(Windows) An experimental build of R based on ‘gcc’ 4.9.3 is now available on CRAN on the ‘bin/windows/base/rdevel.html’ snapshot page. This build will require recompilation of at least those packages that include C++ code, and possibly others.  The CRAN binary packages still use the older toolchain, so package installs default to ‘type = "source"’.  </P>
<P>  During the transition, the environment variable ‘R_COMPILED_BY’ will be defined to indicate which toolchain was used to compile R (and hence, which should be used to compile code in packages).  The ‘COMPILED_BY’ variable described below will be a permanent replacement for this.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2016-03-25</title>
<pubDate>Thu, 24 Mar 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/03/24#n2016-03-25</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/03/24#n2016-03-25</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 NEW FEATURES </H4>
<UL>
<LI><P>
‘as.roman(ch)’ now correctly deals with more diverse character vectors
‘ch’; also arithmetic with resulting roman numbers works in more cases.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16779">PR#16779</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-03-24</title>
<pubDate>Wed, 23 Mar 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/03/23#n2016-03-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/03/23#n2016-03-24</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 C-LEVEL FACILITIES </H4>
<UL>
<LI><P>
Connection API now includes ‘R_GetConnection()’ which allows packages
implementing connections to convert R ‘connection’ objects to
‘Rconnection’ handles used in the API. Code which previously used the
low-level R-internal ‘getConnection()’ entry point should switch to the
official API.
</P></LI>

</UL>
<H4>CHANGES IN R 3.3.0 BUG FIXES </H4>
<UL>
<LI><P>
‘tsp(x) &lt;- NULL’ did not handle objects inheriting from both ‘&quot;ts&quot;’ and
‘&quot;mts&quot;’ properly.  <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16769">PR#16769</a>
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-03-22</title>
<pubDate>Mon, 21 Mar 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/03/21#n2016-03-22</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/03/21#n2016-03-22</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 NEW FEATURES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘for()’ loops are generalized to iterate over any object with ‘[[’ and
‘length()’ methods. Thanks to Hervé Pagès for the idea and the patch.
</DEL>
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-03-20</title>
<pubDate>Sat, 19 Mar 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/03/19#n2016-03-20</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-3-branch/NEWS/2016/03/19#n2016-03-20</guid>
<description><![CDATA[<H4>CHANGES IN R 3.3.0 BUG FIXES </H4>
<UL>
<LI><P>
The spacing could be wrong when printing a complex array.  (Report and
patch by Lukas Stadler.)
</P></LI>

<LI><P>
‘pretty(d, n, min.n, *)’ for date-time objects ‘d’ works again in
border cases with large ‘min.n’, returns a ‘labels’ attribute also for
small-range dates and in such cases its returned length is closer to
the desired ‘n’.  <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16761">PR#16761</a>
</P></LI>

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