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?