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