Help: Required package curl not found

Hi can someone suggest how to solve the deployment issue with the App below?
https://campos.shinyapps.io/weather/

Hi there, and welcome to community.rstudio.com!

It looks to me like the curl package is not installed. Have you run install.packages("curl") and called library(curl) inside your app.R file?

Does your app work locally - that is, when you test it on your laptop outside of shinyapps.io, do you get the same error?

1 Like

Thanks kmprioli, that helped a lot.
The App was deployed after I added the following two lines (below) in the app.R file:
library(curl)
library(V8)

If your question's been answered (even by you!), would you mind choosing a solution? It helps other people see which questions still need help, or find solutions if they have similar problems. Here’s how to do it: