* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘truncnorm’ ...
** package ‘truncnorm’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-23) 13.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmplGX5oS/R.INSTALL5b3793e36a029/truncnorm/src'
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c exports.c -o exports.o
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c rtruncnorm.c -o rtruncnorm.o
rtruncnorm.c: In function ‘urs_a_b’:
rtruncnorm.c:105:19: warning: unused variable ‘u’ [-Wunused-variable]
  105 |   double x = 0.0, u = 0.0;
      |                   ^
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c truncnorm.c -o truncnorm.o
truncnorm.c: In function ‘v_truncnorm’:
truncnorm.c:121:16: warning: unused variable ‘cd’ [-Wunused-variable]
  121 |   const double cd = pi2 - (e2 - mean) * (e2 - mean);
      |                ^~
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c zeroin.c -o zeroin.o
gcc-13 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o truncnorm.so exports.o rtruncnorm.o truncnorm.o zeroin.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmplGX5oS/R.INSTALL5b3793e36a029/truncnorm/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmplGX5oS/R.INSTALL5b3793e36a029/truncnorm/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmplGX5oS/R.INSTALL5b3793e36a029/truncnorm/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-truncnorm/00new/truncnorm/libs
** R
** 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 (truncnorm)