* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘monoreg’ ...
** package ‘monoreg’ successfully unpacked and MD5 sums checked
** using staged installation
checking for gsl-config... /usr/bin/gsl-config
configure: creating ./config.status
config.status: creating src/Makevars
** libs
using C compiler: ‘Debian clang version 18.1.4 (1)’
make[1]: Entering directory '/tmp/RtmpS8YsaM/R.INSTALL6455d5d13b3b5/monoreg/src'
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/include -I.  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c mylib.c -o mylib.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/include -I.  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c ordsampler.c -o ordsampler.o
ordsampler.c:172:12: warning: variable 'axes' set but not used [-Wunused-but-set-variable]
  172 |     int i, axes=0;
      |            ^
1 warning generated.
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/include -I.  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c propadjust.c -o propadjust.o
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/include -I.  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c sampler.c -o sampler.o
sampler.c:178:12: warning: variable 'axes' set but not used [-Wunused-but-set-variable]
  178 |     int i, axes=0;
      |            ^
1 warning generated.
clang-18 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o monoreg.so mylib.o ordsampler.o propadjust.o sampler.o -L/usr/lib/x86_64-linux-gnu -lgsl -lgslcblas -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpS8YsaM/R.INSTALL6455d5d13b3b5/monoreg/src'
make[1]: Entering directory '/tmp/RtmpS8YsaM/R.INSTALL6455d5d13b3b5/monoreg/src'
make[1]: Leaving directory '/tmp/RtmpS8YsaM/R.INSTALL6455d5d13b3b5/monoreg/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-monoreg/00new/monoreg/libs
** R
** data
** 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 (monoreg)