* 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 18.1.4 (1)’
using C++11
make[1]: Entering directory '/tmp/RtmpCmrEWD/R.INSTALL30abfd297c547a/armspp/src'
clang++-18 -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++-18 -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: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>:387:1: note: expanded from here
  387 | 18446744073709551615UL
      | ^~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
clang++-18 -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: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>:325:1: note: expanded from here
  325 | 18446744073709551615UL
      | ^~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
clang++-18 -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++-18 -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 '/tmp/RtmpCmrEWD/R.INSTALL30abfd297c547a/armspp/src'
make[1]: Entering directory '/tmp/RtmpCmrEWD/R.INSTALL30abfd297c547a/armspp/src'
make[1]: Leaving directory '/tmp/RtmpCmrEWD/R.INSTALL30abfd297c547a/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
* creating tarball
packaged installation of ‘armspp’ as ‘armspp_0.0.2_R_x86_64-pc-linux-gnu.tar.gz’
* DONE (armspp)