simon-smart88 / disagapp

R shiny app for disaggregation regression
https://simon-smart88.github.io/disagapp/
0 stars 0 forks source link

Fail safely when not connected to the internet #10

Closed simon-smart88 closed 4 months ago

simon-smart88 commented 7 months ago

Can check with curl::has_internet() but need to consider where best to put it. Probably in server.R with an error log when not connected and the result stored in common so we can block functions that need it

simon-smart88 commented 6 months ago

combine with a reactiveTimer ?

simon-smart88 commented 4 months ago

what happens if the connection is lost halfway