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

<item>
<title>2011-09-25</title>
<pubDate>Sat, 24 Sep 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/24#n2011-09-25</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/24#n2011-09-25</guid>
<description><![CDATA[<H4>2.13.2 BUG FIXES </H4>
<UL>
<LI><P>
‘cbind()’ and ‘rbind()’ could cause memory corruption when used on a
combination of raw and logical/integer vectors.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-09-24</title>
<pubDate>Fri, 23 Sep 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/23#n2011-09-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/23#n2011-09-24</guid>
<description><![CDATA[<H4>2.13.2 BUG FIXES </H4>
<UL>
<LI><P>
If ‘trunc()’ was called on a ‘&quot;POSIXlt&quot;’ vector and the result was
subsetted, all but the first element was converted to ‘NA’.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14679">PR#14679</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-09-23</title>
<pubDate>Thu, 22 Sep 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/22#n2011-09-23</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/22#n2011-09-23</guid>
<description><![CDATA[<H4>2.13.2 BUG FIXES </H4>
<UL>
<LI><P>
The ‘print()’ method for class ‘&quot;summary.aov&quot;’ did not pass on
arguments such as ‘signif.stars’ when ‘summary()’ was called on a
single object.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14684">PR#14684</a>)
</P></LI>

<LI><P>
In rare cases ‘ks.test()’ could return a p-value very slightly less
than 0 by rounding error.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14671">PR#14671</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-09-20</title>
<pubDate>Mon, 19 Sep 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/19#n2011-09-20</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/19#n2011-09-20</guid>
<description><![CDATA[<H4>2.13.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘mem.limits()’ now reports values larger than the maximum integer
(previously documented to be reported as ‘NA’), and allows larger
values to be set, including ‘Inf’ to remove the limit.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The ‘print()’ methods for classes ‘&quot;Date&quot;’, ‘&quot;POSIXct&quot;’ and ‘&quot;POSIXlt&quot;’
respect the option ‘&quot;max.print&quot;’ and so are much faster for very long
datetime vectors.  (Suggestion of Yohan Chalabi.)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘untar2()’ now works around errors generated with ‘tar’ files that use
more than the standard 6 digits for the checksum. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14654">PR#14654</a>)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘install.packages()’ with ‘Ncpus &gt; 1’ guards against simultaneous
installation of indirect dependencies as well as direct ones.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Sweave now knows about a few more Windows' encodings (including
‘cp1250’ and ‘cp1257’) and some ‘inputenx’ encodings such as ‘koi8-r’.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘postscript(colormodel = &quot;rgb-nogray&quot;)’ no longer sets the sRGB
colorspace for each colour and so some viewers may render its files
much faster than the default ‘colormodel =&quot;rgb&quot;’.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The default for ‘pdf(maxRasters=)’ has been increased from 64 to 1000.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘readBin()’ now warns if ‘signed = FALSE’ is used inappropriately
(rather than being silently ignored).
</P>
<P>
It enforces the documented limit of 2^31-1 bytes in a single call.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
PCRE has been updated to version 8.13, a bug-fix release with updated
Unicode tables (version 6.0.0). An additional patch (r611 from PCRE
8.20-to-be) has been added to fix a collation symbol recognition issue.
</DEL>
</P></LI>

</UL>
<H4>2.13.1 patched INSTALLATION </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
It is possible to build in ‘src/extra/xdr’ on more platforms.  (Needed
since glibc 2.14 hides its RPC implementation.)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘configure’ will find the Sun TI-RPC implementation of xdr (in
‘libtirpc’) provided its header files are in the search path: see the
‘R Installation and Administration Manual’.
</DEL>
</P></LI>

</UL>
<H4>2.13.1 patched PACKAGE INSTALLATION </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
Using a broad ‘exportPattern’ directive in a ‘NAMESPACE’ file is no
longer allowed to export internal objects such as ‘.onLoad’ and
‘.__S3MethodsTable__.’ .
</P>
<P>
These are also excluded from imports, along with ‘.First.lib’.
</DEL>
</P></LI>

</UL>
<H4>2.13.1 patched BUG FIXES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘fisher.test()’ had a buglet: If arguments were factors with unused
levels, levels were dropped and you would get an error saying that
there should be at least two levels, inconsistently with pre-tabulated
data.  (Reported by Michael Fay).
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘package.skeleton()’ will no longer dump S4 objects supplied directly
rather than in a code file.  These cannot be restored correctly from
the dumped version.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Build-time expressions in help files did not have access to functions
in the package being built (with ‘R CMD build’).
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Because ‘quote()’ did not mark its result as being in use, modification
of the result could in some circumstances modify the original call.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Plotting ‘pch = '.'’ now guarantees at least a one-pixel dot if ‘cex &gt;
0’.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The very-rarely-used command-line option ‘--max-vsize’ was incorrectly
interpreted as a number of Vcells and not in bytes as documented.
(Spotted by Christophe Rhodes.)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The HTML generated by ‘Rd2HTML()’ comes closer to being standards
compliant.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘filter(x, recursive = TRUE)’ gave incorrect results on a series
containing ‘NA’s.  (Spotted by Bill Dunlap.)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Profiling ‘stats::mle()’ fits with a ‘fixed’ parameter was not
supported.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14646">PR#14646</a>)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘retracemem()’ was still using positional matching.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14650">PR#14650</a>)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The ‘quantile’ method for ‘&quot;ecdf&quot;’ objects now works and is documented.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘xtabs(~ .., ..., sparse=TRUE)’ now also works together with an
‘exclude = ..’ specification.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘decompose()’ computed an incorrect seasonal component for time series
with odd frequencies.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The ‘pdf()’ device only includes the definition of the sRGB colorspace
in the output file for the ‘&quot;rgb&quot;’ colormodel (and not for ‘&quot;gray&quot;’ nor
‘&quot;cmyk&quot;’): this saves ca 9KB in the output file.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘.hasSlot()’ wrongly gave ‘FALSE’ in some cases.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘Sweave()’ with ‘keep.source=TRUE’ could generate spurious ‘NA’ lines
when a chunk reference appeared last in a code chunk.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘\Sexpr[results=rd]’ in an ‘.Rd’ file now first tries
‘parse_Rd(fragment=FALSE)’ to allow Rd section-level macros to be
inserted.
</DEL>
</P></LI>

</UL>
<H4>2.13.2 NEW FEATURES </H4>
<UL>
<LI><P>
‘mem.limits()’ now reports values larger than the maximum integer
(previously documented to be reported as ‘NA’), and allows larger
values to be set, including ‘Inf’ to remove the limit.
</P></LI>

<LI><P>
The ‘print()’ methods for classes ‘&quot;Date&quot;’, ‘&quot;POSIXct&quot;’ and ‘&quot;POSIXlt&quot;’
respect the option ‘&quot;max.print&quot;’ and so are much faster for very long
datetime vectors.  (Suggestion of Yohan Chalabi.)
</P></LI>

<LI><P>
‘untar2()’ now works around errors generated with ‘tar’ files that use
more than the standard 6 digits for the checksum. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14654">PR#14654</a>)
</P></LI>

<LI><P>
‘install.packages()’ with ‘Ncpus &gt; 1’ guards against simultaneous
installation of indirect dependencies as well as direct ones.
</P></LI>

<LI><P>
Sweave now knows about a few more Windows' encodings (including
‘cp1250’ and ‘cp1257’) and some ‘inputenx’ encodings such as ‘koi8-r’.
</P></LI>

<LI><P>
‘postscript(colormodel = &quot;rgb-nogray&quot;)’ no longer sets the sRGB
colorspace for each colour and so some viewers may render its files
much faster than the default ‘colormodel =&quot;rgb&quot;’.
</P></LI>

<LI><P>
The default for ‘pdf(maxRasters=)’ has been increased from 64 to 1000.
</P></LI>

<LI><P>
‘readBin()’ now warns if ‘signed = FALSE’ is used inappropriately
(rather than being silently ignored).
</P>
<P>
It enforces the documented limit of 2^31-1 bytes in a single call.
</P></LI>

<LI><P>
PCRE has been updated to version 8.13, a bug-fix release with updated
Unicode tables (version 6.0.0). An additional patch (r611 from PCRE
8.20-to-be) has been added to fix a collation symbol recognition issue.
</P></LI>

</UL>
<H4>2.13.2 INSTALLATION </H4>
<UL>
<LI><P>
It is possible to build in ‘src/extra/xdr’ on more platforms.  (Needed
since glibc 2.14 hides its RPC implementation.)
</P></LI>

<LI><P>
‘configure’ will find the Sun TI-RPC implementation of xdr (in
‘libtirpc’) provided its header files are in the search path: see the
‘R Installation and Administration Manual’.
</P></LI>

</UL>
<H4>2.13.2 PACKAGE INSTALLATION </H4>
<UL>
<LI><P>
Using a broad ‘exportPattern’ directive in a ‘NAMESPACE’ file is no
longer allowed to export internal objects such as ‘.onLoad’ and
‘.__S3MethodsTable__.’ .
</P>
<P>
These are also excluded from imports, along with ‘.First.lib’.
</P></LI>

</UL>
<H4>2.13.2 BUG FIXES </H4>
<UL>
<LI><P>
‘fisher.test()’ had a buglet: If arguments were factors with unused
levels, levels were dropped and you would get an error saying that
there should be at least two levels, inconsistently with pre-tabulated
data.  (Reported by Michael Fay).
</P></LI>

<LI><P>
‘package.skeleton()’ will no longer dump S4 objects supplied directly
rather than in a code file.  These cannot be restored correctly from
the dumped version.
</P></LI>

<LI><P>
Build-time expressions in help files did not have access to functions
in the package being built (with ‘R CMD build’).
</P></LI>

<LI><P>
Because ‘quote()’ did not mark its result as being in use, modification
of the result could in some circumstances modify the original call.
</P></LI>

<LI><P>
Plotting ‘pch = '.'’ now guarantees at least a one-pixel dot if ‘cex &gt;
0’.
</P></LI>

<LI><P>
The very-rarely-used command-line option ‘--max-vsize’ was incorrectly
interpreted as a number of Vcells and not in bytes as documented.
(Spotted by Christophe Rhodes.)
</P></LI>

<LI><P>
The HTML generated by ‘Rd2HTML()’ comes closer to being standards
compliant.
</P></LI>

<LI><P>
‘filter(x, recursive = TRUE)’ gave incorrect results on a series
containing ‘NA’s.  (Spotted by Bill Dunlap.)
</P></LI>

<LI><P>
Profiling ‘stats::mle()’ fits with a ‘fixed’ parameter was not
supported.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14646">PR#14646</a>)
</P></LI>

<LI><P>
‘retracemem()’ was still using positional matching.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14650">PR#14650</a>)
</P></LI>

<LI><P>
The ‘quantile’ method for ‘&quot;ecdf&quot;’ objects now works and is documented.
</P></LI>

<LI><P>
‘xtabs(~ .., ..., sparse=TRUE)’ now also works together with an
‘exclude = ..’ specification.
</P></LI>

<LI><P>
‘decompose()’ computed an incorrect seasonal component for time series
with odd frequencies.
</P></LI>

<LI><P>
The ‘pdf()’ device only includes the definition of the sRGB colorspace
in the output file for the ‘&quot;rgb&quot;’ colormodel (and not for ‘&quot;gray&quot;’ nor
‘&quot;cmyk&quot;’): this saves ca 9KB in the output file.
</P></LI>

<LI><P>
‘.hasSlot()’ wrongly gave ‘FALSE’ in some cases.
</P></LI>

<LI><P>
‘Sweave()’ with ‘keep.source=TRUE’ could generate spurious ‘NA’ lines
when a chunk reference appeared last in a code chunk.
</P></LI>

<LI><P>
‘\Sexpr[results=rd]’ in an ‘.Rd’ file now first tries
‘parse_Rd(fragment=FALSE)’ to allow Rd section-level macros to be
inserted.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-09-20</title>
<pubDate>Mon, 19 Sep 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/19#c2011-09-20</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/19#c2011-09-20</guid>
<description><![CDATA[<H4>2.13.1 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘R CMD Sweave’ and ‘R CMD Stangle’ did not run.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The fix for <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14583">PR#14583</a> caused inconsistent behaviour in other areas, e.g.
<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14628">PR#14628</a>, extra lines appearing in image displays, and uneven bases on
histograms <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14632">PR#14632</a>.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Opening large numbers of ‘windows()’ graphics devices could cause some
of them to fail to redraw (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14668">PR#14668</a>).
</DEL>
</P></LI>

</UL>
<H4>2.13.2 BUG FIXES (Windows)</H4>
<UL>
<LI><P>
‘R CMD Sweave’ and ‘R CMD Stangle’ did not run.
</P></LI>

<LI><P>
The fix for <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14583">PR#14583</a> caused inconsistent behaviour in other areas, e.g.
<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14628">PR#14628</a>, extra lines appearing in image displays, and uneven bases on
histograms <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14632">PR#14632</a>.
</P></LI>

<LI><P>
Opening large numbers of ‘windows()’ graphics devices could cause some
of them to fail to redraw (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14668">PR#14668</a>).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-09-19</title>
<pubDate>Sun, 18 Sep 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/18#n2011-09-19</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/18#n2011-09-19</guid>
<description><![CDATA[<H4>2.13.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">PCRE has been updated to version 8.13, a bug-fix release with updated Unicode tables (version 6.0.0). An additional patch (r611 from PCRE 8.20-to-be) has been added to fix a collation symbol recognition issue.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-09-18</title>
<pubDate>Sat, 17 Sep 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/17#n2011-09-18</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/17#n2011-09-18</guid>
<description><![CDATA[<H4>2.13.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘\Sexpr[results=rd]’ in an ‘.Rd’ file now first tries
‘parse_Rd(fragment=FALSE)’ to allow Rd section-level macros to be
inserted.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-09-14</title>
<pubDate>Tue, 13 Sep 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/13#n2011-09-14</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/13#n2011-09-14</guid>
<description><![CDATA[<H4>2.13.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘Sweave()’ with ‘keep.source=TRUE’ could generate spurious ‘NA’ lines
when a chunk reference appeared last in a code chunk.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-09-09</title>
<pubDate>Thu, 08 Sep 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/08#n2011-09-09</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/08#n2011-09-09</guid>
<description><![CDATA[<H4>2.13.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘.hasSlot()’ wrongly gave ‘FALSE’ in some cases.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-09-07</title>
<pubDate>Tue, 06 Sep 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/06#c2011-09-07</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/06#c2011-09-07</guid>
<description><![CDATA[<H4>2.13.1 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
Opening large numbers of ‘windows()’ graphics devices could cause some
of them to fail to redraw (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14668">PR#14668</a>).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-09-06</title>
<pubDate>Mon, 05 Sep 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/05#n2011-09-06</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/05#n2011-09-06</guid>
<description><![CDATA[<H4>2.13.1 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘fisher.test()’ had a buglet: If arguments were factors with unused levels, levels were dropped and you would get an error saying that there should be at least two levels, inconsistently with pre-tabulated data.  (Reported by Michael Fay).</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The ‘pdf()’ device only includes the definition of the sRGB colorspace in the output file for the ‘"rgb"’ colormodel (and not for ‘"gray"’ nor ‘"cmyk"’): this saves ca 9KB in the output file.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-09-04</title>
<pubDate>Sat, 03 Sep 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/03#n2011-09-04</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/03#n2011-09-04</guid>
<description><![CDATA[<H4>2.13.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
PCRE has been updated to version 8.13, a bug-fix release with updated
Unicode tables (version 6.0.0).
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘untar2()’ now works around errors generated with ‘tar’ files that use more than the standard 6 digits for the checksum. (PR#14654)</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘install.packages()’ with ‘Ncpus &gt; 1’ guards against simultaneous installation of indirect dependencies as well as direct ones.</INS>
</P></LI>
</UL>
<H4>2.13.1 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The ‘pdf()’ device only includes the definition of the sRGB colorspace in the output file for the colormodels which use it (and not for ‘"gray"’ nor ‘"cmyk"’): this saves ca 9KB in the output file.</INS>
</P></LI>
</UL>
<H4>2.13.1 NEW FEATURES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘postscript()’ now gives an error if asked to output a raster image of
more than 21845 pixels (after interpolation), rather than producing a
file which cannot be viewed.
</DEL>
</P></LI>

</UL>
<H4>2.13.1 BUG FIXES </H4>
<UL>
<LI><P>
‘postscript()’ with an sRGB colormodel now uses sRGB for raster images
(in R 2.13.[01] it used uncalibrated RGB).
</P>
<P>
There is no longer an undocumented 21845-pixel limit on raster images.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-09-03</title>
<pubDate>Fri, 02 Sep 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/02#n2011-09-03</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/02#n2011-09-03</guid>
<description><![CDATA[<H4>2.13.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘readBin()’ now warns if ‘signed = FALSE’ is used inappropriately
(rather than being silently ignored).
</P>
<P>
It enforces the documented limit of 2^31-1 bytes in a single call.
</P></LI>

</UL>
<H4>2.13.1 NEW FEATURES </H4>
<UL>
<LI><P>
‘postscript()’ now gives an error if asked to output a raster image of
more than 21845 pixels (after interpolation), rather than producing a
file which cannot be viewed.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-09-02</title>
<pubDate>Thu, 01 Sep 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/01#n2011-09-02</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/09/01#n2011-09-02</guid>
<description><![CDATA[<H4>2.13.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
The default for ‘pdf(maxRasters=)’ has been increased from 64 to 1000.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-08-31</title>
<pubDate>Tue, 30 Aug 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/08/30#n2011-08-31</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/08/30#n2011-08-31</guid>
<description><![CDATA[<H4>2.13.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘postscript(colormodel = &quot;rgb-nogray&quot;)’ no longer sets the sRGB
colorspace for each colour and so some viewers may render its files
much faster than the default ‘colormodel =&quot;rgb&quot;’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-08-30</title>
<pubDate>Mon, 29 Aug 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/08/29#n2011-08-30</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/08/29#n2011-08-30</guid>
<description><![CDATA[<H4>2.13.1 patched PACKAGE INSTALLATION </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Using a broad ‘exportPattern’ directive in a ‘NAMESPACE’ file is no longer allowed to export internal objects such as ‘.onLoad’ and ‘.__S3MethodsTable__.’ .  </P>
<P>  These are also excluded from imports, along with ‘.First.lib’.</INS>
</P></LI>
</UL>
<H4>2.13.1 patched BUG FIXES </H4>
<UL>
<LI><P>
The ‘pdf()’ device only includes the definition of the sRGB colorspace
in the output file for the colormodels which use it (and not for
‘&quot;gray&quot;’ nor ‘&quot;cmyk&quot;’).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-08-20</title>
<pubDate>Fri, 19 Aug 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/08/19#n2011-08-20</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/08/19#n2011-08-20</guid>
<description><![CDATA[<H4>2.13.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
Sweave now knows about a few more Windows' encodings (including
‘cp1250’ and ‘cp1257’) and some ‘inputenx’ encodings such as ‘koi8-r’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-08-18</title>
<pubDate>Wed, 17 Aug 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/08/17#n2011-08-18</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/08/17#n2011-08-18</guid>
<description><![CDATA[<H4>2.13.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘decompose()’ computed an incorrect seasonal component for time series
with odd frequencies.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-08-14</title>
<pubDate>Sat, 13 Aug 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/08/13#n2011-08-14</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/08/13#n2011-08-14</guid>
<description><![CDATA[<H4>2.13.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘install.packages()’ with ‘Ncpus &gt; 1’ guards against simultaneous
installation of indirect dependences as well as direct ones.
</P></LI>

</UL>
<H4>2.13.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘xtabs(~ .., ..., sparse=TRUE)’ now also works together with an
‘exclude = ..’ specification.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-08-13</title>
<pubDate>Fri, 12 Aug 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/08/12#n2011-08-13</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/08/12#n2011-08-13</guid>
<description><![CDATA[<H4>2.13.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘mem.limits()’ now reports values larger than the maximum integer
(previously documented to be reported as ‘NA’), and allows larger
values to be set, including ‘Inf’ to remove the limit.
</P></LI>

<LI><P>
The ‘print()’ methods for classes ‘&quot;Date&quot;’, ‘&quot;POSIXct&quot;’ and ‘&quot;POSIXlt&quot;’
respect the option ‘&quot;max.print&quot;’ and so are much faster for very long
datetime vectors.  (Suggestion of Yohan Chalabi.)
</P></LI>

<LI><P>
‘untar2()’ now works around checksums in ‘tar’ files that use more than
6 digits for the checksum. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14654">PR#14654</a>)
</P></LI>

</UL>
<H4>2.13.1 patched PACKAGE INSTALLATION </H4>
<UL>
<LI><P>
Using a broad ‘exportPattern’ directive in a ‘NAMESPACE’ file is no
longer allowed to export internal objects such as ‘.onLoad’ and
‘.__S3MethodsTable__.’.
</P>
<P>
These are also excluded from imports, along with ‘.First.lib’.
</P></LI>

</UL>
<H4>2.13.1 patched INSTALLATION </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘mem.limits()’ now reports values larger than the maximum integer
(previously documented to be reported as ‘NA’), and allows larger
values to be set, including ‘Inf’ to remove the limit.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The ‘print()’ methods for classes ‘&quot;Date&quot;’, ‘&quot;POSIXct&quot;’ and ‘&quot;POSIXlt&quot;’
respect the option ‘&quot;max.print&quot;’ and so are much faster for very long
datetime vectors.  (Suggestion of Yohan Chalabi.)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘untar2()’ now works around incorrect checksums in tar files that use
more than 6 digits for the checksum. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14654">PR#14654</a>)
</DEL>
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-08-11</title>
<pubDate>Wed, 10 Aug 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/08/10#n2011-08-11</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/08/10#n2011-08-11</guid>
<description><![CDATA[<H4>2.13.1 patched INSTALLATION </H4>
<UL>
<LI><P>
The ‘print()’ methods for classes ‘&quot;Date&quot;’, ‘&quot;POSIXct&quot;’ and ‘&quot;POSIXlt&quot;’
respect the option ‘&quot;max.print&quot;’ and so are much faster for very long
datetime vectors.  (Suggestion of Yohan Chalabi.)
</P></LI>

<LI><P>
‘untar2()’ now works around incorrect checksums in tar files that use
more than 6 digits for the checksum. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14654">PR#14654</a>)
</P></LI>

</UL>
<H4>2.13.1 patched BUG FIXES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘untar2’ now handles correctly checksums in tar files that use
(superfluously) more than 6 digits for the checksum.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14654">PR#14654</a>)
</DEL>
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-08-10</title>
<pubDate>Tue, 09 Aug 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/08/09#n2011-08-10</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/08/09#n2011-08-10</guid>
<description><![CDATA[<H4>2.13.1 patched BUG FIXES </H4>
<UL>
<LI><P>
The ‘quantile’ method for ‘&quot;ecdf&quot;’ objects now works and is documented.
</P></LI>

<LI><P>
‘untar2’ now handles correctly checksums in tar files that use
(superfluously) more than 6 digits for the checksum.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14654">PR#14654</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-08-09</title>
<pubDate>Mon, 08 Aug 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/08/08#n2011-08-09</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/08/08#n2011-08-09</guid>
<description><![CDATA[<H4>2.13.1 patched BUG FIXES </H4>
<UL>
<LI><P>
‘filter(x, recursive = TRUE)’ gave incorrect results on a series
containing ‘NA’s.  (Spotted by Bill Dunlap.)
</P></LI>

<LI><P>
Profiling ‘stats::mle()’ fits with a ‘fixed’ parameter was not
supported.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14646">PR#14646</a>)
</P></LI>

<LI><P>
‘retracemem()’ was still using positional matching.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14650">PR#14650</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-07-29</title>
<pubDate>Thu, 28 Jul 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/07/28#n2011-07-29</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/07/28#n2011-07-29</guid>
<description><![CDATA[<H4>2.13.1 patched BUG FIXES </H4>
<UL>
<LI><P>
The HTML generated by ‘Rd2HTML()’ comes closer to being standards
compliant.
</P></LI>

</UL>
<H4>2.11.1 BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘splinefun(method = "monoH.FC")’ was not quite monotone in rare cases. (PR#14215)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-07-26</title>
<pubDate>Mon, 25 Jul 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/07/25#n2011-07-26</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/07/25#n2011-07-26</guid>
<description><![CDATA[<H4>2.13.1 patched INSTALLATION </H4>
<UL>
<LI><P>
‘mem.limits()’ now reports values larger than the maximum integer
(previously documented to be reported as ‘NA’), and allows larger
values to be set, including ‘Inf’ to remove the limit.
</P></LI>

</UL>
<H4>2.13.1 patched BUG FIXES </H4>
<UL>
<LI><P>
The very-rarely-used command-line option ‘--max-vsize’ was incorrectly
interpreted as a number of Vcells and not in bytes as documented.
(Spotted by Christophe Rhodes.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-07-21</title>
<pubDate>Wed, 20 Jul 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/07/20#n2011-07-21</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/07/20#n2011-07-21</guid>
<description><![CDATA[<H4>2.13.1 patched INSTALLATION </H4>
<UL>
<LI><P>
‘configure’ will find the Sun TI-RPC implementation of xdr (in
‘libtirpc’) provided its header files are in the search path: see the
‘R Installation and Administration Manual’.
</P></LI>

</UL>
<H4>2.13.1 patched BUG FIXES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
In a ‘.Rd’ file, ‘\code{''}’ was mis-converted to latex and rendered in
e.g. PDF as a double quote (a single character).
</DEL>
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘package.skeleton()’ will no longer dump S4 objects supplied directly rather than in a code file.  These cannot be restored correctly from the dumped version.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Plotting ‘pch = '.'’ now guarantees at least a one-pixel dot if ‘cex &gt; 0’.</INS>
</P></LI>
</UL>
<H4>2.13.0 NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘findClasses’, ‘getGeneric’, ‘findMethods’ and ‘hasMethods’ are revised to deal consistently with the ‘package=’ argument and be consistent with soft namespace policy for finding objects.</INS>
</P></LI>
</UL>
<H4>2.13.0 DEPRECATED &amp; DEFUNCT </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The ‘experimental’ alternative specification of a namespace via ‘.Export()’ etc is now defunct.</INS>
</P></LI>
</UL>
<H4>2.12.2 DEPRECATED &amp; DEFUNCT </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The ‘experimental’ alternative specification of a namespace via ‘.Export()’ etc is now deprecated.</INS>
</P></LI>
</UL>
<H4>2.11.0 NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The use of ‘.required’ by ‘require()’ and ‘detach()’ has been replaced by ‘.Depends’ which is set from the ‘Depends’ field of a package (even in packages with namespaces).  By default ‘detach()’ prevents such dependencies from being detached: this can be overridden by the argument ‘force’.</INS>
</P></LI>
</UL>
<H4>2.10.1 BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">S4 methods are uncached whenever the namespace containing them is unloaded (by ‘unloadNamespace()’ as well as by ‘detach(unload = TRUE))’.</INS>
</P></LI>
</UL>
<H4>2.10.0 HELP &amp; Rd FILE CHANGES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘help()’ has a new argument ‘help_type’ (with default set by the option of that name) to supersede arguments ‘offline’, ‘htmlhelp’ and ‘chmhelp’ (although for now they still work if ‘help_type’ is unset). There is a new type, ‘"PDF"’ to allow offline PDF (rather than PostScript).  </P>
<P>  A function ‘offline_help_helper()’ will be used if this exists in the workspace or further down the search path, otherwise the function of that name in the ‘utils’ namespace is used.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-07-20</title>
<pubDate>Tue, 19 Jul 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/07/19#n2011-07-20</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/07/19#n2011-07-20</guid>
<description><![CDATA[<H4>2.13.1 patched INSTALLATION </H4>
<UL>
<LI><P>
It is possible to build in ‘src/extra/xdr’ on more platforms.  (Needed
since glibc 2.14 hides its RPC implementation.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-07-19</title>
<pubDate>Mon, 18 Jul 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/07/18#n2011-07-19</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/07/18#n2011-07-19</guid>
<description><![CDATA[<H4>2.13.1 patched BUG FIXES </H4>
<UL>
<LI><P>
Plotting ‘pch='.'’ now guarantees at least a one-pixel dot if ‘cex &gt;
0’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-07-19</title>
<pubDate>Mon, 18 Jul 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/07/18#c2011-07-19</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/07/18#c2011-07-19</guid>
<description><![CDATA[<H4>2.13.1 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
The fix for <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14583">PR#14583</a> caused inconsistent behaviour in other areas, e.g.
<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14628">PR#14628</a>, extra lines appearing in image displays, and uneven bases on
histograms <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14632">PR#14632</a>.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-07-17</title>
<pubDate>Sat, 16 Jul 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/07/16#c2011-07-17</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/07/16#c2011-07-17</guid>
<description><![CDATA[<H4>2.13.1 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
‘R CMD Sweave’ and ‘R CMD Stangle’ did not run.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-07-16</title>
<pubDate>Fri, 15 Jul 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/07/15#n2011-07-16</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/07/15#n2011-07-16</guid>
<description><![CDATA[<H4>2.13.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
Sweave now knows about a few more Windows' encodings, including
‘cp1250’ and ‘cp1257’.  (Belated user request.)
</DEL>
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-07-12</title>
<pubDate>Mon, 11 Jul 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/07/11#n2011-07-12</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/07/11#n2011-07-12</guid>
<description><![CDATA[<H4>2.13.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
Sweave now knows about a few more Windows' encodings, including
‘cp1250’ and ‘cp1257’.  (Belated user request.)
</P></LI>

</UL>
<H4>2.13.1 patched BUG FIXES </H4>
<UL>
<LI><P>
In a ‘.Rd’ file, ‘\code{''}’ was mis-converted to latex and rendered in
e.g. PDF as a double quote (a single character).
</P></LI>

</UL>
<H4>2.13.1 BUG FIXES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
In a a ‘.Rd’ file, ‘\code{''}’ was mis-converted to latex and rendered
in e.g. PDF as a double quote (a single character).
</DEL>
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-07-11</title>
<pubDate>Sun, 10 Jul 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/07/10#n2011-07-11</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/07/10#n2011-07-11</guid>
<description><![CDATA[<H4>2.13.1 BUG FIXES </H4>
<UL>
<LI><P>
In a a ‘.Rd’ file, ‘\code{''}’ was mis-converted to latex and rendered
in e.g. PDF as a double quote (a single character).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-07-07</title>
<pubDate>Wed, 06 Jul 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/07/06#n2011-07-07</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/07/06#n2011-07-07</guid>
<description><![CDATA[<H4>2.13.1 DEPRECATED AND DEFUNCT </H4>
<UL>
<LI><P>
The off-line ‘help()’ types ‘&quot;postscript&quot;’ and ‘&quot;ps&quot;’ are deprecated.
</P></LI>

</UL>
<H4>2.13.1 BUG FIXES </H4>
<UL>
<LI><P>
Rd conversion to latex mis-handled multi-line titles (including cases
where there was a blank line in the ‘\title’ section).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-07-04</title>
<pubDate>Sun, 03 Jul 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/07/03#c2011-07-04</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/07/03#c2011-07-04</guid>
<description><![CDATA[<H4>2.13.1 BUG FIXES (Windows)</H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The windows() screen device would sometimes fail to plot (visibly) points with ‘pch="."’. PR#14583</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Shutting down the R session cleaned up the temporary directory before closing all graphics devices.  On Windows this necessitated changing the working directory, so some devices (e.g. ‘tiff()’) could write files in the wrong directory if closed during shutdown.  The order has been reversed.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-07-01</title>
<pubDate>Thu, 30 Jun 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/30#n2011-07-01</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/30#n2011-07-01</guid>
<description><![CDATA[<H4>2.13.0 patched NEW FEATURES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘iconv()’ no longer translates ‘NA’ strings as ‘&quot;NA&quot;’.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘persp(box = TRUE)’ now warns if the surface extends outside the box
(since occlusion for the box and axes is computed assuming the box is a
bounding box). (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=202">PR#202</a>.)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘RShowDoc()’ can now display the licences shipped with R, e.g.
‘RShowDoc(&quot;GPL-3&quot;)’.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
New wrapper function ‘showNonASCIIfile()’ in package ‘tools’.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘nobs()’ now has a ‘&quot;mle&quot;’ method in package ‘stats4’.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘trace()’ now deals correctly with S4 reference classes and
corresponding reference methods (e.g., ‘$trace()’) have been added.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘xz’ has been updated to 5.0.3 (very minor bugfix release).
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘tools::compactPDF()’ gets more compression (usually a little,
sometimes a lot) by using the compressed object streams of PDF 1.5.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘cairo_ps(onefile = TRUE)’ generates encapsulated EPS on platforms with
cairo &gt;= 1.6.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Binary reads (e.g. by ‘readChar()’ and ‘readBin()’) are now supported
on clipboard connections.  (Wish of <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14593">PR#14593</a>.)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘as.POSIXlt.factor()’ now passes ‘...’ to the character method
(suggestion of Joshua Ulrich).  [Intended for R 2.13.0 but accidentally
removed before release.]
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘vector()’ and its wrappers such as ‘integer()’ and ‘double()’ now warn
if called with a ‘length’ argument of more than one element.  This
helps track down user errors such as calling ‘double(x)’ instead of
‘as.double(x)’.
</DEL>
</P></LI>

</UL>
<H4>2.13.0 patched INSTALLATION </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
Building the vignette PDFs in packages ‘grid’ and ‘utils’ is now part
of running ‘make’ from an SVN checkout on a Unix-alike: a separate
‘make vignettes’ step is no longer required.
</P>
<P>
These vignettes are now made with ‘keep.source = TRUE’ and hence will
be laid out differently.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘make install-strip’ failed under some configuration options.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Packages can customize non-standard installation of compiled code via a
‘src/install.libs.R’ script. This allows packages that have
architecture-specific binaries (beyond the package's shared
objects/DLLs) to be installed in a multi-architecture setting.
</DEL>
</P></LI>

</UL>
<H4>2.13.0 patched SWEAVE &amp; VIGNETTES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘Sweave()’ and ‘Stangle()’ gain an ‘encoding’ argument to specify the
encoding of the vignette sources if the latter do not contain a
‘\usepackage[]{inputenc}’ statement specifying a single input encoding.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
There is a new Sweave option ‘figs.only = TRUE’ to run each figure
chunk only for each selected graphics device, and not first using the
default graphics device.  This will become the default in R 2.14.0.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Sweave custom graphics devices can have a custom function ‘foo.off()’
to shut them down.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Warnings are issued when non-portable filenames are found for graphics
files (and chunks if ‘split = TRUE’).  Portable names are regarded as
alphanumeric plus hyphen, underscore, plus and hash (periods cause
problems with recognizing file extensions).
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The ‘Rtangle()’ driver has a new option ‘show.line.nos’ which is by
default false; if true it annotates code chunks with a comment giving
the line number of the first line in the sources (the behaviour of R &gt;=
2.12.0).
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Package installation tangles the vignette sources: this step now
converts the vignette sources from the vignette/package encoding to the
current encoding, and records the encoding (if not ASCII) in a comment
line at the top of the installed ‘.R’ file.
</DEL>
</P></LI>

</UL>
<H4>2.13.0 patched LICENCE </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
No parts of R are now licensed solely under GPL-2.  The licences for
packages ‘rpart’ and ‘survival’ have been changed, which means that the
licence terms for R as distributed are GPL-2 | GPL-3.
</DEL>
</P></LI>

</UL>
<H4>2.13.0 patched DEPRECATED AND DEFUNCT </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
The internal functions ‘.readRDS()’ and ‘.saveRDS()’ are now deprecated
in favour of the public functions ‘readRDS()’ and ‘saveRDS()’
introduced in R 2.13.0.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Switching off lazy-loading of code _via_ the ‘LazyLoad’ field of the
‘DESCRIPTION’ file is now deprecated.  In future all packages will be
lazy-loaded.
</DEL>
</P></LI>

</UL>
<H4>2.13.0 patched UTILITIES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘R CMD check’ on a multi-architecture installation now skips the user's
‘.Renviron’ file for the architecture-specific tests (which do read the
architecture-specific ‘Renviron.site’ files).  This is consistent with
single-architecture checks, which use ‘--no-environ’.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘R CMD build’ now looks for ‘DESCRIPTION’ fields ‘BuildResaveData’ and
‘BuildKeepEmpty’ for per-package overrides.  See ‘Writing R
Extensions’.
</DEL>
</P></LI>

</UL>
<H4>2.13.0 patched BUG FIXES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘plot.lm(which = 5)’ was intended to order factor levels in increasing
order of mean standardized residual.  It ordered the factor labels
correctly, but could plot the wrong group of residuals against the
label.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14545">PR#14545</a>)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘mosaicplot()’ could clip the factor labels, and could overlap them
with the cells if a non-default value of ‘cex.axis’ was used.  (Related
to <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14550">PR#14550</a>.)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘dataframe[[row,col]]’ now dispatches on ‘[[’ methods for the selected
column (spotted by Bill Dunlap).
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘sort.int()’ would strip the class of an object, but leave its object
bit set.  (Reported by Bill Dunlap.)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘pbirthday()’ and ‘qbirthday()’ did not implement the algorithm exactly
as given in their reference and so were unnecessarily inaccurate.
</P>
<P>
‘pbirthday()’ now solves the approximate formula analytically rather
than using ‘uniroot()’ on a discontinuous function.
</P>
<P>
The description of the problem was inaccurate: the probability is a
tail probablity (‘2 _or more_ people share a birthday’)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Complex arithmetic sometimes warned incorrectly about producing NAs
when there were NaNs in the input.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘seek(origin = &quot;current&quot;)’ incorrectly reported it was not implemented
for a ‘gzfile()’ connection.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘c()’, ‘unlist()’, ‘cbind()’ and ‘rbind()’ could silently overflow the
maximum vector length and cause a segfault.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14571">PR#14571</a>)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The ‘fonts’ argument to ‘X11(type = &quot;Xlib&quot;)’ was being ignored.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Reading (e.g. with ‘readBin()’) from a raw connection was not advancing
the pointer, so successive reads would read the same value.  (Spotted
by Bill Dunlap.)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Parsed text containing embedded newlines was printed incorrectly by
‘as.character.srcref()’.  (Reported by Hadley Wickham.)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘decompose()’ used with a series of a non-integer number of periods
returned a seasonal component shorter than the original series.
(Reported by Rob Hyndman.)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘fields = list()’ failed for ‘setRefClass()’.  (Reported by Michael
Lawrence.)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Reference classes could not redefine an inherited field which had class
‘&quot;ANY&quot;’. (Reported by Janko Thyson.)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Methods that override previously loaded versions will now be installed
and called.  (Reported by Iago Mosqueira.)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘addmargins()’ called ‘numeric(apos)’ rather than
‘numeric(length(apos))’.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The HTML help search sometimes produced bad links.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14608">PR#14608</a>)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Command completion will no longer be broken if ‘tail.default()’ is
redefined by the user. (Problem reported by Henrik Bengtsson.)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
LaTeX rendering of markup in titles of help pages has been improved; in
particular, ‘\eqn{}’ may be used there.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘isClass()’ used its own namespace as the default of the ‘where’
argument inadvertently.
</DEL>
</P></LI>

</UL>
<H4>2.13.1 NEW FEATURES </H4>
<UL>
<LI><P>
‘iconv()’ no longer translates ‘NA’ strings as ‘&quot;NA&quot;’.
</P></LI>

<LI><P>
‘persp(box = TRUE)’ now warns if the surface extends outside the box
(since occlusion for the box and axes is computed assuming the box is a
bounding box). (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=202">PR#202</a>.)
</P></LI>

<LI><P>
‘RShowDoc()’ can now display the licences shipped with R, e.g.
‘RShowDoc(&quot;GPL-3&quot;)’.
</P></LI>

<LI><P>
New wrapper function ‘showNonASCIIfile()’ in package ‘tools’.
</P></LI>

<LI><P>
‘nobs()’ now has a ‘&quot;mle&quot;’ method in package ‘stats4’.
</P></LI>

<LI><P>
‘trace()’ now deals correctly with S4 reference classes and
corresponding reference methods (e.g., ‘$trace()’) have been added.
</P></LI>

<LI><P>
‘xz’ has been updated to 5.0.3 (very minor bugfix release).
</P></LI>

<LI><P>
‘tools::compactPDF()’ gets more compression (usually a little,
sometimes a lot) by using the compressed object streams of PDF 1.5.
</P></LI>

<LI><P>
‘cairo_ps(onefile = TRUE)’ generates encapsulated EPS on platforms with
cairo &gt;= 1.6.
</P></LI>

<LI><P>
Binary reads (e.g. by ‘readChar()’ and ‘readBin()’) are now supported
on clipboard connections.  (Wish of <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14593">PR#14593</a>.)
</P></LI>

<LI><P>
‘as.POSIXlt.factor()’ now passes ‘...’ to the character method
(suggestion of Joshua Ulrich).  [Intended for R 2.13.0 but accidentally
removed before release.]
</P></LI>

<LI><P>
‘vector()’ and its wrappers such as ‘integer()’ and ‘double()’ now warn
if called with a ‘length’ argument of more than one element.  This
helps track down user errors such as calling ‘double(x)’ instead of
‘as.double(x)’.
</P></LI>

</UL>
<H4>2.13.1 INSTALLATION </H4>
<UL>
<LI><P>
Building the vignette PDFs in packages ‘grid’ and ‘utils’ is now part
of running ‘make’ from an SVN checkout on a Unix-alike: a separate
‘make vignettes’ step is no longer required.
</P>
<P>
These vignettes are now made with ‘keep.source = TRUE’ and hence will
be laid out differently.
</P></LI>

<LI><P>
‘make install-strip’ failed under some configuration options.
</P></LI>

<LI><P>
Packages can customize non-standard installation of compiled code via a
‘src/install.libs.R’ script. This allows packages that have
architecture-specific binaries (beyond the package's shared
objects/DLLs) to be installed in a multi-architecture setting.
</P></LI>

</UL>
<H4>2.13.1 SWEAVE &amp; VIGNETTES </H4>
<UL>
<LI><P>
‘Sweave()’ and ‘Stangle()’ gain an ‘encoding’ argument to specify the
encoding of the vignette sources if the latter do not contain a
‘\usepackage[]{inputenc}’ statement specifying a single input encoding.
</P></LI>

<LI><P>
There is a new Sweave option ‘figs.only = TRUE’ to run each figure
chunk only for each selected graphics device, and not first using the
default graphics device.  This will become the default in R 2.14.0.
</P></LI>

<LI><P>
Sweave custom graphics devices can have a custom function ‘foo.off()’
to shut them down.
</P></LI>

<LI><P>
Warnings are issued when non-portable filenames are found for graphics
files (and chunks if ‘split = TRUE’).  Portable names are regarded as
alphanumeric plus hyphen, underscore, plus and hash (periods cause
problems with recognizing file extensions).
</P></LI>

<LI><P>
The ‘Rtangle()’ driver has a new option ‘show.line.nos’ which is by
default false; if true it annotates code chunks with a comment giving
the line number of the first line in the sources (the behaviour of R &gt;=
2.12.0).
</P></LI>

<LI><P>
Package installation tangles the vignette sources: this step now
converts the vignette sources from the vignette/package encoding to the
current encoding, and records the encoding (if not ASCII) in a comment
line at the top of the installed ‘.R’ file.
</P></LI>

</UL>
<H4>2.13.1 LICENCE </H4>
<UL>
<LI><P>
No parts of R are now licensed solely under GPL-2.  The licences for
packages ‘rpart’ and ‘survival’ have been changed, which means that the
licence terms for R as distributed are GPL-2 | GPL-3.
</P></LI>

</UL>
<H4>2.13.1 DEPRECATED AND DEFUNCT </H4>
<UL>
<LI><P>
The internal functions ‘.readRDS()’ and ‘.saveRDS()’ are now deprecated
in favour of the public functions ‘readRDS()’ and ‘saveRDS()’
introduced in R 2.13.0.
</P></LI>

<LI><P>
Switching off lazy-loading of code _via_ the ‘LazyLoad’ field of the
‘DESCRIPTION’ file is now deprecated.  In future all packages will be
lazy-loaded.
</P></LI>

</UL>
<H4>2.13.1 UTILITIES </H4>
<UL>
<LI><P>
‘R CMD check’ on a multi-architecture installation now skips the user's
‘.Renviron’ file for the architecture-specific tests (which do read the
architecture-specific ‘Renviron.site’ files).  This is consistent with
single-architecture checks, which use ‘--no-environ’.
</P></LI>

<LI><P>
‘R CMD build’ now looks for ‘DESCRIPTION’ fields ‘BuildResaveData’ and
‘BuildKeepEmpty’ for per-package overrides.  See ‘Writing R
Extensions’.
</P></LI>

</UL>
<H4>2.13.1 BUG FIXES </H4>
<UL>
<LI><P>
‘plot.lm(which = 5)’ was intended to order factor levels in increasing
order of mean standardized residual.  It ordered the factor labels
correctly, but could plot the wrong group of residuals against the
label.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14545">PR#14545</a>)
</P></LI>

<LI><P>
‘mosaicplot()’ could clip the factor labels, and could overlap them
with the cells if a non-default value of ‘cex.axis’ was used.  (Related
to <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14550">PR#14550</a>.)
</P></LI>

<LI><P>
‘dataframe[[row,col]]’ now dispatches on ‘[[’ methods for the selected
column (spotted by Bill Dunlap).
</P></LI>

<LI><P>
‘sort.int()’ would strip the class of an object, but leave its object
bit set.  (Reported by Bill Dunlap.)
</P></LI>

<LI><P>
‘pbirthday()’ and ‘qbirthday()’ did not implement the algorithm exactly
as given in their reference and so were unnecessarily inaccurate.
</P>
<P>
‘pbirthday()’ now solves the approximate formula analytically rather
than using ‘uniroot()’ on a discontinuous function.
</P>
<P>
The description of the problem was inaccurate: the probability is a
tail probablity (‘2 _or more_ people share a birthday’)
</P></LI>

<LI><P>
Complex arithmetic sometimes warned incorrectly about producing NAs
when there were NaNs in the input.
</P></LI>

<LI><P>
‘seek(origin = &quot;current&quot;)’ incorrectly reported it was not implemented
for a ‘gzfile()’ connection.
</P></LI>

<LI><P>
‘c()’, ‘unlist()’, ‘cbind()’ and ‘rbind()’ could silently overflow the
maximum vector length and cause a segfault.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14571">PR#14571</a>)
</P></LI>

<LI><P>
The ‘fonts’ argument to ‘X11(type = &quot;Xlib&quot;)’ was being ignored.
</P></LI>

<LI><P>
Reading (e.g. with ‘readBin()’) from a raw connection was not advancing
the pointer, so successive reads would read the same value.  (Spotted
by Bill Dunlap.)
</P></LI>

<LI><P>
Parsed text containing embedded newlines was printed incorrectly by
‘as.character.srcref()’.  (Reported by Hadley Wickham.)
</P></LI>

<LI><P>
‘decompose()’ used with a series of a non-integer number of periods
returned a seasonal component shorter than the original series.
(Reported by Rob Hyndman.)
</P></LI>

<LI><P>
‘fields = list()’ failed for ‘setRefClass()’.  (Reported by Michael
Lawrence.)
</P></LI>

<LI><P>
Reference classes could not redefine an inherited field which had class
‘&quot;ANY&quot;’. (Reported by Janko Thyson.)
</P></LI>

<LI><P>
Methods that override previously loaded versions will now be installed
and called.  (Reported by Iago Mosqueira.)
</P></LI>

<LI><P>
‘addmargins()’ called ‘numeric(apos)’ rather than
‘numeric(length(apos))’.
</P></LI>

<LI><P>
The HTML help search sometimes produced bad links.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14608">PR#14608</a>)
</P></LI>

<LI><P>
Command completion will no longer be broken if ‘tail.default()’ is
redefined by the user. (Problem reported by Henrik Bengtsson.)
</P></LI>

<LI><P>
LaTeX rendering of markup in titles of help pages has been improved; in
particular, ‘\eqn{}’ may be used there.
</P></LI>

<LI><P>
‘isClass()’ used its own namespace as the default of the ‘where’
argument inadvertently.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-07-01</title>
<pubDate>Thu, 30 Jun 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/30#c2011-07-01</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/30#c2011-07-01</guid>
<description><![CDATA[<H4>2.13.0 patched NEW FEATURES (Windows)</H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘R CMD build’ no longer attempts to preserve file permissions on
Windows, because Windows (unlike POSIX-compliant OSes) stops read-only
files being deleted in version-control directories.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘shell.exec()’ now interprets files relative to the current working
directory (rather than ‘R_HOME’).
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘file.info()’ now accepts ‘file’ names with trailing directory
separators, even though such names are invalid on Windows.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The ‘windows()’ family of devices now supports() per-pixel alpha for
raster images.
</DEL>
</P></LI>

</UL>
<H4>2.13.0 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
Launching the PDF manuals from the Rgui menus did not work on some
versions of Windows.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The windows() screen device would sometimes fail to plot points with
‘pch=&quot;.&quot;’. <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14583">PR#14583</a>
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘system()’ and related functions sometimes failed when run in ‘Rgui’.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Saving to PDF from the menu of a ‘windows()’ device used defaults for
‘family’, ‘fg’ and ‘bg’ from ‘ps.options()’ rather than ‘pdf.options()’
(but the factory-fresh defaults were the same).
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Shutting down the R session cleaned up the temporary directory before
closing all graphics devices.  On Windows this necessitated changing
the working directory, so some devices (e.g. ‘tiff()’) could write
files in the wrong directory in closed during shutdown.  The order has
been reversed.
</DEL>
</P></LI>

</UL>
<H4>2.13.1 NEW FEATURES (Windows)</H4>
<UL>
<LI><P>
‘R CMD build’ no longer attempts to preserve file permissions on
Windows, because Windows (unlike POSIX-compliant OSes) stops read-only
files being deleted in version-control directories.
</P></LI>

<LI><P>
‘shell.exec()’ now interprets files relative to the current working
directory (rather than ‘R_HOME’).
</P></LI>

<LI><P>
‘file.info()’ now accepts ‘file’ names with trailing directory
separators, even though such names are invalid on Windows.
</P></LI>

<LI><P>
The ‘windows()’ family of devices now supports() per-pixel alpha for
raster images.
</P></LI>

</UL>
<H4>2.13.1 BUG FIXES (Windows)</H4>
<UL>
<LI><P>
Launching the PDF manuals from the Rgui menus did not work on some
versions of Windows.
</P></LI>

<LI><P>
The windows() screen device would sometimes fail to plot points with
‘pch=&quot;.&quot;’. <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14583">PR#14583</a>
</P></LI>

<LI><P>
‘system()’ and related functions sometimes failed when run in ‘Rgui’.
</P></LI>

<LI><P>
Saving to PDF from the menu of a ‘windows()’ device used defaults for
‘family’, ‘fg’ and ‘bg’ from ‘ps.options()’ rather than ‘pdf.options()’
(but the factory-fresh defaults were the same).
</P></LI>

<LI><P>
Shutting down the R session cleaned up the temporary directory before
closing all graphics devices.  On Windows this necessitated changing
the working directory, so some devices (e.g. ‘tiff()’) could write
files in the wrong directory in closed during shutdown.  The order has
been reversed.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-06-28</title>
<pubDate>Mon, 27 Jun 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/27#n2011-06-28</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/27#n2011-06-28</guid>
<description><![CDATA[<H4>2.13.0 patched BUG FIXES </H4>
<UL>
<LI><P>
‘isClass()’ used its own namespace as the default of the ‘where’
argument inadvertently.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-06-26</title>
<pubDate>Sat, 25 Jun 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/25#n2011-06-26</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/25#n2011-06-26</guid>
<description><![CDATA[<H4>2.13.0 patched DEPRECATED AND DEFUNCT </H4>
<UL>
<LI><P>
Switching off lazy-loading of code _via_ the ‘LazyLoad’ field of the
‘DESCRIPTION’ file is now deprecated.  In future all packages will be
lazy-loaded.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-06-25</title>
<pubDate>Fri, 24 Jun 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/24#n2011-06-25</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/24#n2011-06-25</guid>
<description><![CDATA[<H4>2.13.0 patched BUG FIXES </H4>
<UL>
<LI><P>
LaTeX rendering of markup in titles of help pages has been improved; in
particular, ‘\eqn{}’ may be used there.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-06-23</title>
<pubDate>Wed, 22 Jun 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/22#n2011-06-23</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/22#n2011-06-23</guid>
<description><![CDATA[<H4>2.13.0 patched BUG FIXES </H4>
<UL>
<LI><P>
Command completion will no longer be broken if ‘tail.default()’ is
redefined by the user. (Problem reported by Henrik Bengtsson.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-06-21</title>
<pubDate>Mon, 20 Jun 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/20#n2011-06-21</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/20#n2011-06-21</guid>
<description><![CDATA[<H4>2.13.0 NEW FEATURES </H4>
<UL>
<LI><P>
‘download.file()’ can be now used with external methods even if there
are spaces in the URL or the target filename.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-06-19</title>
<pubDate>Sat, 18 Jun 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/18#n2011-06-19</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/18#n2011-06-19</guid>
<description><![CDATA[<H4>2.13.0 patched BUG FIXES </H4>
<UL>
<LI><P>
The HTML help search sometimes produced bad links.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14608">PR#14608</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-06-18</title>
<pubDate>Fri, 17 Jun 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/17#n2011-06-18</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/17#n2011-06-18</guid>
<description><![CDATA[<H4>2.13.0 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘vector()’ and its wrappers such as ‘integer()’ and ‘double()’ now warn
if called with a ‘length’ argument of more than one element.  This
helps track down user errors such as calling ‘double(x)’ instead of
‘as.double(x)’.
</P></LI>

</UL>
<H4>2.13.0 patched BUG FIXES </H4>
<UL>
<LI><P>
‘addmargins()’ called ‘numeric(apos)’ rather than
‘numeric(length(apos))’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-06-13</title>
<pubDate>Sun, 12 Jun 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/12#n2011-06-13</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/12#n2011-06-13</guid>
<description><![CDATA[<H4>2.13.0 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘fields = list()’ failed for ‘setRefClass()’.  (Reported by Michael Lawrence.)</INS>
</P></LI>
</UL>
<H4>2.13.0 NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘findClasses’, ‘getGeneric’, ‘findMethods’ and ‘hasMethods’ are revised to deal consistently with the ‘package=’ argument and be consistent with soft name space policy for finding objects.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘rstandard.glm()’ gains a ‘type’ argument which can be used to request standardized Pearson residuals.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘.libPaths()’ calls ‘normalizePath(winslash = "/")’ on the paths: this helps (usually) to present them in a user-friendly form and should detect duplicate paths accessed via different symbolic links.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-06-10</title>
<pubDate>Thu, 09 Jun 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/09#n2011-06-10</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/09#n2011-06-10</guid>
<description><![CDATA[<H4>2.13.0 patched INSTALLATION </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Packages can customize non-standard installation of compiled code via a ‘src/install.libs.R’ script. This allows packages that have architecture-specific binaries (beyond the package's shared objects/DLLs) to be installed in a multi-architecture setting.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-06-09</title>
<pubDate>Wed, 08 Jun 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/08#n2011-06-09</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/08#n2011-06-09</guid>
<description><![CDATA[<H4>2.13.0 patched INSTALLATION </H4>
<UL>
<LI><P>
Packages can customize non-standard installation of libraries via
‘install.libs.R’ script. This allows packages that have
architecture-specific binaries beyond the package shared library to be
installed in a multi-architecture setting.
</P></LI>

</UL>
<H4>2.13.0 patched BUG FIXES </H4>
<UL>
<LI><P>
Methods that override previously loaded versions will now be installed
and called.  (Reported by Iago Mosqueira.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-06-04</title>
<pubDate>Fri, 03 Jun 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/03#n2011-06-04</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/03#n2011-06-04</guid>
<description><![CDATA[<H4>2.13.0 patched BUG FIXES </H4>
<UL>
<LI><P>
Reference classes could not redefine an inherited field which had class
‘&quot;ANY&quot;’. (Reported by Janko Thyson.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-06-03</title>
<pubDate>Thu, 02 Jun 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/02#n2011-06-03</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/06/02#n2011-06-03</guid>
<description><![CDATA[<H4>2.13.0 patched BUG FIXES </H4>
<UL>
<LI><P>
‘fields =list()’ failed for ‘setRefClass()’.  (Reported by Michael
Lawrence.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-05-31</title>
<pubDate>Mon, 30 May 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/30#n2011-05-31</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/30#n2011-05-31</guid>
<description><![CDATA[<H4>2.13.0 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘as.POSIXlt.factor()’ now passes ‘...’ to the character method
(suggestion of Joshua Ulrich).  [Intended for R 2.13.0 but accidentally
removed before release.]
</P></LI>

</UL>
<H4>2.13.0 NEW FEATURES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘as.POSIXlt.factor()’ now passes ‘...’ to the character method
(suggestion of Joshua Ulrich).
</DEL>
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-05-29</title>
<pubDate>Sat, 28 May 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/28#n2011-05-29</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/28#n2011-05-29</guid>
<description><![CDATA[<H4>2.13.0 patched NEW FEATURES </H4>
<UL>
<LI><P>
Binary reads (e.g. by ‘readChar()’ and ‘readBin()’) are now supported
on clipboard connections.  (Wish of <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14593">PR#14593</a>.)
</P></LI>

</UL>
<H4>2.13.0 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Parsed text containing embedded newlines was printed incorrectly by ‘as.character.srcref()’.  (Reported by Hadley Wickham.)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-05-27</title>
<pubDate>Thu, 26 May 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/26#n2011-05-27</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/26#n2011-05-27</guid>
<description><![CDATA[<H4>2.13.0 patched NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘xz’ has been updated to 5.0.3 (very minor bugfix release).</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-05-27</title>
<pubDate>Thu, 26 May 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/26#c2011-05-27</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/26#c2011-05-27</guid>
<description><![CDATA[<H4>2.13.0 patched NEW FEATURES (Windows)</H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
Saving to PDF from the menu of a ‘windows()’ device used defaults for
‘family’, ‘fg’ and ‘bg’ from ‘ps.options()’ rather than ‘pdf.options()’
(but the factory-fresh defaults were the same).
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Shutting down the R session cleaned up the temporary directory before
closing all graphics devices.  On Windows this necessitated changing
the working directory, so some devices (e.g. ‘tiff()’) could write
files in the wrong directory.  The order has been reversed.
</DEL>
</P></LI>

</UL>
<H4>2.13.0 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
Saving to PDF from the menu of a ‘windows()’ device used defaults for
‘family’, ‘fg’ and ‘bg’ from ‘ps.options()’ rather than ‘pdf.options()’
(but the factory-fresh defaults were the same).
</P></LI>

<LI><P>
Shutting down the R session cleaned up the temporary directory before
closing all graphics devices.  On Windows this necessitated changing
the working directory, so some devices (e.g. ‘tiff()’) could write
files in the wrong directory in closed during shutdown.  The order has
been reversed.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-05-19</title>
<pubDate>Wed, 18 May 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/18#n2011-05-19</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/18#n2011-05-19</guid>
<description><![CDATA[<H4>2.13.0 patched UTILITIES </H4>
<UL>
<LI><P>
‘R CMD check’ on a multi-architecture installation now skips the user's
‘.Renviron’ file for the architecture-specific tests (which do read the
architecture-specific ‘Renviron.site’ files).  This is consistent with
single-architecture checks, which use ‘--no-environ’.
</P></LI>

<LI><P>
‘R CMD build’ now looks for ‘DESCRIPTION’ fields ‘BuildResaveData’ and
‘BuildKeepEmpty’ for per-package overrides.  See ‘Writing R
Extensions’.
</P></LI>

</UL>
<H4>2.13.0 patched BUG FIXES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘R CMD check’ on a multi-architecture installation now skips the user's
‘.Renviron’ file for the architecture-specific tests (which do read the
architecture-specific ‘Renviron.site’ files).  This is consistent with
single-architecture checks, which use ‘--no-environ’.
</DEL>
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-05-19</title>
<pubDate>Wed, 18 May 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/18#c2011-05-19</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/18#c2011-05-19</guid>
<description><![CDATA[<H4>2.13.0 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
‘system()’ and related functions sometimes failed when run in ‘Rgui’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-05-18</title>
<pubDate>Tue, 17 May 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/17#n2011-05-18</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/17#n2011-05-18</guid>
<description><![CDATA[<H4>2.13.0 patched NEW FEATURES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘strptime()’ now accepts times such as ‘24:00’ for midnight at the end
of the day, for although these are disallowed by POSIX 1003.1-2008, ISO
8601:2004 allows them.
</DEL>
</P></LI>

</UL>
<H4>2.13.0 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘c()’, ‘unlist()’, ‘cbind()’ and ‘rbind()’ could silently overflow the maximum vector length and cause a segfault.  (PR#14571)</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Parsed text containing embedded newlines was printed incorrectly by as.character.srcref().  (Reported by Hadley Wickham.)</INS>
</P></LI>
</UL>
<H4>2.13.0 NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">R colours are now defined to refer to the sRGB color space.  </P>
<P>  The PDF, PostScript, and Quartz graphics devices record this fact.  X11 (and cairo) and Windows just assume that your screen conforms.</INS>
</P></LI>
</UL>
<H4>2.12.1 BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Rendering of raster images on cairo X11 device was wrong, particularly when a small image was being scaled up using interpolation.  </P>
<P>  With cairo &lt; 1.6, will be better than before, though still a little clunky.  With cairo &gt;= 1.6, should be sweet as.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-05-17</title>
<pubDate>Mon, 16 May 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/16#n2011-05-17</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/16#n2011-05-17</guid>
<description><![CDATA[<H4>2.13.0 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘strptime()’ now accepts times such as ‘24:00’ for midnight at the end
of the day, for although these are disallowed by POSIX 1003.1-2008, ISO
8601:2004 allows them.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-05-15</title>
<pubDate>Sat, 14 May 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/14#c2011-05-15</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/14#c2011-05-15</guid>
<description><![CDATA[<H4>2.13.0 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
The windows() screen device would sometimes fail to plot points with
‘pch=&quot;.&quot;’. <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14583">PR#14583</a>
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-05-15</title>
<pubDate>Sat, 14 May 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/14#n2011-05-15</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/14#n2011-05-15</guid>
<description><![CDATA[<H4>2.13.0 patched BUG FIXES </H4>
<UL>
<LI><P>
‘R CMD check’ on a multi-architecture installation now skips the user's
‘.Renviron’ file for the architecture-specific tests (which do read the
architecture-specific ‘Renviron.site’ files).  This is consistent with
single-architecture checks, which use ‘--no-environ’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-05-14</title>
<pubDate>Fri, 13 May 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/13#n2011-05-14</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/13#n2011-05-14</guid>
<description><![CDATA[<H4>2.13.0 patched BUG FIXES </H4>
<UL>
<LI><P>
Text containing embedded newlines was printed incorrectly by
as.character.srcref().  (Reported by Hadley Wickham.)
</P></LI>

<LI><P>
‘decompose()’ used with a series of a non-integer number of periods
returned a seasonal component shorter than the original series.
(Reported by Rob Hyndman.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-05-13</title>
<pubDate>Thu, 12 May 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/12#n2011-05-13</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/12#n2011-05-13</guid>
<description><![CDATA[<H4>2.13.0 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘cairo_ps(onefile = TRUE)’ generates encapsulated EPS on platforms with
cairo &gt;= 1.6.
</P></LI>

</UL>
<H4>2.13.0 patched SWEAVE &amp; VIGNETTES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Warnings are issued when non-portable filenames are found for graphics files (and chunks if ‘split = TRUE’).  Portable names are regarded as alphanumeric plus hyphen, underscore, plus and hash (periods cause problems with recognizing file extensions).</INS>
</P></LI>
</UL>
<H4>2.13.0 patched BUG FIXES </H4>
<UL>
<LI><P>
Reading (e.g. with ‘readBin()’) from a raw connection was not advancing
the pointer, so successive reads would read the same value.  (Spotted
by Bill Dunlap.)
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘c()’, ‘unlist()’, ‘cbind()’ and ‘rbind()’ could silently overflow the maximum vector length and cause a segfault. PR#14571</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-05-06</title>
<pubDate>Thu, 05 May 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/05#n2011-05-06</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/05#n2011-05-06</guid>
<description><![CDATA[<H4>2.13.0 patched BUG FIXES </H4>
<UL>
<LI><P>
The ‘fonts’ argument to ‘X11(type = &quot;Xlib&quot;)’ was being ignored.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-05-04</title>
<pubDate>Tue, 03 May 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/03#n2011-05-04</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/05/03#n2011-05-04</guid>
<description><![CDATA[<H4>2.13.0 patched BUG FIXES </H4>
<UL>
<LI><P>
‘c()’ and other functions using ‘AnswerType’ could silently overflow
the maximum supported vector length and cause a crash. <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14571">PR#14571</a>
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-04-28</title>
<pubDate>Wed, 27 Apr 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/27#c2011-04-28</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/27#c2011-04-28</guid>
<description><![CDATA[<H4>2.13.0 patched NEW FEATURES (Windows)</H4>
<UL>
<LI><P>
The ‘windows()’ family of devices now supports() per-pixel alpha for
raster images.
</P></LI>

<LI><P>
Shutting down the R session cleaned up the temporary directory before
closing all graphics devices.  On Windows this necessitated changing
the working directory, so some devices (e.g. ‘tiff()’) could write
files in the wrong directory.  The order has been reversed.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘file.info()’ now accepts ‘file’ names with trailing directory separators, even though such names are invalid on Windows.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-04-27</title>
<pubDate>Tue, 26 Apr 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/26#c2011-04-27</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/26#c2011-04-27</guid>
<description><![CDATA[<H4>2.13.0 patched NEW FEATURES (Windows)</H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘file.info()’ now accepts ‘file’ names with trailing directory separators.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-04-25</title>
<pubDate>Sun, 24 Apr 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/24#c2011-04-25</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/24#c2011-04-25</guid>
<description><![CDATA[<H4>2.13.0 patched NEW FEATURES (Windows)</H4>
<UL>
<LI><P>
‘file.info()’ now accepts ‘file’ names with trailing directory
separators: those are not valid on Windows but R has some ignorant
users.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-04-24</title>
<pubDate>Sat, 23 Apr 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/23#c2011-04-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/23#c2011-04-24</guid>
<description><![CDATA[<H4>2.13.0 patched NEW FEATURES (Windows)</H4>
<UL>
<LI><P>
Saving to PDF from the menu of a ‘windows()’ device used defaults for
‘family’, ‘fg’ and ‘bg’ from ‘ps.options()’ rather than ‘pdf.options()’
(but the factory-fresh defaults were the same).
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘R CMD build’ no longer attempts to preserve file permissions on Windows, because Windows (unlike POSIX-compliant OSes) stops read-only files being deleted in version-control directories.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘shell.exec()’ now interprets files relative to the current working directory (rather than ‘R_HOME’).</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-04-24</title>
<pubDate>Sat, 23 Apr 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/23#n2011-04-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/23#n2011-04-24</guid>
<description><![CDATA[<H4>2.13.0 patched INSTALLATION </H4>
<UL>
<LI><P>
‘make install-strip’ failed under some configuration options.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-04-23</title>
<pubDate>Fri, 22 Apr 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/22#n2011-04-23</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/22#n2011-04-23</guid>
<description><![CDATA[<H4>2.13.0 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘xz’ has been updated to 5.0.2 (very minor bugfix release).
</P></LI>

<LI><P>
‘tools::compactPDF()’ gets more compression (usually a little,
sometimes a lot) by using the compressed object streams of PDF 1.5.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘trace()’ now deals correctly with S4 reference classes and corresponding reference methods (e.g., ‘$trace()’) have been added.</INS>
</P></LI>
</UL>
<H4>2.13.0 patched INSTALLATION </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Building the vignette PDFs in packages ‘grid’ and ‘utils’ is now part of running ‘make’ from an SVN checkout on a Unix-alike: a separate ‘make vignettes’ step is no longer required.  </P>
<P>  These vignettes are now made with ‘keep.source = TRUE’ and hence will be laid out differently.</INS>
</P></LI>
</UL>
<H4>2.13.0 patched SWEAVE &amp; VIGNETTES </H4>
<UL>
<LI><P>
Warnings are issued when non-portable filenames are found for graphics
files (and chunks if ‘split=TRUE’).  Portable names are regarded as
alphanumeric plus hyphen, underscore, plus and hash (periods cause
problems with recognizing file extensions).
</P></LI>

<LI><P>
The ‘Rtangle()’ driver has a new option ‘show.line.nos’ which is by
default false; if true it annotates code chunks with a comment giving
the line number of the first line in the sources (the behaviour of R &gt;=
2.12.0).
</P></LI>

</UL>
<H4>2.13.0 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘pbirthday()’ and ‘qbirthday()’ did not implement the algorithm exactly as given in their reference and so were unnecessarily inaccurate.  </P>
<P>  ‘pbirthday()’ now solves the approximate formula analytically rather than using ‘uniroot()’ on a discontinuous function.  </P>
<P>  The description of the problem was inaccurate: the probability is a tail probablity (‘2 _or more_ people share a birthday’)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-04-22</title>
<pubDate>Thu, 21 Apr 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/21#n2011-04-22</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/21#n2011-04-22</guid>
<description><![CDATA[<H4>2.13.0 patched SWEAVE &amp; VIGNETTES </H4>
<UL>
<LI><P>
‘Sweave()’ and ‘Stangle()’ gain an ‘encoding’ argument to specify the
encoding of the vignette sources if the latter do not contain a
‘\usepackage[]{inputenc}’ statement specifying a single input encoding.
</P></LI>

<LI><P>
There is a new Sweave option ‘figs.only = TRUE’ to run each figure
chunk only for each selected graphics device, and not first using the
default graphics device.  This will become the default in R 2.14.0.
</P></LI>

<LI><P>
Sweave custom graphics devices can have a custom function ‘foo.off()’
to shut them down.
</P></LI>

<LI><P>
Package installation tangles the vignette sources: this step now
converts the vignette sources from the vignette/package encoding to the
current encoding, and records the encoding (if not ASCII) in a comment
line at the top of the installed ‘.R’ file.
</P></LI>

</UL>
<H4>2.13.0 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘trace()’ now deals correctly with reference classes and corresponding
reference methods (e.g., ‘$trace()’) have been added.
</P></LI>

</UL>
<H4>2.13.0 patched INSTALLATION </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">Building the vignette PDFs in packages ‘grid’ and ‘utils’ is now part of running ‘make’ from an SVN checkout on a Unix-alike: a separate ‘make vignettes’ is no longer required.  </P>
<P>  These vignettes are now made with ‘keep.source = TRUE’ and hence will be laid out differently.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-04-21</title>
<pubDate>Wed, 20 Apr 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/20#n2011-04-21</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/20#n2011-04-21</guid>
<description><![CDATA[<H4>2.13.0 patched BUG FIXES </H4>
<UL>
<LI><P>
‘seek(origin = &quot;current&quot;)’ incorrectly reported it was not implemented
for a ‘gzfile()’ connection.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-04-20</title>
<pubDate>Tue, 19 Apr 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/19#n2011-04-20</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/19#n2011-04-20</guid>
<description><![CDATA[<H4>2.13.0 patched DEPRECATED AND DEFUNCT </H4>
<UL>
<LI><P>
The internal functions ‘.readRDS()’ and ‘.saveRDS()’ are now deprecated
in favour of the public functions ‘readRDS()’ and ‘saveRDS()’
introduced in R 2.13.0.
</P></LI>

</UL>
<H4>2.13.0 patched NEW FEATURES </H4>
<UL>
<LI><P>
New wrapper function ‘showNonASCIIfile()’ in package ‘tools’.
</P></LI>

<LI><P>
‘nobs()’ now has a ‘&quot;mle&quot;’ method in package ‘stats4’.
</P></LI>

</UL>
<H4>2.13.0 patched BUG FIXES </H4>
<UL>
<LI><P>
Complex arithmetic sometimes warned incorrectly about producing NAs
when there were NaNs in the input.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-04-19</title>
<pubDate>Mon, 18 Apr 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/18#n2011-04-19</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/18#n2011-04-19</guid>
<description><![CDATA[<H4>2.13.0 patched BUG FIXES </H4>
<UL>
<LI><P>
‘pbirthday()’ now solves the approximate formula analytically rather
than using ‘uniroot()’ on a discontinuous function.
</P>
<P>
The description of the problem was inaccurate: the probability is a
tail probablity (‘2 _or more_ people share a birthday’)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-04-17</title>
<pubDate>Sat, 16 Apr 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/16#c2011-04-17</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/16#c2011-04-17</guid>
<description><![CDATA[<H4>2.13.0 patched NEW FEATURES (Windows)</H4>
<UL>
<LI><P>
‘R CMD build’ no longer attempts to preserve file permissions on
Windows, because Windows (unlike POSIX-complant OSes) stops read-only
files being deleted in version-control directories.
</P></LI>

<LI><P>
‘shell.exec()’ now interprets files relative to the current working
directory.
</P></LI>

</UL>
<H4>2.13.0 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
Launching the PDF manuals from the Rgui menus did not work on some
versions of Windows.
</P></LI>

</UL>
<H4>2.13.0 INSTALLATION (Windows)</H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The sources now work with ‘libpng-1.5.1’, ‘jpegsrc.v8c’ (which are used in the CRAN builds) and ‘tiff-4.0.0beta6’ (CRAN builds use 3.9.1).  It is possible that they no longer work with older versions than ‘libpng-1.4.5’.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-04-16</title>
<pubDate>Fri, 15 Apr 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/15#n2011-04-16</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/15#n2011-04-16</guid>
<description><![CDATA[<H4>2.13.0 NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘serialize()’ and ‘unserialize()’ are no longer described as ‘experimental’.  The interface is now regarded as stable, although the serialization format may well change in future releases. (‘serialize()’ has a new argument ‘version’ which would allow the current format to be written if that happens.)  </P>
<P>  New functions ‘saveRDS()’ and ‘readRDS()’ are public versions of the ‘internal’ functions ‘.saveRDS()’ and ‘.readRDS()’ made available for general use.  The dot-name versions remain available as several package authors have made use of them, despite the documentation.  ‘readRDS()’ no longer wraps non-file connections in a call to ‘gzcon()’, for efficiency (see its documentation).  </P>
<P>  ‘saveRDS()’ supports ‘compress = "xz"’.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-04-14</title>
<pubDate>Wed, 13 Apr 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/13#n2011-04-14</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/13#n2011-04-14</guid>
<description><![CDATA[<H4>2.13.0 patched NEW FEATURES </H4>
<UL>
<LI><P>
‘iconv()’ no longer translates ‘NA’ strings as ‘&quot;NA&quot;’.
</P></LI>

<LI><P>
‘persp(box = TRUE)’ now warns if the surface extends outside the box
(since occlusion for the box and axes is computed assuming the box is a
bounding box). (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=202">PR#202</a>.)
</P></LI>

<LI><P>
‘RShowDoc()’ can now display the licences shipped with R, e.g.
‘RShowDoc(&quot;GPL-3&quot;)’.
</P></LI>

</UL>
<H4>2.13.0 patched INSTALLATION </H4>
<UL>
<LI><P>
Building the vignettes is now part of running ‘make’ from an SVN
checkout: a separate ‘make vignettes’ is no longer required.
</P>
<P>
These vignette PDFs are now made with ‘keep.source = TRUE’ and hence
will be laid out differently.
</P></LI>

</UL>
<H4>2.13.0 patched LICENCE </H4>
<UL>
<LI><P>
No parts of R are now licensed solely under GPL-2.  The licences for
packages ‘rpart’ and ‘survival’ have been changed, which means that the
licence terms for R as distributed are GPL-2 | GPL-3.
</P></LI>

</UL>
<H4>2.13.0 patched BUG FIXES </H4>
<UL>
<LI><P>
‘plot.lm(which = 5)’ was intended to order factor levels in increasing
order of mean standardized residual.  It ordered the factor labels
correctly, but could plot the wrong group of residuals against the
label.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14545">PR#14545</a>)
</P></LI>

<LI><P>
‘mosaicplot()’ could clip the factor labels, and could overlap them
with the cells if a non-default value of ‘cex.axis’ was used.  (Related
to <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14550">PR#14550</a>.)
</P></LI>

<LI><P>
‘dataframe[[row,col]]’ now dispatches on ‘[[’ methods for the selected
column (spotted by Bill Dunlap).
</P></LI>

<LI><P>
‘sort.int()’ would strip the class of an object, but leave its object
bit set.  (Reported by Bill Dunlap.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-04-12</title>
<pubDate>Mon, 11 Apr 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/11#n2011-04-12</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/11#n2011-04-12</guid>
<description><![CDATA[<H4>2.13.0 NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘sort(partial = p)’ for large ‘p’ now tries Shellsort if quicksort is not appropriate and so works for non-numeric atomic vectors.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-04-05</title>
<pubDate>Mon, 04 Apr 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/04#n2011-04-05</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/04#n2011-04-05</guid>
<description><![CDATA[<H4>2.13.0 BUG FIXES </H4>
<UL>
<LI><P>
‘as.matrix()’ did not handle ‘&quot;dist&quot;’ objects with zero rows.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-04-03</title>
<pubDate>Sat, 02 Apr 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/02#n2011-04-03</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/04/02#n2011-04-03</guid>
<description><![CDATA[<H4>2.13.0 NEW FEATURES </H4>
<UL>
<LI><P>
‘.libPaths()’ calls ‘normalizePath(winslash = &quot;/&quot;)’ on the paths: this
helps (usually) present them in a user-friendly form and should detect
duplicate paths accessed via different symbolic links.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘rstandard.glm’ gains a ‘type’ argument which can be used to request standardized Pearson residuals.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-04-01</title>
<pubDate>Thu, 31 Mar 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/31#n2011-04-01</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/31#n2011-04-01</guid>
<description><![CDATA[<H4>2.13.0 NEW FEATURES </H4>
<UL>
<LI><P>
A start on a Turkish translation, thanks to Murat Alkan.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘rstandard.glm’ gains a ‘type’ argument for optional standardized Pearson residuals.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-03-31</title>
<pubDate>Wed, 30 Mar 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/30#n2011-03-31</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/30#n2011-03-31</guid>
<description><![CDATA[<H4>2.13.0 SWEAVE CHANGES </H4>
<UL>
<LI><P>
‘Sweave()’ has options to produce PNG and JPEG figures, and to use a
custom function to open a graphics device (see ‘?RweaveLatex’).
(Based in part on the contribution of <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14418">PR#14418</a>.)
</P></LI>

<LI><P>
The default for ‘Sweave()’ is to produce only PDF figures (rather than
both EPS and PDF).
</P></LI>

<LI><P>
Environment variable ‘SWEAVE_OPTIONS’ can be used to supply defaults
for existing or new options to be applied after the Sweave driver setup
has been run.
</P></LI>

<LI><P>
The Sweave manual is now included as a vignette in the ‘utils’ package.
</P></LI>

<LI><P>
‘Sweave()’ handles ‘keep.source=TRUE’ much better: it could duplicate
some lines and omit comments. (Reported by John Maindonald and others.)
</P></LI>

</UL>
<H4>2.13.0 NEW FEATURES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘Sweave()’ has options to produce PNG and JPEG figures, and to use a
custom function to open a graphics device (see ‘?RweaveLatex’).
(Based in part on the contribution of <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14418">PR#14418</a>.)
</P>
<P>
The default for ‘Sweave()’ is to produce only PDF figures (rather than
both EPS and PDF).
</P>
<P>
There are improvements in the way ‘Sweave()’ and ‘Stangle()’ handle
non-ASCII vignette sources, especially in a UTF-8 locale: see ‘Writing
R Extensions’ which now has a subsection on this topic.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Environment variable ‘SWEAVE_OPTIONS’ can be used to supply defaults
for existing or new options to be applied after the Sweave driver setup
has been run.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The Sweave manual is now included as a vignette in the ‘utils’ package.
</DEL>
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘tempfile()’ has an extra argument ‘fileext’ to create a temporary filename with a specified extension.  (Suggestion and initial implementation by Dirk Eddelbuettel.)  </P>
<P>  There are improvements in the way ‘Sweave()’ and ‘Stangle()’ handle non-ASCII vignette sources, especially in a UTF-8 locale: see ‘Writing R Extensions’ which now has a subsection on this topic.</INS>
</P></LI>
</UL>
<H4>2.13.0 BUG FIXES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘Sweave()’ with ‘keep.source=TRUE’ could duplicate some lines and omit
comments. (Reported by John Maindonald and others.)
</DEL>
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-03-30</title>
<pubDate>Tue, 29 Mar 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/29#n2011-03-30</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/29#n2011-03-30</guid>
<description><![CDATA[<H4>2.13.0 NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘Sweave()’ has options to produce PNG and JPEG figures, and to use a custom function to open a graphics device (see ‘?RweaveLatex’). (Based in part on the contribution of PR#14418.)  </P>
<P>  The default for ‘Sweave()’ is to produce only PDF figures (rather than both EPS and PDF).  </P>
<P>  There are improvements in the way ‘Sweave()’ and ‘Stangle()’ handle non-ASCII vignette sources, especially in a UTF-8 locale: see ‘Writing R Extensions’ which now has a subsection on this topic.</INS>
</P></LI>
</UL>
<H4>2.13.0 BUG FIXES </H4>
<UL>
<LI><P>
Inside ‘uniroot(f, ...)’, ‘-Inf’ function values are now replaced by a
maximally *negative* value.
</P></LI>

<LI><P>
‘rowsum()’ could silently over/underflow on integer inputs (reported by
Bill Dunlap).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-03-29</title>
<pubDate>Mon, 28 Mar 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/28#c2011-03-29</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/28#c2011-03-29</guid>
<description><![CDATA[<H4>2.13.0 NEW FEATURES (Windows)</H4>
<UL>
<LI><P>
‘Rgui’ has a new menu item for the PDF ‘Sweave User Manual’.
</P></LI>

</UL>
<H4>2.13.0 INSTALLATION (Windows)</H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The sources now work with ‘libpng-1.5.1’, ‘ jpegsrc.v8c’ (which are used in the CRAN builds) and ‘tiff-4.0.0beta6’ (CRAN builds use 3.9.1). It is possible that they no longer work with older versions than ‘libpng-1.4.5’.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-03-29</title>
<pubDate>Mon, 28 Mar 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/28#n2011-03-29</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/28#n2011-03-29</guid>
<description><![CDATA[<H4>2.13.0 NEW FEATURES </H4>
<UL>
<LI><P>
‘rstandard.glm’ gains a ‘type’ argument for optional standardized
Pearson residuals
</P></LI>

<LI><P>
The Sweave manual is now included as a vignette in the ‘utils’ package.
</P></LI>

<LI><P>
The ‘gctorture2()’ function provides a more refined interface to the GC
torture process.  Environment variables ‘R_GCTORTURE’,
‘R_GCTORTURE_WAIT’, and ‘R_GCTORTURE_INHIBIT_RELEASE’ can also be used
to control the GC torture process.
</P></LI>

<LI><P>
‘file.copy(from, to)’ no longer regards it as an error to supply a
zero-length ‘from’: it now simply does nothing.
</P></LI>

</UL>
<H4>2.13.0 C-LEVEL FACILITIES </H4>
<UL>
<LI><P>
Compiling R with ‘--enable-strict-barrier’ now also enables additional
checking for use of unprotected objects. In combination with
‘gctorture()’ or ‘gctorture2()’ and a C-level debugger this can be
useful for tracking down memory protection issues.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘pythag’ duplicated the C99 function ‘hypot’.  It is no longer provided, but is used as a substitute for ‘hypot’ in the very unlikely event that the latter is not available.</INS>
</P></LI>
</UL>
<H4>2.13.0 INSTALLATION </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘configure’ looks for support for OpenMP and if found compiles R with appropriate flags and also makes them available for use in packages: see ‘Writing R Extensions’.  </P>
<P>  This is currently experimental, and is only used in R with a single thread for ‘colSums()’ and ‘colMeans()’.  Expect it to be more widely used in later versions of R.  </P>
<P>  This can be disabled by the ‘--disable-openmp’ flag.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-03-28</title>
<pubDate>Sun, 27 Mar 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/27#n2011-03-28</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/27#n2011-03-28</guid>
<description><![CDATA[<H4>2.13.0 INSTALLATION </H4>
<UL>
<LI><P>
‘configure’ looks for support for OpenMP and if found compiles R with
appropriate flags and also makes them available for use in packages:
see ‘Writing R Extensions’.
</P>
<P>
This is currently experimental, and is only used in R with a single
thread for ‘colSums()’ and ‘dist()’.  Expect it to be more widely used
in later versions of R.
</P>
<P>
This can be disabled by the ‘--disable-openmp’ flag.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-03-27</title>
<pubDate>Sat, 26 Mar 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/26#c2011-03-27</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/26#c2011-03-27</guid>
<description><![CDATA[<H4>2.13.0 BUG FIXES (Windows)</H4>
<UL>
<LI><P>
Printing extremely long string values could overflow the stack and
cause the GUI to crash.  (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14543">PR#14543</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-03-27</title>
<pubDate>Sat, 26 Mar 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/26#n2011-03-27</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/26#n2011-03-27</guid>
<description><![CDATA[<H4>2.13.0 NEW FEATURES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘Sweave()’ has options to produce PNG and JPEG figures, and to use a custom function to open a graphics device (see ‘?RweaveLatex’). (Based in part on the contribution of PR#14418.)  </P>
<P>  The default for ‘Sweave()’ is to produce only PDF figures (rather than both EPS and PDF).</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-03-26</title>
<pubDate>Fri, 25 Mar 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/25#n2011-03-26</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/25#n2011-03-26</guid>
<description><![CDATA[<H4>2.13.0 PACKAGE INSTALLATION </H4>
<UL>
<LI><P>
The vignette indices are more comprehensive (in the style of
‘browseVignetttes()’).
</P></LI>

</UL>
<H4>2.13.0 BUG FIXES </H4>
<UL>
<LI><P>
R's internal filename completion now properly handles filenames with
spaces in them even when the readline library is used.  This resolves
<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14452">PR#14452</a> provided the internal filename completion is used (e.g., by
setting ‘rc.settings(files = TRUE)’).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-03-26</title>
<pubDate>Fri, 25 Mar 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/25#c2011-03-26</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/25#c2011-03-26</guid>
<description><![CDATA[<H4>2.13.0 NEW FEATURES (Windows)</H4>
<UL>
<LI><P>
The environment variable ‘R_HOME’ in an R session now uses slash as the
path separator (as it always has when set by ‘Rcmd.exe’).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-03-25</title>
<pubDate>Thu, 24 Mar 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/24#n2011-03-25</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/24#n2011-03-25</guid>
<description><![CDATA[<H4>2.13.0 NEW FEATURES </H4>
<UL>
<LI><P>
‘factanal()’ now returns the rotation matrix if a rotation such as
‘&quot;promax&quot;’ is used, and hence factor correlations are displayed.  (Wish
of <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=12754">PR#12754</a>.)
</P></LI>

<LI><P>
Environment variable ‘SWEAVE_OPTIONS’ can be used to supply defaults
for existing or new options to be applied after the Sweave driver setup
has been run.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘Sweave()’ has options to produce PNG and JPEG figures, and to use a custom function to open a graphics device (see ‘?RweaveLatex’). (Based in part on the contribution of PR#14418.)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-03-24</title>
<pubDate>Wed, 23 Mar 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/23#n2011-03-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/23#n2011-03-24</guid>
<description><![CDATA[<H4>2.13.0 NEW FEATURES </H4>
<UL>
<LI><P>
‘Sweave()’ has options to produce PNG and JPEG figures.  There is also
a temporary option to call a user-defined graphics device.
</P>
<P>
(Based in part on the contribution of <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14418">PR#14418</a>.)
</P></LI>

</UL>
<H4>2.13.0 C-LEVEL FACILITIES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘R_inspect(obj)’ and ‘R_inspect3(obj, deep, pvec)’ are (hidden) C-level entry points to the internal ‘inspect’ function and can be used for C-level debugging (e.g., in conjunction with the ‘p’ command in ‘gdb’).</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-03-23</title>
<pubDate>Tue, 22 Mar 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/22#n2011-03-23</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/22#n2011-03-23</guid>
<description><![CDATA[<H4>2.13.0 C-LEVEL FACILITIES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘R_inspect(obj)’ and ‘R_inspect3(obj, deep, pvec)’ are (hidden) C-level entry points to the internal ‘inspect’ function and can be used for C-level debugging (e.g., in conjunction with ‘p’ command in ‘gdb’).</INS>
</P></LI>
</UL>
<H4>2.13.0 UTILITIES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘R CMD check’ now also checks for filenames that are case-insensitive matches to Windows' reserved file names with extensions, such as ‘nul.Rd’, as these have caused problems on some Windows systems.  </P>
<P>  It checks for inefficiently saved ‘data/*.rda’ and ‘data/*.RData’ files, and reports on those large than 100Kb.  A more complete check (including of the type of compression, but potentially much slower) can be switched on by setting environment variable ‘_R_CHECK_COMPACT_DATA2_’ to ‘TRUE’.  </P>
<P>  The types of files in the ‘data’ directory are now checked, as packages are _still_ misusing it for non-R data files.  </P>
<P>  It now extracts and runs the R code for each vignette in a separate directory and R process: this is done in the package's declared encoding.  Rather than call ‘tools::checkVignettes()’, it calls ‘tool::buildVignettes()’ to see if the vignettes can be re-built as they would be by ‘R CMD build’.  Option ‘--use-valgrind’ now applies only to these runs, and not when running code to rebuild the vignettes. This version does a much better job of suppressing output from successful vignette tests.  </P>
<P>  The ‘00check.log’ file is a more complete record of what is output to ‘stdout’: in particular contains more details of the tests.  </P>
<P>  It now check all syntactically valid Rd usage entries, and warns about assignments (unless these give the usage of replacement functions).  </P>
<P>  ‘.tar.xz’ compressed tarballs are now allowed, if ‘tar’ supports them (and setting environment variable ‘TAR’ to ‘internal’ ensures so on all platforms).</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2011-03-22</title>
<pubDate>Mon, 21 Mar 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/21#n2011-03-22</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/21#n2011-03-22</guid>
<description><![CDATA[<H4>2.13.0 C-LEVEL FACILITIES </H4>
<UL>
<LI><P>
‘inspect(obj)’ and ‘inspect3(obj, deep, pvec)’ are (hidden) C-level
entry points to the internal ‘inspect’ function and can be used for
C-level debugging (e.g., in conjunction with ‘p’ command in ‘gdb’).
</P></LI>

</UL>
<H4>2.13.0 PACKAGE INSTALLATION </H4>
<UL>
<LI><P>
Packages with names ending in ‘.’ are not portable since Windows does
not work correctly with such directory names.  This is now warned about
in ‘R CMD check’, and will not be allowed in R 2.14.x.
</P></LI>

</UL>
<H4>2.13.0 DEPRECATED &amp; DEFUNCT </H4>
<UL>
<LI><P>
Single-character package names are deprecated (and ‘R’ is already
disallowed to avoid confusion in ‘Depends:’ fields).
</P></LI>

</UL>
<H4>2.13.0 BUG FIXES </H4>
<UL>
<LI><P>
The rank-correlation methods for ‘cor()’ and ‘cov()’ with ‘use =
&quot;complete.obs&quot;’ computed the ranks before removing missing values,
whereas the documentation implied incomplete cases were removed first.
(<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14488">PR#14488</a>)
</P>
<P>
They also failed for 1-row matrices.
</P></LI>

<LI><P>
The perpendicular adjustment used in placing text and expressions in
the margins of plots was not scaled by ‘par(&quot;mex&quot;)’. (Part of
<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14532">PR#14532</a>.)
</P></LI>

<LI><P>
Quartz Cocoa device now catches any Cocoa exceptions that occur during
the creation of the device window to prevent crashes.  It also imposes
a limit of 144 ft^2 on the area used by a window to catch user errors
(unit misinterpretation) early.
</P></LI>

<LI><P>
The browser (invoked by ‘debug()’, ‘browser()’ or otherwise) would
display attributes such as ‘&quot;wholeSrcref&quot;’ that were intended for
internal use only.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2011-03-21</title>
<pubDate>Sun, 20 Mar 2011 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/20#n2011-03-21</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-13-branch/2011/03/20#n2011-03-21</guid>
<description><![CDATA[<H4>2.13.0 UTILITIES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">‘R CMD check’ now also checks for filenames that are case-insensitive matches to Windows' reserved file names with extensions, such as ‘nul.Rd’, as these have caused problems on some Windows systems.  </P>
<P>  It checks for inefficiently saved ‘data/*.rda’ and ‘data/*.RData’ files, and reports on those large than 100Kb.  A more complete check (including of the type of compression, but potentially much slower) can be switched on by setting environment variable ‘_R_CHECK_COMPACT_DATA2_’ to ‘TRUE’.  </P>
<P>  The types of files in the ‘data’ directory are now checked, as packages are _still_ misusing it for non-R data files.  </P>
<P>  It now extracts and runs the R code for each vignette in a separate directory and R process. Rather than call ‘tools::checkVignettes()’, it calls ‘tool::buildVignettes()’ to see if the vignettes can be re-built as they would be by ‘R CMD build’.  Option ‘--use-valgrind’ now applies only to these runs, and not when running code to rebuild the vignettes. This version does a much better job of suppressing output from successful vignette tests.  </P>
<P>  The ‘00check.log’ file is a more complete record of what is output to ‘stdout’: in particular contains more details of the tests.  </P>
<P>  It now check all syntactically valid Rd usage entries, and warns about assignments (unless these give the usage of replacement functions).  </P>
<P>  ‘.tar.xz’ compressed tarballs are now allowed, if ‘tar’ supports them (and setting environment variable ‘TAR’ to ‘internal’ does on all platforms).</INS>
</P></LI>
</UL>
<H4>2.13.0 DEPRECATED &amp; DEFUNCT </H4>
<UL>
<LI><P>
‘R CMD build --binary’ is now formally deprecated: ‘R CMD INSTALL
--build’ has long been the preferred alternative.
</P></LI>

</UL>
<H4>2.13.0 BUG FIXES </H4>
<UL>
<LI><P>
‘scan(sep= , strip.white=TRUE)’ sometimes stripped trailing spaces from
within quoted strings.  (The real bug in <a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14522">PR#14522</a>.)
</P></LI>

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