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

<item>
<title>2008-03-25</title>
<pubDate>Mon, 24 Mar 2008 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/03/24#n2008-03-25</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/03/24#n2008-03-25</guid>
<description><![CDATA[<H4>2.6.2 patched BUG FIXES </H4>
<UL>
<LI><P>
bzip2 has been updated to 1.0.5 (security fix).
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-03-10</title>
<pubDate>Sun, 09 Mar 2008 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/03/09#n2008-03-10</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/03/09#n2008-03-10</guid>
<description><![CDATA[<H4>2.6.2 patched BUG FIXES </H4>
<UL>
<LI><P>
source(echo=TRUE) would skip lines consisting entirely of the
 letter t. (PR#10923)
</P>

</UL>
<H4>2.4.0 BUG FIXES </H4>
<UL>
<LI><P>
summary.mlm() incorrectly used accessor functions to fake an
 &quot;lm&quot; object. (PR#9191)
</P>

<LI><P>
prettyNum() was not preserving attributes, despite being
 explicitly documented to. (PR#8695)
</P>

<LI><P>
It was previously undocumented what happened if a graphical
 parameter was passed in both '...' and 'pars' to boxplot()
 and bxp(), and they behaved differently. Now those passed in
 '...' have precedence in both cases.
</P>

<LI><P>
<SPAN TITLE="i=0">Only genuinely empty statements act as 'return' in the  browser, not say those starting with a comment char. (PR#9063)</SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=118">  </P>
<P>   o summary.mlm() incorrectly used accessor functions to fake an  "lm" object. (PR#9191)  </P>
<P>   o prettyNum() was not preserving attributes, despite being  explicitly documented to. (PR#8695)  </P>
<P>   o It was previously undocumented what happened if a graphical  parameter was passed in both '...' and 'pars' to boxplot()  and bxp(), and they behaved differently. Now those passed in  '...' have precedence in both cases.</DEL>
</P>
</UL>
<H4>2.3.0 INTERNATIONALIZATION </H4>
<UL>
<LI><P>
There is support for MBCS charsets in the pictex() graphics
 device, and rotated (by 90 degrees) text may work better.
</P>

<LI><P>
The \u (and \U except on Windows) notation for characters which
 is supported by the parser in all MBCS charsets is now always
 interpreted as a Unicode point, even on platforms which do not
 encode wchar_t in Unicode. These are now a syntax error in
 single-byte locales.
</P>

<LI><P>
<SPAN TITLE="i=0">Wide-character width functions wc[s]width are provided that  overcome problems found with OS-supplied ones (and those  previously used by R on Windows). This means that  double-width CJK characters are now supported on all  platforms. It seems that the width of some characters (and  not just CJK characters) depends on which CJK locale's fonts  are in use and also on the OS.  </P>
<P>   Revised wide-character classification functions are  provided for use on Windows, AIX and MacOS X to replace  deficient OS-supplied ones.</SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=535">  </P>
<P>   o There is support for MBCS charsets in the pictex() graphics  device, and rotated (by 90 degrees) text may work better.  </P>
<P>   o The \u (and \U except on Windows) notation for characters which  is supported by the parser in all MBCS charsets is now always  interpreted as a Unicode point, even on platforms which do not  encode wchar_t in Unicode. These are now a syntax error in  single-byte locales.</DEL>
</P>
</UL>]]></description>  
</item>
   <item>
<title>2008-03-05</title>
<pubDate>Tue, 04 Mar 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/03/04#n2008-03-05</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/03/04#n2008-03-05</guid>
<description><![CDATA[<H4>2.6.2 patched BUG FIXES </H4>
<UL>
<LI><P>
The 'multilib' changes on Linux broke the use of
 sub-architectures without a main architecture.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-02-29</title>
<pubDate>Thu, 28 Feb 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/28#n2008-02-29</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/28#n2008-02-29</guid>
<description><![CDATA[<H4>2.6.2 patched BUG FIXES </H4>
<UL>
<LI><P>
help(topic, offline=TRUE) misbehaved when there were multiple
 matches to 'topic'. (PR#10859)
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-02-28</title>
<pubDate>Wed, 27 Feb 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/27#n2008-02-28</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/27#n2008-02-28</guid>
<description><![CDATA[<H4>2.6.2 patched BUG FIXES </H4>
<UL>
<LI><P>
kappa(m, exact=TRUE) no longer wrongly uses 'exact=FALSE' when m
 is an 'lm' or 'qr' object because the kappa.tri(x, exact=TRUE)
 now works correctly.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-02-19</title>
<pubDate>Mon, 18 Feb 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/18#n2008-02-19</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/18#n2008-02-19</guid>
<description><![CDATA[<H4>2.6.2 patched BUG FIXES </H4>
<UL>
<LI><P>
Checking examples which used grid (e.g. via lattice) without
 attaching grid no longer give errors from grid_plot_hook().
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-02-15</title>
<pubDate>Thu, 14 Feb 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/14#n2008-02-15</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/14#n2008-02-15</guid>
<description><![CDATA[<H4>2.6.2 patched BUG FIXES </H4>
<UL>
<LI><P>
libtool has been updated to version 1.5.26, which avoids
 many spurious configure warnings on Darwin/Mac OS X.
</P>

<LI><P>
l10n_info() now recognizes how Darwin/Mac OS X reports
 Latin-1 locales (as charset ISO8859-1 rather than ISO-8859-1).
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-02-14</title>
<pubDate>Wed, 13 Feb 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/13#c2008-02-14</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/13#c2008-02-14</guid>
<description><![CDATA[<H4>2.6.2 patched INSTALLER (Windows)</H4>
<UL>
<LI><P>
The installer now uses version-specific identifiers so that
 multiple versions of R can be installed and uninstalled
 separately. (PR#10746)
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-02-14</title>
<pubDate>Wed, 13 Feb 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/13#n2008-02-14</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/13#n2008-02-14</guid>
<description><![CDATA[<H4>2.6.2 patched BUG FIXES </H4>
<UL>
<LI><P>
Creating a new page on an X11() device (by plot.new() or
 grid.newpage()) did not flush out the XClearWindow call, so
 the X11 window might not be refreshed immediately.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-02-11</title>
<pubDate>Sun, 10 Feb 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/10#n2008-02-11</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/10#n2008-02-11</guid>
<description><![CDATA[<H4>2.6.2 patched BUG FIXES </H4>
<UL>
<LI><P>
Using the X11 data editor (e.g. via edit(), fix() or View())
 could crash if the 'End' key was used and all the columns
 would have fitted into the window.
</P>

<LI><P>
<SPAN TITLE="i=0">unlink(..., recursive=TRUE) no longer crashes </SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=46">on some platforms  </INS><SPAN TITLE="i=65">if a directory </SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=80"> </DEL><SPAN TITLE="i=80">cannot be opened.</SPAN>
</P>
</UL>]]></description>  
</item>
   <item>
<title>2008-02-10</title>
<pubDate>Sat, 09 Feb 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/09#n2008-02-10</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/09#n2008-02-10</guid>
<description><![CDATA[<H4>2.6.2 patched BUG FIXES </H4>
<UL>
<LI><P>
Loading in 2.6.2 a saved workspace could give an unimportant
 warning in a non-UTF-8 multibyte locale (in particular a CJK
 locale on Windows) which is now suppressed.
</P>

<LI><P>
print() methods are more consistent in returning the original
 argument invisibly.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-02-09</title>
<pubDate>Fri, 08 Feb 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/08#n2008-02-09</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/08#n2008-02-09</guid>
<description><![CDATA[<H4>2.6.2 patched BUG FIXES </H4>
<UL>
<LI><P>
src/extra/pcre has been updated to PCRE 7.6 (bugfix release).
</P>

<LI><P>
unlink(..., recursive=TRUE) no longer crashes if a directory
 cannot be opened.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-02-08</title>
<pubDate>Thu, 07 Feb 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/07#n2008-02-08</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/07#n2008-02-08</guid>
<description><![CDATA[<H4>2.6.2 BUG FIXES </H4>
<UL>
<LI><P>
Anonymous fifos were broken (again).
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-02-07</title>
<pubDate>Wed, 06 Feb 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/06#n2008-02-07</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/06#n2008-02-07</guid>
<description><![CDATA[<H4>2.6.2 BUG FIXES </H4>
<UL>
<LI><P>
print.htest() lost output when used within sink(file, split=TRUE).
</P>

<LI><P>
Setting par(col.main=) also set par(&quot;col&quot;) to the same colour.
</P>

<LI><P>
<SPAN TITLE="i=0">strptime</SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=8">()</INS><SPAN TITLE="i=10"> crashed under certain locales on Mac OS X.</SPAN>
</P>
<LI><P>
<SPAN TITLE="i=0">gregexpr</SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=8">()</INS><SPAN TITLE="i=10"> no longer segfaults when "" is given as the search  pattern. Thanks to Hervé Pagès for the bug report.</SPAN>
</P>
</UL>
<H4>2.6.0 NEW FEATURES </H4>
<UL>
<LI><P>
<SPAN TITLE="i=0">as.complex(), as.double(), as.integer(), as.logical() and  as.raw() are now primitive and internally generic for  efficiency. They no longer dispatch on S3 methods for  as.vector() (which was never documented). as.real() and  as.numeric() remain as alternative names for as.double().  </P>
<P>   expm1(), log(), log1p(), log2(), log10(), gamma(), lgamma(),  digamma() and trigamma() are now primitive. (Note that logb()  is not.)  </P>
<P>   The Math2 and Summary groups (round, signif, all, any, max, min,  sum</SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=529">m</DEL><SPAN TITLE="i=529">, prod, range) are now primitive.  </P>
<P>   See under METHODS PACKAGE below for some cons</SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=629">e</INS><SPAN TITLE="i=630">quences for S4 methods.</SPAN>
</P>
</UL>]]></description>  
</item>
   <item>
<title>2008-02-05</title>
<pubDate>Mon, 04 Feb 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/04#n2008-02-05</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/04#n2008-02-05</guid>
<description><![CDATA[<H4>2.6.2 BUG FIXES </H4>
<UL>
<LI><P>
matplot(x, *) with default 'pch' did not plot columns from column
 number 37 on (because the default pch was NA for those). (PR#10676)
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-02-04</title>
<pubDate>Sun, 03 Feb 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/03#n2008-02-04</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/02/03#n2008-02-04</guid>
<description><![CDATA[<H4>2.6.2 BUG FIXES </H4>
<UL>
<LI><P>
gregexpr no longer segfaults when &quot;&quot; is given as the search
pattern. Thanks to Hervé Pagès for the bug report.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-02-01</title>
<pubDate>Thu, 31 Jan 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/31#n2008-02-01</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/31#n2008-02-01</guid>
<description><![CDATA[<H4>2.6.2 BUG FIXES </H4>
<UL>
<LI><P>
strptime crashed under certain locales on Mac OS X.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-01-31</title>
<pubDate>Wed, 30 Jan 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/30#c2008-01-31</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/30#c2008-01-31</guid>
<description><![CDATA[<H4>2.6.2 NEW FEATUES (Windows)</H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
win.version() and Sys.info() know about recent and upcoming
 Windows versions, including if they are running on a 64-bit
 platform.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The listbox used by select.list() now responds to
 double-clicking an item (as if the item had been selected and
 then the OK button pressed).
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The header iconv.h is now installed, and can be used by
 packages in conjunction with PKG_LIBS=-liconv .
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The value of &quot;default&quot; for the postscript() 'paper' argument for
 savePlot() and the windows() graphics device menus is now
 interpreted as &quot;special&quot; (rather than &quot;a4&quot; or &quot;letter&quot;): it
 can still be overridden by setting ps.options(). (This changes
 the default output to be most suitable for inclusion in other
 documents rather than to produce a page for printing.)
</DEL>
</P>

</UL>
<H4>2.6.2 NEW FEATURES (Windows)</H4>
<UL>
<LI><P>
win.version() and Sys.info() know about recent and upcoming
 Windows versions, including if they are running on a 64-bit
 platform.
</P>

<LI><P>
The listbox used by select.list() now responds to
 double-clicking an item (as if the item had been selected and
 then the OK button pressed).
</P>

<LI><P>
The header iconv.h is now installed, and can be used by
 packages in conjunction with PKG_LIBS=-liconv .
</P>

<LI><P>
The value of &quot;default&quot; for the postscript() 'paper' argument for
 savePlot() and the windows() graphics device menus is now
 interpreted as &quot;special&quot; (rather than &quot;a4&quot; or &quot;letter&quot;): it
 can still be overridden by setting ps.options(). (This changes
 the default output to be most suitable for inclusion in other
 documents rather than to produce a page for printing.)
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-01-30</title>
<pubDate>Tue, 29 Jan 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/29#n2008-01-30</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/29#n2008-01-30</guid>
<description><![CDATA[<H4>2.6.2 BUG FIXES </H4>
<UL>
<LI><P>
hist.POSIXt(*, xaxt = &quot;n&quot;) no longer suppresses the y-axis.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-01-29</title>
<pubDate>Mon, 28 Jan 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/28#n2008-01-29</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/28#n2008-01-29</guid>
<description><![CDATA[<H4>2.6.2 BUG FIXES </H4>
<UL>
<LI><P>
split(x, g) always returns a list as documented. (It used to
 return NULL for a zero-length 'x'.)
</P>

<LI><P>
tapply(x, g, ...) misbehaved if the args were of zero length.
 (PR#10644)
</P>

<LI><P>
<SPAN TITLE="i=0">isoreg(x,</SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=9"> </INS><SPAN TITLE="i=10">y) no longer segfaults when y has NAs.</SPAN>
</P>
</UL>]]></description>  
</item>
   <item>
<title>2008-01-28</title>
<pubDate>Sun, 27 Jan 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/27#c2008-01-28</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/27#c2008-01-28</guid>
<description><![CDATA[<H4>2.6.2 BUG FIXES (Windows)</H4>
<UL>
<LI><P>
Double clicking on a saved workspace (or dragging and dropping it
 onto Rgui.exe) failed to open it if the Rprofile or Rprofile.site file
 changed the working directory.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-01-27</title>
<pubDate>Sat, 26 Jan 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/26#n2008-01-27</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/26#n2008-01-27</guid>
<description><![CDATA[<H4>2.6.2 BUG FIXES </H4>
<UL>
<LI><P>
isoreg(x,y) no longer segfaults when y has NAs.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-01-26</title>
<pubDate>Fri, 25 Jan 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/25#n2008-01-26</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/25#n2008-01-26</guid>
<description><![CDATA[<H4>2.6.2 NEW FEATURES </H4>
<UL>
<LI><P>
On Linux, parallel 32/64-bit installations are supported using
 multilib.
</P>

</UL>
<H4>2.6.2 BUG FIXES </H4>
<UL>
<LI><P>
Memory allocations used in format() and in an internal utility
 function could be off by one byte. (PR#10635)
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-01-24</title>
<pubDate>Wed, 23 Jan 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/23#n2008-01-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/23#n2008-01-24</guid>
<description><![CDATA[<H4>2.6.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
colnames(DF) is now also fast for large dataframes DF with
 automatic row.names. Note that the correct usage is
 names(DF). (PR#10470)
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
tools::texi2dvi() works around the failure of 'texi2dvi --quiet' 
 to be quiet in texinfo 4.11.
</DEL>
</P>

</UL>
<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
A compilation problem on one system where glob was not found
 has been corrected. (PR#10468)
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The &quot;profile.nls&quot; method of plot() was losing the x axis labels.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
array() computed the total number of entries in the array before
 coercing the dimensions to integer. (Reported by Allen McIntosh.)
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
persp() misreported errors in the y parameter. (Reported by Allen
 McIntosh.)
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
source(&quot;clipboard&quot;, echo=TRUE) and file(&quot;clipboard&quot;, open=&quot;rt&quot;)
 gave spurious errors. (Reported by Fernando Saldanha.)
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
attributes&lt;-() stripped any existing attributes before checking
 that all elements of the right-hand side had names.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
rbinom(n, size, *) gave NaN when 'size &gt; .Machine$integer.max'.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
print.summary.lm() is now consistent in the capitalization of
 &quot;R-squared&quot;.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
confint() misreported on some rank-deficient lm() models.
 (PR#10496) This could also occur in the default method.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
\code{\var{&lt;name&gt;}} was not rendered correctly to latex in Rd
 files for non-alphabetic arguments &lt;name&gt;.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
In 2.6.1, curve(*, add=TRUE) used a wrong default 'xlim' when x
 coordinates were logged.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The Java-based search in help.start() now only requires a
 JVM &gt;= 1.4 (2.6.1 accidentally required &gt;= 1.5).
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The default method for range() was omitting 'na.rm' for
 non-numeric objects such as those of class &quot;Date&quot;. (PR#10508)
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
cut(x, breaks=&lt;n&gt;) misbehaved on a constant vector of negative
 values.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
bxp(), the plotting engine of boxplot(), no longer plots staple
 ticks multiple times. (PR#10499)
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The automatic detection of the domain for message translation
 was not working correctly for messages in message(), warning()
 and stop() in packages other than 'base'.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The profile.nls() function misbehaved when encountering
 non-convergence of the &quot;port&quot; algorithm.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Under certain rare circumstances in R 2.6.x, log(), round()
 and trunc() could alter their arguments in the caller. This
 involved passing of empty '...' arguments, and was spotted
 when using apply(x, 2, log).
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
par() no longer warns unnecessarily when asked to set new=FALSE
 on an unused graphics device.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
plot.formula() was not passing on '...' when used with a
 one-sided formula.
</P>
<P>
 plot.formula() was not accepting expressions for annotations
 passed to title(). (PR#10525)
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
pchisq(x, df=0, ncp=L) now returns the correct limit exp(-L/2) for
 x=0 and is no longer returning NaN for x &gt; 0, L &lt; 80. (PR#10551)
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Non-ASCII characters were only working correctly in Hershey
 fonts if these were specified by the 'vfont' argument to
 text() and not if specified as a font family.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
There were several errors in Hershey$allowed, but the help
 page listed the allowed combinations correctly.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
text() no longer attempts to use 'vfont' with an expression
 for 'labels' (it was documented not to work).
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
fisher.test(simulate.p.value = TRUE) gave incorrect answers
 in some extremely degenerate problems. (PR#10558)
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
src/extra/pcre has been updated to PCRE 7.5 (bugfix release).
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
capture.output() completes an incomplete final line of
 output when file = NULL. (PR#10534)
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
capture.output() now returns invisibly if output is written to
 a file/connection.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
format.AsIs() did not remove the &quot;AsIs&quot; class and so could go
 into an infinite loop.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
summary.mlm() lost the names of the coefficients when there
 was only one.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Rdconv was not marking examples files with an encoding if
 this was known from the package's DESCRIPTION file.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
readChar() from a raw vector was reading a number of bytes,
 not characters.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
slotNames() was erroneously treating classes that extend
 &quot;character&quot; as strings.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
R no longer ignores SIGPIPE signals even in processes launched
 by system(). Instead PR#1959 is handled by a simple error
 handler which will give an error message in circumstances
 where none was given before.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The AIC() S4 generic in package stats4 no longer disables
 dispatch of S3 methods for AIC().
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The conflicts check in library() excluded all S4 generics, even
 where they were unrelated to the function masked. It is now
 more selective (although still too generous to S4 generics).
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
proc.time() was missing a protect and could misbehave if
 provoked by gctorture(). (PR#10600)
</DEL>
</P>

</UL>
<H4>2.6.2 NEW FEATURES </H4>
<UL>
<LI><P>
colnames(DF) is now also fast for large dataframes DF with
 automatic row.names. Note that the correct usage is
 names(DF). (PR#10470)
</P>

<LI><P>
tools::texi2dvi() works around the failure of 'texi2dvi --quiet' 
 to be quiet in texinfo 4.11.
</P>

</UL>
<H4>2.6.2 BUG FIXES </H4>
<UL>
<LI><P>
A compilation problem on one system where glob was not found
 has been corrected. (PR#10468)
</P>

<LI><P>
The &quot;profile.nls&quot; method of plot() was losing the x axis labels.
</P>

<LI><P>
array() computed the total number of entries in the array before
 coercing the dimensions to integer. (Reported by Allen McIntosh.)
</P>

<LI><P>
persp() misreported errors in the y parameter. (Reported by Allen
 McIntosh.)
</P>

<LI><P>
source(&quot;clipboard&quot;, echo=TRUE) and file(&quot;clipboard&quot;, open=&quot;rt&quot;)
 gave spurious errors. (Reported by Fernando Saldanha.)
</P>

<LI><P>
attributes&lt;-() stripped any existing attributes before checking
 that all elements of the right-hand side had names.
</P>

<LI><P>
rbinom(n, size, *) gave NaN when 'size &gt; .Machine$integer.max'.
</P>

<LI><P>
print.summary.lm() is now consistent in the capitalization of
 &quot;R-squared&quot;.
</P>

<LI><P>
confint() misreported on some rank-deficient lm() models.
 (PR#10496) This could also occur in the default method.
</P>

<LI><P>
\code{\var{&lt;name&gt;}} was not rendered correctly to latex in Rd
 files for non-alphabetic arguments &lt;name&gt;.
</P>

<LI><P>
In 2.6.1, curve(*, add=TRUE) used a wrong default 'xlim' when x
 coordinates were logged.
</P>

<LI><P>
The Java-based search in help.start() now only requires a
 JVM &gt;= 1.4 (2.6.1 accidentally required &gt;= 1.5).
</P>

<LI><P>
The default method for range() was omitting 'na.rm' for
 non-numeric objects such as those of class &quot;Date&quot;. (PR#10508)
</P>

<LI><P>
cut(x, breaks=&lt;n&gt;) misbehaved on a constant vector of negative
 values.
</P>

<LI><P>
bxp(), the plotting engine of boxplot(), no longer plots staple
 ticks multiple times. (PR#10499)
</P>

<LI><P>
The automatic detection of the domain for message translation
 was not working correctly for messages in message(), warning()
 and stop() in packages other than 'base'.
</P>

<LI><P>
The profile.nls() function misbehaved when encountering
 non-convergence of the &quot;port&quot; algorithm.
</P>

<LI><P>
Under certain rare circumstances in R 2.6.x, log(), round()
 and trunc() could alter their arguments in the caller. This
 involved passing of empty '...' arguments, and was spotted
 when using apply(x, 2, log).
</P>

<LI><P>
par() no longer warns unnecessarily when asked to set new=FALSE
 on an unused graphics device.
</P>

<LI><P>
plot.formula() was not passing on '...' when used with a
 one-sided formula.
</P>
<P>
 plot.formula() was not accepting expressions for annotations
 passed to title(). (PR#10525)
</P>

<LI><P>
pchisq(x, df=0, ncp=L) now returns the correct limit exp(-L/2) for
 x=0 and is no longer returning NaN for x &gt; 0, L &lt; 80. (PR#10551)
</P>

<LI><P>
Non-ASCII characters were only working correctly in Hershey
 fonts if these were specified by the 'vfont' argument to
 text() and not if specified as a font family.
</P>

<LI><P>
There were several errors in Hershey$allowed, but the help
 page listed the allowed combinations correctly.
</P>

<LI><P>
text() no longer attempts to use 'vfont' with an expression
 for 'labels' (it was documented not to work).
</P>

<LI><P>
fisher.test(simulate.p.value = TRUE) gave incorrect answers
 in some extremely degenerate problems. (PR#10558)
</P>

<LI><P>
src/extra/pcre has been updated to PCRE 7.5 (bugfix release).
</P>

<LI><P>
capture.output() completes an incomplete final line of
 output when file = NULL. (PR#10534)
</P>

<LI><P>
capture.output() now returns invisibly if output is written to
 a file/connection.
</P>

<LI><P>
format.AsIs() did not remove the &quot;AsIs&quot; class and so could go
 into an infinite loop.
</P>

<LI><P>
summary.mlm() lost the names of the coefficients when there
 was only one.
</P>

<LI><P>
Rdconv was not marking examples files with an encoding if
 this was known from the package's DESCRIPTION file.
</P>

<LI><P>
readChar() from a raw vector was reading a number of bytes,
 not characters.
</P>

<LI><P>
slotNames() was erroneously treating classes that extend
 &quot;character&quot; as strings.
</P>

<LI><P>
R no longer ignores SIGPIPE signals even in processes launched
 by system(). Instead PR#1959 is handled by a simple error
 handler which will give an error message in circumstances
 where none was given before.
</P>

<LI><P>
The AIC() S4 generic in package stats4 no longer disables
 dispatch of S3 methods for AIC().
</P>

<LI><P>
The conflicts check in library() excluded all S4 generics, even
 where they were unrelated to the function masked. It is now
 more selective (although still too generous to S4 generics).
</P>

<LI><P>
proc.time() was missing a protect and could misbehave if
 provoked by gctorture(). (PR#10600)
</P>

<LI><P>
The cut() and hist() methods for dates and datetimes are now
 more accurate for intervals of &quot;months&quot; and &quot;years&quot;, thanks to
 Marc Schwarz.
</P>

<LI><P>
url()/download.file() could segfault if the HTTP interaction
 involved a redirect to an address starting with '/' on the
 same server.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-01-24</title>
<pubDate>Wed, 23 Jan 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/23#c2008-01-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/23#c2008-01-24</guid>
<description><![CDATA[<H4>2.6.1 patched WORKAROUNDS (Windows)</H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
We set some environment variables to work around hangs in Rgui
 when packages (e.g. tseries) use Fortran WRITE calls. The
 Fortran output will be written to a file named 'fort.6' in the
 working directory.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Browsing for a directory in choose.dir() and the Rgui
 'Change Dir...' menu item now works around Vista's confusion
 about 'desktop' by starting at 'Computer' on Vista/Server 2008.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The shortcuts created by the installer now start R in the user's
 personal folder (typically 'My Documents' or 'Documents').
</DEL>
</P>

</UL>
<H4>2.6.1 patched NEW FEATUES (Windows)</H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
win.version() and Sys.info() know about recent and upcoming
 Windows versions, including if they are running on a 64-bit
 platform.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The listbox used by select.list() now responds to
 double-clicking an item (as if the item had been selected and
 then the OK button pressed).
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The header iconv.h is now installed, and can be used by
 packages in conjunction with PKG_LIBS=-liconv .
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The value of &quot;default&quot; for the postscript() 'paper' argument for
 savePlot() and the windows() graphics device menus is now
 interpreted as &quot;special&quot; (rather than &quot;a4&quot; or &quot;letter&quot;): it
 can still be overridden by setting ps.options(). (This changes
 the default output to be most suitable for inclusion in other
 documents rather than to produce a page for printing.)
</DEL>
</P>

</UL>
<H4>2.6.1 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
If a graphics window was opened in MDI mode while the console
 was zoomed, it would not be initialized properly.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The graphics window placement parameters on the GUI preferences
 dialog were being ignored.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The text field in a drop-down list (as used in GUI preferences
 for fonts) will now scroll horizontally when a user enters
 text that exceeds the display width.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
If Rterm is invoked as 'R', the status code (as passed to q())
 is now returned (rather than 0 or 1).
</DEL>
</P>

</UL>
<H4>2.6.1 patched OTHERS (Windows)</H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
The MSVC run-time (used by MinGW) has a global variable to
 determine whether files default to text or binary mode. R now
 overrides this setting so that files are always read in text
 mode by default: this is relevant to embedded uses of R.
</DEL>
</P>

</UL>
<H4>2.6.2 WORKAROUNDS (Windows)</H4>
<UL>
<LI><P>
We set some environment variables to work around hangs in Rgui
 when packages (e.g. tseries) use Fortran WRITE calls. The
 Fortran output will be written to a file named 'fort.6' in the
 working directory.
</P>

<LI><P>
Browsing for a directory in choose.dir() and the Rgui
 'Change Dir...' menu item now works around Vista's confusion
 about 'desktop' by starting at 'Computer' on Vista/Server 2008.
</P>

<LI><P>
The shortcuts created by the installer now start R in the user's
 personal folder (typically 'My Documents' or 'Documents').
</P>

</UL>
<H4>2.6.2 NEW FEATUES (Windows)</H4>
<UL>
<LI><P>
win.version() and Sys.info() know about recent and upcoming
 Windows versions, including if they are running on a 64-bit
 platform.
</P>

<LI><P>
The listbox used by select.list() now responds to
 double-clicking an item (as if the item had been selected and
 then the OK button pressed).
</P>

<LI><P>
The header iconv.h is now installed, and can be used by
 packages in conjunction with PKG_LIBS=-liconv .
</P>

<LI><P>
The value of &quot;default&quot; for the postscript() 'paper' argument for
 savePlot() and the windows() graphics device menus is now
 interpreted as &quot;special&quot; (rather than &quot;a4&quot; or &quot;letter&quot;): it
 can still be overridden by setting ps.options(). (This changes
 the default output to be most suitable for inclusion in other
 documents rather than to produce a page for printing.)
</P>

</UL>
<H4>2.6.2 BUG FIXES (Windows)</H4>
<UL>
<LI><P>
If a graphics window was opened in MDI mode while the console
 was zoomed, it would not be initialized properly.
</P>

<LI><P>
The graphics window placement parameters on the GUI preferences
 dialog were being ignored.
</P>

<LI><P>
The text field in a drop-down list (as used in GUI preferences
 for fonts) will now scroll horizontally when a user enters
 text that exceeds the display width.
</P>

<LI><P>
If Rterm is invoked as 'R', the status code (as passed to q())
 is now returned (rather than 0 or 1).
</P>

</UL>
<H4>2.6.2 OTHERS (Windows)</H4>
<UL>
<LI><P>
The MSVC run-time (used by MinGW) has a global variable to
 determine whether files default to text or binary mode. R now
 overrides this setting so that files are always read in text
 mode by default: this is relevant to embedded uses of R.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-01-23</title>
<pubDate>Tue, 22 Jan 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/22#c2008-01-23</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/22#c2008-01-23</guid>
<description><![CDATA[<H4>2.6.1 patched OTHERS (Windows)</H4>
<UL>
<LI><P>
The MSVC run-time (used by MinGW) has a global variable to
 determine whether files default to text or binary mode. R now
 overrides this setting so that files are always read in text
 mode by default: this is relevant to embedded uses of R.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-01-23</title>
<pubDate>Tue, 22 Jan 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/22#n2008-01-23</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/22#n2008-01-23</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
proc.time() was missing a protect and could misbehave if
 provoked by gctorture(). (PR#10600)
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-01-22</title>
<pubDate>Mon, 21 Jan 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/21#c2008-01-22</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/21#c2008-01-22</guid>
<description><![CDATA[<H4>2.6.1 patched NEW FEATUES (Windows)</H4>
<UL>
<LI><P>
win.version() and Sys.info() know about recent and upcoming
 Windows versions, including if they are running on a 64-bit
 platform.
</P>

<LI><P>
The listbox used by select.list() now responds to
 double-clicking an item (as if the item had been selected and
 then the OK button pressed).
</P>

<LI><P>
The header iconv.h is now installed, and can be used by
 packages in conjunction with PKG_LIBS=-liconv .
</P>

<LI><P>
The value of &quot;default&quot; for the postscript() 'paper' argument for
 savePlot() and the windows() graphics device menus is now
 interpreted as &quot;special&quot; (rather than &quot;a4&quot; or &quot;letter&quot;): it
 can still be overridden by setting ps.options(). (This changes
 the default output to be most suitable for inclusion in other
 documents rather than to produce a page for printing.)
</P>

</UL>
<H4>2.6.1 patched WORKAROUNDS (Windows)</H4>
<UL>
<LI><P>
The shortcuts created by the installer now start R in the user's
 personal folder (typically 'My Documents' or 'Documents').
</P>

</UL>
<H4>2.6.1 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
If Rterm is invoked as 'R', the status code (as passed to q())
 is now returned (rather than 0 or 1).
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-01-22</title>
<pubDate>Mon, 21 Jan 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/21#n2008-01-22</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/21#n2008-01-22</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
capture.output() completes an incomplete final line of
 output when file = NULL. (PR#10534)
</P>

<LI><P>
capture.output() now returns invisibly if output is written to
 a file/connection.
</P>

<LI><P>
format.AsIs() did not remove the &quot;AsIs&quot; class and so could go
 into an infinite loop.
</P>

<LI><P>
summary.mlm() lost the names of the coefficients when there
 was only one.
</P>

<LI><P>
Rdconv was not marking examples files with an encoding if
 this was known from the package's DESCRIPTION file.
</P>

<LI><P>
readChar() from a raw vector was reading a number of bytes,
 not characters.
</P>

<LI><P>
slotNames() was erroneously treating classes that extend
 &quot;character&quot; as strings.
</P>

<LI><P>
R no longer ignores SIGPIPE signals even in processes launched
 by system(). Instead PR#1959 is handled by a simple error
 handler which will give an error message in circumstances
 where none was given before.
</P>

<LI><P>
The AIC() S4 generic in package stats4 no longer disables
 dispatch of S3 methods for AIC().
</P>

<LI><P>
The conflicts check in library() excluded all S4 generics, even
 where they were unrelated to the function masked. It is now
 more selective (although still too generous to S4 generics).
</P>

<LI><P>
<SPAN TITLE="i=0">\code{\var{&lt;name&gt;}} was not rendered correctly to latex in Rd </SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=62"> </INS><SPAN TITLE="i=63">files </SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=69"> </DEL><SPAN TITLE="i=69">for non-alphabetic arguments &lt;name&gt;.</SPAN>
</P>
<LI><P>
<SPAN TITLE="i=0">The default method for range() was omitting </SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=44">'</INS><SPAN TITLE="i=45">na.rm</SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=50">'</INS><SPAN TITLE="i=51"> for  non-numeric objects such as those of class "Date". (PR#10508)</SPAN>
</P>
<LI><P>
<SPAN TITLE="i=0">The automatic detection of the domain for message translation  was not working correctly for messages in message(), warning()  and stop() in packages other</SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=155">s</DEL><SPAN TITLE="i=155"> than 'base'.</SPAN>
</P>
<LI><P>
<SPAN TITLE="i=0">plot.formula() was not passing </SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=31">on </INS><SPAN TITLE="i=34">'...' </SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=40">on </DEL><SPAN TITLE="i=40">when used with a  one-sided formula.  </P>
<P>   plot.formula() was not accepting expressions for annotations  passed to title(). (PR#10525)</SPAN>
</P>
</UL>]]></description>  
</item>
   <item>
<title>2008-01-19</title>
<pubDate>Fri, 18 Jan 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/18#n2008-01-19</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/18#n2008-01-19</guid>
<description><![CDATA[<H4>2.6.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
tools::texi2dvi() works around the failure of 'texi2dvi --quiet' 
 to be quiet in texinfo 4.11.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-01-14</title>
<pubDate>Sun, 13 Jan 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/13#c2008-01-14</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/13#c2008-01-14</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
The text field in a drop-down list (as used in GUI preferences
 for fonts) will now scroll horizontally when a user enters
 text that exceeds the display width.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-01-13</title>
<pubDate>Sat, 12 Jan 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/12#n2008-01-13</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/12#n2008-01-13</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
src/extra/pcre has been updated to PCRE 7.5 (bugfix release).
</P>

</UL>
<H4>2.6.1 BUG FIXES </H4>
<UL>
<LI><P>
<SPAN TITLE="i=0">As Mac OS X 10.5.</SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=17">0</DEL><INS STYLE="background:#E6FFE6;" TITLE="i=17">x</INS><SPAN TITLE="i=18"> comes with incompatible /bin/sh shell, we  force SHELL=/bin/bash (which is ok) in that case. [Only for  2.6.x: another solution is used in 2.7.0.]</SPAN>
</P>
<LI><P>
<SPAN TITLE="i=0">Keyboard events in getGraphicsEvent() could cause stack  imbalance errors</SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=73">.</INS><SPAN TITLE="i=74"> (PR#10453)</SPAN>
</P>
</UL>]]></description>  
</item>
   <item>
<title>2008-01-13</title>
<pubDate>Sat, 12 Jan 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/12#c2008-01-13</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/12#c2008-01-13</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
The graphics window placement parameters on the GUI preferences
 dialog were being ignored.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-01-12</title>
<pubDate>Fri, 11 Jan 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/11#n2008-01-12</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/11#n2008-01-12</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
fisher.test(simulate.p.value = TRUE) gave incorrect answers
 in some extremely degenerate problems. (PR#10558)
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-01-10</title>
<pubDate>Wed, 09 Jan 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/09#n2008-01-10</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/09#n2008-01-10</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
Non-ASCII characters were only working correctly in Hershey
 fonts if these were specified by the 'vfont' argument to
 text() and not if specified as a font family.
</P>

<LI><P>
There were several errors in Hershey$allowed, but the help
 page listed the allowed combinations correctly.
</P>

<LI><P>
text() no longer attempts to use 'vfont' with an expression
 for 'labels' (it was documented not to work).
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-01-09</title>
<pubDate>Tue, 08 Jan 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/08#c2008-01-09</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/08#c2008-01-09</guid>
<description><![CDATA[<H4>2.6.1 patched WORKAROUNDS (Windows)</H4>
<UL>
<LI><P>
<SPAN TITLE="i=0">Browsing for a directory in choose.dir() and the Rgui  </SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=55"> </DEL><SPAN TITLE="i=55">'Change Dir...' menu item now works around Vista's confusion  about 'desktop' by starting at '</SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=149">My </DEL><SPAN TITLE="i=149">Computer'</SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=158"> on Vista/Server 2008</INS><SPAN TITLE="i=179">.</SPAN>
</P>
</UL>]]></description>  
</item>
   <item>
<title>2008-01-08</title>
<pubDate>Mon, 07 Jan 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/07#n2008-01-08</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/07#n2008-01-08</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
pchisq(x, df=0, ncp=L) now returns the correct limit exp(-L/2) for
 x=0 and is no longer returning NaN for x &gt; 0, L &lt; 80. (PR#10551)
</P>

</UL>]]></description>  
</item>
   <item>
<title>2008-01-06</title>
<pubDate>Sat, 05 Jan 2008 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/05#c2008-01-06</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2008/01/05#c2008-01-06</guid>
<description><![CDATA[<H4>2.6.1 patched WORKAROUNDS (Windows)</H4>
<UL>
<LI><P>
Browsing for a directory in choose.dir() and the Rgui 
 'Change Dir...' menu item now works around Vista's confusion
 about 'desktop' by starting at 'My Computer'.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-12-29</title>
<pubDate>Fri, 28 Dec 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/28#n2007-12-29</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/28#n2007-12-29</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
par() no longer warns unnecessarily when asked to set new=FALSE
 on an unused graphics device.
</P>

<LI><P>
plot.formula() was not passing '...' on when used with a
 one-sided formula.
</P>
<P>
 plot.formula() was not accepting expressions for annotations
 passed to title(). (PR#10525)
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-12-24</title>
<pubDate>Sun, 23 Dec 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/23#n2007-12-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/23#n2007-12-24</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
Under certain rare circumstances in R 2.6.x, log(), round()
 and trunc() could alter their arguments in the caller. This
 involved passing of empty '...' arguments, and was spotted
 when using apply(x, 2, log).
</P>

<LI><P>
<SPAN TITLE="i=0">The profile.nls() function misbehaved when encountering  non-convergence of the "port" algorithm.</SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=97">  </P>
<P>   o Under certain rare circumstances in R 2.6.x, log(), round()  and trunc() could alter their arguments in the caller. This  involved passing of empty '...' arguments, and was spotted  when using apply(x, 2, log).</DEL>
</P>
</UL>]]></description>  
</item>
   <item>
<title>2007-12-23</title>
<pubDate>Sat, 22 Dec 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/22#n2007-12-23</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/22#n2007-12-23</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
<SPAN TITLE="i=0">bxp()</SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=5"> {</DEL><INS STYLE="background:#E6FFE6;" TITLE="i=5">, </INS><SPAN TITLE="i=7">the plotting engine of boxplot()</SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=39">}</DEL><INS STYLE="background:#E6FFE6;" TITLE="i=39">,</INS><SPAN TITLE="i=40"> no longer plots staple </SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=64"> </INS><SPAN TITLE="i=65">ticks </SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=71"> </DEL><SPAN TITLE="i=71">multiple times. (PR#10499)</SPAN>
</P>
<LI><P>
<SPAN TITLE="i=0">The profile.nls</SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=15">()</INS><SPAN TITLE="i=17"> function misbehaved when encountering  non-convergence of the "port" algorithm.</SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=97">  </P>
<P>   o Under certain rare circumstances in R 2.6.x, log(), round()  and trunc() could alter their arguments in the caller. This  involved passing of empty '...' arguments, and was spotted  when using apply(x, 2, log).</INS>
</P>
</UL>]]></description>  
</item>
   <item>
<title>2007-12-19</title>
<pubDate>Tue, 18 Dec 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/18#n2007-12-19</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/18#n2007-12-19</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
by() fails for 1-column matrices and dataframes. (PR#10505)
</DEL>
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-12-17</title>
<pubDate>Sun, 16 Dec 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/16#n2007-12-17</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/16#n2007-12-17</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
The profile.nls function misbehaved when encountering
 non-convergence of the &quot;port&quot; algorithm.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-12-16</title>
<pubDate>Sat, 15 Dec 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/15#n2007-12-16</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/15#n2007-12-16</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
The automatic detection of the domain for message translation
 was not working correctly for messages in message(), warning()
 and stop() in packages others than 'base'.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-12-15</title>
<pubDate>Fri, 14 Dec 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/14#n2007-12-15</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/14#n2007-12-15</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
bxp() {the plotting engine of boxplot()} no longer plots staple ticks
 multiple times. (PR#10499)
</P>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">In 2.6.1, </INS><SPAN TITLE="i=10">curve(*, add=TRUE) used a wrong default 'xlim' when x  coordinates w</SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=78">h</DEL><SPAN TITLE="i=78">ere logged</SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=88"> in 2.6.1</DEL><SPAN TITLE="i=88">.</SPAN>
</P>
</UL>]]></description>  
</item>
   <item>
<title>2007-12-14</title>
<pubDate>Thu, 13 Dec 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/13#n2007-12-14</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/13#n2007-12-14</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
cut(x, breaks=&lt;n&gt;) misbehaved on a constant vector of negative
 values.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-12-14</title>
<pubDate>Thu, 13 Dec 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/13#c2007-12-14</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/13#c2007-12-14</guid>
<description><![CDATA[<H4>2.6.1 patched WORKAROUNDS (Windows)</H4>
<UL>
<LI><P>
<SPAN TITLE="i=0">We set some environment variables to work around hangs in Rgui  when packages (e.g. tseries) use Fortran </SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=105">I/O</DEL><INS STYLE="background:#E6FFE6;" TITLE="i=105">WRITE calls. The  Fortran output will be written to a file named 'fort.6' in the  working directory</INS><SPAN TITLE="i=204">.</SPAN>
</P>
</UL>]]></description>  
</item>
   <item>
<title>2007-12-13</title>
<pubDate>Wed, 12 Dec 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/12#c2007-12-13</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/12#c2007-12-13</guid>
<description><![CDATA[<H4>2.6.1 patched WORKAROUNDS (Windows)</H4>
<UL>
<LI><P>
We set some environment variables to work around hangs in Rgui
 when packages (e.g. tseries) use Fortran I/O.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-12-12</title>
<pubDate>Tue, 11 Dec 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/11#n2007-12-12</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/11#n2007-12-12</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
The Java-based search in help.start() now only requires a
 JVM &gt;= 1.4 (2.6.1 accidentally required &gt;= 1.5).
</P>

<LI><P>
by() fails for 1-column matrices and dataframes. (PR#10505)
</P>

<LI><P>
The default method for range() was omitting na.rm for
 non-numeric objects such as those of class &quot;Date&quot;. (PR#10508)
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-12-11</title>
<pubDate>Mon, 10 Dec 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/10#n2007-12-11</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/10#n2007-12-11</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
curve(*, add=TRUE) used a wrong default 'xlim' when x
 coordinates where logged in 2.6.1.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-12-10</title>
<pubDate>Sun, 09 Dec 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/09#n2007-12-10</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/09#n2007-12-10</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
\code{\var{&lt;name&gt;}} was not rendered correctly to latex in Rd files
 for non-alphabetic arguments &lt;name&gt;.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-12-09</title>
<pubDate>Sat, 08 Dec 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/08#n2007-12-09</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/08#n2007-12-09</guid>
<description><![CDATA[<H4>2.6.1 patched NEW FEATURES </H4>
<UL>
<LI><P>
colnames(DF) is now also fast for large dataframes DF with
 automatic row.names. Note that the correct usage is
 names(DF). (PR#10470)
</P>

</UL>
<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
colnames(df) is now also fast for dataframes with long automatic
 rownames. (PR#10470)
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
attributes&lt;-() stripped old attributes before checking that
 all elements of the right-hand side had names.
</DEL>
</P>

<LI><P>
attributes&lt;-() stripped any existing attributes before checking
 that all elements of the right-hand side had names.
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;" TITLE="i=0">plot.</DEL><INS STYLE="background:#E6FFE6;" TITLE="i=0">The "</INS><SPAN TITLE="i=5">profile.nls</SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=16">" method of plot</INS><SPAN TITLE="i=32">() was losing the x axis labels</SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=63">.</INS>
</P>
<LI><P>
<SPAN TITLE="i=0">print.summary.lm() is now consistent in </SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=40">spelling</DEL><INS STYLE="background:#E6FFE6;" TITLE="i=40">the capitalization</INS><SPAN TITLE="i=58"> of </SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=62"> </INS><SPAN TITLE="i=63">"R-squared".</SPAN>
</P>
<LI><P>
<SPAN TITLE="i=0">confint() misreported on some rank-deficient lm() models.  (PR#10496) </SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=70">C</DEL><INS STYLE="background:#E6FFE6;" TITLE="i=70">This c</INS><SPAN TITLE="i=76">ould also occur in the default method.</SPAN>
</P>
</UL>]]></description>  
</item>
   <item>
<title>2007-12-06</title>
<pubDate>Wed, 05 Dec 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/05#n2007-12-06</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/05#n2007-12-06</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
print.summary.lm() is now consistent in spelling of &quot;R-squared&quot;.
</P>

<LI><P>
confint() misreported on some rank-deficient lm() models.
 (PR#10496) Could also occur in the default method.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-12-05</title>
<pubDate>Tue, 04 Dec 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/04#n2007-12-05</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/04#n2007-12-05</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
rbinom(n, size, *) gave NaN when 'size &gt; .Machine$integer.max'.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-12-05</title>
<pubDate>Tue, 04 Dec 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/04#c2007-12-05</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/04#c2007-12-05</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
If a graphics window was opened in MDI mode while the console
 was zoomed, it would not be initialized properly.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-12-04</title>
<pubDate>Mon, 03 Dec 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/03#n2007-12-04</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/03#n2007-12-04</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
source(&quot;clipboard&quot;, echo=TRUE) and file(&quot;clipboard&quot;, open=&quot;rt&quot;)
 gave spurious errors. (Reported by Fernando Saldanha.)
</P>

<LI><P>
attributes&lt;-() stripped old attributes before checking that 
 all elements of the right-hand side had names.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-12-03</title>
<pubDate>Sun, 02 Dec 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/02#n2007-12-03</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/12/02#n2007-12-03</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
array() computed the total number of entries in the array before
 coercing the dimensions to integer. (Reported by Allen McIntosh.)
</P>

<LI><P>
persp() misreported errors in the y parameter. (Reported by Allen
 McIntosh.)
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-11-30</title>
<pubDate>Thu, 29 Nov 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/29#c2007-11-30</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/29#c2007-11-30</guid>
<description><![CDATA[<H4>2.6.0 patched PACKAGE INSTALLATION (Windows)</H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
Fortran code in packages is no longer compiled with -Wall, as
 this is not done on other platforms.
</DEL>
</P>

</UL>
<H4>2.6.0 patched OTHERS (Windows)</H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
The canvas used when plotting on a jpeg() or bmp() device with
 a transparent background (most often by copying from a screen
 device with the default transparent background) is now white
 and not grey.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
It seems file.access() can be unreliable both ways: that is it
 can also report that access is barred when it is not.
 (Seen on network file systems.) So install.packages() to a
 single library no longer makes use of file.access() but checks
 directory creation instead: it is still possible that you can
 create a directory but not be allowed to create a .dll or .chm
 file, at least under Vista.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
When R_COMPLETION is set to FALSE, TAB is no longer ignored,
 but advances to the next tab stop in Rterm (the pre-2.5.0
 behaviour) and inserts a space in Rgui.
</DEL>
</P>

</UL>
<H4>2.6.0 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
Saving a plot to Postscript or PDF required the font database
 to have been initialized: this is now done if necessary.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Very long file or pathnames could cause a crash if opened in
 the script editor. (PR#10402)
</DEL>
</P>

</UL>
<H4>2.6.1 PACKAGE INSTALLATION (Windows)</H4>
<UL>
<LI><P>
Fortran code in packages is no longer compiled with -Wall, as
 this is not done on other platforms.
</P>

</UL>
<H4>2.6.1 OTHERS (Windows)</H4>
<UL>
<LI><P>
The canvas used when plotting on a jpeg() or bmp() device with
 a transparent background (most often by copying from a screen
 device with the default transparent background) is now white
 and not grey.
</P>

<LI><P>
It seems file.access() can be unreliable both ways: that is it
 can also report that access is barred when it is not.
 (Seen on network file systems.) So install.packages() to a
 single library no longer makes use of file.access() but checks
 directory creation instead: it is still possible that you can
 create a directory but not be allowed to create a .dll or .chm
 file, at least under Vista.
</P>

<LI><P>
When R_COMPLETION is set to FALSE, TAB is no longer ignored,
 but advances to the next tab stop in Rterm (the pre-2.5.0
 behaviour) and inserts a space in Rgui.
</P>

</UL>
<H4>2.6.1 BUG FIXES (Windows)</H4>
<UL>
<LI><P>
Saving a plot to Postscript or PDF required the font database
 to have been initialized: this is now done if necessary.
</P>

<LI><P>
Very long file or pathnames could cause a crash if opened in
 the script editor. (PR#10402)
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-11-30</title>
<pubDate>Thu, 29 Nov 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/29#n2007-11-30</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/29#n2007-11-30</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
colnames(df) is now also fast for dataframes with long automatic
 rownames. (PR#10470)
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-11-28</title>
<pubDate>Tue, 27 Nov 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/27#n2007-11-28</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/27#n2007-11-28</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
plot.profile.nls() was losing the x axis labels
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-11-27</title>
<pubDate>Mon, 26 Nov 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/26#n2007-11-27</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/26#n2007-11-27</guid>
<description><![CDATA[<H4>2.6.1 patched BUG FIXES </H4>
<UL>
<LI><P>
A compilation problem on one system where glob was not found
 has been corrected. (PR#10468)
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-11-26</title>
<pubDate>Sun, 25 Nov 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/25#n2007-11-26</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/25#n2007-11-26</guid>
<description><![CDATA[<H4>2.6.1 BUG FIXES </H4>
<UL>
<LI><P>
Keyboard events in getGraphicsEvent() could cause stack
 imbalance errors (PR#10453)
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-11-25</title>
<pubDate>Sat, 24 Nov 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/24#n2007-11-25</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/24#n2007-11-25</guid>
<description><![CDATA[<H4>2.6.1 BUG FIXES </H4>
<UL>
<LI><P>
plot.ts(x,y) could use wrong default labels; fixed thanks to
 Antonio, Fabio di Narzo.
</P>

<LI><P>
reshape() got column names out of sync with contents in some
 cases; found by Antonio, Fabio Di Narzo.
</P>

<LI><P>
ar(x) for short 'x' (i.e. length &lt;= 10) could fail because the
 default 'order.max' was &gt;= length(x) which is non-sensical.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-11-24</title>
<pubDate>Fri, 23 Nov 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/23#n2007-11-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/23#n2007-11-24</guid>
<description><![CDATA[<H4>2.6.1 BUG FIXES </H4>
<UL>
<LI><P>
choose(n, k) gave incorrect values for negative n and small k.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-11-22</title>
<pubDate>Wed, 21 Nov 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/21#n2007-11-22</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/21#n2007-11-22</guid>
<description><![CDATA[<H4>2.6.0 patched NEW FEATURES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
The &quot;data.frame&quot; and &quot;factor&quot; methods for [[ now support
 the 'exact' argument introduced in 2.6.0.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
plot.lm() gains a new argument 'cex.caption' to allow the
 size of the captions to be controlled.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
A series of changes make the CHARSXP cache introduced in 2.6.0
 faster (and in some cases many times faster) in sessions with
 a large number (e.g. a million) of unique character strings,
 and also if there are many empty strings.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
embedFonts(), bitmap() and dev2bitmap() explicitly turn off
 auto-rotation in Ghostscript when generating PDF.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The canonical architecture is no longer checked when loading
 packages using a non-empty sub-architecture, since it is
 possible to (e.g.) build packages for i386-pc-linux-gnu on both
 that architecture and on x86_64-unknown-linux-gnu.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Deparsing will (if option warnIncomplete is set) warn on
 strings longer than the parser limit (8192 bytes).
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
url() now uses the UserAgent header in http transactions in
 the same way as download.file() (making use of option
 &quot;HTTPUserAgent&quot;).
</DEL>
</P>

</UL>
<H4>2.6.0 patched BUG FIXES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
iconv() is again able to translate character strings with
 embedded nuls (such as those in UCS-2).
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
new.packages() and update.packages() failed when called on an
 empty library, since old.packages() threw an error.
 old.packages() now returns NULL (as documented) in that case.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Builds on Mac OS X 10.4 or higher now allocate enough space
 in the binary headers to relocate dependent libraries into the
 framework.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
R CMD build now computes the exclusion list on the copy it
 makes: this avoids problems if the original sources contain
 symbolic links (which are resolved in the copy). Thanks to
 Michael Lawrence for diagnosis and patch.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
object.size() had slightly too low a size for objects of type &quot;S4&quot;.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
symbol() in plotmath expressions was only accepting valid
 character strings, which made it impossible to specify symbols
 such as aleph (obtained by symbol(&quot;\300&quot;)) in a UTF-8 locale.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
An event handling issue caused autorepeat functions to
 misbehave with tcltk (notably scrollbars).
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
plot(sin, -5, 5) gives ylab 'sin(x)' again, where it resulted
 in 'x(x)' in 2.6.0. Further, plot(sin) again plots from
 [0,1] also in cases where a previously used coordinate system
 differs.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
curve() with unspecified 'from', 'to' and 'xlim' now reuses the
 previous x limits, and not slightly larger ones.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
It was intended that R code filenames in packages should start
 with an ASCII letter or digits (and R CMD INSTALL uses that),
 but the test used in R CMD build ([A-Za-z0-9]) was
 locale-specific (and excluded t to y in Estonian, for
 example). (PR#10351)
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
'R CMD build' could misbehave when faced with files with CRLF
 line endings *and* no line ending on the final line of the
 file, removing the last byte of the file.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
DF[i, j] failed in 2.6.0 if j was a logical vector selecting a
 single column.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Unix x11() would fail if a valid 'display' was specified but
 DISPLAY was unset. (PR#10379)
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
postscript() was not always ignoring .Postscript.Options in
 the workspace (where it should not have occurred).
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
help.search() would give an error if it found a badly
 installed package, even if 'package' was not specified.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
tclServiceMode() (package tcltk) now works under Unix-alikes.
 (Although documented, it used only to work under Windows.)
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
As Mac OS X 10.5.0 comes with incompatible /bin/sh shell, we
 force SHELL=/bin/bash (which is ok) in that case. [Only for
 2.6.x: another solution is used in 2.7.0.]
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Deliberately using malformed source attributes no longer
 causes deparsing/printing of functions to crash R. (PR#10437)
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
R CMD check and R CMD INSTALL now work with (some) directory
 names containing spaces.
</DEL>
</P>

</UL>
<H4>2.6.1 NEW FEATURES </H4>
<UL>
<LI><P>
The &quot;data.frame&quot; and &quot;factor&quot; methods for [[ now support
 the 'exact' argument introduced in 2.6.0.
</P>

<LI><P>
plot.lm() gains a new argument 'cex.caption' to allow the
 size of the captions to be controlled.
</P>

<LI><P>
A series of changes make the CHARSXP cache introduced in 2.6.0
 faster (and in some cases many times faster) in sessions with
 a large number (e.g. a million) of unique character strings,
 and also if there are many empty strings.
</P>

<LI><P>
embedFonts(), bitmap() and dev2bitmap() explicitly turn off
 auto-rotation in Ghostscript when generating PDF.
</P>

<LI><P>
The canonical architecture is no longer checked when loading
 packages using a non-empty sub-architecture, since it is
 possible to (e.g.) build packages for i386-pc-linux-gnu on both
 that architecture and on x86_64-unknown-linux-gnu.
</P>

<LI><P>
Deparsing will (if option warnIncomplete is set) warn on
 strings longer than the parser limit (8192 bytes).
</P>

<LI><P>
url() now uses the UserAgent header in http transactions in
 the same way as download.file() (making use of option
 &quot;HTTPUserAgent&quot;).
</P>

</UL>
<H4>2.6.1 BUG FIXES </H4>
<UL>
<LI><P>
iconv() is again able to translate character strings with
 embedded nuls (such as those in UCS-2).
</P>

<LI><P>
new.packages() and update.packages() failed when called on an
 empty library, since old.packages() threw an error.
 old.packages() now returns NULL (as documented) in that case.
</P>

<LI><P>
Builds on Mac OS X 10.4 or higher now allocate enough space
 in the binary headers to relocate dependent libraries into the
 framework.
</P>

<LI><P>
R CMD build now computes the exclusion list on the copy it
 makes: this avoids problems if the original sources contain
 symbolic links (which are resolved in the copy). Thanks to
 Michael Lawrence for diagnosis and patch.
</P>

<LI><P>
object.size() had slightly too low a size for objects of type &quot;S4&quot;.
</P>

<LI><P>
symbol() in plotmath expressions was only accepting valid
 character strings, which made it impossible to specify symbols
 such as aleph (obtained by symbol(&quot;\300&quot;)) in a UTF-8 locale.
</P>

<LI><P>
An event handling issue caused autorepeat functions to
 misbehave with tcltk (notably scrollbars).
</P>

<LI><P>
plot(sin, -5, 5) gives ylab 'sin(x)' again, where it resulted
 in 'x(x)' in 2.6.0. Further, plot(sin) again plots from
 [0,1] also in cases where a previously used coordinate system
 differs.
</P>

<LI><P>
curve() with unspecified 'from', 'to' and 'xlim' now reuses the
 previous x limits, and not slightly larger ones.
</P>

<LI><P>
It was intended that R code filenames in packages should start
 with an ASCII letter or digits (and R CMD INSTALL uses that),
 but the test used in R CMD build ([A-Za-z0-9]) was
 locale-specific (and excluded t to y in Estonian, for
 example). (PR#10351)
</P>

<LI><P>
'R CMD build' could misbehave when faced with files with CRLF
 line endings *and* no line ending on the final line of the
 file, removing the last byte of the file.
</P>

<LI><P>
DF[i, j] failed in 2.6.0 if j was a logical vector selecting a
 single column.
</P>

<LI><P>
Unix x11() would fail if a valid 'display' was specified but
 DISPLAY was unset. (PR#10379)
</P>

<LI><P>
postscript() was not always ignoring .Postscript.Options in
 the workspace (where it should not have occurred).
</P>

<LI><P>
help.search() would give an error if it found a badly
 installed package, even if 'package' was not specified.
</P>

<LI><P>
tclServiceMode() (package tcltk) now works under Unix-alikes.
 (Although documented, it used only to work under Windows.)
</P>

<LI><P>
As Mac OS X 10.5.0 comes with incompatible /bin/sh shell, we
 force SHELL=/bin/bash (which is ok) in that case. [Only for
 2.6.x: another solution is used in 2.7.0.]
</P>

<LI><P>
Deliberately using malformed source attributes no longer
 causes deparsing/printing of functions to crash R. (PR#10437)
</P>

<LI><P>
R CMD check and R CMD INSTALL now work with (some) directory
 names containing spaces.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-11-20</title>
<pubDate>Mon, 19 Nov 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/19#n2007-11-20</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/19#n2007-11-20</guid>
<description><![CDATA[<H4>2.6.0 patched BUG FIXES </H4>
<UL>
<LI><P>
Deliberately using malformed source attributes no longer
 causes deparsing/printing of functions to crash R. (PR#10437)
</P>

<LI><P>
R CMD check and R CMD INSTALL now work with (some) directory
 names containing spaces.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-11-18</title>
<pubDate>Sat, 17 Nov 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/17#n2007-11-18</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/17#n2007-11-18</guid>
<description><![CDATA[<H4>2.6.0 patched BUG FIXES </H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">As </INS><SPAN TITLE="i=3">Mac OS X 10.5.0 comes with incompatible /bin/sh shell, we  force SHELL=/bin/bash (which is ok) in that case.</SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=111"> [Only for  2.6.x: another solution is used in 2.7.0.]</INS>
</P>
</UL>]]></description>  
</item>
   <item>
<title>2007-11-17</title>
<pubDate>Fri, 16 Nov 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/16#n2007-11-17</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/16#n2007-11-17</guid>
<description><![CDATA[<H4>2.6.0 patched BUG FIXES </H4>
<UL>
<LI><P>
Mac OS X 10.5.0 comes with incompatible /bin/sh shell, we
 force SHELL=/bin/bash (which is ok) in that case.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-11-15</title>
<pubDate>Wed, 14 Nov 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/14#n2007-11-15</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/14#n2007-11-15</guid>
<description><![CDATA[<H4>2.6.0 patched NEW FEATURES </H4>
<UL>
<LI><P>
url() now uses the UserAgent header in http transactions in
 the same way as download.file() (making use of option
 &quot;HTTPUserAgent&quot;).
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-11-12</title>
<pubDate>Sun, 11 Nov 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/11#n2007-11-12</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/11#n2007-11-12</guid>
<description><![CDATA[<H4>2.6.0 patched BUG FIXES </H4>
<UL>
<LI><P>
tclServiceMode() (package tcltk) now works under Unix-alikes.
 (Although documented, it used only to work under Windows.)
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-11-10</title>
<pubDate>Fri, 09 Nov 2007 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/09#c2007-11-10</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/11/09#c2007-11-10</guid>
<description><![CDATA[<H4>2.6.0 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
Very long file or pathnames could cause a crash if opened in
 the script editor. (PR#10402)
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-11-01</title>
<pubDate>Wed, 31 Oct 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/31#n2007-11-01</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/31#n2007-11-01</guid>
<description><![CDATA[<H4>2.6.0 patched BUG FIXES </H4>
<UL>
<LI><P>
help.search() would give an error if it found a badly
 installed package, even if 'package' was not specified.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-10-31</title>
<pubDate>Tue, 30 Oct 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/30#n2007-10-31</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/30#n2007-10-31</guid>
<description><![CDATA[<H4>2.6.0 patched NEW FEATURES </H4>
<UL>
<LI><P>
Deparsing will (if option warnIncomplete is set) warn on
 strings longer than the parser limit (8192 bytes).
</P>

</UL>
<H4>2.6.0 patched BUG FIXES </H4>
<UL>
<LI><P>
postscript() was not always ignoring .Postscript.Options in
 the workspace (where it should not have occurred).
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-10-30</title>
<pubDate>Mon, 29 Oct 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/29#n2007-10-30</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/29#n2007-10-30</guid>
<description><![CDATA[<H4>2.6.0 patched NEW FEATURES </H4>
<UL>
<LI><P>
The canonical architecture is no longer checked when loading
 packages using a non-empty sub-architecture, since it is
 possible to (e.g.) build packages for i386-pc-linux-gnu on both
 that architecture and on x86_64-unknown-linux-gnu.
</P>

</UL>
<H4>2.6.0 patched BUG FIXES </H4>
<UL>
<LI><P>
DF[i, j] failed in 2.6.0 if j was a logical vector selecting a
 single column.
</P>

<LI><P>
Unix x11() would fail if a valid 'display' was specified but
 DISPLAY was unset. (PR#10379)
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-10-25</title>
<pubDate>Wed, 24 Oct 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/24#n2007-10-25</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/24#n2007-10-25</guid>
<description><![CDATA[<H4>2.6.0 patched BUG FIXES </H4>
<UL>
<LI><P>
'R CMD build' could misbehave when faced with files with CRLF
 line endings *and* no line ending on the final line of the
 file, removing the last byte of the file.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-10-24</title>
<pubDate>Tue, 23 Oct 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/23#n2007-10-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/23#n2007-10-24</guid>
<description><![CDATA[<H4>2.6.0 patched NEW FEATURES </H4>
<UL>
<LI><P>
The &quot;data.frame&quot; and &quot;factor&quot; methods for [[ now support
 the 'exact' argument introduced in 2.6.0.
</P>

<LI><P>
plot.lm() gains a new argument 'cex.caption' to allow the
 size of the captions to be controlled.
</P>

<LI><P>
A series of changes make the CHARSXP cache introduced in 2.6.0
 faster (and in some cases many times faster) in sessions with
 a large number (e.g. a million) of unique character strings,
 and also if there are many empty strings.
</P>

<LI><P>
embedFonts(), bitmap() and dev2bitmap() explicitly turn off
 auto-rotation in Ghostscript when generating PDF.
</P>

</UL>
<H4>2.6.0 patched BUG FIXES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
The &quot;data.frame&quot; and &quot;factor&quot; methods for [[ now support
 the 'exact' argument introduced in 2.6.0.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
plot.lm() gains a new argument 'cex.caption' to allow the
 size of the captions to be controlled.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
A series of changes make the CHARSXP cache introduced in 2.6.0
 faster (and in some cases many times faster) in sessions with
 a large number (e.g. a million) of unique character strings,
 and also if there are many empty strings.
</DEL>
</P>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
embedFonts(), bitmap() and dev2bitmap() explicitly turn off
 auto-rotation in Ghostscript when generating PDF.
</DEL>
</P>

<LI><P>
<SPAN TITLE="i=0">It was intended that R code filenames in packages should start  with an ASCII letter or digits (and R CMD INSTALL uses that),  but the test used in R CMD build ([A-Za-z0-9]) was  locale-specific (and excluded t to y in Estonian, for  example).</SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=243"> (PR#10351)</INS>
</P>
</UL>]]></description>  
</item>
   <item>
<title>2007-10-21</title>
<pubDate>Sat, 20 Oct 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/20#c2007-10-21</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/20#c2007-10-21</guid>
<description><![CDATA[<H4>2.6.0 patched PACKAGE INSTALLATION (Windows)</H4>
<UL>
<LI><P>
Fortran code in packages is no longer compiled with -Wall, as
 this is not done on other platforms.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-10-19</title>
<pubDate>Thu, 18 Oct 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/18#n2007-10-19</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/18#n2007-10-19</guid>
<description><![CDATA[<H4>2.6.0 patched BUG FIXES </H4>
<UL>
<LI><P>
It was intended that R code filenames in packages should start
 with an ASCII letter or digits (and R CMD INSTALL uses that),
 but the test used in R CMD build ([A-Za-z0-9]) was
 locale-specific (and excluded t to y in Estonian, for
 example).
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-10-18</title>
<pubDate>Wed, 17 Oct 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/17#n2007-10-18</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/17#n2007-10-18</guid>
<description><![CDATA[<H4>2.6.0 patched BUG FIXES </H4>
<UL>
<LI><P>
<SPAN TITLE="i=0">An event handling issue caused autorepeat functions to  misbehave with tcltk (notably scrollbars). </SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=99">This was due to  a change intended to allow checking for user interrupts  inside tight loops. The change has been backed out.</DEL>
</P>
</UL>]]></description>  
</item>
   <item>
<title>2007-10-17</title>
<pubDate>Tue, 16 Oct 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/16#n2007-10-17</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/16#n2007-10-17</guid>
<description><![CDATA[<H4>2.6.0 patched BUG FIXES </H4>
<UL>
<LI><P>
plot(sin, -5, 5) gives ylab 'sin(x)' again, where it resulted
 in 'x(x)' in 2.6.0. Further, plot(sin) again plots from
 [0,1] also in cases where a previously used coordinate system
 differs.
</P>

<LI><P>
curve() with unspecified 'from', 'to' and 'xlim' now reuses the
 previous x limits, and not slightly larger ones.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-10-13</title>
<pubDate>Fri, 12 Oct 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/12#n2007-10-13</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/12#n2007-10-13</guid>
<description><![CDATA[<H4>2.6.0 patched BUG FIXES </H4>
<UL>
<LI><P>
An event handling issue caused autorepeat functions to
 misbehave with tcltk (notably scrollbars). This was due to 
 a change intended to allow checking for user interrupts
 inside tight loops. The change has been backed out.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-10-11</title>
<pubDate>Wed, 10 Oct 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/10#n2007-10-11</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/10#n2007-10-11</guid>
<description><![CDATA[<H4>2.6.0 patched BUG FIXES </H4>
<UL>
<LI><P>
<SPAN TITLE="i=0">A series of changes make the CHARSXP cache introduced in 2.6.0  faster (and in some cases many times faster) in sessions with  a large number (e.g. a million) of unique character </SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=179">strings,  and also if there are many empty </INS><SPAN TITLE="i=222">strings.</SPAN>
</P>
</UL>]]></description>  
</item>
   <item>
<title>2007-10-10</title>
<pubDate>Tue, 09 Oct 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/09#n2007-10-10</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/09#n2007-10-10</guid>
<description><![CDATA[<H4>2.6.0 patched BUG FIXES </H4>
<UL>
<LI><P>
symbol() in plotmath expressions was only accepting valid
 character strings, which made it impossible to specify symbols
 such as aleph (obtained by symbol(&quot;\300&quot;)) in a UTF-8 locale.
</P>

</UL>
<H4>2.6.0 NEW FEATURES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
showMethods() has a &quot;smart&quot; default for 'inherited' such that
 showMethods(&lt;genfun&gt;, incl = TRUE) becomes a useful short cut.
</DEL>
</P>

<LI><P>
<SPAN TITLE="i=0">The internal equivalents of as.complex, as.double, as.integer  and as.logical used to handle length</SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=99">-</DEL><INS STYLE="background:#E6FFE6;" TITLE="i=99">=</INS><SPAN TITLE="i=100">1 arguments now accept  character strings (rather than report that this is  'unimplemented').</SPAN>
</P>
</UL>
<H4>2.6.0 METHODS PACKAGE </H4>
<UL>
<LI><P>
showMethods() has a &quot;smart&quot; default for 'inherited' such that
 showMethods(&lt;genfun&gt;, incl = TRUE) becomes a useful short cut.
</P>

</UL>
<H4>2.6.0 C-LEVEL FACILITIES </H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
New R_GE_str2col() exported via R_ext/GraphicsEngine.h for
 external device developers.
</DEL>
</P>

<LI><P>
New entry point R_GE_str2col listed in R_ext/GraphicsEngine.h
 for external graphics device developers.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-10-09</title>
<pubDate>Mon, 08 Oct 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/08#n2007-10-09</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/08#n2007-10-09</guid>
<description><![CDATA[<H4>2.6.0 patched BUG FIXES </H4>
<UL>
<LI><P>
object.size() had slightly too low a size for objects of type &quot;S4&quot;.
</P>

<LI><P>
embedFonts(), bitmap() and dev2bitmap() explicitly turn off
 auto-rotation in Ghostscript when generating PDF.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-10-09</title>
<pubDate>Mon, 08 Oct 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/08#c2007-10-09</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/08#c2007-10-09</guid>
<description><![CDATA[<H4>2.6.0 patched OTHERS (Windows)</H4>
<UL>
<LI><P>
It seems file.access() can be unreliable both ways: that is it
 can also report that access is barred when it is not.
 (Seen on network file systems.) So install.packages() to a
 single library no longer makes use of file.access() but checks
 directory creation instead: it is still possible that you can
 create a directory but not be allowed to create a .dll or .chm
 file, at least under Vista.
</P>

<LI><P>
When R_COMPLETION is set to FALSE, TAB is no longer ignored,
 but advances to the next tab stop in Rterm (the pre-2.5.0
 behaviour) and inserts a space in Rgui.
</P>

<LI><P>
<SPAN TITLE="i=0">The canvas used when plotting on a jpeg() or bmp() device with  a transparent background (most often by copying from a screen  device with the default transparent background) is now white  and not grey.</SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=202">  </P>
<P>   o It seems file.access() can be unreliable both ways: that is it  can also report that access is barred when it is not.  (Seen on network file systems.) So install.packages() to a  single library no longer makes use of file.access() but checks  directory creation instead: it is still possible that you can  create a directory but not be allowed to create a .dll or .chm  file, at least under Vista.</DEL>
</P>
</UL>]]></description>  
</item>
   <item>
<title>2007-10-08</title>
<pubDate>Sun, 07 Oct 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/07#c2007-10-08</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/07#c2007-10-08</guid>
<description><![CDATA[<H4>2.6.0 patched OTHERS (Windows)</H4>
<UL>
<LI><P>
<SPAN TITLE="i=0">The canvas used when plotting on a jpeg() or bmp() device with  a transparent background (most often by copying from a screen  device with the default transparent background) is now white  and not grey.</SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=202">  </P>
<P>   o It seems file.access() can be unreliable both ways: that is it  can also report that access is barred when it is not.  (Seen on network file systems.) So install.packages() to a  single library no longer makes use of file.access() but checks  directory creation instead: it is still possible that you can  create a directory but not be allowed to create a .dll or .chm  file, at least under Vista.</INS>
</P>
</UL>
<H4>2.2.0 UNCATEGORIZED (Windows)</H4>
<UL>
<LI><P>
<SPAN TITLE="i=0">If the user chooses to register R during installation, a  registry entry  HKEY_LOCAL_MACHINE\Software\R-core\R\{version}\InstallPath  will be added. Users require administrative privileges to  create this key</SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=208">. F</DEL><INS STYLE="background:#E6FFE6;" TITLE="i=208">: f</INS><SPAN TITLE="i=211">or others, the same key will be put under  the HKEY_CURRENT_USER root.</SPAN>
</P>
</UL>]]></description>  
</item>
   <item>
<title>2007-10-07</title>
<pubDate>Sat, 06 Oct 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/06#n2007-10-07</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/06#n2007-10-07</guid>
<description><![CDATA[<H4>2.6.0 patched BUG FIXES </H4>
<UL>
<LI><P>
R CMD build now computes the exclusion list on the copy it
 makes: this avoids problems if the original sources contain
 symbolic links (which are resolved in the copy). Thanks to
 Michael Lawrence for diagnosis and patch.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-10-06</title>
<pubDate>Fri, 05 Oct 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/05#n2007-10-06</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/05#n2007-10-06</guid>
<description><![CDATA[<H4>2.6.0 patched BUG FIXES </H4>
<UL>
<LI><P>
new.packages() and update.packages() failed when called on an
 empty library, since old.packages() threw an error.
 old.packages() now returns NULL (as documented) in that case.
</P>

<LI><P>
Builds on Mac OS X 10.4 or higher now allocate enough space
 in the binary headers to relocate dependent libraries into the
 framework.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-10-06</title>
<pubDate>Fri, 05 Oct 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/05#c2007-10-06</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/05#c2007-10-06</guid>
<description><![CDATA[<H4>2.6.0 FUNCTION CHANGES (Windows)</H4>
<UL>
<LI><P>
<SPAN TITLE="i=0">dQuote() and sQuote() now use directional quotes by </SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=52"> </DEL><SPAN TITLE="i=52">default</SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=59">  under RGui</INS><SPAN TITLE="i=71">. You might prefer options(useFancyQuotes=FALSE) </SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=120">when  running Rterm</DEL><INS STYLE="background:#E6FFE6;" TITLE="i=120"> if the console font does not have these quotes: see the  rw-FAQ</INS><SPAN TITLE="i=184">.</SPAN>
</P>
</UL>
<H4>2.5.1 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
'=' within -e expression is no longer interpreted as setting
 an environment variable.
</DEL>
</P>

<LI><P>
'=' within '-e expression' on the command line is no longer
 interpreted as setting an environment variable.
</P>

</UL>
<H4>2.5.1 GUI CHANGES (Windows)</H4>
<UL>
<LI><P>
<SPAN TITLE="i=0">Using a modal widget from Rterm (e.g. select.list) is now far  </SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=63">more </INS><SPAN TITLE="i=68">likely to be forced to the front.</SPAN>
</P>
</UL>
<H4>2.5.1 BUG FIXES (Windows)</H4>
<UL>
<LI><P>
<SPAN TITLE="i=0">Rc</SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=2">n</DEL><INS STYLE="background:#E6FFE6;" TITLE="i=2">m</INS><SPAN TITLE="i=3">d INSTALL --docs=txt etc works (for a single type, except  'chm' which is equivalent to 'all' nowadays).</SPAN>
</P>
</UL>]]></description>  
</item>
   <item>
<title>2007-10-05</title>
<pubDate>Thu, 04 Oct 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/04#c2007-10-05</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/04#c2007-10-05</guid>
<description><![CDATA[<H4>2.6.0 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
Saving a plot to Postscript or PDF required the font database
 to have been initialized: this is now done if necessary.
</P>

</UL>
<H4>2.6.0 patched OTHERS (Windows)</H4>
<UL>
<LI><P>
<SPAN TITLE="i=0">The canvas used when plotting on a jpeg() or </SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=45">png</DEL><INS STYLE="background:#E6FFE6;" TITLE="i=45">bmp</INS><SPAN TITLE="i=48">() device with  a transparent background (most often by copying from a screen  device with the default transparent background) is now white  and not grey.</SPAN>
</P>
</UL>]]></description>  
</item>
   <item>
<title>2007-10-04</title>
<pubDate>Wed, 03 Oct 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/03#n2007-10-04</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/03#n2007-10-04</guid>
<description><![CDATA[<H4>2.6.0 patched BUG FIXES </H4>
<UL>
<LI><P>
The &quot;data.frame&quot; and &quot;factor&quot; methods for [[ now support
 the 'exact' argument introduced in 2.6.0.
</P>

<LI><P>
iconv() is again able to translate character strings with
 embedded nuls (such as those in UCS-2).
</P>

<LI><P>
plot.lm() gains a new argument 'cex.caption' to allow the
 size of the captions to be controlled.
</P>

<LI><P>
A series of changes make the CHARSXP cache introduced in 2.6.0
 faster (and in some cases many times faster) in sessions with
 a large number (e.g. a million) of unique character strings.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-10-04</title>
<pubDate>Wed, 03 Oct 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/03#c2007-10-04</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/10/03#c2007-10-04</guid>
<description><![CDATA[<H4>2.6.0 patched OTHERS (Windows)</H4>
<UL>
<LI><P>
The canvas used when plotting on a jpeg() or png() device with
 a transparent background (most often by copying from a screen
 device with the default transparent background) is now white
 and not grey.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-09-26</title>
<pubDate>Tue, 25 Sep 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/09/25#n2007-09-26</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/09/25#n2007-09-26</guid>
<description><![CDATA[<H4>2.6.0 NEW FEATURES </H4>
<UL>
<LI><P>
<SPAN TITLE="i=0">The [[ subsetting operator now has an argument 'exact' that  allows programmers to disable partial matching</SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=107"> (which will in  due course become the default)</INS><SPAN TITLE="i=154">. The default </SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=168"> </DEL><SPAN TITLE="i=168">value is exact=NA </SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=186"> </INS><SPAN TITLE="i=187">which causes a warning to be issued when </SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=228"> </DEL><SPAN TITLE="i=228">partial matching </SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=245"> </INS><SPAN TITLE="i=246">occurs. When exact = TRUE, no partial matching </SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=293"> </DEL><SPAN TITLE="i=293">will be </SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=301"> </INS><SPAN TITLE="i=302">performed. When exact = FALSE, partial matching can </SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=354"> </DEL><SPAN TITLE="i=354">occur and </SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=364"> </INS><SPAN TITLE="i=365">no warning will be issued. This patch was written </SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=415"> </DEL><SPAN TITLE="i=415">by Seth </SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=423"> </INS><SPAN TITLE="i=424">Falcon.</SPAN>
</P>
</UL>
<H4>2.6.0 DEPRECATED & DEFUNCT </H4>
<UL>
<LI><P>
It is planned that [[exact=TRUE]] will become the default in
 R 2.7.0.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-09-25</title>
<pubDate>Mon, 24 Sep 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/09/24#n2007-09-25</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/09/24#n2007-09-25</guid>
<description><![CDATA[<H4>2.6.0 BUG FIXES </H4>
<UL>
<LI><P>
Ranges in chartr() now work better in CJK locales, thanks to
 Ei-ji Nakama.
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-09-24</title>
<pubDate>Sun, 23 Sep 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/09/23#n2007-09-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/09/23#n2007-09-24</guid>
<description><![CDATA[<H4>2.6.0 DEPRECATED & DEFUNCT </H4>
<UL>
<LI><P>
seemsS4Object (methods package) is deprecated in favour of isS4().
</P>

</UL>
<H4>2.6.0 BUG FIXES </H4>
<UL>
<LI><P>
help(&lt;a character vector&gt;) now uses the name and not the
 value of the vector unless it has length exactly one, so
 e.g. help(letters) now gives help on 'letters'.
 (Related to PR#9927)
</P>

<LI><P>
<SPAN TITLE="i=0">getS3method() could fail if the method name contained a </SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=56">special  </DEL><INS STYLE="background:#E6FFE6;" TITLE="i=56">regexp  meta</INS><SPAN TITLE="i=68">character such as "+".</SPAN>
</P>
</UL>]]></description>  
</item>
   <item>
<title>2007-09-22</title>
<pubDate>Fri, 21 Sep 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/09/21#n2007-09-22</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/09/21#n2007-09-22</guid>
<description><![CDATA[<H4>2.6.0 BUG FIXES </H4>
<UL>
<LI><P>
getS3method() could fail if the method name contained a special
 character such as "+".
</P>

</UL>]]></description>  
</item>
   <item>
<title>2007-09-22</title>
<pubDate>Fri, 21 Sep 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/09/21#c2007-09-22</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/09/21#c2007-09-22</guid>
<description><![CDATA[<H4>2.6.0 BUG FIXES (Windows)</H4>
<UL>
<LI><P>
Pasting into the script editor would sometimes change fonts and
 lose line breaks. (Reported by Bob Muenchen.)
</P>

</UL>
<H4>2.6.0 OTHERS (Windows)</H4>
<UL>
<LI><P>
<SPAN TITLE="i=0">Single and double quotations are now rendered using directional  quotes in text conversions of R help (as they always have been  in HTML, CHM and latex versions of the help). Note that  directional double quotes are missing in Fixed</SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=232">Font on some</DEL><INS STYLE="background:#E6FFE6;" TITLE="i=232">Sys on most</INS><SPAN TITLE="i=243">  versions of Windows, and although the files will be rendered  correctly in CJK locales using the builtin pager, they may not  be in external pagers.</SPAN>
</P>
<LI><P>
<SPAN TITLE="i=0">Rcmd Rdiff now ignores </SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=23">the </INS><SPAN TITLE="i=27">difference between smart single quotes  and '. This will probably only work correctly in single-byte  locales. (This is in addition to UTF-8 directional single  quotes which the Unix version has for some time equated to '.)</SPAN>
</P>
</UL>]]></description>  
</item>
   <item>
<title>2007-09-21</title>
<pubDate>Thu, 20 Sep 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/09/20#n2007-09-21</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/09/20#n2007-09-21</guid>
<description><![CDATA[<H4>2.6.0 NEW FEATURES </H4>
<UL>
<LI><P>
<SPAN TITLE="i=0">dQuote() and sQuote() are more flexible, with rendering  controlled by the new option 'useFancyQuotes'. This includes  the ability to have TeX-style rendering and directional quotes  (the so-called 'smart quotes') on Windows.</SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=225"> The default is to  use directional quotes in UTF-8 locales (as before) and in the  Rgui console on Windows (new).</INS>
</P>
</UL>]]></description>  
</item>
   <item>
<title>2007-09-20</title>
<pubDate>Wed, 19 Sep 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/09/19#n2007-09-20</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/09/19#n2007-09-20</guid>
<description><![CDATA[<H4>2.6.0 BUG FIXES </H4>
<UL>
<LI><P>
.find.packages(), packageDescription() and sessionInfo()
 assumed that attached environments named "package:foo" were
 package environments, although misguided users could use such
 a name in attach().
</P>

<LI><P>
spline() and splinefun() with method = "periodic" could return
 incorrect results when length(x) was 2 or 3.
</P>

<LI><P>
<SPAN TITLE="i=0">Trailing spaces are now con</SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=27">s</INS><SPAN TITLE="i=28">istently stripped from \alias{}  entries in .Rd files, and this is now documented. (PR#9915)</SPAN>
</P>
</UL>]]></description>  
</item>
   <item>
<title>2007-09-19</title>
<pubDate>Tue, 18 Sep 2007 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/09/18#n2007-09-19</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-6-branch/2007/09/18#n2007-09-19</guid>
<description><![CDATA[<H4>2.6.0 BUG FIXES </H4>
<UL>
<LI><P>
Trailing spaces are now conistently stripped from \alias{}
 entries in .Rd files, and this is now documented. (PR#9915)
</P>

</UL>]]></description>  
</item>
     </channel>
</rss>