From 6d3fdcad06901949f174c70c6cb75bea416e843b Mon Sep 17 00:00:00 2001 From: AndySouth Date: Wed, 26 May 2021 16:22:25 +0100 Subject: [PATCH] tweak advice --- CONTRIBUTION_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTION_GUIDE.md b/CONTRIBUTION_GUIDE.md index fd65a38..b91d3f7 100644 --- a/CONTRIBUTION_GUIDE.md +++ b/CONTRIBUTION_GUIDE.md @@ -21,7 +21,7 @@ Pull requests welcome from anyone. Internal contributors are encouraged to push ## hazards 1. exercise chunks plotting interactive maps (with tmap or mapview) need to have unique ids set like this : -```{r tmap-points1-setup} +```{r [chunk-name]-setup} # to avoid issues with interactive maps https://github.com/rstudio/learnr/issues/529 # IdSeed must be set to be unique in the Rmd, even for mode('plot') to allow user to change tmap_mode("plot")