Skip to content

Commit 05d1d38

Browse files
committed
Update pythonr
1 parent b6cf686 commit 05d1d38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pythonr/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ RUN echo 'options(Ncpus = parallel::detectCores())' >> /etc/R/Rprofile.site
4747
RUN R -e "install.packages('sf', repos = 'https://cloud.r-project.org')"
4848
# Install remotes for GitHub installs:
4949
RUN R -e "install.packages('remotes', repos = 'https://cloud.r-project.org')"
50+
# Install bookdown for book building:
51+
RUN R -e "install.packages('bookdown', repos = 'https://cloud.r-project.org')"
5052
# Install geocompx:
51-
RUN R -e "remotes::install_github('geocompx/geocompkg')"
53+
RUN R -e "install.packages('geocompkg', repos = c('https://geocompx.r-universe.dev', 'https://cloud.r-project.org'), dependencies = TRUE, force = TRUE)"
5254

5355
# # build the book
5456
# RUN wget https://github.com/geocompx/geocompr/archive/main.zip && \

0 commit comments

Comments
 (0)