Search code examples
rshinyshinyappsgolem

Deploying shiny app made with golem to shinyapps.io gives Error


I am trying to deploy shiny app made with golem to the shinyapps.io . It was working well few days back but now when I am trying to deploy gives following error. enter image description here

I tried deploying simple new golem shiny app that also gave the same error. What is the problem?


Solution

  • It seems that the problems comes with ShinyApps.io and not directly {golem}. Indeed, {gert} requires a system dependency : libgit2, which may not be already installed on ShinyApps.io.
    You can open an issue here to ask for this system dependency : https://github.com/rstudio/shinyapps-package-dependencies/issues

    There is already an issue about this on {golem} here: https://github.com/ThinkR-open/golem/issues/559