Error installing and running rcpp

后端 未结 4 1950
暗喜
暗喜 2021-01-12 04:24

I\'m pretty new to R so apologies for a stupid question. I\'m trying to get rcpp running but I\'m stuck in an endless loop of R asking me to re-install RTools.

I bro

4条回答
  •  孤城傲影
    2021-01-12 04:49

    I experienced the same problem, I fixed this problem by adding Rtools dir into env variables:

    Sys.setenv(BINPREF = "C:/Rtools/mingw_$(WIN)/bin/")
    

提交回复
热议问题