From 7cf9ae52380988785f1e3ae1777778ed7198983f Mon Sep 17 00:00:00 2001 From: Carl Boettiger Date: Wed, 21 Feb 2024 00:21:11 +0000 Subject: [PATCH] gifski --- .devcontainer/install.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/install.R b/.devcontainer/install.R index c6cc204..d3a5fb7 100755 --- a/.devcontainer/install.R +++ b/.devcontainer/install.R @@ -4,7 +4,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(c("rstac", "spData", "earthdatalogin", "quarto", "pak", "decor", "bench")) +install.packages(c("rstac", "spData", "earthdatalogin", "quarto", "pak", "decor", "bench", "gifski")) remotes::install_github('r-tmap/tmap') remotes::install_github('boettiger-lab/earthdatalogin') remotes::install_github('cboettig/duckdbfs')