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

<item>
<title>2016-04-15</title>
<pubDate>Thu, 14 Apr 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/04/14#n2016-04-15</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/04/14#n2016-04-15</guid>
<description><![CDATA[<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>

<LI><P>
A typo in the Makefile for ‘src/extra/xz’ prevented builds of
‘liblzma.a’. (Notice that this will become unbundled in 3.3.0.)
</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-2-branch/NEWS/2016/03/28#n2016-03-29</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/03/28#n2016-03-29</guid>
<description><![CDATA[<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-15</title>
<pubDate>Mon, 14 Mar 2016 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/03/14#n2016-03-15</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/03/14#n2016-03-15</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.4 patched BUG FIXES </H4>
<UL>
<LI><P>
‘format.POSIXlt()’ behaved wrongly, e.g.,
‘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-03-02</title>
<pubDate>Tue, 01 Mar 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/03/01#n2016-03-02</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/03/01#n2016-03-02</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.4 BUG FIXES </H4>
<UL>
<LI><P>
‘summary.data.frame()’ now displays ‘NA’s in ‘Date’ columns in all
cases.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16709">PR#16709</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-03-01</title>
<pubDate>Mon, 29 Feb 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/02/29#n2016-03-01</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/02/29#n2016-03-01</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.4 NEW FEATURES </H4>
<UL>
<LI><P>
‘install.packages()’ and related functions now give a more informative
warning when an attempt is made to install a base package.
</P></LI>

<LI><P>
‘summary(x)’ now prints with less rounding when ‘x’ contains infinite
values. (Request of <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16620">PR#16620</a>.)
</P></LI>

<LI><P>
‘provideDimnames()’ gets an optional ‘unique’ argument.
</P></LI>

<LI><P>
‘shQuote()’ gains ‘type = &quot;cmd2&quot;’ for quoting in ‘cmd.exe’ in Windows.
(Response to <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16636">PR#16636</a>.)
</P></LI>

<LI><P>
The ‘data.frame’ method of ‘rbind()’ gains an optional argument
‘stringsAsFactors’ (instead of only depending on
‘getOption(&quot;stringsAsFactors&quot;)’).
</P></LI>

<LI><P>
‘smooth(x, *)’ now also works for long vectors.
</P></LI>

<LI><P>
‘tools::texi2dvi()’ has a workaround for problems with the ‘texi2dvi’
script supplied by ‘texinfo 6.1’.
</P>
<P>
It extracts more error messages from the LaTeX logs when in emulation
mode.
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.4 UTILITIES </H4>
<UL>
<LI><P>
‘R CMD check’ will leave a log file ‘build_vignettes.log’ from the
re-building of vignettes in the ‘.Rcheck’ directory if there is a
problem, and always if environment variable
‘_R_CHECK_ALWAYS_LOG_VIGNETTE_OUTPUT_’ is set to a true value.
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.4 DEPRECATED AND DEFUNCT </H4>
<UL>
<LI><P>
Use of ‘SUPPORT_OPENMP’ from header ‘Rconfig.h’ is deprecated in favour
of the standard OpenMP define ‘_OPENMP’.
</P>
<P>
(This has been the recommendation in the manual for a while now.)
</P></LI>

<LI><P>
The ‘make’ macro ‘AWK’ which is long unused by R itself but recorded in
file ‘etc/Makeconf’ is deprecated and will be removed in R 3.3.0.
</P></LI>

<LI><P>
The C header file ‘S.h’ is no longer documented: its use should be
replaced by ‘R.h’.
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.4 BUG FIXES </H4>
<UL>
<LI><P>
‘kmeans(x, centers = &lt;1-row&gt;)’ now works. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16623">PR#16623</a>)
</P></LI>

<LI><P>
‘Vectorize()’ now checks for clashes in argument names.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16577">PR#16577</a>)
</P></LI>

<LI><P>
‘file.copy(overwrite = FALSE)’ would signal a successful copy when none
had taken place.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16576">PR#16576</a>)
</P></LI>

<LI><P>
‘ngettext()’ now uses the same default domain as ‘gettext()’.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14605">PR#14605</a>)
</P></LI>

<LI><P>
‘array(.., dimnames = *)’ now warns about non-‘list’ dimnames and, from
R 3.3.0, will signal the same error for invalid dimnames as ‘matrix()’
has always done.
</P></LI>

<LI><P>
‘addmargins()’ now adds dimnames for the extended margins in all cases,
as always documented.
</P></LI>

<LI><P>
‘heatmap()’ evaluated its ‘add.expr’ argument in the wrong environment.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16583">PR#16583</a>)
</P></LI>

<LI><P>
‘require()’ etc now give the correct entry of ‘lib.loc’ in the warning
about an old version of a package masking a newer required one.
</P></LI>

<LI><P>
The internal deparser did not add parentheses when necessary, e.g.
before ‘[]’ or ‘[[]]’.  (Reported by Lukas Stadler; additional fixes
included as well).
</P></LI>

<LI><P>
‘as.data.frame.vector(*, row.names=*)’ no longer produces ‘corrupted’
data frames from row names of incorrect length, but rather warns about
them.  This will become an error.
</P></LI>

<LI><P>
‘url’ connections with ‘method = &quot;libcurl&quot;’ are destroyed properly.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16681">PR#16681</a>)
</P></LI>

<LI><P>
‘withCallingHandler()’ now (again) handles warnings even during S4
generic's argument evaluation.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16111">PR#16111</a>)
</P></LI>

<LI><P>
‘deparse(..., control = &quot;quoteExpressions&quot;)’ incorrectly quoted empty
expressions.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16686">PR#16686</a>)
</P></LI>

<LI><P>
‘format()’ting datetime objects (‘&quot;POSIX[cl]?t&quot;’) could segfault or
recycle wrongly.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16685">PR#16685</a>)
</P></LI>

<LI><P>
‘plot.ts(&lt;matrix&gt;, las = 1)’ now does use ‘las’.
</P></LI>

<LI><P>
‘saveRDS(*, compress = &quot;gzip&quot;)’ now works as documented.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16653">PR#16653</a>)
</P></LI>

<LI><P>
(Windows only) The ‘Rgui’ front end did not always initialize the
console properly, and could cause R to crash.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16998">PR#16998</a>)
</P></LI>

<LI><P>
‘dummy.coef.lm()’ now works in more cases, thanks to a proposal by
Werner Stahel (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16665">PR#16665</a>).  In addition, it now works for multivariate
linear models (‘&quot;mlm&quot;’, ‘manova’) thanks to a proposal by Daniel
Wollschlaeger.
</P></LI>

<LI><P>
The ‘as.hclust()’ method for ‘&quot;dendrogram&quot;’s failed often when there
were ties in the heights.
</P></LI>

<LI><P>
‘reorder()’ and ‘midcache.dendrogram()’ now are non-recursive and hence
applicable to somewhat deeply nested dendrograms, thanks to a proposal
by Suharto Anggono in <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16424">PR#16424</a>.
</P></LI>

<LI><P>
‘cor.test()’ now calculates very small p values more accurately
(affecting the result only in extreme not statistically relevant
cases).  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16704">PR#16704</a>)
</P></LI>

<LI><P>
‘smooth(*, do.ends=TRUE)’ did not always work correctly in R versions
between 3.0.0 and 3.2.3.
</P></LI>

<LI><P>
‘pretty(D)’ for date-time objects ‘D’ now also works well if ‘range(D)’
is (much) smaller than a second.  In the case of only one unique value
in ‘D’, the pretty range now is more symmetric around that value than
previously.
</P>
<P>
Similarly, ‘pretty(dt)’ no longer returns a length 5 vector with
duplicated entries for ‘Date’ objects ‘dt’ which span only a few days.
</P></LI>

<LI><P>
The figures in help pages such as ‘?points’ were accidentally damaged,
and did not appear in R 3.2.3.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16708">PR#16708</a>)
</P></LI>

<LI><P>
‘available.packages()’ sometimes deleted the wrong file when cleaning
up temporary files.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16712">PR#16712</a>)
</P></LI>

<LI><P>
The ‘X11()’ device sometimes froze on Red Hat Enterprise Linux 6. It
now waits for ‘MapNotify’ events instead of ‘Expose’ events, thanks to
Siteshwar Vashisht. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16497">PR#16497</a>)
</P></LI>

<LI><P>
‘[dpqr]nbinom(*, size=Inf, mu=.)’ now works as limit case, for ‘dpq’ as
the Poisson.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16727">PR#16727</a>)
‘pnbinom()’ no longer loops infinitely in border cases.
</P></LI>

<LI><P>
‘approxfun(*, method=&quot;constant&quot;)’ and hence ‘ecdf()’ which calls the
former now correctly “predict” ‘NaN’ values as ‘NaN’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-02-24</title>
<pubDate>Tue, 23 Feb 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/02/23#n2016-02-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/02/23#n2016-02-24</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched UTILITIES </H4>
<UL>
<LI><P>
‘R CMD check’ will leave a log file ‘build_vignettes.log’ from the
re-building of vignettes in the ‘.Rcheck’ directory if there is a
problem, and always if environment variable
‘_R_CHECK_ALWAYS_LOG_VIGNETTE_OUTPUT_’ is set to a true value.
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.3 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘smooth(x, *)’ now also works for long vectors.
</P></LI>

<LI><P>
‘tools::texi2dvi()’ has a workaround for problems with the ‘texi2dvi’
script supplied by ‘texinfo 6.1’.
</P>
<P>
It extracts more error messages from the LaTeX logs when in emulation
mode.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The ‘data.frame’ method of ‘rbind()’ gains an optional argument ‘stringsAsFactors’ (instead of only depending on ‘getOption("stringsAsFactors")’).</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2016-02-21</title>
<pubDate>Sat, 20 Feb 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/02/20#n2016-02-21</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/02/20#n2016-02-21</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched DEPRECATED AND DEFUNCT </H4>
<UL>
<LI><P>
The C header file ‘S.h’ is no longer documented: its use should be
replaced by ‘R.h’.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The ‘make’ macro ‘AWK’ which is long unused by R itself but recorded in file ‘etc/Makeconf’ is deprecated and will be removed in R 3.3.0.</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.2.3 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘pretty(D)’ for date-time objects ‘D’ now also works well if ‘range(D)’ is (much) smaller than a second.  In the case of only one unique value in ‘D’, the pretty range now is more symmetric around that value than previously.  </P>
<P>  Similarly, ‘pretty(dt)’ no longer returns a length 5 vector with duplicated entries for ‘Date’ objects ‘dt’ which span only a few days.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2016-02-18</title>
<pubDate>Wed, 17 Feb 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/02/17#n2016-02-18</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/02/17#n2016-02-18</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched BUG FIXES </H4>
<UL>
<LI><P>
The X11 device froze on Red Hat Enterprise Linux 6. It now waits for
MapNotify events instead of Expose events, thanks to Siteshwar
Vashisht. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16497">PR#16497</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-02-15</title>
<pubDate>Sun, 14 Feb 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/02/14#n2016-02-15</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/02/14#n2016-02-15</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched BUG FIXES </H4>
<UL>
<LI><P>
‘available.packages()’ sometimes deleted the wrong file when cleaning
up temporary files.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16712">PR#16712</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-02-12</title>
<pubDate>Thu, 11 Feb 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/02/11#n2016-02-12</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/02/11#n2016-02-12</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched BUG FIXES </H4>
<UL>
<LI><P>
‘dummy.coef.lm()’ now works in more cases, thanks to a proposal by
Werner Stahel (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16665">PR#16665</a>).  In addition, it now works for multivariate
linear models (‘&quot;mlm&quot;’, ‘manova’) thanks to a proposal by Daniel
Wollschlaeger.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-02-11</title>
<pubDate>Wed, 10 Feb 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/02/10#n2016-02-11</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/02/10#n2016-02-11</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The ‘data.frame’ method of ‘rbind()’ gains an optional argument ‘stringsAsFactors’ (instead of only depending on ‘getOption("stringsAsFactors")’).  </P>
<P>  ‘smooth(x, *)’ now also works for long vectors.</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.2.3 patched BUG FIXES </H4>
<UL>
<LI><P>
‘smooth(*, do.ends=TRUE)’ did not always work correctly in R versions
between 3.0.0 and 3.2.3.
</P></LI>

<LI><P>
‘pretty(D)’ for date-time objects ‘D’ now also works well if ‘range(D)’
is (much) smaller than a second.  In the case of only one unique value
in ‘D’, the pretty range now is more symmetric around that value than
previously.
</P></LI>

<LI><P>
The figures in help pages such as ‘?points’ were accidentally damaged,
and did not appear in R 3.2.3.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16708">PR#16708</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-02-10</title>
<pubDate>Tue, 09 Feb 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/02/09#n2016-02-10</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/02/09#n2016-02-10</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched NEW FEATURES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
The ‘as.hclust’ method for ‘&quot;dendrogram&quot;’s failed often when there ties
in the heights.
</DEL>
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.3 patched BUG FIXES </H4>
<UL>
<LI><P>
The ‘as.hclust’ method for ‘&quot;dendrogram&quot;’s failed often when there were
ties in the heights.
</P></LI>

<LI><P>
‘reorder()’ and ‘midcache.dendrogram()’ now are non-recursive and hence
applicable to somewhat deeply nested dendrograms, thanks to a proposal
by Suharto Anggono in <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16424">PR#16424</a>.
</P></LI>

<LI><P>
‘cor.test()’ now calculates very small p values more accurately
(affecting the result only in extreme not statistically relevant
cases).  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16704">PR#16704</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-02-09</title>
<pubDate>Mon, 08 Feb 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/02/08#n2016-02-09</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/02/08#n2016-02-09</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched NEW FEATURES </H4>
<UL>
<LI><P>
The ‘as.hclust’ method for ‘&quot;dendrogram&quot;’s failed often when there ties
in the heights.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-02-07</title>
<pubDate>Sat, 06 Feb 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/02/06#n2016-02-07</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/02/06#n2016-02-07</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched BUG FIXES </H4>
<UL>
<LI><P>
(Windows only) The ‘Rgui’ front end did not always initialize the
console properly, and could cause R to crash.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16998">PR#16998</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-02-04</title>
<pubDate>Wed, 03 Feb 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/02/03#n2016-02-04</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/02/03#n2016-02-04</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched BUG FIXES </H4>
<UL>
<LI><P>
‘saveRDS(*, compress = &quot;gzip&quot;)’ now works as documented.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16653">PR#16653</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-02-02</title>
<pubDate>Mon, 01 Feb 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/02/01#n2016-02-02</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/02/01#n2016-02-02</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched BUG FIXES </H4>
<UL>
<LI><P>
‘plot.ts(&lt;matrix&gt;, las = 1)’ now does use ‘las’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-01-30</title>
<pubDate>Fri, 29 Jan 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/01/29#n2016-01-30</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/01/29#n2016-01-30</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched BUG FIXES </H4>
<UL>
<LI><P>
‘deparse(..., control = &quot;quoteExpressions&quot;)’ incorrectly quoted empty
expressions.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16686">PR#16686</a>)
</P></LI>

<LI><P>
‘format()’ting datetime objects (‘&quot;POSIX[cl]?t&quot;’) could segfault or
recycle wrongly.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16685">PR#16685</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-01-29</title>
<pubDate>Thu, 28 Jan 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/01/28#n2016-01-29</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/01/28#n2016-01-29</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched DEPRECATED AND DEFUNCT </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The ‘make’ macro ‘AWK’ which is long unused by R itself but recorded in file ‘etc/Makeconf’ is deprecated and will be removed in R 3.3.0.  </P>
<P>  The C header file ‘S.h’ is no longer documented: its use should be replaced by ‘R.h’.</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.2.3 patched BUG FIXES </H4>
<UL>
<LI><P>
‘withCallingHandler()’ now (again) handles warnings even during S4
generic's argument evaluation.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16111">PR#16111</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-01-28</title>
<pubDate>Wed, 27 Jan 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/01/27#n2016-01-28</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/01/27#n2016-01-28</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched BUG FIXES </H4>
<UL>
<LI><P>
‘url’ connections with ‘method = &quot;libcurl&quot;’ are destroyed properly.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16681">PR#16681</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-01-23</title>
<pubDate>Fri, 22 Jan 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/01/22#n2016-01-23</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/01/22#n2016-01-23</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The ‘data.frame’ method of ‘rbind()’ gains an optional argument ‘stringsAsFactors’ (instead of only depending on ‘getOption("stringsAsFactors")’).</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.2.3 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘as.data.frame.vector(*, row.names=*)’ no longer produces ‘corrupted’ data frames from row names of incorrect length, but rather warns about them.  This will become an error.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2016-01-21</title>
<pubDate>Wed, 20 Jan 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/01/20#n2016-01-21</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/01/20#n2016-01-21</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched BUG FIXES </H4>
<UL>
<LI><P>
‘as.data.frame.vector(*, row.names=*)’ no longer produces “corrupted”
data frames from row names of wrong length, but rather warns about
them.  This will become an error.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-01-18</title>
<pubDate>Sun, 17 Jan 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/01/17#n2016-01-18</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/01/17#n2016-01-18</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched BUG FIXES </H4>
<UL>
<LI><P>
The internal deparser did not add parentheses when necessary, e.g.
before ‘[]’ or ‘[[]]’.  (Reported by Lukas Stadler; additional fixes
included as well).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-01-13</title>
<pubDate>Tue, 12 Jan 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/01/12#n2016-01-13</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/01/12#n2016-01-13</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘rbind.data.frame()’ gets optional argument ‘stringsAsFactors’ (instead
of only depending on ‘getOption(&quot;stringsAsFactors&quot;)’).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-01-11</title>
<pubDate>Sun, 10 Jan 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/01/10#n2016-01-11</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/01/10#n2016-01-11</guid>
<description><![CDATA[<H4>CHANGES IN R 3.1.2 BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘sub()’ and ‘gsub()’ did not handle regular expressions like ‘"\s{2,}"’ properly if the text contained ‘NA’ or non-ASCII elements in a UTF-8 locale.  Part of this was due to a bug in the TRE library.  (PR#16009)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2016-01-07</title>
<pubDate>Wed, 06 Jan 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/01/06#n2016-01-07</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/01/06#n2016-01-07</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched DEPRECATED AND DEFUNCT </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The ‘make’ macro ‘AWK’ which is long unused by R itself but recorded in file ‘etc/Makeconf’ is deprecated and will be removed in R 3.3.0.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2016-01-06</title>
<pubDate>Tue, 05 Jan 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/01/05#n2016-01-06</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/01/05#n2016-01-06</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched DEPRECATED AND DEFUNCT </H4>
<UL>
<LI><P>
The ‘make’ macro @codeAWK which is long unused by R itself but recorded
in file ‘etc/Makeconf’ is deprecated and will be removed in R 3.3.0.
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.3 patched BUG FIXES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
The internal deparser did not add parentheses when necessary before
‘[]’ or ‘[[]]’.  (Reported by Lukas Stadler).
</DEL>
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-01-05</title>
<pubDate>Mon, 04 Jan 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/01/04#n2016-01-05</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/01/04#n2016-01-05</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched BUG FIXES </H4>
<UL>
<LI><P>
The internal deparser did not add parentheses when necessary before
‘[]’ or ‘[[]]’.  (Reported by Lukas Stadler).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2016-01-04</title>
<pubDate>Sun, 03 Jan 2016 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/01/03#n2016-01-04</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2016/01/03#n2016-01-04</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched DEPRECATED AND DEFUNCT </H4>
<UL>
<LI><P>
Use of ‘SUPPORT_OPENMP’ from header ‘Rconfig.h’ is deprecated in favour
of the standard OpenMP define ‘_OPENMP’.
</P>
<P>
(This has been the recommendation in the manual for a while now.)
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.3 patched BUG FIXES </H4>
<UL>
<LI><P>
‘require()’ etc now give the correct entry of ‘lib.loc’ in the warning
about an old version of a package masking a newer required one.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-12-25</title>
<pubDate>Thu, 24 Dec 2015 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/12/24#n2015-12-25</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/12/24#n2015-12-25</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘shQuote()’ gains ‘type = &quot;cmd2&quot;’ for quoting in ‘cmd.exe’ in Windows.
(Response to <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16636">PR#16636</a>.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-12-23</title>
<pubDate>Tue, 22 Dec 2015 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/12/22#n2015-12-23</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/12/22#n2015-12-23</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched BUG FIXES </H4>
<UL>
<LI><P>
‘heatmap()’ evaluated its ‘add.expr’ argument in the wrong environment.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16583">PR#16583</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-12-22</title>
<pubDate>Mon, 21 Dec 2015 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/12/21#n2015-12-22</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/12/21#n2015-12-22</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘provideDimnames()’ gets an optional ‘unique’ argument.
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.3 patched BUG FIXES </H4>
<UL>
<LI><P>
‘addmargins()’ now adds dimnames for the extended margins in all cases,
as always documented.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘array(.., dimnames = *)’ now warns about non-‘list’ dimnames and, from R 3.3.0, will signal the same error for invalid dimnames as ‘matrix()’ has always done.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2015-12-20</title>
<pubDate>Sat, 19 Dec 2015 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/12/19#n2015-12-20</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/12/19#n2015-12-20</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched BUG FIXES </H4>
<UL>
<LI><P>
‘array(.., dimnames = *)’ now signals the same error for invalid
dimnames as ‘matrix()’ has always done.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-12-15</title>
<pubDate>Mon, 14 Dec 2015 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/12/14#n2015-12-15</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/12/14#n2015-12-15</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched BUG FIXES </H4>
<UL>
<LI><P>
‘Vectorize()’ now checks for clashes in argument names.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16577">PR#16577</a>)
</P></LI>

<LI><P>
‘file.copy(overwrite = FALSE)’ would signal a successful copy when none
had taken place.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16576">PR#16576</a>)
</P></LI>

<LI><P>
‘ngettext()’ now uses the same default domain as ‘gettext()’.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14605">PR#14605</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-12-14</title>
<pubDate>Sun, 13 Dec 2015 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/12/13#n2015-12-14</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/12/13#n2015-12-14</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘summary(x)’ now prints with less rounding when ‘x’ contains infinite
values. (Request of <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16620">PR#16620</a>.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-12-13</title>
<pubDate>Sat, 12 Dec 2015 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/12/12#n2015-12-13</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/12/12#n2015-12-13</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘install.packages()’ and related functions now give a more informative
warning when an attempt is made to install a base package.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-12-11</title>
<pubDate>Thu, 10 Dec 2015 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/12/10#n2015-12-11</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/12/10#n2015-12-11</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 patched BUG FIXES </H4>
<UL>
<LI><P>
‘kmeans(x, centers = &lt;1-row&gt;)’ now works. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16623">PR#16623</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-12-07</title>
<pubDate>Sun, 06 Dec 2015 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/12/06#n2015-12-07</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/12/06#n2015-12-07</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.3 NEW FEATURES </H4>
<UL>
<LI><P>
Some recently-added Windows time zone names have been added to the
conversion table used to convert these to Olson names.  (Including
those relating to changes for Russia in Oct 2014, as in <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16503">PR#16503</a>.)
</P></LI>

<LI><P>
(Windows) Compatibility information has been added to the manifests for
‘Rgui.exe’, ‘Rterm.exe’ and ‘Rscript.exe’.  This should allow
‘win.version()’ and ‘Sys.info()’ to report the actual Windows version
up to Windows 10.
</P></LI>

<LI><P>
Windows ‘&quot;wininet&quot;’ FTP first tries EPSV / PASV mode rather than only
using active mode (reported by Dan Tenenbaum).
</P></LI>

<LI><P>
‘which.min(x)’ and ‘which.max(x)’ may be much faster for logical and
integer ‘x’ and now also work for long vectors.
</P></LI>

<LI><P>
The ‘emulation’ part of ‘tools::texi2dvi()’ has been somewhat enhanced,
including supporting ‘quiet = TRUE’.  It can be selected by ‘texi2dvi =
&quot;emulation&quot;’.
</P>
<P>
(Windows) MiKTeX removed its ‘texi2dvi.exe’ command in Sept 2015:
‘tools::texi2dvi()’ tries ‘texify.exe’ if it is not found.
</P></LI>

<LI><P>
(Windows only) Shortcuts for printing and saving have been added to
menus in ‘Rgui.exe’.  (Request of <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16572">PR#16572</a>.)
</P></LI>

<LI><P>
‘loess(..., iterTrace=TRUE)’ now provides diagnostics for robustness
iterations, and the ‘print()’ method for ‘summary(&lt;loess&gt;)’ shows
slightly more.
</P></LI>

<LI><P>
The included version of PCRE has been updated to 8.38, a bug-fix
release.
</P></LI>

<LI><P>
‘View()’ now displays nested data frames in a more friendly way.
(Request with patch in <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15915">PR#15915</a>.)
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.3 INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
The included configuration code for ‘libintl’ has been updated to that
from ‘gettext’ version 0.19.5.1 - this should only affect how an
external library is detected (and the only known instance is under
OpenBSD).  (Wish of <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16464">PR#16464</a>.)
</P></LI>

<LI><P>
‘configure’ has a new argument ‘--disable-java’ to disable the checks
for Java.
</P></LI>

<LI><P>
The ‘configure’ default for ‘MAIN_LDFLAGS’ has been changed for the
FreeBSD, NetBSD and Hurd OSes to one more likely to work with compilers
other than ‘gcc’ (FreeBSD 10 defaults to ‘clang’).
</P></LI>

<LI><P>
‘configure’ now supports the OpenMP flags ‘-fopenmp=libomp’ (clang) and
‘-qopenmp’ (Intel C).
</P></LI>

<LI><P>
Various macros can be set to override the default behaviour of
‘configure’ when detecting OpenMP: see file ‘config.site’.
</P></LI>

<LI><P>
Source installation on Windows has been modified to allow for MiKTeX
installations without ‘texi2dvi.exe’.  See file ‘MkRules.dist’.
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.3 BUG FIXES </H4>
<UL>
<LI><P>
‘regexpr(pat, x, perl = TRUE)’ with Python-style named capture did not
work correctly when ‘x’ contained ‘NA’ strings.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16484">PR#16484</a>)
</P></LI>

<LI><P>
The description of dataset ‘ToothGrowth’ has been improved/corrected.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15953">PR#15953</a>)
</P></LI>

<LI><P>
‘model.tables(type = &quot;means&quot;)’ and hence ‘TukeyHSD()’ now support
‘&quot;aov&quot;’ fits without an intercept term.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16437">PR#16437</a>)
</P></LI>

<LI><P>
‘close()’ now reports the status of a ‘pipe()’ connection opened with
an explicit ‘open’ argument.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16481">PR#16481</a>)
</P></LI>

<LI><P>
Coercing a list without names to a data frame is faster if the elements
are very long. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16467">PR#16467</a>)
</P></LI>

<LI><P>
(Unix-only) Under some rare circumstances piping the output from
‘Rscript’ or ‘R -f’ could result in attempting to close the input file
twice, possibly crashing the process.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16500">PR#16500</a>)
</P></LI>

<LI><P>
(Windows) ‘Sys.info()’ was out of step with ‘win.version()’ and did not
report Windows 8.
</P></LI>

<LI><P>
‘topenv(baseenv())’ returns ‘baseenv()’ again as in R 3.1.0 and
earlier.  This also fixes ‘compilerJIT(3)’ when used in ‘.Rprofile’.
</P></LI>

<LI><P>
‘detach()’ing the ‘methods’ package keeps ‘.isMethodsDispatchOn()’
true, as long as the methods namespace is not unloaded.
</P></LI>

<LI><P>
Removed some spurious warnings from ‘configure’ about the preprocessor
not finding header files.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15989">PR#15989</a>)
</P></LI>

<LI><P>
‘rchisq(*, df=0, ncp=0)’ now returns ‘0’ instead of ‘NaN’, and
‘dchisq(*, df=0, ncp=*)’ also no longer returns ‘NaN’ in limit cases
(where the limit is unique).  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16521">PR#16521</a>)
</P></LI>

<LI><P>
‘pchisq(*, df=0, ncp &gt; 0, log.p=TRUE)’ no longer underflows (for ncp &gt;
~60).
</P></LI>

<LI><P>
‘nchar(x, &quot;w&quot;)’ returned -1 for characters it did not know about (e.g.
zero-width spaces): it now assumes 1.  It now knows about most
zero-width characters and a few more double-width characters.
</P></LI>

<LI><P>
Help for ‘which.min()’ is now more precise about behavior with logical
arguments.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16532">PR#16532</a>)
</P></LI>

<LI><P>
The print width of character strings marked as ‘&quot;latin1&quot;’ or ‘&quot;bytes&quot;’
was in some cases computed incorrectly.
</P></LI>

<LI><P>
‘abbreviate()’ did not give names to the return value if ‘minlength’
was zero, unlike when it was positive.
</P></LI>

<LI><P>
(Windows only) ‘dir.create()’ did not always warn when it failed to
create a directory.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16537">PR#16537</a>)
</P></LI>

<LI><P>
When operating in a non-UTF-8 multibyte locale (e.g. an East Asian
locale on Windows), ‘grep()’ and related functions did not handle UTF-8
strings properly.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16264">PR#16264</a>)
</P></LI>

<LI><P>
‘read.dcf()’ sometimes misread lines longer than 8191 characters.
(Reported by Hervé Pagès with a patch.)
</P></LI>

<LI><P>
‘within(df, ..)’ no longer drops columns whose name start with a ‘&quot;.&quot;’.
</P></LI>

<LI><P>
The built-in ‘HTTP’ server converted entire ‘Content-Type’ to lowercase
including parameters which can cause issues for multi-part form
boundaries (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16541">PR#16541</a>).
</P></LI>

<LI><P>
Modifying slots of S4 objects could fail when the ‘methods’ package was
not attached. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16545">PR#16545</a>)
</P></LI>

<LI><P>
‘splineDesign(*, outer.ok=TRUE)’ (‘splines’) is better now (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16549">PR#16549</a>),
and ‘interpSpline()’ now allows ‘sparse=TRUE’ for speedup with
non-small sizes.
</P></LI>

<LI><P>
If the expression in the traceback was too long, ‘traceback()’ did not
report the source line number.  (Patch by Kirill Müller.)
</P></LI>

<LI><P>
The browser did not truncate the display of the function when exiting
with ‘options(&quot;deparse.max.lines&quot;)’ set.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16581">PR#16581</a>)
</P></LI>

<LI><P>
When ‘bs(*, Boundary.knots=)’ had boundary knots inside the data range,
extrapolation was somewhat off.  (Patch by Trevor Hastie.)
</P></LI>

<LI><P>
‘var()’ and hence ‘sd()’ warn about ‘factor’ arguments which are
deprecated now. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16564">PR#16564</a>)
</P></LI>

<LI><P>
‘loess(*, weights = *)’ stored wrong weights and hence gave slightly
wrong predictions for ‘newdata’.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16587">PR#16587</a>)
</P></LI>

<LI><P>
‘aperm(a, *)’ now preserves ‘names(dim(a))’.
</P></LI>

<LI><P>
‘poly(x, ..)’ now works when either ‘raw=TRUE’ or ‘coef’ is specified.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16597">PR#16597</a>)
</P></LI>

<LI><P>
‘data(package=*)’ is more careful in determining the path.
</P></LI>

<LI><P>
‘prettyNum(*, decimal.mark, big.mark)’: fixed bug introduced when
fixing <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16411">PR#16411</a>.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-11-28</title>
<pubDate>Fri, 27 Nov 2015 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/11/27#n2015-11-28</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/11/27#n2015-11-28</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘View()’ now displays nested data frames in a more friendly way.
(Request with patch in <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15915">PR#15915</a>.)
</P></LI>

</UL>
<H4>CHANGES IN R 3.1.3 BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘"noquote"’ objects may now be used as columns in data frames. (PR#15997)</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.0.3 BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘rowsum()’ has more support for matrices and data frames with 2^31 or more elements. (PR#15587)</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.0.0 NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Matrix indexing of data frames by two-column numeric indices is now supported for replacement as well as extraction.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2015-11-27</title>
<pubDate>Thu, 26 Nov 2015 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/11/26#n2015-11-27</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/11/26#n2015-11-27</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
The included version of PCRE has been updated to 8.38, a bug-fix
release.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-11-24</title>
<pubDate>Mon, 23 Nov 2015 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/11/23#n2015-11-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/11/23#n2015-11-24</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘prettyNum(*, decimal.mark, big.mark)’: fixed bug introduced when
fixing <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16411">PR#16411</a>.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-11-21</title>
<pubDate>Fri, 20 Nov 2015 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/11/20#n2015-11-21</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/11/20#n2015-11-21</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched BUG FIXES </H4>
<UL>
<LI><P>
The built-in ‘HTTP’ server converted entire ‘Content-Type’ to lowercase
including parameters which can cause issues for multi-part form
boundaries (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16541">PR#16541</a>).
</P></LI>

<LI><P>
‘data(package=*)’ is more careful in determining the path.
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.1 NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘nchar(x, *)’ and ‘nzchar(x)’ gain a new argument ‘keepNA’ which governs how the result for ‘NA’s in ‘x’ is determined.  For ‘nzchar()’ in general and ‘nchar()’ in the R 3.2.x series, the default remains ‘FALSE’ which is fully back compatible.  From R 3.3.0, ‘nchar()’'s default will change to ‘keepNA = NA’ and you are advised to consider this for code portability.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2015-11-18</title>
<pubDate>Tue, 17 Nov 2015 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/11/17#n2015-11-18</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/11/17#n2015-11-18</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘aperm(a, *)’ now preserves ‘names(dim(a))’.
</P></LI>

<LI><P>
‘poly(x, ..)’ now works when either ‘raw=TRUE’ or ‘coef’ is specified.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16597">PR#16597</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-11-14</title>
<pubDate>Fri, 13 Nov 2015 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/11/13#n2015-11-14</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/11/13#n2015-11-14</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘loess(..., iterTrace=TRUE)’ now provides diagnostics for robustness
iterations, and the ‘print()’ method for ‘summary(&lt;loess&gt;)’ shows
slightly more.
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘loess(*, weights = *)’ stored wrong weights and hence gave slightly
wrong predictions for ‘newdata’.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16587">PR#16587</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-11-04</title>
<pubDate>Tue, 03 Nov 2015 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/11/03#n2015-11-04</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/11/03#n2015-11-04</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘var()’ and hence ‘sd()’ warn about ‘factor’ arguments which are deprecated now. (PR#16564)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2015-10-31</title>
<pubDate>Fri, 30 Oct 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/10/30#n2015-10-31</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/10/30#n2015-10-31</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘var()’ hence ‘sd()’ now signal an error for ‘factor()’ arguments.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16564">PR#16564</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-10-28</title>
<pubDate>Tue, 27 Oct 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/10/27#n2015-10-28</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/10/27#n2015-10-28</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched BUG FIXES </H4>
<UL>
<LI><P>
The browser did not truncate the display of the function when exiting
with ‘options(&quot;deparse.max.lines&quot;)’ set.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16581">PR#16581</a>)
</P></LI>

<LI><P>
When ‘bs(*, Boundary.knots=)’ had boundary knots inside the data range,
extrapolation was somewhat off.  (Patch by Trevor Hastie.)
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Modifying slots of S4 objects could fail when the ‘methods’ package was not attached. (PR#16545)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2015-10-24</title>
<pubDate>Fri, 23 Oct 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/10/23#n2015-10-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/10/23#n2015-10-24</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
(Windows only) Shortcuts for printing and saving have been added to
menus in ‘Rgui.exe’.  (Request of <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16572">PR#16572</a>.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-10-23</title>
<pubDate>Thu, 22 Oct 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/10/22#n2015-10-23</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/10/22#n2015-10-23</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched BUG FIXES </H4>
<UL>
<LI><P>
If the expression in the traceback was too long, ‘traceback()’ did not
report the source line number.  (Patch by Kirill Müller.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-10-16</title>
<pubDate>Thu, 15 Oct 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/10/15#n2015-10-16</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/10/15#n2015-10-16</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘within(df, ..)’ no longer drops columns whose name start with a ‘&quot;.&quot;’.
</P></LI>

<LI><P>
‘splineDesign(*, outer.ok=TRUE)’ (‘splines’) is better now (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16549">PR#16549</a>),
and ‘interpSpline()’ now allows ‘sparse=TRUE’ for speedup with
non-small sizes.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-10-10</title>
<pubDate>Fri, 09 Oct 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/10/09#n2015-10-10</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/10/09#n2015-10-10</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
The ‘emulation’ part of ‘tools::texi2dvi()’ has been somewhat enhanced,
including supporting ‘quiet = TRUE’.  It can be selected by ‘texi2dvi =
&quot;emulation&quot;’.
</P>
<P>
(Windows) MiKTeX removed its ‘texi2dvi.exe’ command in Sept 2015:
‘tools::texi2dvi()’ tries ‘texify.exe’ if it is not found.
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.2 patched INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
Source installation on Windows has been modified to allow for MiKTeX
installations without ‘texi2dvi.exe’.  See file ‘MkRules.dist’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-10-09</title>
<pubDate>Thu, 08 Oct 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/10/08#n2015-10-09</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/10/08#n2015-10-09</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched BUG FIXES </H4>
<UL>
<LI><P>
Modifying slots of S4 objects could fail when the ‘methods’ package was
not attached (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16545">PR#16545</a>).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-09-30</title>
<pubDate>Tue, 29 Sep 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/09/29#n2015-09-30</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/09/29#n2015-09-30</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Various macros can be set to override the default behaviour of ‘configure’ when detecting OpenMP: see file ‘config.site’.</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.2.2 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">When operating in a non-UTF-8 multibyte locale (e.g. an East Asian locale on Windows), ‘grep()’ and related functions did not handle UTF-8 strings properly.  (PR#16264)</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘read.dcf()’ sometimes misread lines longer than 8191 characters. (Reported by Hervé Pagès with a patch.)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2015-09-23</title>
<pubDate>Tue, 22 Sep 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/09/22#n2015-09-23</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/09/22#n2015-09-23</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched BUG FIXES </H4>
<UL>
<LI><P>
When operating in a multibyte locale, ‘grep()’ and related functions
did not handle UTF-8 strings properly.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16264">PR#16264</a>)
</P></LI>

<LI><P>
‘read.dcf()’ misread lines longer than 8191 characters.  (Reported by
Hervé Pagès with a patch.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-09-19</title>
<pubDate>Fri, 18 Sep 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/09/18#n2015-09-19</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/09/18#n2015-09-19</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched BUG FIXES </H4>
<UL>
<LI><P>
(Windows only) ‘dir.create()’ did not always warn when it failed to
create a directory.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16537">PR#16537</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-09-14</title>
<pubDate>Sun, 13 Sep 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/09/13#n2015-09-14</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/09/13#n2015-09-14</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘abbreviate()’ did not give names to the return value if ‘minlength’
was zero, unlike when it was positive.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Help for ‘which.min()’ is now more precise about behavior with logical arguments.  (PR#16532)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2015-09-13</title>
<pubDate>Sat, 12 Sep 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/09/12#n2015-09-13</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/09/12#n2015-09-13</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
The macros ‘SHLIB_OPENMP_CFLAGS’ etc can be set in e.g.  ‘config.site’.
</DEL>
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The ‘configure’ default for ‘MAIN_LDFLAGS’ has been changed for the FreeBSD, NetBSD and Hurd OSes to one more likely to work with compilers other than ‘gcc’ (FreeBSD 10 defaults to ‘clang’).</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.2.2 patched BUG FIXES </H4>
<UL>
<LI><P>
The print width of character strings marked as ‘&quot;latin1&quot;’ or ‘&quot;bytes&quot;’
was in some cases computed incorrectly.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">(Unix-only) Under some rare circumstances piping the output from ‘Rscript’ or ‘R -f’ could result in attempting to close the input file twice, possibly crashing the process.  (PR#16500)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2015-09-11</title>
<pubDate>Thu, 10 Sep 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/09/10#n2015-09-11</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/09/10#n2015-09-11</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘which.min(x)’ and ‘which.max(x)’ may be much faster for logical and
integer ‘x’ and now also work for long vectors.
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.2 patched BUG FIXES </H4>
<UL>
<LI><P>
Help for ‘which.min’ is now more precise about behavior with logical
arguments.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16532">PR#16532</a>)
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘nchar(x, "w")’ returned -1 for characters it did not know about (e.g. zero-width spaces): it now assumes 1.  It now knows about most zero-width characters and a few more double-width characters.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2015-09-10</title>
<pubDate>Wed, 09 Sep 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/09/09#n2015-09-10</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/09/09#n2015-09-10</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘nchar(x, "w")’ assumed -1 for characters it did not know about (e.g. zero-width spaces): it now assumes 1.  It now knows about zero-width characters and a few extra double-width characters.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2015-09-09</title>
<pubDate>Tue, 08 Sep 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/09/08#n2015-09-09</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/09/08#n2015-09-09</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
The macros ‘SHLIB_OPENMP_CFLAGS’ etc can be set in e.g.  ‘config.site’.
This is needed for ‘clang’ 3.7.0 which needs a compiler option for
OpenMP not known to the standard ‘autoconf’ macro used.
</DEL>
</P></LI>

<LI><P>
The macros ‘SHLIB_OPENMP_CFLAGS’ etc can be set in e.g.  ‘config.site’.
</P></LI>

<LI><P>
‘configure’ now supports the OpenMP flags ‘-fopenmp=libomp’ (clang) and
‘-qopenmp’ (Intel C).
</P></LI>

<LI><P>
Various OpenMP macros can be set to override the default behaviour of
‘configure’: see file ‘config.site’.
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.2 patched BUG FIXES </H4>
<UL>
<LI><P>
‘nchar(x, &quot;w&quot;)’ assumed -1 for characters it did not know about (e.g.
zero-width spaces): it now assumes 1 (and knows about zero-width
characters).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-09-04</title>
<pubDate>Thu, 03 Sep 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/09/03#n2015-09-04</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/09/03#n2015-09-04</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
The macros ‘SHLIB_OPENMP_CFLAGS’ etc can be set in e.g.  ‘config.site’.
This is needed for ‘clang’ 3.7.0 which needs a compiler option for
OpenMP not known to the standard ‘autoconf’ macro used.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-09-02</title>
<pubDate>Tue, 01 Sep 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/09/01#n2015-09-02</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/09/01#n2015-09-02</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The included configuration code for ‘libintl’ has been updated to that from ‘gettext’ version 0.19.5.1 - this should only affect how an external library is detected (and the only known instance is under OpenBSD).  (Wish of PR#16464.)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2015-09-01</title>
<pubDate>Mon, 31 Aug 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/31#n2015-09-01</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/31#n2015-09-01</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
The 'configure' default for 'MAIN_LDFLAGS' has been changed for
FreeBSD, NetBSD and Hurd OSes to one more likely to work with compilers
other than 'gcc' (FreeBSD 10 defaults to 'clang').
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.2 patched BUG FIXES </H4>
<UL>
<LI><P>
'rchisq(*, df=0, ncp=0)' now returns '0' instead of 'NaN', and
'dchisq(*, df=0, ncp=*)' also no longer returns 'NaN' in limit cases
(where the limit is unique).  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16521">PR#16521</a>)
</P></LI>

<LI><P>
'pchisq(*, df=0, ncp &gt; 0, log.p=TRUE)' no longer underflows (for ncp &gt;
~60).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-08-26</title>
<pubDate>Tue, 25 Aug 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/25#n2015-08-26</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/25#n2015-08-26</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
'configure' has a new argument '--disable-java' to disable the checks
for Java.
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.2 patched BUG FIXES </H4>
<UL>
<LI><P>
'topenv(baseenv())' returns 'baseenv()' again as in R 3.1.0 and
earlier.  This also fixes 'compilerJIT(3)' when used in '.Rprofile'.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-08-22</title>
<pubDate>Fri, 21 Aug 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/21#n2015-08-22</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/21#n2015-08-22</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched BUG FIXES </H4>
<UL>
<LI><P>
Removed some spurious warnings from 'configure' about the preprocessor
not finding header files.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15989">PR#15989</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-08-18</title>
<pubDate>Mon, 17 Aug 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/17#n2015-08-18</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/17#n2015-08-18</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
The included configuration code for 'libintl' has been updated to that
from 'gettext' version 0.19.5.1 - this should only affect how an
external library is detected.  (Wish of <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16464">PR#16464</a>.)
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
(Windows) Compatibility information has been added to the manifests for
'Rgui.exe', 'Rterm.exe' and 'Rscript.exe'.  This should allow
'win.version()' and 'Sys.info()' to report the actual Windows version
up to Windows 10.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Some recently-added Windows time zone names have been added to the conversion table used to convert these to Olson names.  (Including those relating to changes for Russia in Oct 2014, as in PR#16503.)</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Windows '"wininet"' FTP first tries EPSV / PASV mode rather than only using active mode (reported by Dan Tenenbaum).</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.2.2 patched BUG FIXES </H4>
<UL>
<LI><P>
'close()' now reports the status of a 'pipe()' connection opened with
an explicit 'open' argument.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16481">PR#16481</a>)
</P></LI>

<LI><P>
'detach()'ing the 'methods' package keeps '.isMethodsDispatchOn()'
true, as long as the methods namespace is not unloaded.
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.2 SIGNIFICANT USER-VISIBLE CHANGES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">It is now easier to use secure downloads from 'https://' URLs on builds which support them: no longer do non-default options need to be selected to do so.  In particular, packages can be installed from repositories which offer 'https://' URLs, and those listed by 'setRepositories()' now do so (for some of their mirrors).  </P>
<P>  Support for 'https://' URLs is available on Windows, and on other platforms if support for 'libcurl' was compiled in and if that supports the 'https' protocol (system installations can be expected to do).  So 'https://' support can be expected except on rather old OSes (an example being OS X 'Snow Leopard', where a non-system version of 'libcurl' can be used).  </P>
<P>  (Windows only) The default method for accessing URLs _via_ 'download.file()' and 'url()' has been changed to be '"wininet"' using Windows API calls.  This changes the way proxies need to be set and security settings made: there have been some reports of 'ftp:' sites being inaccessible under the new default method (but the previous methods remain available).</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.2.2 NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">(Windows only) 'setInternet2(TRUE)' is now the default.  The command-line option '--internet2' and environment variable 'R_WIN_INTERNET2' are now ignored.  </P>
<P>  Thus by default the '"internal"' method for 'download.file()' and 'url()' uses the '"wininet"' method: to revert to the previous default use 'setInternet2(FALSE)'.  </P>
<P>  This means that 'https://' URLs can be read by default by 'download.file()' (they have been readable by 'file()' and 'url()' since R 3.2.0).  </P>
<P>  There are implications for how proxies need to be set (see '?download.file').</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2015-08-17</title>
<pubDate>Sun, 16 Aug 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/16#n2015-08-17</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/16#n2015-08-17</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
Windows '&quot;wininet&quot;' FTP first tries EPSV / PASV mode (reported by Dan
Tenenbaum).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-08-15</title>
<pubDate>Fri, 14 Aug 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/14#n2015-08-15</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/14#n2015-08-15</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 patched NEW FEATURES </H4>
<UL>
<LI><P>
A few more timezone Windows names have been added to the conversion
table used to convert these to Olson names.  (Including that from
<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16503">PR#16503</a>.)
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.2 patched BUG FIXES </H4>
<UL>
<LI><P>
'regexpr(pat, x, perl = TRUE)' with Python-style named capture did not
work correctly when 'x' contained 'NA' strings.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16484">PR#16484</a>)
</P></LI>

<LI><P>
The description of dataset 'ToothGrowth' has been improved/corrected.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15953">PR#15953</a>)
</P></LI>

<LI><P>
'model.tables(type = &quot;means&quot;)' and hence 'TukeyHSD()' now support
'&quot;aov&quot;' fits without an intercept term.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16437">PR#16437</a>)
</P></LI>

<LI><P>
Coercing a list without names to a data frame is faster if the elements
are very long. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16467">PR#16467</a>)
</P></LI>

<LI><P>
(Unix-only) Under some circumstances piping the output from 'Rscript'
or 'R -f' could result in attempting to close the input file twice,
possibly crashing the process.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16500">PR#16500</a>)
</P></LI>

<LI><P>
(Windows) 'Sys.info()' was out of step with 'win.version()' and did not
report Windows 8.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-08-13</title>
<pubDate>Wed, 12 Aug 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/12#n2015-08-13</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/12#n2015-08-13</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 SIGNIFICANT USER-VISIBLE CHANGES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">It is now easier to use secure downloads from 'https://' URLs on builds which support them: no longer do non-default options need to be selected to do so.  In particular, packages can be installed from repositories which offer 'https://' URLs, and those listed by 'setRepositories()' now do so (for some of their mirrors).  </P>
<P>  Support for 'https://' URLs is available on Windows, and on other platforms if support for 'libcurl' was compiled in and if that supports the 'https' protocol (system installations can be expected to do).  So 'https://' support can be expected except on rather old OSes (an example being OS X 'Snow Leopard', where a non-system version of 'libcurl' can be used).  </P>
<P>  (Windows only) The default method for accessing URLs _via_ 'download.file()' and 'url()' has been changed to be '"wininet"' using Windows API calls.  This changes the way proxies need to be set and security settings made: there have been some reports of sites being inaccessible under the new default method (but the previous methods remain available).</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2015-08-09</title>
<pubDate>Sat, 08 Aug 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/08#n2015-08-09</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/08#n2015-08-09</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">(Non-Windows only) 'download.file()' with default 'method = "auto"' now chooses '"libcurl"' if that is available and a 'https://' or 'ftps://' URL is used.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2015-08-08</title>
<pubDate>Fri, 07 Aug 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/07#n2015-08-08</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/07#n2015-08-08</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 SIGNIFICANT USER-VISIBLE CHANGES </H4>
<UL>
<LI><P>
It is now easier to use secure downloads from 'https://' URLs on builds
which support them: no longer do non-default options need to be
selected to do so.  In particular, packages can be installed from
repositories which offer 'https://' URLs, and those listed by
'setRepositories()' now do so (for some of their mirrors).
</P>
<P>
Support for 'https://' URLs is available on Windows, and on other
platforms if support for 'libcurl' was compiled in and if that supports
the 'https' protocol (system installations can be expected to do).  So
'https://' support can be expected except on rather old OSes (an
example being OS X 'Snow Leopard').
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.2 NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">(Windows only) 'setInternet2(TRUE)' is now the default.  The command-line option '--internet2' and environment variable 'R_WIN_INTERNET2' are now ignored.  </P>
<P>  Thus by default the '"internal"' method for 'download.file()' and 'url()' uses the '"wininet"' method: to revert to the previous default use 'setInternet2(FALSE)'.  </P>
<P>  This means that 'https://' can be read by default by 'download.file()' (they have been readable by 'file()' and 'url()' since R 3.2.0).  </P>
<P>  There are implications for how proxies need to be set (see '?download.file'): also, 'cacheOK = FALSE' is not supported.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2015-08-07</title>
<pubDate>Thu, 06 Aug 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/06#n2015-08-07</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/06#n2015-08-07</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 NEW FEATURES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
'read.table()' now always uses the names for a named 'colClasses'
argument (previously names were only used when 'colClasses' was too
short). (In part, wish of <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16478">PR#16478</a>.)
</DEL>
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.2 BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">'ttkimage()' did not (and could not) work so was removed. Ditto for 'tkimage.cget()' and 'tkimage.configure()'. Added two Ttk widgets and missing subcommands for Tk's 'image' command: 'ttkscale()', 'ttkspinbox()', 'tkimage.delete()', 'tkimage.height()', 'tkimage.inuse()', 'tkimage.type()', 'tkimage.types()', 'tkimage.width()'. (PR#15372, PR#16450)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2015-08-06</title>
<pubDate>Wed, 05 Aug 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/05#n2015-08-06</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/05#n2015-08-06</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">'capture.output()' gets optional arguments 'type' and 'split' to pass to 'sink()', and hence can be used to capture messages.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">'read.table()' now always uses the names for a named 'colClasses' argument (previously names were only used when 'colClasses' was too short). (In part, wish of PR#16478.)</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.2.2 BUG FIXES </H4>
<UL>
<LI><P>
'getClass(&quot;foo&quot;)' now also returns a class definition when it is found
in the cache more than once.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">If the 'na.action' argument was used in 'model.frame()', the original data could be modified. (PR#16436)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2015-08-05</title>
<pubDate>Tue, 04 Aug 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/04#n2015-08-05</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/04#n2015-08-05</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.2 NEW FEATURES </H4>
<UL>
<LI><P>
'cmdscale()' gets new option 'list.' for increased flexibility when a
list should be returned.
</P></LI>

<LI><P>
'configure' now supports 'texinfo' version 6.0, which (unlike the
change from 4.x to 5.0) is a minor update.  (Wish of <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16456">PR#16456</a>.)
</P></LI>

<LI><P>
(Windows only) 'setInternet2(TRUE)' is now the default, so 'https://'
URLs should be readable.  The command line option '--internet2' and the
environment variable 'R_WIN_INTERNET2' are now ignored.
</P></LI>

<LI><P>
(Non-Windows only:) 'download.file()' with default 'method = &quot;auto&quot;'
now chooses '&quot;libcurl&quot;' if that is available and a 'https://' or
'ftps://' url is used.
</P></LI>

<LI><P>
'chooseCRANmirror()' and 'chooseBioCmirror()' now offer HTTPS mirrors
in preference to HTTP mirrors.  This changes the interpretation of
their 'ind' arguments: see their help pages.
</P></LI>

<LI><P>
'capture.output()' gets optional arguments 'type' and 'split' to pass
to 'sink()', and hence can be used capture messages.
</P></LI>

<LI><P>
'read.table()' now uses the names for a named 'colClasses' argument
(previously names were only used when 'colClasses' was too short).
(Wish of <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16478">PR#16478</a>.)
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.2 C-LEVEL FACILITIES </H4>
<UL>
<LI><P>
Header 'Rconfig.h' now defines 'HAVE_ALLOCA_H' if the platform has the
'alloca.h' header (it is needed to define 'alloca' on Solaris and AIX,
at least: see 'Writing R Extensions' for how to use it).
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.2 INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
The 'libtool' script generated by 'configure' has been modified to
support FreeBSD &gt;= 10 (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16410">PR#16410</a>).
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.2 BUG FIXES </H4>
<UL>
<LI><P>
The HTML help page links to demo code failed due to a change in R
3.2.0.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16432">PR#16432</a>)
</P></LI>

<LI><P>
If 'na.action' was used in 'model.frame()', the original data could be
modified. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16436">PR#16436</a>)
</P></LI>

<LI><P>
'getGraphicsEvent()' could cause a crash if a graphics window was
closed while it was in use. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16438">PR#16438</a>)
</P></LI>

<LI><P>
'matrix(x, nr, nc, byrow = TRUE)' failed if 'x' was an object of type
'&quot;expression&quot;'.
</P></LI>

<LI><P>
'strptime()' could overflow the allocated storage on the C stack when
the timezone had a non-standard format much longer than the standard
formats. (Part of <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16328">PR#16328</a>.)
</P></LI>

<LI><P>
'options(OutDec = s)' now signals a warning (which will become an error
in the future) when 's' is not a string with exactly one character, as
that has been a documented requirement.
</P></LI>

<LI><P>
'prettyNum()' gains a new option 'input.d.mark' which together with
other changes, e.g., the default for 'decimal.mark', fixes some
'format()'ting variants with non-default 'getOption(&quot;OutDec&quot;)' such as
in <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16411">PR#16411</a>.
</P></LI>

<LI><P>
'download.packages()' failed for 'type' equal to either '&quot;both&quot;' or
'&quot;binary&quot;'.  (Reported by Dan Tenenbaum.)
</P></LI>

<LI><P>
The 'dendrogram' method of 'labels()' is much more efficient for large
dendrograms, now using 'rapply()'.  (Comment #15 of <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15215">PR#15215</a>)
</P></LI>

<LI><P>
The '&quot;port&quot;' algorithm of 'nls()' could give spurious errors.
(Reported by Radford Neal.)
</P></LI>

<LI><P>
Reference classes that inherited from reference classes in another
package could invalidate methods of the inherited class. Fixing this
requires adding the ability for methods to be &quot;external&quot;, with the
object supplied explicitly as the first argument, named '.self'. See
&quot;Inter-Package Superclasses&quot; in the documentation.
</P></LI>

<LI><P>
'readBin()' could fail on the SPARC architecture due to alignment
issues.  (Reported by Radford Neal.)
</P></LI>

<LI><P>
'qt(*, df=Inf, ncp=.)' now uses the natural 'qnorm()' limit instead of
returning 'NaN'. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16475">PR#16475</a>)
</P></LI>

<LI><P>
Auto-printing of S3 and S4 values now searches for 'print()' in the
base namespace and 'show()' in the 'methods' namespace instead of
searching the global environment.
</P></LI>

<LI><P>
'polym()' gains a 'coefs = NULL' argument and returns class '&quot;poly&quot;'
just like 'poly()' which gets a new 'simple=FALSE' option.  They now
lead to correct 'predict()'ions, e.g., on subsets of the original data.
</P></LI>

<LI><P>
'rhyper(nn, &lt;large&gt;)' now works correctly. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16489">PR#16489</a>)
</P></LI>

<LI><P>
'ttkimage()' did not (and could not) work so was removed. Ditto for
'tkimage.cget()' and 'tkimage.configure()'.  Added two Ttk widgets and
missing subcommands for Tk's 'image' command: 'ttkscale()',
'ttkspinbox()', 'tkimage.delete()', 'tkimage.height()',
'tkimage.inuse()', 'tkimage.type()', 'tkimage.types()',
'tkimage.width()'. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15372">PR#15372</a>, <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16450">PR#16450</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-08-04</title>
<pubDate>Mon, 03 Aug 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/03#n2015-08-04</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/03#n2015-08-04</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">'chooseCRANmirror()' and 'chooseBioCmirror()' now offer HTTPS mirrors in preference to HTTP mirrors.  This changes the intepretation of their 'ind' arguments: see their help pages.</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.2.1 patched BUG FIXES </H4>
<UL>
<LI><P>
'ttkimage()' did not (and could not) work so was removed. Ditto for
'tkimage.cget()' and 'tkimage.configure()'. Added two Ttk widgets and
missing subcommands for Tk's 'image' command: 'ttkscale()',
'ttkspinbox()', 'tkimage.delete()', 'tkimage.height()',
'tkimage.inuse()', 'tkimage.type()', 'tkimage.types()',
'tkimage.width()'. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15372">PR#15372</a>, <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16450">PR#16450</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-08-03</title>
<pubDate>Sun, 02 Aug 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/02#n2015-08-03</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/08/02#n2015-08-03</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.1 patched INSTALLATION and INCLUDED SOFTWARE </H4>
<UL>
<LI><P>
The 'libtool' script generated by 'configure' has been modified to
support FreeBSD &gt;= 10 (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16410">PR#16410</a>).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-08-01</title>
<pubDate>Fri, 31 Jul 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/31#n2015-08-01</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/31#n2015-08-01</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
'capture.output()' gets optional arguments 'type' and 'split' to pass
to 'sink()', and hence can be used capture messages.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-07-30</title>
<pubDate>Wed, 29 Jul 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/29#n2015-07-30</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/29#n2015-07-30</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.1 patched BUG FIXES </H4>
<UL>
<LI><P>
'polym()' gains a 'coefs = NULL' argument and returns class '&quot;poly&quot;'
just like 'poly()' which gets a new 'simple=FALSE' option.  They now
lead to correct 'predict()'ions, e.g., on subsets of the original data.
</P></LI>

<LI><P>
'rhyper(nn, &lt;large&gt;)' now works correctly. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16489">PR#16489</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-07-24</title>
<pubDate>Thu, 23 Jul 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/23#n2015-07-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/23#n2015-07-24</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.1 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘strptime()’ could overflow the allocated storage on the C stack when the timezone had a non-standard format much longer than the standard formats. (Part of PR#16328.)</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘download.packages()’ failed for ‘type’ equal to either ‘"both"’ or ‘"binary"’.  (Reported by Dan Tenenbaum.)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2015-07-22</title>
<pubDate>Tue, 21 Jul 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/21#n2015-07-22</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/21#n2015-07-22</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.1 patched C-LEVEL FACILITIES </H4>
<UL>
<LI><P>
Header ‘Rconfig.h’ now defines ‘HAVE_ALLOCA_H’ if the platform has the
‘alloca.h’ header (it is needed to define ‘alloca’ on Solaris and AIX,
at least: see ‘Writing R Extensions’ for how to use it).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-07-21</title>
<pubDate>Mon, 20 Jul 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/20#n2015-07-21</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/20#n2015-07-21</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.1 patched BUG FIXES </H4>
<UL>
<LI><P>
Auto-printing of S3 and S4 values now searches for ‘print()’ in the
base namespace and ‘show()’ in the ‘methods’ namespace instead of
searching the global environment.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-07-19</title>
<pubDate>Sat, 18 Jul 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/18#n2015-07-19</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/18#n2015-07-19</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘qt(*, df=Inf, ncp=.)’ now uses the natural ‘qnorm()’ limit instead of
returning ‘NaN’. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16475">PR#16475</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-07-18</title>
<pubDate>Fri, 17 Jul 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/17#n2015-07-18</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/17#n2015-07-18</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">(Non-Windows only:) ‘download.file()’ with default ‘method = "auto"’ now chooses ‘"libcurl"’ if that is available and a ‘https://’ or ‘ftps://’ url is used.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2015-07-17</title>
<pubDate>Thu, 16 Jul 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/16#n2015-07-17</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/16#n2015-07-17</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
(Non-Windows only:) ‘download.file()’ with default ‘method = &quot;auto&quot;’
now chooses ‘&quot;libcurl&quot;’ if that is available and a ‘https://’ or
‘fttps://’ url is used.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-07-16</title>
<pubDate>Wed, 15 Jul 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/15#n2015-07-16</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/15#n2015-07-16</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.1 patched BUG FIXES </H4>
<UL>
<LI><P>
The ‘dendrogram’ method of ‘labels()’ is much more efficient for large
dendrograms, now using ‘rapply()’.  (Comment #15 of <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15215">PR#15215</a>)
</P></LI>

<LI><P>
The ‘&quot;port&quot;’ algorithm of ‘nls()’ could give spurious errors.
(Reported by Radford Neal.)
</P></LI>

<LI><P>
‘readBin()’ could fail on the SPARC architecture due to alignment
issues.  (Reported by Radford Neal.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-07-13</title>
<pubDate>Sun, 12 Jul 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/12#n2015-07-13</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/12#n2015-07-13</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘chooseCRANmirror()’ now offers HTTPS mirrors in preference to HTTP
mirrors.
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.1 patched BUG FIXES </H4>
<UL>
<LI><P>
Reference classes that inherited from reference classes in another
package could invalidate methods of the inherited class. Fixing this
requires adding the ability for methods to be “external”, with the
object supplied explicitly as the first argument, named ‘.self’. See
&quot;Inter-Package Superclasses&quot; in the documentation.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-07-09</title>
<pubDate>Wed, 08 Jul 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/08#n2015-07-09</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/08#n2015-07-09</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘download.packages()’ failed for ‘type’ equal to ‘&quot;both&quot;’ or
‘&quot;binary&quot;’.  (Reported by Dan Tenenbaum.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-07-08</title>
<pubDate>Tue, 07 Jul 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/07#n2015-07-08</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/07#n2015-07-08</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘configure’ now supports ‘texinfo’ version 6.0, which (unlike the change from 4.x to 5.0) is a minor update.  (Wish of PR#16456.)</INS>
</P></LI>
</UL>
<H4>CHANGES IN R 3.2.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘options(OutDec = s)’ now signals a warning (which will become an error
in the future) when ‘s’ is not a string with exactly one character, as
that has been a documented requirement.
</P></LI>

<LI><P>
‘prettyNum()’ gains a new option ‘input.d.mark’ which together with
other changes, e.g., the default for ‘decimal.mark’, fixes some
‘format()’ting variants with non-default ‘getOption(&quot;OutDec&quot;)’ such as
in <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16411">PR#16411</a>.
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.1 BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Under some circumstances using the internal PCRE when building R from source would cause external libs such as ‘-llzma’ to be omitted from the main link.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2015-07-07</title>
<pubDate>Mon, 06 Jul 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/06#n2015-07-07</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/06#n2015-07-07</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
(Windows only) ‘setInternet2(TRUE)’ is now the default, so ‘https://’
URLs should be readable.  The command line option ‘--internet2’ and the
environment variable ‘R_WIN_INTERNET2’ are now ignored.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-07-02</title>
<pubDate>Wed, 01 Jul 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/01#n2015-07-02</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/07/01#n2015-07-02</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘configure’ now supports ‘texinfo’ version 6.0, which (unlike the change from 4.x to 5.0) is minor update.  (Wish of PR#16456.)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2015-07-01</title>
<pubDate>Tue, 30 Jun 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/06/30#n2015-07-01</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/06/30#n2015-07-01</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘cmdscale()’ gets new option ‘list.’ for increased flexibility when a
list should be returned.
</P></LI>

<LI><P>
‘configure’ now supports ‘texinfo’ version 6.0.  (Wish of <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16456">PR#16456</a>.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-06-30</title>
<pubDate>Mon, 29 Jun 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/06/29#n2015-06-30</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/06/29#n2015-06-30</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘strptime()’ could overflow the C stack when the timezone had a
non-standard format much longer than the standard formats. (Part of
<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16328">PR#16328</a>.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-06-26</title>
<pubDate>Thu, 25 Jun 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/06/25#n2015-06-26</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/06/25#n2015-06-26</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘matrix(x, nr, nc, byrow = TRUE)’ failed if ‘x’ was an object of type
‘&quot;expression&quot;’.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">If ‘na.action’ was used in ‘model.frame()’, the original data could be modified. (PR#16436)</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘getGraphicsEvent()’ could cause a crash if a graphics window was closed while it was in use. (PR#16438)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2015-06-23</title>
<pubDate>Mon, 22 Jun 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/06/22#n2015-06-23</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/06/22#n2015-06-23</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘getGraphicsEvent’ could cause a crash if a graphics window was closed
while it was in use. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16438">PR#16438</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-06-22</title>
<pubDate>Sun, 21 Jun 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/06/21#n2015-06-22</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/06/21#n2015-06-22</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.1 patched BUG FIXES </H4>
<UL>
<LI><P>
If ‘na.action’ was used in ‘model.frame’, the original data could be
modified. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16436">PR#16436</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-06-21</title>
<pubDate>Sat, 20 Jun 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/06/20#n2015-06-21</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/06/20#n2015-06-21</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.1 patched BUG FIXES </H4>
<UL>
<LI><P>
The HTML help page links to demo code failed due to a change in R
3.2.0.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16432">PR#16432</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-06-10</title>
<pubDate>Tue, 09 Jun 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/06/09#n2015-06-10</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/06/09#n2015-06-10</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.1 NEW FEATURES </H4>
<UL>
<LI><P>
‘utf8ToInt()’ now checks that its input is valid UTF-8 and returns ‘NA’
if it is not.
</P></LI>

<LI><P>
‘install.packages()’ now allows ‘type = &quot;both&quot;’ with ‘repos = NULL’ if
it can infer the type of file.
</P></LI>

<LI><P>
‘nchar(x, *)’ and ‘nzchar(x)’ gain a new argument ‘keepNA’ which
governs how the result for ‘NA’s in ‘x’ is determined.  For the R 3.2.x
series, the default remains ‘FALSE’ which is fully back compatible.
From R 3.3.0, the default will change to ‘keepNA = NA’ and you are
advised to consider this for code portability.
</P></LI>

<LI><P>
‘news()’ more flexibly extracts dates from package ‘NEWS.Rd’ files.
</P></LI>

<LI><P>
‘lengths(x)’ now also works (trivially) for atomic ‘x’ and hence can be
used more generally as an efficient replacement of ‘sapply(x, length)’
and similar.
</P></LI>

<LI><P>
The included version of PCRE has been updated to 8.37, a bug-fix
release.
</P></LI>

<LI><P>
‘diag()’ no longer duplicates a matrix when extracting its diagonal.
</P></LI>

<LI><P>
‘as.character.srcref()’ gains an argument to allow characters
corresponding to a range of source references to be extracted.
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.1 BUG FIXES </H4>
<UL>
<LI><P>
‘acf()’ and ‘ccf()’ now guarantee values strictly in [-1,1] (instead of
sometimes very slightly outside). <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15832">PR#15832</a>.
</P></LI>

<LI><P>
‘as.integer(&quot;111111111111&quot;)’ now gives NA (with a warning) as it does
for the corresponding numeric or negative number coercions.  Further,
‘as.integer(M + 0.1)’ now gives ‘M’ (instead of NA) when M is the
maximal representable integer.
</P></LI>

<LI><P>
On some platforms ‘nchar(x, &quot;c&quot;)’ and ‘nchar(x, &quot;w&quot;)’ would return
values (possibly ‘NA’) for inputs which were declared to be UTF-8 but
were not, or for invalid strings without a marked encoding in a
multi-byte locale, rather than give an error.  Additional checks have
been added to mitigate this.
</P></LI>

<LI><P>
‘apply(a, M, function(u) c(X = ., Y = .))’ again has dimnames
containing &quot;X&quot; and &quot;Y&quot; (as in R &lt; 3.2.0).
</P></LI>

<LI><P>
(Windows only) In some cases, the ‘--clean’ option to ‘R CMD INSTALL’
could fail.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16178">PR#16178</a>)
</P></LI>

<LI><P>
(Windows only) ‘choose.files()’ would occasionally include characters
from the result of an earlier call in the result of a later one.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16270">PR#16270</a>)
</P></LI>

<LI><P>
A change in ‘RSiteSearch()’ in R 3.2.0 caused it to submit invalid
URLs.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16329">PR#16329</a>)
</P></LI>

<LI><P>
‘Rscript’ and command line ‘R’ silently ignored incomplete statements
at the end of a script; now they are reported as parse errors.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16350">PR#16350</a>)
</P></LI>

<LI><P>
Parse data for very long strings was not stored.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16354">PR#16354</a>)
</P></LI>

<LI><P>
‘plotNode()’, the workhorse of the ‘plot’ method for ‘&quot;dendrogram&quot;’s is
no longer recursive, thanks to Suharto Anggono, and hence also works
for deeply nested dendrograms.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15215">PR#15215</a>)
</P></LI>

<LI><P>
The parser could overflow internally when given numbers in scientific
format with extremely large exponents.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16358">PR#16358</a>)
</P></LI>

<LI><P>
If the CRAN mirror was not set, ‘install.packages(type = &quot;both&quot;)’ and
related functions could repeatedly query the user for it.  (Part of
<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16362">PR#16362</a>)
</P></LI>

<LI><P>
The low-level functions ‘.rowSums()’ etc. did not check the length of
their argument, so could segfault. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16367">PR#16367</a>)
</P></LI>

<LI><P>
The ‘quietly’ argument of ‘library()’ is now correctly propagated from
‘.getRequiredPackages2()’.
</P></LI>

<LI><P>
Under some circumstances using the internal PCRE when building R fron
source would cause external libs such as ‘-llzma’ to be omitted from
the main link.
</P></LI>

<LI><P>
The .Primitive default methods of the logic operators, i.e., ‘!’, ‘&amp;’
and ‘|’, now give correct error messages when appropriate, e.g., for
‘`&amp;`(TRUE)’ or ‘`!`()’.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16385">PR#16385</a>)
</P></LI>

<LI><P>
‘cummax(x)’ now correctly propagates ‘NA’s also when ‘x’ is of type
‘integer’ and begins with an ‘NA’.
</P></LI>

<LI><P>
‘summaryRprof()’ could fail when the profile contained only two
records.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16395">PR#16395</a>)
</P></LI>

<LI><P>
HTML vignettes opened using ‘vignette()’ did not support links into the
rest of the HTML help system.  (Links worked properly when the vignette
was opened using ‘browseVignettes()’ or from within the help system.)
</P></LI>

<LI><P>
‘arima(*, xreg = .)’ (for d &gt;= 1) computes estimated variances based on
a the number of effective observations as in R version 3.0.1 and
earlier.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16278">PR#16278</a>)
</P></LI>

<LI><P>
‘slotNames(.)’ is now correct for ‘&quot;signature&quot;’ objects (mostly used
internally in ‘methods’).
</P></LI>

<LI><P>
On some systems, the first string comparison after a locale change
would result in ‘NA’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-06-09</title>
<pubDate>Mon, 08 Jun 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/06/08#n2015-06-09</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/06/08#n2015-06-09</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.0 patched BUG FIXES </H4>
<UL>
<LI><P>
On some systems, the first string comparison after a locale change
would result in ‘NA’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-06-06</title>
<pubDate>Fri, 05 Jun 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/06/05#n2015-06-06</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/06/05#n2015-06-06</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.0 patched BUG FIXES </H4>
<UL>
<LI><P>
‘slotNames(.)’ is now correct for ‘&quot;signature&quot;’ objects (mostly used
internally in ‘methods’).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-06-05</title>
<pubDate>Thu, 04 Jun 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/06/04#n2015-06-05</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/06/04#n2015-06-05</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.0 patched NEW FEATURES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘news()’ now displays R and package news files within the HTML help
system if it is available.  If no news file is found, a visible ‘NULL’
is returned to the console.
</DEL>
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2015-05-30</title>
<pubDate>Fri, 29 May 2015 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/05/29#n2015-05-30</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-3-2-branch/NEWS/2015/05/29#n2015-05-30</guid>
<description><![CDATA[<H4>CHANGES IN R 3.2.0 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘news()’ more flexibly extracts dates from package ‘NEWS.Rd’ files.
</P></LI>

</UL>
<H4>CHANGES IN R 3.2.0 patched BUG FIXES </H4>
<UL>
<LI><P>
(Windows only) ‘choose.files()’ would occasionally include characters
from the result of an earlier call in the result of a later one.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16270">PR#16270</a>)
</P></LI>

<LI><P>
‘arima(*, xreg = .)’ (for d &gt;= 1) computes estimated variances based on
a the number of effective observations as in R version 3.0.1 and
earlier.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16278">PR#16278</a>)
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">On some platforms ‘nchar(x, "c")’ and ‘nchar(x, "w")’ would return values (possibly ‘NA’) for inputs which were declared to be UTF-8 but were not, or for invalid strings without a marked encoding in a multi-byte locale, rather than give an error.  Additional checks have been added to mitigate this.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The ‘quietly’ argument of ‘library()’ is now correctly propagated from ‘.getRequiredPackages2()’.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Under some circumstances using the internal PCRE when building R fron source would cause external libs such as ‘-llzma’ to be omitted from the main link.</INS>
</P></LI>
</UL>]]></description>  
</item>
     </channel>
</rss>