* installing *source* package ‘eummd’ ... ** using staged installation ** libs using C++ compiler: ‘Debian clang version 16.0.6 (3)’ clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-16/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c RcppExports.cpp -o RcppExports.o clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-16/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c eummd.cpp -o eummd.o clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-16/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c interfaceRcpp.cpp -o interfaceRcpp.o clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-16/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c meammd.cpp -o meammd.o meammd.cpp:191:10: error: no member named 'sort' in namespace 'std' std::sort(Xu.begin(), Xu.end()); ~~~~~^ meammd.cpp:192:10: error: no member named 'sort' in namespace 'std' std::sort(Yu.begin(), Yu.end()); ~~~~~^ meammd.cpp:259:14: error: no member named 'shuffle' in namespace 'std' std::shuffle(perm.begin(), perm.end(), g); ~~~~~^ meammd.cpp:425:10: error: no member named 'sort' in namespace 'std' std::sort(X.begin(), X.end()); ~~~~~^ meammd.cpp:426:10: error: no member named 'sort' in namespace 'std' std::sort(Y.begin(), Y.end()); ~~~~~^ meammd.cpp:510:14: error: no member named 'shuffle' in namespace 'std' std::shuffle(Zstart, Zend, g); ~~~~~^ meammd.cpp:542:10: error: no member named 'sort' in namespace 'std' std::sort(pvec.begin(), pvec.end()); ~~~~~^ 7 errors generated. make: *** [/home/hornik/tmp/R-d-clang-16/etc/Makeconf:198: meammd.o] Error 1 ERROR: compilation failed for package ‘eummd’ * removing ‘/srv/hornik/tmp/CRAN/eummd.Rcheck/eummd’