Problems with deploying shiny app to shiny.io "unable to satisfy package: xtable (1.8-6)"

I am trying to launch a shiny app n shinyapps.io and no matter how simple it is I keep getting ths following message.

...Waiting for task: 1448925532
building: Building image: 10931400
building: Fetching packages
building: Building package: xtable

Begin Task Log

End Task Log

Error: Unhandled Exception: child_task=1448925533 child_task_status=failed: Error building image: Error fetching xtable (1.8-6) source. unable to satisfy package: xtable (1.8-6)
Execution halted

The issue is likely that you are using xtable 1.8-6, and the current version on CRAN is 1.8-4. The package sources section of the shinyapps.io user guide CRAN, GitHub and BioConductor are supported as sources of packages but R-Forge (which is where I found xtable 1.8-6) is not. If your app will work with 1.8-4, you might try downgrading to that version.

This worked thank you so much!

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