安装 Plotly Dash for R 的问题
Issues installing Plotly Dash for R
我正在尝试按照 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
这就是它 returns,'unknown package' 非常感谢任何帮助
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.)
刚刚安装包重现错误,可惜无法重现。但是,沿着“error 403 和
API 超出速率限制...”可能是在您的 .Rprofile
中添加您的 github
授权令牌,这就是“但好消息是:”括号内的消息正试图通知您。如果您还没有,请查看实际项目 github
站点 Dash for R。那不妨为您提供解决问题的意见。
我正在尝试按照 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
这就是它 returns,'unknown package' 非常感谢任何帮助
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.)
刚刚安装包重现错误,可惜无法重现。但是,沿着“error 403 和
API 超出速率限制...”可能是在您的 .Rprofile
中添加您的 github
授权令牌,这就是“但好消息是:”括号内的消息正试图通知您。如果您还没有,请查看实际项目 github
站点 Dash for R。那不妨为您提供解决问题的意见。