Skip to content

Commit 5b4e040

Browse files
committed
tidyverse: Install Rcpp from GitHub
- Rcpp 1.0.13 build error with R 4.4.2 (VECTOR_PTR_RO) - RcppCore/Rcpp#1341
1 parent bb1d25f commit 5b4e040

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tidyverse/latest.Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ RUN apt-get update \
3131
libxtst6 \
3232
unixodbc-dev \
3333
&& install2.r --error --skipinstalled -n $NCPUS BiocManager \
34+
## Rcpp 1.0.13 build error with R 4.4.2 (VECTOR_PTR_RO)
35+
## https://github.com/RcppCore/Rcpp/issues/1341
36+
&& install2.r --error --skipinstalled -n $NCPUS remotes \
37+
&& Rscript -e "remotes::install_github('RcppCore/Rcpp', ref = '3ae789b', upgrade = 'never')" \
38+
## Install tidyverse packages
3439
&& install2.r --error --deps TRUE --skipinstalled -n $NCPUS \
3540
tidyverse \
3641
dplyr \

0 commit comments

Comments
 (0)