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

<item>
<title>2012-04-27</title>
<pubDate>Thu, 26 Apr 2012 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-15-branch/CHANGES/2012/04/26#c2012-04-27</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-15-branch/CHANGES/2012/04/26#c2012-04-27</guid>
<description><![CDATA[<H4>2.15.0 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
For ‘tiff(type = &quot;windows&quot;)’, the numbering of per-page files except
the last was off by one.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
Loading package ‘stats’ (which is done for a default session) would
switch line endings on ‘stdout’ and ‘stdout’ from CRLF to LF.  This
affected ‘Rterm’ and ‘R CMD BATCH’.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The compatibility function ‘x11()’ had not kept up with changes to
‘windows()’, and issued warnings about bad parameters. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14880">PR#14880</a>)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The ‘Sys.glob()’ function didn't handle UNC paths as it was designed to
try to do. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14884">PR#14884</a>)
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
There are two new environment variables which control the defaults for
command-line options.
</P>
<P>
If ‘R_WIN_INTERNET2’ is set to a non-empty value, it is as if
‘--internet2’ was used.
</P>
<P>
If ‘R_MAX_MEM_SIZE’ is set, it gives the default memory limit if
‘--max-mem-size’ is not specified: invalid values being ignored.
</DEL>
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2012-04-24</title>
<pubDate>Mon, 23 Apr 2012 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-15-branch/CHANGES/2012/04/23#c2012-04-24</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-15-branch/CHANGES/2012/04/23#c2012-04-24</guid>
<description><![CDATA[<H4>2.15.0 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
There are two new environment variables which control the defaults for
command-line options.
</P>
<P>
If ‘R_WIN_INTERNET2’ is set to a non-empty value, it is as if
‘--internet2’ was used.
</P>
<P>
If ‘R_MAX_MEM_SIZE’ is set, it gives the default memory limit if
‘--max-mem-size’ is not specified: invalid values being ignored.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2012-04-21</title>
<pubDate>Fri, 20 Apr 2012 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-15-branch/CHANGES/2012/04/20#c2012-04-21</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-15-branch/CHANGES/2012/04/20#c2012-04-21</guid>
<description><![CDATA[<H4>2.15.0 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">For ‘tiff(type = "windows")’, the numbering of per-page files except the last was off by one.</INS>
</P></LI>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The ‘Sys.glob()’ function didn't handle UNC paths as it was designed to try to do. (PR#14884)</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2012-04-20</title>
<pubDate>Thu, 19 Apr 2012 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-15-branch/CHANGES/2012/04/19#c2012-04-20</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-15-branch/CHANGES/2012/04/19#c2012-04-20</guid>
<description><![CDATA[<H4>2.15.0 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
The ‘Sys.glob()’ function didn't handle UNC paths as it was designed to
do. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14884">PR#14884</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2012-04-18</title>
<pubDate>Tue, 17 Apr 2012 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-15-branch/CHANGES/2012/04/17#c2012-04-18</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-15-branch/CHANGES/2012/04/17#c2012-04-18</guid>
<description><![CDATA[<H4>2.15.0 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
The compatibility function ‘x11()’ had not kept up with changes to
‘windows()’, and issued warnings about bad parameters. (<a href="https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14880">PR#14880</a>)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2012-04-17</title>
<pubDate>Mon, 16 Apr 2012 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-15-branch/CHANGES/2012/04/16#c2012-04-17</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-15-branch/CHANGES/2012/04/16#c2012-04-17</guid>
<description><![CDATA[<H4>2.15.0 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
Loading package ‘stats’ (which is done for a default session) would
switch line endings on ‘stdout’ and ‘stdout’ from CRLF to LF.  This
affected ‘Rterm’ and ‘R CMD BATCH’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2012-04-14</title>
<pubDate>Fri, 13 Apr 2012 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-15-branch/CHANGES/2012/04/13#c2012-04-14</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-15-branch/CHANGES/2012/04/13#c2012-04-14</guid>
<description><![CDATA[<H4>2.15.0 patched BUG FIXES (Windows)</H4>
<UL>
<LI><P>
For ‘tiff(type = &quot;windows&quot;)’, the labelling of per-page graphs except
the last was off by one.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2012-03-16</title>
<pubDate>Thu, 15 Mar 2012 19:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-15-branch/CHANGES/2012/03/15#c2012-03-16</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-15-branch/CHANGES/2012/03/15#c2012-03-16</guid>
<description><![CDATA[<H4>2.15.0 BUG FIXES (Windows)</H4>
<UL>
<LI><P>
Due to a race condition, some graphics changes were not flushed to the
display if another graphics window was closed at nearly the same time.
(Reported by Michael Sumner.)
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2012-03-07</title>
<pubDate>Tue, 06 Mar 2012 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-15-branch/CHANGES/2012/03/06#c2012-03-07</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-15-branch/CHANGES/2012/03/06#c2012-03-07</guid>
<description><![CDATA[<H4>2.15.0 NEW FEATURES (Windows)</H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
The behaviour of ‘unlink()’ for reparse points (including junctions and
symbolic links) has changed.  It no longer follow links (deleting the
contents of the link target rather than the link), and it is able to
delete the link itself (given sufficient permissions).
</DEL>
</P></LI>

</UL>
<H4>2.15.0 INSTALLER (Windows)</H4>
<UL>
<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">The installer has many fewer options with more files always being installed, as a few Mb of file space is nowadays no longer an issue.</INS>
</P></LI>
</UL>
<H4>2.15.0 PACKAGE INSTALLATION (Windows)</H4>
<UL>
<LI><P>
‘Rcmd INSTALL --merge-multiarch’ will work (but do a normal install) if
only one architecture is installed.
</P></LI>

<LI><P>
<INS STYLE="background:#E6FFE6;" TITLE="i=0">As the current toolchain uses only 32-bit executables, it is possible to compile a package for both architectures on 32-bit Windows provided both architectures of R have been installed: use ‘Rcmd INSTALL --compile-both’.</INS>
</P></LI>
</UL>]]></description>  
</item>
   <item>
<title>2012-03-05</title>
<pubDate>Sun, 04 Mar 2012 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-15-branch/CHANGES/2012/03/04#c2012-03-05</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-15-branch/CHANGES/2012/03/04#c2012-03-05</guid>
<description><![CDATA[<H4>CHANGES IN R 2.15.0 NEW FEATURES (Windows)</H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
The 32-bit and 64-bit builds are now treated equally, as it is
anticipated that 64-bit R will soon be (if not already) the more
commonly used.  This entails:
</P>
<P>
The ‘Rterm’ or ‘Rgui’ title mentions 32-bit as well as 64-bit.
</P>
<P>
The desktop icons are labelled ‘R i386’ and ‘R x64’.
</P>
<P>
‘R CMD INSTALL’ for a package with compiled code will fail if
compilation fails for any of the installed sub-architectures: use
‘--no-multiarch’ to override this.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘postscript(file = &quot;|cmd&quot;)’ now works on Windows.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
‘file.symlink()’ is now implemented on NTFS file systems on Vista or
later, for accounts which have suitable permissions (and most will
not).  It can link existing directories, and existing-or-not files.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
The behaviour of ‘unlink()’ for reparse points (including junctions and
symbolic links) has changed.  It no longer follow links (deleting the
contents of the link target rather than the link), and it is able to
delete the link itself (given sufficient permissions).
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
There is a new function ‘Sys.junction()’ to create junction points on
NTFS file systems.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
C-level error formats now use the trio library, and so for example use
‘1.53e-11’ (as required by C99) rather than ‘1.53e-011’.
</DEL>
</P></LI>

</UL>
<H4>CHANGES IN R 2.15.0 INSTALLER (Windows)</H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
The installer has many fewer options with more files always being
installed, as file space is nowadays no longer an issue.
</DEL>
</P></LI>

<LI><P>
<DEL STYLE="background:#FFE6E6;">
It is now possible to select ‘64-bit Files’ from the standard installer
even on a 32-bit version of Windows.
</DEL>
</P></LI>

</UL>
<H4>CHANGES IN R 2.15.0 PACKAGE INSTALLATION (Windows)</H4>
<UL>
<LI><P>
<DEL STYLE="background:#FFE6E6;">
As the current toolchain uses only 32-bit executables, it is possible
to compile a package for both architectures on 32-bit Windows provided
both architectures of R have been installed: use ‘R CMD INSTALL
--compile-both’.
</DEL>
</P></LI>

</UL>
<H4>2.15.0 NEW FEATURES (Windows)</H4>
<UL>
<LI><P>
The 32-bit and 64-bit builds are now treated equally, as it is
anticipated that 64-bit R will soon be (if not already) the more
commonly used.  This entails:
</P>
<P>
The ‘Rterm’ or ‘Rgui’ title mentions 32-bit as well as 64-bit.
</P>
<P>
The desktop icons are labelled ‘R i386’ and ‘R x64’.
</P>
<P>
‘R CMD INSTALL’ for a package with compiled code will fail if
compilation fails for any of the installed sub-architectures: use
‘--no-multiarch’ to override this.
</P></LI>

<LI><P>
‘postscript(file = &quot;|cmd&quot;)’ now works on Windows.
</P></LI>

<LI><P>
‘file.symlink()’ is now implemented on NTFS file systems on Vista or
later, for accounts which have suitable permissions (and most will
not).  It can link existing directories, and existing-or-not files.
</P></LI>

<LI><P>
The behaviour of ‘unlink()’ for reparse points (including junctions and
symbolic links) has changed.  It no longer follow links (deleting the
contents of the link target rather than the link), and it is able to
delete the link itself (given sufficient permissions).
</P></LI>

<LI><P>
There is a new function ‘Sys.junction()’ to create junction points on
NTFS file systems.
</P></LI>

<LI><P>
C-level error formats now use the trio library, and so for example
output ‘1.53e-11’ (as required by C99) rather than ‘1.53e-011’.
</P></LI>

</UL>
<H4>2.15.0 INSTALLER (Windows)</H4>
<UL>
<LI><P>
The installer has many fewer options with more files always being
installed, as file space is nowadays no longer an issue.
</P></LI>

<LI><P>
It is now possible to select ‘64-bit Files’ from the standard installer
even on a 32-bit version of Windows.
</P></LI>

</UL>
<H4>2.15.0 PACKAGE INSTALLATION (Windows)</H4>
<UL>
<LI><P>
As the current toolchain uses only 32-bit executables, it is possible
to compile a package for both architectures on 32-bit Windows provided
both architectures of R have been installed: use ‘R CMD INSTALL
--compile-both’.
</P></LI>

</UL>]]></description>  
</item>
   <item>
<title>2012-03-04</title>
<pubDate>Sat, 03 Mar 2012 18:00:00 GMT</pubDate>
<link>https://developer.r-project.org/blosxom.cgi/R-2-15-branch/CHANGES/2012/03/03#c2012-03-04</link>
<guid>https://developer.r-project.org/blosxom.cgi/R-2-15-branch/CHANGES/2012/03/03#c2012-03-04</guid>
<description><![CDATA[<H4>CHANGES IN R 2.15.0 NEW FEATURES (Windows)</H4>
<UL>
<LI><P>
The 32-bit and 64-bit builds are now treated equally, as it is
anticipated that 64-bit R will soon be (if not already) the more
commonly used.  This entails:
</P>
<P>
The ‘Rterm’ or ‘Rgui’ title mentions 32-bit as well as 64-bit.
</P>
<P>
The desktop icons are labelled ‘R i386’ and ‘R x64’.
</P>
<P>
‘R CMD INSTALL’ for a package with compiled code will fail if
compilation fails for any of the installed sub-architectures: use
‘--no-multiarch’ to override this.
</P></LI>

<LI><P>
‘postscript(file = &quot;|cmd&quot;)’ now works on Windows.
</P></LI>

<LI><P>
‘file.symlink()’ is now implemented on NTFS file systems on Vista or
later, for accounts which have suitable permissions (and most will
not).  It can link existing directories, and existing-or-not files.
</P></LI>

<LI><P>
The behaviour of ‘unlink()’ for reparse points (including junctions and
symbolic links) has changed.  It no longer follow links (deleting the
contents of the link target rather than the link), and it is able to
delete the link itself (given sufficient permissions).
</P></LI>

<LI><P>
There is a new function ‘Sys.junction()’ to create junction points on
NTFS file systems.
</P></LI>

<LI><P>
C-level error formats now use the trio library, and so for example use
‘1.53e-11’ (as required by C99) rather than ‘1.53e-011’.
</P></LI>

</UL>
<H4>CHANGES IN R 2.15.0 INSTALLER (Windows)</H4>
<UL>
<LI><P>
The installer has many fewer options with more files always being
installed, as file space is nowadays no longer an issue.
</P></LI>

<LI><P>
It is now possible to select ‘64-bit Files’ from the standard installer
even on a 32-bit version of Windows.
</P></LI>

</UL>
<H4>CHANGES IN R 2.15.0 PACKAGE INSTALLATION (Windows)</H4>
<UL>
<LI><P>
As the current toolchain uses only 32-bit executables, it is possible
to compile a package for both architectures on 32-bit Windows provided
both architectures of R have been installed: use ‘R CMD INSTALL
--compile-both’.
</P></LI>

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