* installing *source* package ‘armspp’ ...
** package ‘armspp’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 18.1.4’
using C++11
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/armspp/src'
/usr/local/clang18/bin/clang++ -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/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c RcppExports.cpp -o RcppExports.o
/usr/local/clang18/bin/clang++ -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/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c arms-gibbs.cpp -o arms-gibbs.o
/usr/local/clang18/bin/clang++ -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/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c arms.cpp -o arms.o
/usr/local/clang18/bin/clang++ -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/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c utils.cpp -o utils.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:181:27: note: expanded from macro 'UINT_FAST64_MAX'
  181 | # define UINT_FAST64_MAX        (__UINT64_C(18446744073709551615))
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/stdint.h:107:25: note: expanded from macro '__UINT64_C'
  107 | #  define __UINT64_C(c) c ## UL
      |                         ^~~~~~~
<scratch space>:174:1: note: expanded from here
  174 | 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:181:27: note: expanded from macro 'UINT_FAST64_MAX'
  181 | # define UINT_FAST64_MAX        (__UINT64_C(18446744073709551615))
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/stdint.h:107:25: note: expanded from macro '__UINT64_C'
  107 | #  define __UINT64_C(c) c ## UL
      |                         ^~~~~~~
<scratch space>:133:1: note: expanded from here
  133 | 18446744073709551615UL
      | ^~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
1 warning generated.
/usr/local/clang18/bin/clang++ -std=gnu++11 -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -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)