Currently, our LineStrings example uses the "eea large_rivers" sample data provided by geodatasets package. The EEA dataset is relatively large (339 KB) and its download link (https://www.eea.europa.eu/data-and-maps/data/wise-large-rivers-and-large-lakes/zipped-shapefile-with-wise-large-rivers-vector-line/zipped-shapefile-with-wise-large-rivers-vector-line/at_download/file) occasionally times out during documentation builds, causing unnecessary failures.
I find that the Natural Earth datasets (https://www.naturalearthdata.com) are better and usually have smaller file sizes. And the mirror URL https://naciscdn.org/naturalearth/ is even more stable.
We can improve both the LineString and choropleth map examples using the Natural Earth data.