* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘rangen’ ...
** this is package ‘rangen’ version ‘0.0.1’
** package ‘rangen’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
specified C++17
using C++ compiler: ‘Debian clang version 21.1.8 (3+b1)’
using C++17
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpVY9unZ/R.INSTALL1097c3562bf2fc/rangen/src'
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/zigg/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -I../inst/include -fpic  -g -O3 -Wall -pedantic   -c RcppExports.cpp -o RcppExports.o
In file included from RcppExports.cpp:4:
In file included from ./../inst/include/rangen.h:5:
In file included from ./../inst/include/rangen/distributions.h:3:
./../inst/include/rangen/Random.h:237:10: warning: private field 'init_shape' is not used [-Wunused-private-field]
  237 |                 double init_shape, shape, rate, d, c, boosted_shape, inv_init_shape;
      |                        ^
./../inst/include/rangen/Random.h:237:22: warning: private field 'shape' is not used [-Wunused-private-field]
  237 |                 double init_shape, shape, rate, d, c, boosted_shape, inv_init_shape;
      |                                    ^
./../inst/include/rangen/Random.h:301:10: warning: private field 'beta' is not used [-Wunused-private-field]
  301 |                 double beta;
      |                        ^
3 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/zigg/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -I../inst/include -fpic  -g -O3 -Wall -pedantic   -c rangen.cpp -o rangen.o
In file included from rangen.cpp:1:
In file included from ../inst/include/rangen.h:5:
In file included from ../inst/include/rangen/distributions.h:3:
../inst/include/rangen/Random.h:237:10: warning: private field 'init_shape' is not used [-Wunused-private-field]
  237 |                 double init_shape, shape, rate, d, c, boosted_shape, inv_init_shape;
      |                        ^
../inst/include/rangen/Random.h:237:22: warning: private field 'shape' is not used [-Wunused-private-field]
  237 |                 double init_shape, shape, rate, d, c, boosted_shape, inv_init_shape;
      |                                    ^
../inst/include/rangen/Random.h:301:10: warning: private field 'beta' is not used [-Wunused-private-field]
  301 |                 double beta;
      |                        ^
3 warnings generated.
clang++-21 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o rangen.so RcppExports.o rangen.o -fopenmp -llapack -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas -L/usr/lib/llvm-21/lib/clang/21/lib/linux -L/usr/lib/llvm-21/lib -lflang_rt.runtime -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpVY9unZ/R.INSTALL1097c3562bf2fc/rangen/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpVY9unZ/R.INSTALL1097c3562bf2fc/rangen/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpVY9unZ/R.INSTALL1097c3562bf2fc/rangen/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-rangen/00new/rangen/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** 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 (rangen)