Skip to content

Commit

Permalink
bench
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Feb 10, 2024
1 parent 3462df4 commit 4a8d80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 4a8d80a

Please sign in to comment.