I have a Shiny app that I am attempting to deploy to shinyapps.io, but is failing. The repository with the app is here: GitHub - wjakethompson/ab-test
When I run rsconnect::deployApp()
, I get the following error:
Error: Unhandled Exception: Child Task 1303183864 failed:
Error building image: Error fetching MASS (7.3-58.4) source.
<CRANPackageSource repo='http://cran.rstudio.org'> unable to satisfy package: MASS (7.3-58.4)
I'm not specifying a specific version of MASS in the DESCRIPTION file, but it appears that the CRAN version of MASS is 7.3-60: CRAN - Package MASS
Any recommendations on how to get the app to deploy successfully?