Skip to content

Commit

Permalink
Fix #22: Missing R package ifultools in jupyterlab docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
BerndDoser committed Nov 25, 2022
1 parent 6cf8edf commit ea699d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile-jupyterlab
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN Rscript -e 'install.packages(c( \
"lomb" \
), dependencies=TRUE, repos = "http://cran.us.r-project.org")'

RUN Rscript -e 'devtools::install_version("ifultools", "2.0-23", repos = "http://cran.us.r-project.org")'
RUN conda install -c conda-forge/label/gcc7 r-ifultools

RUN pip install \
argparse \
Expand Down

0 comments on commit ea699d2

Please sign in to comment.