JGCRI/gcamwrapper

R and Windows

Opened this issue · 0 comments

Think about how to handle building gcamwrapper in R on Windows. R on windows uses mingw as it's C++ compiler (a Windows build of GCC) and it seems unlikely it will be able to link with a Visual Studio built library. In addition not until R 4.0 does it use a version of mingw new enough to support the C++ 14 standard which GCAM uses.