Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Feb 4, 2024
1 parent 912d6bf commit ebb4163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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"))
install.packages(c("rstac", "spData", "earthdatalogin", "quarto", "pak", "decor"))
pak::pkg_install('github::r-tmap/tmap')

# vscode and jupyter plugins
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/jupyterhub.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN git config --system pull.rebase false && \
git config --system credential.helper 'cache --timeout=36000'

# codeserver
RUN curl -fsSL https://code-server.dev/install.sh | sh
RUN curl -fsSL https://code-server.dev/install.sh | sh && rm -rf .cache

USER rstudio
WORKDIR /home/rstudio
Expand Down

0 comments on commit ebb4163

Please sign in to comment.