* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’ * installing *source* package ‘armspp’ ... ** package ‘armspp’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘Debian clang version 19.1.1 (1)’ using C++11 make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpDfZGi5/R.INSTALL310b4149ff17cc/armspp/src' clang++-19 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I"../inst/include" -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion -c RcppExports.cpp -o RcppExports.o clang++-19 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I"../inst/include" -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion -c arms-gibbs.cpp -o arms-gibbs.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>:6:1: note: expanded from here 6 | 18446744073709551615UL | ^~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. clang++-19 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I"../inst/include" -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion -c arms.cpp -o arms.o 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>:487:1: note: expanded from here 487 | 18446744073709551615UL | ^~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. clang++-19 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I"../inst/include" -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion -c utils.cpp -o utils.o clang++-19 -std=gnu++11 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o armspp.so RcppExports.o arms-gibbs.o arms.o utils.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpDfZGi5/R.INSTALL310b4149ff17cc/armspp/src' make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpDfZGi5/R.INSTALL310b4149ff17cc/armspp/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpDfZGi5/R.INSTALL310b4149ff17cc/armspp/src' installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)