Help Needed with Deployment Error: Non-CRAN INLA Package and renv Validation Failure

I’m currently working on deploying a Shiny app using rsconnect and encountered an issue related to the renv snapshot validation. Below are the details of the error:

Error in renv_snapshot_validate_report(valid, prompt, force):
aborting snapshot due to pre-flight validation failure

It seems that the INLA package I am using was installed from an unknown source, and renv is unable to validate it. Despite attempting to deploy the app, the error persists.

I’ve tried reinstalling the package and updating the renv snapshot, but the issue remains unresolved. Could you please guide me on how to resolve this error and successfully deploy my Shiny app?

I would greatly appreciate any advice or suggestions you can provide.