We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1d25f commit 5b4e040Copy full SHA for 5b4e040
tidyverse/latest.Dockerfile
@@ -31,6 +31,11 @@ RUN apt-get update \
31
libxtst6 \
32
unixodbc-dev \
33
&& 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
39
&& install2.r --error --deps TRUE --skipinstalled -n $NCPUS \
40
tidyverse \
41
dplyr \
0 commit comments