I'm trying to deploy a Shiny app that is contained in an R package, it was working fine until a few days ago when RStudio obliged me to update Rsconnect. Since then I have been unable to deploy the app. It seems to install the package on shinyapps.io successfully but then issues the following error message and stops:
[2023-09-06T13:20:21.359196104+0000] Building R package: PEACh (0.0.0.9059)
/mnt/packages/build /mnt
Warning message:
no DISPLAY variable so Tk is not available
Warning: no DISPLAY variable so Tk is not available
Warning: no DISPLAY variable so Tk is not available
Warning in untar2(tarfile, files, list, exdir, restore_times) :
skipping pax global extended headers
* installing to library ‘/opt/R/4.3.0/lib/R/library’
* installing *source* package ‘PEACh’ ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* creating tarball
packaged installation of ‘PEACh’ as ‘PEACh_0.0.0.9059_R_x86_64-pc-linux-gnu.tar.gz’
* DONE (PEACh)
/mnt
Quarto not found.
## End Task Log ################################################################
Error: Unhandled Exception: Child Task 1333408374 error: Unhandled Exception: 599
Execution halted
I don't have Quarto installed and as far as I know the app I am trying to deploy has no dependency to Quarto.
To try to resolve the issue I updated R (to 4.3.0), RStudio (to 2023.03.0 Build 386) and cleaned out the previous version of the app from Shinyapps.io to enable a clean install. Still the problem persists.
Any help would be much appreciated.
Kind regards
Alex Mitrani