I am trying to use the {tidytuesdayR} package on RStudio Cloud. Specifically, I'm trying to download data for #tidytuesday.
However, I am running into a warning (that is indicating that no output is returned): "No Internet Connection was found"
library(tidytuesdayR)
#> --- WARNING ---
#> No Internet Connection was found - Functions in {tidytuesdayR} that rely on an internet connection will only return NULL
tt_output <- tt_load_gh(last_tuesday())
#> Warning - No Internet Connectivity
Created on 2020-07-25 by the reprex package (v0.3.0)
I checked, and this works fine locally (on my computer). Why is this causing a warning on RStudio Cloud?