Skip to content

Commit

Permalink
Update dataviz-storytelling.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gndaskalova authored Dec 17, 2022
1 parent 8d90bf9 commit 8d534d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _tutorials/dataviz-storytelling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d534d5

Please sign in to comment.