I'm trying out the free version of shinyapps.io, and I've run across a problem deploying my app. It looks like it's having trouble deploying a package while the image is being created. I've been getting the same error for a few days, so I thought I'd report the issue in case it's a system problem.
Here's the log:
Preparing to deploy application...DONE
Uploading bundle for application: 882292...DONE
Deploying bundle: 2030049 for application: 882292 ...
Waiting for task: 607006882
building: Parsing manifest
building: Building image: 2136575
building: Installing system dependencies
building: Fetching packages
error: Building package: MASS
################################ Begin Task Log ################################
[2019-04-22T17:42:55.802835502+0000] Execute script: packages/build/sys.sh
+ set -e
+ apt-get update -qq
+ apt-get install -y libapparmor-dev
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
libapparmor-dev
0 upgraded, 1 newly installed, 0 to remove and 58 not upgraded.
Need to get 67.5 kB of archives.
After this operation, 228 kB of additional disk space will be used.
Get:1 http://us-east-1.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libapparmor-dev amd64 2.10.95-0ubuntu2.10 [67.5 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 67.5 kB in 0s (0 B/s)
Selecting previously unselected package libapparmor-dev:amd64.
(Reading database ... 119344 files and directories currently installed.)
Preparing to unpack .../libapparmor-dev_2.10.95-0ubuntu2.10_amd64.deb ...
Unpacking libapparmor-dev:amd64 (2.10.95-0ubuntu2.10) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up libapparmor-dev:amd64 (2.10.95-0ubuntu2.10) ...
################################# End Task Log #################################
Error: Unhandled Exception: Child Task 607006884 failed: Error building image: Error fetching MASS (7.3-51.4) source. <CRANPackageSource repo='http://cran.rstudio.org'> unable to satisfy package: MASS (7.3-51.4)
Execution halted