Error updating Shiny App - Wrong version number on deployment

Dear RStudio team,
first, thank you for your fantastic work and the resources you provide.

I have an app running under https://cnorm.shinyapps.io/cNORM/ and there is a problem on updating it. The app is based on cNORM. The current version of cNORM is 1.1.8 and the last official release to CRAN was 1.1.5. When trying to deploy the updated shiny app from RStudio, shinyapps tries to load version 1.1.7 from CRAN which is not available and that results in the following error:

Unhandled Exception: Child Task 597386026 failed: Error building image: Error fetching cNORM (1.1.7) source. <CRANPackageSource repo='http://cran.rstudio.org'> unable to satisfy package: cNORM (1.1.7)

Is there a cache I can clear or force shinyapps to use the current available version of the package?

Thanks and with best regards,
W. Lenhard

Solved
Using rsconnect::deployApp() on the console worked (instead of publishing via the "Publish"-icon in RStudio).

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.