* installing *source* package ‘armspp’ ... ** this is package ‘armspp’ version ‘0.0.2’ ** package ‘armspp’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘clang version 20.1.0-rc2’ using C++11 make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/armspp/src' /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I"../inst/include" -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c RcppExports.cpp -o RcppExports.o /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I"../inst/include" -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c arms-gibbs.cpp -o arms-gibbs.o /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I"../inst/include" -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c arms.cpp -o arms.o arms-gibbs.cpp:25:50: warning: implicit conversion from 'unsigned long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-const-int-float-conversion] 25 | std::mt19937_64 rng(static_cast<uint_fast64_t>(UINT_FAST64_MAX * R::unif_rand())); | ^~~~~~~~~~~~~~~ ~ /usr/include/stdint.h:170:27: note: expanded from macro 'UINT_FAST64_MAX' 170 | # define UINT_FAST64_MAX (__UINT64_C(18446744073709551615)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:96:25: note: expanded from macro '__UINT64_C' 96 | # define __UINT64_C(c) c ## UL | ^~~~~~~ <scratch space>:291:1: note: expanded from here 291 | 18446744073709551615UL | ^~~~~~~~~~~~~~~~~~~~~~ arms.cpp:54:50: warning: implicit conversion from 'unsigned long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-const-int-float-conversion] 54 | std::mt19937_64 rng(static_cast<uint_fast64_t>(UINT_FAST64_MAX * R::unif_rand())); | ^~~~~~~~~~~~~~~ ~ /usr/include/stdint.h:170:27: note: expanded from macro 'UINT_FAST64_MAX' 170 | # define UINT_FAST64_MAX (__UINT64_C(18446744073709551615)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:96:25: note: expanded from macro '__UINT64_C' 96 | # define __UINT64_C(c) c ## UL | ^~~~~~~ <scratch space>:94:1: note: expanded from here 94 | 18446744073709551615UL | ^~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I"../inst/include" -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c utils.cpp -o utils.o 1 warning generated. /usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++11 -shared -L/usr/local/clang/lib64 -L/usr/local/clang20/lib -L/usr/local/clang20/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o armspp.so RcppExports.o arms-gibbs.o arms.o utils.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/armspp/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/armspp/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/armspp/src' installing to /data/gannet/ripley/R/packages/tests-clang/armspp.Rcheck/00LOCK-armspp/00new/armspp/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (armspp)