rstudio / rsconnect

Publish Shiny Applications, RMarkdown Documents, Jupyter Notebooks, Plumber APIs, and more
http://rstudio.github.io/rsconnect/
129 stars 79 forks source link

App deployment via RStudio: Can't re-install packages from source. #1047

Open Chrizsly opened 4 months ago

Chrizsly commented 4 months ago

Hi,

trying to deploy a simple shiny app from r studio. back-end code requires rClr, which is not available from CRAN. I get the following error message when trying to deploy:

Error increateAppManifest()at rsconnect/R/deployApp.R:645:3: ! All packages must be installed from a reproducible location. ✖ Can't re-install packages installed from source: rClr.

Seems like a re-curring issue, but unable to find a quick solution. Thanks for the help!