【发布时间】:2022-01-29 18:07:21
【问题描述】:
我正在尝试从 GitHub (https://www.rdocumentation.org/packages/ggpattern/versions/0.2.0) 安装 ggpattern 包
我已经重新安装了R,按照网站的所有步骤,也试过了
remotes::install_github("coolbutuseless/ggpattern", force = TRUE)
但我仍然得到:
Error: Failed to install 'unknown package' from GitHub:
HTTP error 401.
Bad credentials
Rate limit remaining: 19/60
Rate limit reset at: 2022-01-29 18:28:15 UTC
我正在 Windows 上开发 R 版本 4.1.2(我认为是最新的)。 你知道这里有什么问题吗?
【问题讨论】:
标签: r github ggplot2 installation failed-installation