Skip to content

Commit

Permalink
Merge pull request #4 from espm-157/main
Browse files Browse the repository at this point in the history
rebuild docker
  • Loading branch information
cboettig authored Sep 28, 2023
2 parents c34d621 + 71d168e commit 7fc11b5
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# We could use renv.lock approach here instead, but will force re-creation of environment from scratch
# Does not provide a good way to ensure that sf/terra/gdalcubes are installed from source while other packages can be binary

install.packages("rstac", "spData")
install.packages(c("rstac", "spData"))
remotes::install_github("boettiger-lab/earthdatalogin")
remotes::install_github('r-tmap/tmap')
IRkernel::installspec()
Loading

0 comments on commit 7fc11b5

Please sign in to comment.