Skip to content

Commit

Permalink
Update Mapping.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
avahoffman committed Oct 23, 2024
1 parent 23f5b95 commit 44559f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Mapping/Mapping.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ output:
library(knitr)
opts_chunk$set(comment = "")
install.packages(c("maps", "usmap", "usmapdata", "tidycensus"), repos = "https://cloud.r-project.org")
install.packages(c("maps", "usmap", "usmapdata", "tidycensus"), repos = "https://cloud.r-project.org", dependencies = "Depends")
```

## Making maps in R
Expand Down

0 comments on commit 44559f6

Please sign in to comment.