我已按照以下过程从 GitHub 安装 RMongo
library(devtools)
library(httr)
set_config(use_proxy(url="", port=9090, username="xxxx",password="xxx"))
install_github("tc/RMongo")
但我收到以下错误
install_github("tc/RMongo")
Downloading GitHub repo tc/RMongo@master
from URL https://api.github.com/repos/tc/RMongo/zipball/master
Installing RMongo
C:/PROGRA~1/R/R-33~1.0/bin/x64/R" --no-site-file --no-environ --no-save \
--no-restore --quiet CMD INSTALL \
"C:/Users/xxx/AppData/Local/Temp/RtmpkLyleH/devtools24a85742c3f/tc-RMongo-cba187f" \
--library="C:/Users/xxxx/Documents/R/win-library/3.3" --install-tests
* installing *source* package 'RMongo' ...
** libs
*** arch - i386
no DLL was created
ERROR: compilation failed for package 'RMongo'
* removing 'C:/Users/xxxx/Documents/R/win-library/3.3/RMongo'
Error: Command failed (1)
我也安装了Rtools ..
让我知道我该如何处理这个问题。