Skip to content

Commit

Permalink
Global Earthquake Dynamics: Magnitude, Depth, and Geographic Distribu…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
jishnumds committed Dec 14, 2024
1 parent 3055881 commit 83478ea
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,18 @@ 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("leaflet.extras")
install.packages("plotly")
install.packages("httr")
install.packages("jsonlite")
install.packages("leaflet")
install.packages("dplyr")
#install.packages("sf")
#install.packages("tidyverse")
#install.packages("lubridate")
#install.packages("ggplot2")
#install.packages("spData")
#install.packages("ggmap")
#install.packages("leaflet.extras")
#install.packages("plotly")
#install.packages("httr")
#install.packages("jsonlite")
#install.packages("leaflet")
#install.packages("dplyr")
# Load libraries
Expand Down

0 comments on commit 83478ea

Please sign in to comment.