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