Shiny app using INLA is not deploying

I want to publish my app in shinyapps.io. It works locally. But when I am going to publish it gives an error:

Preparing to deploy application...DONE
Uploading bundle for application: 2187264...Warning in FUN(X[[i]], ...) :
Unable to find repository URL for package INLA
DONE
Deploying bundle: 3119425 for application: 2187264 ...
Waiting for task: 727990173
building: Parsing manifest
building: Building image: 3481279
building: Fetching packages
building: Building package: INLA
################################ Begin Task Log ################################
################################# End Task Log #################################
Error: Unhandled Exception: Child Task 727990174 failed: Error building image: Error fetching INLA (20.04.18) source. unable to satisfy package: INLA (20.04.18)
In addition: Warning message:
In FUN(X[[i]], ...) :
Package 'INLA 20.04.18' was installed from sources; Packrat will assume this package is available from a CRAN-like repository during future restores
Execution halted

I have asked about this from R-INLA people. But they said it is not their but shiny issue. I have updates all the packages including INLA. Hope you guys help me to fix this.

Thank you.

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.