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

Revert "tidyverse: Install Rcpp from GitHub"

This reverts commit fe6c054c.
parent 7d92feff
No related branches found
No related tags found
No related merge requests found
Pipeline #34374 passed
......@@ -29,10 +29,6 @@ RUN apt-get update \
libxml2-dev \
sqlite3 \
zlib1g-dev \
## Rcpp 1.0.13 build error with R 4.4.2 (VECTOR_PTR_RO)
## https://github.com/RcppCore/Rcpp/issues/1341
&& install2.r --error --skipinstalled -n $NCPUS remotes \
&& Rscript -e "remotes::install_github('RcppCore/Rcpp', ref = '3ae789b', upgrade = 'never')" \
## Install plumber
&& install2.r --error --deps TRUE -n $NCPUS plumber \
## Set up endpoint
......
......@@ -27,11 +27,6 @@ RUN apt-get update \
libxtst6 \
unixodbc-dev \
&& install2.r --error --skipinstalled -n $NCPUS BiocManager \
## Rcpp 1.0.13 build error with R 4.4.2 (VECTOR_PTR_RO)
## https://github.com/RcppCore/Rcpp/issues/1341
&& install2.r --error --skipinstalled -n $NCPUS remotes \
&& Rscript -e "remotes::install_github('RcppCore/Rcpp', ref = '3ae789b', upgrade = 'never')" \
## Install tidyverse packages
&& install2.r --error --deps TRUE --skipinstalled -n $NCPUS \
tidyverse \
dplyr \
......
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