R 3.3.0 installing a package on Windows: gcc not found error

前端 未结 1 1855
北荒
北荒 2020-12-05 08:30

I am trying to install an R package which contains some C code under Windows. I have R 3.3.0 installed and also Rtools 3.3.0 installed on my computer\'s D: disk.

An

相关标签:
1条回答
  • 2020-12-05 09:05

    OK, I sent an email to the R-package-devel group regarding to this issue. And the following is the reply, and it does work!

    Please adapt your BINPREF variable in R/etc/$Arch/Makeconf files appropriately to point to the coresponding compiler for each architecture - this is new with the new toolchain we use with R >= 3.3.0.

    0 讨论(0)
提交回复
热议问题