Skip to content
Snippets Groups Projects
Verified Commit d8ff9840 authored by Olivier Benz's avatar Olivier Benz
Browse files

Revert "Install httpgd 2.0.2 from archive"

This reverts commit adfad4c8.
parent 1a4a6cff
No related branches found
No related tags found
No related merge requests found
......@@ -419,14 +419,6 @@ RUN apt-get update \
>> $(which radian)_; \
echo "$(which radian) \"\${@}\"" >> $(which radian)_; \
fi \
## Install httpgd
## Archived on 2025-02-14 as requires archived package 'unigd'.
&& install2.r --error --skipinstalled -n $NCPUS \
unigd \
AsioHeaders \
&& curl -sLO https://cran.r-project.org/src/contrib/Archive/httpgd/httpgd_2.0.2.tar.gz \
&& R CMD INSTALL httpgd_2.0.2.tar.gz \
&& rm httpgd_2.0.2.tar.gz \
## Install the R kernel for Jupyter, languageserver and httpgd
&& install2.r --error --deps TRUE --skipinstalled -n $NCPUS \
IRkernel \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment