tidymodels / TMwR

Code and content for "Tidy Modeling with R"
https://tmwr.org
Other
604 stars 285 forks source link

Switch back to shortened URL in Ch 2 #304

Open juliasilge opened 2 years ago

juliasilge commented 2 years ago

In #302 we found we had to switch out the shortened URL http://bit.ly/raw-train-data-csv that we use in Chapter 2 for the long, original URL https://data.cityofchicago.org/api/views/5neh-572f/rows.csv?accessType=DOWNLOAD&bom=true&format=true.

Both Max and I can access the shortened URL from R just fine but it failed on GH actions multiple times. Let's see if we can switch back at some point.