Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Feb 5, 2024
2 parents 212b7ad + 47ac3e5 commit 68f0330
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .devcontainer/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
# 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"))
pak::pkg_install('github::r-tmap/tmap')

pak::pkg_install('github::cboettig/earthdatalogin')
pak::pkg_install('github::cboettig/duckdbfs')
remotes::install_github('r-tmap/tmap')
remotes::install_github('boettiger-lab/earthdatalogin')
remotes::install_github('cboettig/duckdbfs')

# vscode and jupyter plugins
#install.packages(c("IRkernel", "languageserver", "httpgd"))
Expand Down

0 comments on commit 68f0330

Please sign in to comment.