Skip to content

Commit 8d534d5

Browse files
authored
Update dataviz-storytelling.md
1 parent 8d90bf9 commit 8d534d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_tutorials/dataviz-storytelling.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ library(ggthemes) # for a mapping theme
8888
# installing this version of the ggalt package from GitHub solves it
8989
# You might need to also restart your RStudio session
9090
install.packages(“ggalt”) # for custom map projections
91+
# You could also try this way (uncomment to run the code if you have to)
92+
# devtools::install_github("eliocamp/ggalt@new-coord-proj") # for custom map projections
9193
library(ggalt)
9294
library(ggrepel) # for annotations
9395
library(viridis) # for nice colours

0 commit comments

Comments
 (0)