我希望为R安装bizdays软件包。我尝试了传统方法以及下面的方法,但收效甚微。 有人可以帮忙理解为什么无法安装此特定软件包,而其他所有软件包都通过OK。
我得到以下日志:
> devtools::install_github('wilsonfreitas/R-bizdays')
Downloading GitHub repo wilsonfreitas/R-bizdays@master
from URL https://api.github.com/repos/wilsonfreitas/R-bizdays/zipball/master
Installing bizdays
'/Library/Frameworks/R.framework/Resources/bin/R' --no-site-file --no-environ --no-save --no-restore --quiet CMD INSTALL \
'/private/var/folders/z9/vfdjnsxx5zv15kdvfdy65trh0000gn/T/RtmpPTQIDE/devtoolsb4365b7ed46d/wilsonfreitas-R-bizdays-5685a08' \
--library='/Users/Mood/Library/R/3.2/library' --install-tests
/Library/Frameworks/R.framework/Resources/bin/R: line 261: /Library/Frameworks/R.framework/Resources/bin/exec/R: No such file or directory
/Library/Frameworks/R.framework/Resources/bin/R: line 261: exec: /Library/Frameworks/R.framework/Resources/bin/exec/R: cannot execute: No such file or directory
Installation failed: Command failed (126)