rstudio / rsconnect

Publish Shiny Applications, RMarkdown Documents, Jupyter Notebooks, Plumber APIs, and more

Home Page:http://rstudio.github.io/rsconnect/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Chrizsly opened this issue · comments

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 in createAppManifest() 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!