* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘glmpath’ ...
** this is package ‘glmpath’ version ‘0.98’
** package ‘glmpath’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 19.1.7 (7)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpdBBaWu/R.INSTALL2a23fa2a062e27/glmpath/src'
clang-19 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c asa_cg.c -o asa_cg.o
asa_cg.c:377:20: warning: unused variable 'mess1' [-Wunused-variable]
377 | const char mess1 [] = "Possible causes of this error message:" ;
| ^~~~~
asa_cg.c:378:20: warning: unused variable 'mess2' [-Wunused-variable]
378 | const char mess2 [] = " - your tolerance may be too strict: "
| ^~~~~
asa_cg.c:380:20: warning: unused variable 'mess4' [-Wunused-variable]
380 | const char mess4 [] = " - your gradient routine has an error" ;
| ^~~~~
asa_cg.c:381:20: warning: unused variable 'mess5' [-Wunused-variable]
381 | const char mess5 [] = " - the parameter epsilon in "
| ^~~~~
4 warnings generated.
clang-19 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c glmpath_init.c -o glmpath_init.o
clang-19 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c solve_coxpath.c -o solve_coxpath.o
solve_coxpath.c:160:7: warning: unused variable 'iy' [-Wunused-variable]
160 | int iy, id, irept, ipenalty, i, j, k0, k, l;
| ^~
solve_coxpath.c:303:7: warning: unused variable 'iy' [-Wunused-variable]
303 | int iy, id, irept, ipenalty, ieta, iwsum, ilp, i, j, k0, k, l;
| ^~
2 warnings generated.
clang-19 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c solve_glmpath.c -o solve_glmpath.o
clang-19 -std=gnu23 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o glmpath.so asa_cg.o glmpath_init.o solve_coxpath.o solve_glmpath.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpdBBaWu/R.INSTALL2a23fa2a062e27/glmpath/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpdBBaWu/R.INSTALL2a23fa2a062e27/glmpath/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpdBBaWu/R.INSTALL2a23fa2a062e27/glmpath/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-glmpath/00new/glmpath/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 (glmpath)