In the procces of deploying an app to Shinyapps.io I'm getting this error:
################################ Begin Task Log ################################
[2018-06-02T12:56:37.263197672+0000] Execute script: packages/build/udunits2.sh
- set -e
- apt-get update -qq
- apt-get install -y libudunits2-dev
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
libudunits2-0
The following NEW packages will be installed:
libudunits2-0 libudunits2-dev
0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
Need to get 430 kB of archives.
After this operation, 992 kB of additional disk space will be used.
Get:1 http://us-east-1.ec2.archive.ubuntu.com/ubuntu xenial/universe amd64 libudunits2-0 amd64 2.2.20-1 [69.5 kB]
Get:2 http://us-east-1.ec2.archive.ubuntu.com/ubuntu xenial/universe amd64 libudunits2-dev amd64 2.2.20-1 [360 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 430 kB in 0s (26.3 MB/s)
Selecting previously unselected package libudunits2-0:amd64.
(Reading database ... 119115 files and directories currently installed.)
Preparing to unpack .../libudunits2-0_2.2.20-1_amd64.deb ...
Unpacking libudunits2-0:amd64 (2.2.20-1) ...
Selecting previously unselected package libudunits2-dev.
Preparing to unpack .../libudunits2-dev_2.2.20-1_amd64.deb ...
Unpacking libudunits2-dev (2.2.20-1) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Setting up libudunits2-0:amd64 (2.2.20-1) ...
Setting up libudunits2-dev (2.2.20-1) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
################################# End Task Log #################################
Error: Unhandled Exception: Child Task 529349400 error: Unhandled Exception: HTTP 599: Timeout
And just i can't figure it if the error have to be with the upload to servers (connetion failures) or just with some package of my app.
I have in my app the bioconductor package "reactome.db" wich has 500megabytes of size , so I don't know if the size of the package is causing the issue.