* installing *source* package ‘richCluster’ ... ** this is package ‘richCluster’ version ‘1.0.0’ ** using staged installation ** libs using C++ compiler: ‘Debian clang version 19.1.7 (3+b1)’ clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c AdjacencyList.cpp -o AdjacencyList.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c ClusterList.cpp -o ClusterList.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c DistanceMatrix.cpp -o DistanceMatrix.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c DistanceMetric.cpp -o DistanceMetric.o DistanceMetric.cpp:34:8: error: no member named 'set_intersection' in namespace 'std' 34 | std::set_intersection(t1_genes.begin(), t1_genes.end(), t2_genes.begin(), t2_genes.end(), std::inserter(intersection, intersection.begin())); | ~~~~~^ DistanceMetric.cpp:61:8: error: no member named 'set_intersection' in namespace 'std' 61 | std::set_intersection(t1_genes.begin(), t1_genes.end(), t2_genes.begin(), t2_genes.end(), std::inserter(intersection, intersection.begin())); | ~~~~~^ 2 errors generated. make: *** [/home/hornik/tmp/R/etc/Makeconf:209: DistanceMetric.o] Error 1 ERROR: compilation failed for package ‘richCluster’ * removing ‘/srv/hornik/tmp/CRAN_pretest/richCluster.Rcheck/richCluster’