inbo / tutorials

A collection of technical tutorials for INBO (and anyone who's interested)
https://tutorials.inbo.be/
Creative Commons Attribution 4.0 International
22 stars 9 forks source link

Fix #74: add note to (non)interactive widgets #284

Closed peterdesmet closed 2 years ago

peterdesmet commented 2 years ago

Description

Interactive maps are knitted to static ones. This PR adds a note to tutorials with such maps, so users are notified:

Note: run the code to see the interactive map.

I have updated all tutorials that mention leaflet:

The notes are added to the index.Rmd and then knitted to index.md, except for spatial_transform_crs_2 where I could not knit due to Google Auth issue. For that one I have included the note manually in index.md

Related Issue

74