Skip to content

Commit

Permalink
Need to install mapproj for ggplot2::coord_map()
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Dec 29, 2017
1 parent 4c5f251 commit f624afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Create artistic visualisations with your Strava exercise data
### Install the packages

```R
install.packages(c("tidyverse", "devtools"))
install.packages(c("devtools", "mapproj", "tidyverse"))
devtools::install_github("marcusvolz/strava")
```

Expand Down

0 comments on commit f624afd

Please sign in to comment.