You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# RUN R -e "install.packages('sf', repos = 'https://cloud.r-project.org')"
74
-
# # Install remotes for GitHub installs:
75
-
# RUN R -e "install.packages('remotes', repos = 'https://cloud.r-project.org')"
76
-
# # Install bookdown for book building:
77
-
# RUN R -e "install.packages('bookdown', repos = 'https://cloud.r-project.org')"
78
-
# # Install geocompx:
79
29
RUN R -e "install.packages('geocompkg', repos = c('https://geocompx.r-universe.dev', 'https://packagemanager.posit.co/cran/__linux__/bookworm/latest'), dependencies = TRUE, force = TRUE)"
0 commit comments