Skip to content

Is an update of Rtools in the mid-to-distant future?

2 messages · Avraham Adler, Jeroen Ooms

#
Hello.

Has there been any thought or consideration given to updating Rtools from
4.9.3 to a 5.x or 6.x flavor, or was the push from 4.6 to 4.9.3 difficult
enough that this should be tabled for a year or three? I know, I'm one to
talk when Jeroen, Kevin, and Dr. Murdoch do all the work, but with GCC up
to 6.3, there have been a lot of changes between 4.9.3 and 4.9.4 [1], 5.x
[2] and 6.x [3].

Thank you,

Avi

[1] <
https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.9.4
[2] <https://gcc.gnu.org/gcc-5/changes.html>

[3] <https://gcc.gnu.org/gcc-6/changes.html>
#
On Mon, Jan 30, 2017 at 3:08 PM, Avraham Adler <avraham.adler at gmail.com> wrote:

            
Definitely no upgrade planned for R 3.4, and I expect it won't get
upgraded until it is really needed again.

The 4.9.3 upgrade was motivated by C++11 support, which was largely
missing in 4.6.3 and becoming mainstream. I don't think there are any
new features in 5.x or 6.x at this point that are critical enough to
outweigh the disruption.

That said, any future upgrades should be much easier than the last one
because we switched to a pretty standard gcc/mingw configuration. In
fact you can easily configure R to use a more recent compiler (e.g.
from msys2), which would allow you to use new compiler features
locally.