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
I experienced the same problem, I fixed this problem by adding Rtools dir into env variables:
Sys.setenv(BINPREF = "C:/Rtools/mingw_$(WIN)/bin/")