【发布时间】:2020-10-21 14:52:30
【问题描述】:
我正在尝试按照 plotly 网站https://dashr.plot.ly/installation 上的描述为 R 安装新发布的 Plotly Dash 包,即运行
library(devtools) # devtools: Tools to Make Developing R Packages Easier
# The following statement will also install dashCoreComponents,
# dashHtmlComponents, and dashTable
install_github('plotly/dashR') # The core dash backend
这是它返回的内容,“未知包”非常感谢任何帮助
Error: Failed to install 'unknown package' from GitHub:
HTTP error 403.
API rate limit exceeded for 86.134.113.102. (But here's the good news:
Authenticated requests get a higher rate limit. Check out the
documentation for more details.)
【问题讨论】:
标签: r plotly plotly-dash plotly-dashr