We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d90bf9 commit 8d534d5Copy full SHA for 8d534d5
_tutorials/dataviz-storytelling.md
@@ -88,6 +88,8 @@ library(ggthemes) # for a mapping theme
88
# installing this version of the ggalt package from GitHub solves it
89
# You might need to also restart your RStudio session
90
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
93
library(ggalt)
94
library(ggrepel) # for annotations
95
library(viridis) # for nice colours
0 commit comments