前にちらっと書きましたが、Rtools 3.3からはGCCのバージョンが4.9.3になります。
GCCのツールチェインは以前はC\:Rtools\gcc-4.6.3
にありましたが、新しいのはC:\Rtools\mingw_64\bin
とC:\Rtools\mingw_32\bin
に変わったみたいです。C:\Rtools\mingw_64\bin
をPATH
に入れておけばうまく動いてるっぽいです。
system("g++ --version") #> G__~1.EXE (x86_64-posix-seh, Built by MinGW-W64 project) 4.9.3 #> Copyright (C) 2015 Free Software Foundation, Inc. #> This is free software; see the source for copying conditions. There is NO #> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
と出ればOK。