Error in packages shinyapps

My app works locally but after deployment, it can't find the packages
My attempts to solve were:
library(package), require(package), package::function
So far none have worked
logs:

2021-10-13T17:47:45.624466+00:00 shinyapps[4848814]: Error in value[[3L]](cond) : there is no package called ‘rvest’
2021-10-13T17:47:45.624468+00:00 shinyapps[4848814]: Calls: local ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
2021-10-13T17:47:45.624471+00:00 shinyapps[4848814]: Execução interrompida
2021-10-13T17:47:45.624491+00:00 shinyapps[4848814]: Shiny application exiting ...

The problem of not finding the package is not unique to rvest

1 Like

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