我正在尝试在我的windows机器上安装papaja包。但是我得到了以下错误信息
Installing 3 packages: bookdown, rmdfiltr, zip
Installing packages into ‘C:/Users/cophuser/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
Error: Failed to install 'papaja' from GitHub:
(converted from warning) unable to access index for repository http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/3.6:
cannot open URL 'http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/3.6/PACKAGES'我使用此命令安装papaja
# Install devtools package if necessary
if(!"devtools" %in% rownames(installed.packages())) install.packages("devtools")
# Install the stable development verions from GitHub
devtools::install_github("crsh/papaja")
# Install the latest development snapshot from GitHub
devtools::install_github("crsh/papaja@devel")如果你知道如何解决这个问题,请告诉我该怎么做
发布于 2020-09-09 17:35:36
我也有同样的问题,我通过将我的Rtools更新到v.4来解决它。
https://stackoverflow.com/questions/60517189
复制相似问题