【发布时间】:2014-07-23 15:20:46
【问题描述】:
我正在尝试从 Github 安装一个软件包,但它总是向我显示相同的错误:
> install_github("jfpalomeque/Momocs")
Installing github repo Momocs/master from jfpalomeque
Downloading master.zip from https://github.com/jfpalomeque/Momocs/archive/master.zip
Installing package from C:\DOCUME~1\Ged\CONFIG~1\Temp\RtmpE15W58/master.zip
Installing Momocs
"C:/ARCHIV~1/R/R-31~1.0/bin/i386/R" --vanilla CMD INSTALL "C:\Documents and \
Settings\Ged\Configuración \
local\Temp\RtmpE15W58\devtools5a86536733\Momocs-master" \
--library="C:/Archivos de programa/R/R-3.1.0/library" --install-tests
Warning: invalid package 'C:\Documents and Settings\Ged\Configuración local\Temp\RtmpE15W58\devtools5a86536733\Momocs-master'
Error: ERROR: no packages specified
Error: Command failed (1)
我的会议:
R version 3.1.0 (2014-04-10) -- "Spring Dance"
Copyright (C) 2014 The R Foundation for Statistical Computing
Platform: i386-w64-mingw32/i386 (32-bit)
【问题讨论】:
-
你加载了
devtools库吗? -
对你来说是个好消息(有点)——在 linux 上安装对我来说很好。
-
您可能因为文件路径中的空格而遇到问题?