Skip to content

Commit

Permalink
update package list
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig authored Mar 8, 2024
1 parent 2db571d commit eb84b05
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions scripts/install_geospatial.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function apt_install() {
}

apt_install \
cargo \
gdal-bin \
lbzip2 \
libfftw3-dev \
Expand Down Expand Up @@ -49,18 +50,21 @@ install2.r --error --skipmissing --skipinstalled -n "$NCPUS" \
RNetCDF \
classInt \
deldir \
gdalcubes \
geoR \
geosphere \
gstat \
hdf5r \
lidR \
leaflet \
leaftlet.extras2 \
mapdata \
maptools \
mapview \
ncdf4 \
proj4 \
raster \
rgdal \
rgeos \
rlas \
rstac \
sf \
sfarrow \
sp \
Expand All @@ -72,8 +76,6 @@ install2.r --error --skipmissing --skipinstalled -n "$NCPUS" \
terra \
tidync \
tmap \
geoR \
geosphere \
BiocManager

R -e "BiocManager::install('rhdf5')"
Expand Down

0 comments on commit eb84b05

Please sign in to comment.