我正在运行Windows 10 x64。我从以下位置安装了Rtools:
https://cran.r-project.org/bin/windows/Rtools/
但是,
> Sys.which("g++")
将路径返回到32位版本。
g++
"c:\\Rtools\\mingw_32\\bin\\G__~1.EXE"
为什么会这样?如何解决?
FWIW
> devtools::find_rtools(debug = TRUE)
Scanning R CMD config CC...
cc_path: C:/Rtools/mingw_64/bin/gcc
install_path: C:/Rtools
VERSION.txt
Rtools version 3.5.0.4
Found compatible gcc from R CMD config CC
[1] TRUE