From 8d534d5c06fa487270b56c850529d1d81bfd6061 Mon Sep 17 00:00:00 2001 From: Gergana Daskalova Date: Sat, 17 Dec 2022 21:21:53 +0000 Subject: [PATCH] Update dataviz-storytelling.md --- _tutorials/dataviz-storytelling.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_tutorials/dataviz-storytelling.md b/_tutorials/dataviz-storytelling.md index 680653af..bc9c7cd3 100644 --- a/_tutorials/dataviz-storytelling.md +++ b/_tutorials/dataviz-storytelling.md @@ -88,6 +88,8 @@ library(ggthemes) # for a mapping theme # installing this version of the ggalt package from GitHub solves it # You might need to also restart your RStudio session install.packages(“ggalt”) # for custom map projections +# You could also try this way (uncomment to run the code if you have to) +# devtools::install_github("eliocamp/ggalt@new-coord-proj") # for custom map projections library(ggalt) library(ggrepel) # for annotations library(viridis) # for nice colours