Skip to content

Commit

Permalink
RCurl not Rcurl
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Mar 21, 2024
1 parent b57b8b6 commit 122cabb
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions images/coastwatch/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,9 @@
repo <- "https://p3m.dev/cran/__linux__/jammy/2023-04-20"
list.of.packages <- c("ncdf4", "httr", "plyr", "lubridate", "parsedate", "rerddap",
"maps", "mapdata", "RColorBrewer",
"ggplot2","scales", "dplyr", "Rcurl", "raster", "colorRamps",
"ggplot2","scales", "dplyr", "RCurl", "raster", "colorRamps",
"parsedate", "sp", "sf", "reshape2", "jsonlite",
"gridGraphics", "PBSmapping", "date", "viridis",
"openair","cmocean", "terra",
"plotdap", "rerddapXtracto")
"plotdap", "rerddapXtracto", "rgdal")
install.packages(list.of.packages, repos=repo)

# https://rmendels.r-universe.dev/plotdap
#install.packages('plotdap', repos = c('https://rmendels.r-universe.dev', 'https://cloud.r-project.org'))

# https://rmendels.r-universe.dev/rerddapXtracto
#install.packages('rerddapXtracto', repos = c('https://rmendels.r-universe.dev', 'https://cloud.r-project.org'))

0 comments on commit 122cabb

Please sign in to comment.