* installing *source* package ‘hdqr’ ... ** using staged installation ** libs using C compiler: ‘gcc-14 (Debian 14.2.0-8) 14.2.0’ using Fortran compiler: ‘GNU Fortran (Debian 14.2.0-8) 14.2.0’ gcc-14 -I"/home/hornik/tmp/R-d-gcc-valg/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c lqr_hd.f90 -o lqr_hd.o lqr_hd.f90:702:72: 702 | DOUBLE PRECISION :: r (nobs), vl (nvars), dl (nobs), dly (nobs) | 1 Warning: Unused variable ‘dly’ declared at (1) [-Wunused-variable] lqr_hd.f90:697:61: 697 | SUBROUTINE lqr_drv (nobs, nvars, x, y, tau, r, vl, hinv, onemh, oneph) | 1 Warning: Unused dummy argument ‘hinv’ at (1) [-Wunused-dummy-argument] lqr_hd.f90:697:43: 697 | SUBROUTINE lqr_drv (nobs, nvars, x, y, tau, r, vl, hinv, onemh, oneph) | 1 Warning: Unused dummy argument ‘y’ at (1) [-Wunused-dummy-argument] gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c utilities.f90 -o utilities.o utilities.f90:253:60: 253 | DOUBLE PRECISION :: fh (nobs), xi (nobs), xi_tmp, tau, del, ttau, ab | 1 Warning: Unused variable ‘del’ declared at (1) [-Wunused-variable] utilities.f90:249:64: 249 | SUBROUTINE objfun(intcpt, bb, ab, ka, y, lam1, lam2, nobs, nvars, tau, objval) !change | 1 Warning: Unused dummy argument ‘nvars’ at (1) [-Wunused-dummy-argument] utilities.f90:276:58: 276 | DOUBLE PRECISION :: a, b, d, e, p, q, r, u, v, w, x, del, ab, lam2 | 1 Warning: Unused variable ‘del’ declared at (1) [-Wunused-variable] gcc-14 -shared -L/home/hornik/tmp/R-d-gcc-valg/lib -Wl,-O1 -o hdqr.so init.o lqr_hd.o utilities.o -lgfortran -lm -lquadmath -L/home/hornik/tmp/R-d-gcc-valg/lib -lR installing to /home/hornik/tmp/CRAN_special_valgrind/hdqr.Rcheck/00LOCK-hdqr/00new/hdqr/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 * DONE (hdqr)