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

<item>
<title>2010-09-10</title>
<pubDate>Thu, 09 Sep 2010 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/09/09#c2010-09-10</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/09/09#c2010-09-10</guid>
<description><![CDATA[<H4>2.11.1 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
memory.limit() did not allow sizes greater than 4095 even on
  64 bit builds. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14372">PR#14372</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2010-08-26</title>
<pubDate>Wed, 25 Aug 2010 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/08/25#c2010-08-26</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/08/25#c2010-08-26</guid>
<description><![CDATA[<H4>2.11.1 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
system(intern=TRUE) often returned 0 rather than an error
 status if the command could not be found, if run from Rterm or
 from Rgui with show.output.on.console = FALSE.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2010-08-18</title>
<pubDate>Tue, 17 Aug 2010 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/08/17#c2010-08-18</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/08/17#c2010-08-18</guid>
<description><![CDATA[<H4>2.11.1 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
A fix intended for Mac OS X was incorrectly applied to Windows,
 so iconv(x, from, &quot;&quot;) in a C locale was interpreted as
 requesting translation to UTF-8.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2010-08-05</title>
<pubDate>Wed, 04 Aug 2010 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/08/04#c2010-08-05</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/08/04#c2010-08-05</guid>
<description><![CDATA[<H4>2.11.1 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
readClipboard() could cause a segfault with certain clipboard data.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2010-07-16</title>
<pubDate>Thu, 15 Jul 2010 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/07/15#c2010-07-16</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/07/15#c2010-07-16</guid>
<description><![CDATA[<H4>2.11.1 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
serialize() to a raw vector works around the dismal performance
  of Windows' memory manager by allocating much larger chunks of
  memory less frequently.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2010-06-01</title>
<pubDate>Mon, 31 May 2010 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/05/31#c2010-06-01</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/05/31#c2010-06-01</guid>
<description><![CDATA[<H4>2.11.1 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
file.rename() now waits for the rename to complete before 
 returning, so that operations on the new filename will not fail.
</P></LI>

<LI><P>
Sys.info() and win.version() now report Windows 7 as such (and
 not as Vista), and Sys.info() now reports the machine type as
 'x86-64' on 64-bit platforms.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2010-05-24</title>
<pubDate>Sun, 23 May 2010 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/05/23#c2010-05-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/05/23#c2010-05-24</guid>
<description><![CDATA[<H4>2.11.0 patched NEW FEATURES (Windows)</H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
The Rgui console, pagers and editor on the 64-bit build now have
 a title bar icon.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The outer frame/console for Rgui/Rterm mentions '(64-bit)' to
 make it easier to distinguish running copies of R.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The package entries in listbox shown by the 'Install package(s)
 ...' menu are now explicitly sorted in the current locale
 (there were in most previous releases, but not in 2.11.0).
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
R CMD INSTALL can install zipfiles as binary packages.
</DEL>
</P></LI>

</UL>
<H4>2.11.1 NEW FEATURES (Windows)</H4>
<UL>
<LI><P>
The Rgui console, pagers and editor on the 64-bit build now have
 a title bar icon.
</P></LI>

<LI><P>
The outer frame/console for Rgui/Rterm mentions '(64-bit)' to
 make it easier to distinguish running copies of R.
</P></LI>

<LI><P>
The package entries in listbox shown by the 'Install package(s)
 ...' menu are now explicitly sorted in the current locale
 (there were in most previous releases, but not in 2.11.0).
</P></LI>

<LI><P>
R CMD INSTALL can install zipfiles as binary packages.
</P></LI>

<LI><P>
Errors in the Rconsole file are ignored: silently on startup, 
 with a warning when Rconsole is loaded interactively.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2010-05-11</title>
<pubDate>Mon, 10 May 2010 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/05/10#c2010-05-11</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/05/10#c2010-05-11</guid>
<description><![CDATA[<H4>2.11.0 patched NEW FEATURES (Windows)</H4>
<UL>
<LI><P>
R CMD INSTALL can install zipfiles as binary packages.
</P></LI>

<LI><P>
<SPAN TITLE="i=0">The outer frame/console for R</SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=29">G</DEL><INS STYLE="background:#E6FFE6;" TITLE="i=29">g</INS><SPAN TITLE="i=30">ui/Rterm mentions '(64-bit)' to  make it easier to distinguish running copies of R.</SPAN>
</P></LI>
</UL>
<H4>2.8.0 BUG FIXES (Windows)</H4>
<UL>
<LI><P>
<SPAN TITLE="i=0">The Korean translation of the R</SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=31">G</DEL><INS STYLE="background:#E6FFE6;" TITLE="i=31">g</INS><SPAN TITLE="i=32">ui menus has been corrected  and restored. (Thanks to June Kim and Seung-ho Kang.)</SPAN>
</P></LI>
</UL>
<H4>2.7.2 BUG FIXES (Windows)</H4>
<UL>
<LI><P>
<SPAN TITLE="i=0">Some (but not all) Korean users have been having problems with  Korean translations of the R</SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=92">G</DEL><INS STYLE="background:#E6FFE6;" TITLE="i=92">g</INS><SPAN TITLE="i=93">ui menus. These had not been  updated for a long time, and have now been removed.</SPAN>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2010-05-10</title>
<pubDate>Sun, 09 May 2010 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/05/09#c2010-05-10</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/05/09#c2010-05-10</guid>
<description><![CDATA[<H4>2.11.0 patched NEW FEATURES (Windows)</H4>
<UL>
<LI><P>
<SPAN TITLE="i=0">The outer frame/console for RGui/Rterm mention</SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=46">s</INS><SPAN TITLE="i=47"> '(64-bit)' to  make it easier to distinguish running copies of R.</SPAN>
</P></LI>
<LI><P>
<SPAN TITLE="i=0">The package entries in </SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=23">listbox shown by </INS><SPAN TITLE="i=40">the 'Install package(s) </SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=64"> </INS><SPAN TITLE="i=65">...' menu are </SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=79"> </DEL><SPAN TITLE="i=79">now explicitly sorted in the current locale </SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=123"> </INS><SPAN TITLE="i=124">(there were in </SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=139"> </DEL><SPAN TITLE="i=139">most previous releases, but not in 2.11.0).</SPAN>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2010-04-27</title>
<pubDate>Mon, 26 Apr 2010 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/04/26#c2010-04-27</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/04/26#c2010-04-27</guid>
<description><![CDATA[<H4>2.11.0 patched NEW FEATURES (Windows)</H4>
<UL>
<LI><P>
The package entries in the 'Install package(s) ...' menu are
 now explicitly sorted in the current locale (there were in
 most previous releases, but not in 2.11.0).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2010-04-24</title>
<pubDate>Fri, 23 Apr 2010 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/04/23#c2010-04-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/04/23#c2010-04-24</guid>
<description><![CDATA[<H4>2.11.0 patched NEW FEATURES (Windows)</H4>
<UL>
<LI><P>
The Rgui console, pagers and editor on the 64-bit build now have
 a title bar icon.
</P></LI>

<LI><P>
The outer frame/console for RGui/Rterm mention '(64-bit)' to
 make it easier to distinguish running copies of R.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2010-04-16</title>
<pubDate>Thu, 15 Apr 2010 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/04/15#c2010-04-16</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/04/15#c2010-04-16</guid>
<description><![CDATA[<H4>2.11.0 BUG FIXES (Windows)</H4>
<UL>
<LI><P>
0^1i (which should be complex NAN) was incorrect.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2010-04-15</title>
<pubDate>Wed, 14 Apr 2010 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/04/14#c2010-04-15</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/04/14#c2010-04-15</guid>
<description><![CDATA[<H4>2.11.0 BUG FIXES (Windows)</H4>
<UL>
<LI><P>
0^1i (which should be complex NAN) was incorrect.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2010-04-12</title>
<pubDate>Sun, 11 Apr 2010 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/04/11#c2010-04-12</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/04/11#c2010-04-12</guid>
<description><![CDATA[<H4>2.11.0 INSTALLATION (Windows)</H4>
<UL>
<LI><P>
<SPAN TITLE="i=0">The MSI installer defaults to an all-user (per machine)  install (by setting the ALLUSERS property to 1). This can be  changed at installation, and i</SPAN><DEL STYLE="background:#FFE6E6;" TITLE="i=149">f</DEL><INS STYLE="background:#E6FFE6;" TITLE="i=149">t</INS><SPAN TITLE="i=150"> can be built for a user-mode  install (see MkRules.dist).</SPAN>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2010-04-06</title>
<pubDate>Mon, 05 Apr 2010 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/04/05#c2010-04-06</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/04/05#c2010-04-06</guid>
<description><![CDATA[<H4>2.11.0 INSTALLATION (Windows)</H4>
<UL>
<LI><P>
<SPAN TITLE="i=0">RSetReg.exe has been updated to (un)set the version-specific  keys in the same way as the main installer</SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=104">, and to have the  optional argument /Personal to (un)set the per-user rather  than the per-machine keys (which need administrative access)</INS><SPAN TITLE="i=243">.</SPAN>
</P></LI>
<LI><P>
<SPAN TITLE="i=0">The MSI installer defaults to an all-user (per machine)  install (by setting the ALLUSERS property to 1).</SPAN><INS STYLE="background:#E6FFE6;" TITLE="i=105"> This can be  changed at installation, and if can be built for a user-mode  install (see MkRules.dist).</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2010-04-05</title>
<pubDate>Sun, 04 Apr 2010 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/04/04#c2010-04-05</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/04/04#c2010-04-05</guid>
<description><![CDATA[<H4>2.11.0 INSTALLATION (Windows)</H4>
<UL>
<LI><P>
RSetReg.exe has been updated to (un)set the version-specific
 keys in the same way as the main installer.
</P></LI>

<LI><P>
The MSI installer defaults to an all-user (per machine)
 install (by setting the ALLUSERS property to 1).
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2010-03-31</title>
<pubDate>Tue, 30 Mar 2010 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/03/30#c2010-03-31</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/03/30#c2010-03-31</guid>
<description><![CDATA[<H4>2.11.0 NEW FEATURES (Windows)</H4>
<UL>
<LI><P>
readRegistry() can look at either the 32- or 64-bit view
 of the Registry on 64-bit Windows.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2010-03-30</title>
<pubDate>Mon, 29 Mar 2010 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/03/29#c2010-03-30</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-11-branch/CHANGES/2010/03/29#c2010-03-30</guid>
<description><![CDATA[<H4>2.11.0 INSTALLATION (Windows)</H4>
<UL>
<LI><P>
The Tcl timezone files (3Mb on disc) are now an optional part
 of the installation: they would be very rarely used with R.
</P></LI>

<LI><P>
When building R, the recommended way is now to supply a file
 R_HOME/src/gnuwin32/MkRules.local instead of editing MkRules:
 there is now no MkRules file in the distribution, but one is
 generated during the build process.
</P>
<P>
 MkRules.local can be generated by copying and editing
 MkRules.dist.
</P></LI>

</UL>]]></description>  
</item>
     </channel>
</rss>