Skip to content

Commit

Permalink
Updated Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnumds committed Dec 13, 2024
1 parent d2a6366 commit a4cb60e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ Interactive maps, heatmaps, and statistical visualizations are employed to commu
```{r, message=F, warning=F}
Sys.setenv(PROJ_LIB = "/opt/homebrew/Cellar/proj/9.5.1/share/proj")
install.packages("sf")
#install.packages("tidyverse")
#install.packages("lubridate")
#install.packages("ggplot2")
#install.packages("spData")
#install.packages("ggmap")
install.packages("tidyverse")
install.packages("lubridate")
install.packages("ggplot2")
install.packages("spData")
install.packages("ggmap")
install.packages("leaflet.extras")
# Load libraries
Expand Down

0 comments on commit a4cb60e

Please sign in to comment.