My shiny app deploys without error to shinyapps and works perfectly. Deploying to an rsconnect account has been a nightmare. It finally deployed yesterday, but there was an error in the code, so I fixed it and attempted to redploy. Now, deployment fails with this message, seemingly related to minqa, lme4 packages:
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '/opt/rstudio-connect/mnt/packrat/4.0.0/v2/library/minqa/a2fe2d2954e0ed209c92412f3677c8f5/minqa/libs/minqa.so':
/lib64/libm.so.6: version `GLIBC_2.29' not found (required by /opt/rstudio-connect/mnt/packrat/4.0.0/v2/library/minqa/a2fe2d2954e0ed209c92412f3677c8f5/minqa/libs/minqa.so)
Calls: <Anonymous> ... asNamespace -> loadNamespace -> library.dynam -> dyn.load
Execution halted
ERROR: lazy loading failed for package ‘lme4’
This thread documents a similar error but in shinyapps. Any potential solutions for Rstudio-connect?