Skip to content
Prev 9533 / 10988 Next

[Rcpp-devel] C++ compiler being omitted during compilation

Hi, Charles, I think this is a known problem in Microsoft R Open.

You can try to add following lines into your ~/.R/Makevars file:

CXX1X=gcc -std=c++0x
CXX1XSTD=-std=c++0x

Best,

KK

On Mon, Feb 20, 2017 at 11:29 AM, Charles Determan <cdetermanjr at gmail.com>
wrote: