Skip to content

Commit

Permalink
tidyverse: Install Rcpp from GitHub
Browse files Browse the repository at this point in the history
- Rcpp 1.0.13 build error with R 4.4.2 (VECTOR_PTR_RO)
- RcppCore/Rcpp#1341
  • Loading branch information
benz0li committed Nov 1, 2024
1 parent bb1d25f commit 5b4e040
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tidyverse/latest.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ 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 \
Expand Down

0 comments on commit 5b4e040

Please sign in to comment.