【发布时间】:2021-08-09 13:09:46
【问题描述】:
我尝试在 Heroku 上发布 Shiny App,但 buildpack 出现问题(我使用了http://github.com/virtualstaticvoid/heroku-buildpack-r.git)。
我的 buildpack 正在使用堆栈 18,但 Heroku 需要堆栈 20。
你知道堆栈 20 或其他解决方案的 R Shiny buildpack 吗?我需要为 Shiny App 使用 Heroku CLI 吗?
以下来自 Heroku 的信息。
Building on the Heroku-20 stack
Using buildpack: http://github.com/virtualstaticvoid/heroku-buildpack-r.git
R Shiny app detected
This version of the heroku-buildpack-r is NO LONGER SUPPORTED!
See https://github.com/virtualstaticvoid/heroku-buildpack-r for details.
ERROR: This version of the buildpack is intended for use with the 'heroku-16' stack
Use the 'heroku stack:set' CLI command to use the 'heroku-16' stack.
See https://devcenter.heroku.com/articles/stack for more information.
Push rejected, failed to compile R Shiny app.
Push failed
【问题讨论】:
标签: r heroku shiny heroku-cli