Skip to content

Commit 851ef3e

Browse files
committed
cran url checks
1 parent 2a930c4 commit 851ef3e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/articles/Making_maps_with_cancensus.html

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/Making_maps_with_cancensus.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ggplot(toronto) + geom_sf(aes(fill = median_hh_income), colour = "grey") +
8080

8181
# Interactive maps with leaflet
8282

83-
The [leaflet](http://leafletjs.com) library is a mainstay behind interactive web maps, and RStudio has [package](https://rstudio.github.io/leaflet/) that allows creation of interactive leaflet maps without having to leave R or use Javascript.
83+
The [leaflet](https://leafletjs.com) library is a mainstay behind interactive web maps, and RStudio has [package](https://rstudio.github.io/leaflet/) that allows creation of interactive leaflet maps without having to leave R or use Javascript.
8484

8585
Leaflet for R can natively read in `sf` or `sp` class objects. Leaflet maps use a tile layer server to generate the base maps on which your data is plotted. There's a number of different base layers available to use, although some require third party API keys. A gallery of available basemaps can be found [here](http://leaflet-extras.github.io/leaflet-providers/preview/index.html).
8686
```{r message=FALSE, warning=FALSE, include=FALSE}

0 commit comments

Comments
 (0)