Skip to content

Commit

Permalink
Update pixi-r image
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Sep 19, 2024
1 parent 984cdde commit bc8463a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pixi-r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ RUN pixi shell-hook > /shell-hook.sh
RUN echo 'exec "$@"' >> /shell-hook.sh
# RUN pixi install
# RUN pixi shell -y
RUN pixi run R -e 'pak::pkg_install("geocompx/geocompkg")'
RUN pixi run R -e 'pak::pkg_install("geocompx/geocompkg", dependencies = TRUE)'
ENTRYPOINT ["/bin/bash", "/shell-hook.sh"]
5 changes: 5 additions & 0 deletions pixi-r/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@ r-stars = "*"
r-tmap = "*"
r-mlr3 = "*"
r-pak = "*"
r-knitr = "*"
r-rmarkdown = "*"
r-tidygraph = "*"
r-leaflet = "*"
r-plotly = "*"

# TODO for pixi-r-py: pixi import ...

0 comments on commit bc8463a

Please sign in to comment.