【发布时间】:2018-10-27 21:30:58
【问题描述】:
在我工作的公司,我们正在努力提升我们的 GTFS 功能,我可以跨 GTFSR 库,这让我非常兴奋!
对 R 很陌生,我花了一段时间才弄清楚我需要安装 devtools,不幸的是,即使在安装 devtools 之后,我也会收到以下错误:
devtools::install_github('ropenscilabs/gtfsr')
下载 GitHub 代码库ropenscilabs/gtfsr@master
来自网址 https://api.github.com/repos/ropenscilabs/gtfsr/zipball/master 安装 gtfsr 下载 GitHub repo rstudio/leaflet@master from 网址https://api.github.com/repos/rstudio/leaflet/zipball/master 安装传单 "C:/PROGRA~1/R/R-34~1.4/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet CMD INSTALL \ "C:/Users/Username/AppData/Local/Temp/RtmpMr0ZUc/devtools2b9c242555c/rstudio-leaflet-6aa608f" --library="C:/Program \ Files/R/R-3.4.4/library" --install-tests
在 R CMD INSTALL 安装失败:命令失败 (65535) "C:/PROGRA~1/R/R-34~1.4/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet CMD INSTALL \ "C:/Users/Username/AppData/Local/Temp/RtmpMr0ZUc/devtools2b9c2a431852/ropensci-gtfsr-3af920a" --library="C:/Program \ Files/R/R-3.4.4/library" --install-tests
在 R CMD INSTALL 安装失败:命令失败 (65535)
库(gtfsr) 库中的错误(gtfsr):没有名为“gtfsr”的包
【问题讨论】:
-
我认为用户名应该是“ropensci”-
devtools::install_github(ropensci/gtfsr)
标签: r install.packages gtfs