Shiny app failing to deploy

My app was previously deploying to cloud but when I tried today (after only changing text -- have checked the diff using git), it fails for the below reason(s):

Error: Unhandled Exception: Child Task 579028199 failed: Error building image: Error building mgcv (1.8-26). Build exited with non-zero status: 1

Any ideas? My app dependencies are as follows:

rsconnect::appDependencies()
             package   version source

1 BH 1.65.0-1 CRAN
2 DBI 1.0.0 CRAN
3 DirichletReg 0.6-3 CRAN
4 DistributionUtils 0.6-0 CRAN
5 Formula 1.2-1 CRAN
6 GeneralizedHyperbolic 0.8-4 CRAN
7 LaplacesDemon 16.0.1 CRAN
8 MASS 7.3-45 CRAN
9 Matrix 1.2-14 CRAN
10 R6 2.2.2 CRAN
11 RColorBrewer 1.1-2 CRAN
12 RCurl 1.95-4.10 CRAN
13 Rcpp 0.12.13 CRAN
14 RcppEigen 0.3.3.3.1 CRAN
15 StanHeaders 2.17.2 CRAN
16 VarianceGamma 0.4-0 CRAN
17 actuar 2.1-1 CRAN
18 assertthat 0.2.0 CRAN
19 backports 1.1.1 CRAN
20 base64enc 0.1-3 CRAN
21 bindr 0.1 CRAN
22 bindrcpp 0.2 CRAN
23 bitops 1.0-6 CRAN
24 broom 0.5.0 CRAN
25 caTools 1.17.1 CRAN
26 callr 3.0.0 CRAN
27 cellranger 1.1.0 CRAN
28 cli 1.0.0 CRAN
29 clipr 0.4.1 CRAN
30 colorspace 1.2-6 CRAN
31 colourpicker 0.3 CRAN
32 crayon 1.3.4 CRAN
33 crosstalk 1.0.0 CRAN
34 curl 2.3 CRAN
35 data.table 1.10.4-3 CRAN
36 dbplyr 1.2.2 CRAN
37 dichromat 2.0-0 CRAN
38 digest 0.6.13 CRAN
39 dplyr 0.7.4 CRAN
40 evaluate 0.10.1 CRAN
41 expint 0.1-4 CRAN
42 fansi 0.3.0 CRAN
43 forcats 0.3.0 CRAN
44 ggExtra 0.7 CRAN
45 ggplot2 3.1.0 CRAN
46 glue 1.3.0 CRAN
47 gridExtra 2.2.1 CRAN
48 gtable 0.2.0 CRAN
49 haven 1.1.2 CRAN
50 hexbin 1.27.1 CRAN
51 highr 0.6 CRAN
52 hms 0.3 CRAN
53 htmltools 0.3.6 CRAN
54 htmlwidgets 1.3 CRAN
55 httpuv 1.4.4.1 CRAN
56 httr 1.3.1 CRAN
57 inline 0.3.14 CRAN
58 jsonlite 1.5 CRAN
59 knitr 1.17 CRAN
60 labeling 0.3 CRAN
61 later 0.7.3 CRAN
62 lattice 0.20-33 CRAN
63 lazyeval 0.2.0 CRAN
64 logitnorm 0.8.34 CRAN
65 lubridate 1.7.4 CRAN
66 magrittr 1.5 CRAN
67 markdown 0.8 CRAN
68 maxLik 1.3-4 CRAN
69 mgcv 1.8-26 CRAN
70 mime 0.5 CRAN
71 miniUI 0.1.1 CRAN
72 miscTools 0.6-16 CRAN
73 modelr 0.1.2 CRAN
74 munsell 0.4.3 CRAN
75 mvtnorm 1.0-6 CRAN
76 nlme 3.1-128 CRAN
77 openssl 0.9.9 CRAN
78 packrat 0.4.8-1 CRAN
79 pillar 1.3.0 CRAN
80 pkgconfig 2.0.1 CRAN
81 plogr 0.2.0 CRAN
82 plotly 4.8.0 CRAN
83 plyr 1.8.4 CRAN
84 processx 3.2.0 CRAN
85 promises 1.0.1 CRAN
86 ps 1.1.0 CRAN
87 purrr 0.2.5 CRAN
88 readr 1.1.1 CRAN
89 readxl 1.1.0 CRAN
90 rematch 1.0.1 CRAN
91 reprex 0.2.0 CRAN
92 reshape 0.8.6 CRAN
93 reshape2 1.4.2 CRAN
94 rgl 0.96.0 CRAN
95 rlang 0.2.2 CRAN
96 rmarkdown 1.7 CRAN
97 rprojroot 1.2 CRAN
98 rsconnect 0.8.10 github
99 rstan 2.17.3 CRAN
100 rstudioapi 0.7 CRAN
101 rvest 0.3.2 CRAN
102 sandwich 2.3-4 CRAN
103 scales 0.5.0 CRAN
104 scatterplot3d 0.3-40 CRAN
105 selectr 0.3-1 CRAN
106 shiny 1.1.0 CRAN
107 shinyRGL 0.1.0 CRAN
108 shinyjs 1.0 CRAN
109 sourcetools 0.1.7 CRAN
110 stringi 1.1.1 CRAN
111 stringr 1.2.0 CRAN
112 tibble 1.4.2 CRAN
113 tidyr 0.8.1 CRAN
114 tidyselect 0.2.4 CRAN
115 tidyverse 1.2.1 CRAN
116 utf8 1.1.4 CRAN
117 viridisLite 0.3.0 CRAN
118 whisker 0.3-2 CRAN
119 withr 2.1.2 CRAN
120 xml2 1.1.1 CRAN
121 xtable 1.8-2 CRAN
122 yaml 2.1.16 CRAN
123 zoo 1.7-13 CRAN

I think there was a bad cached package. Could you try again please?

This topic was automatically closed 21 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.