* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘SALES’ ...
** this is package ‘SALES’ version ‘1.0.2’
** package ‘SALES’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-14 (Debian 14.3.0-10) 14.3.0’
using Fortran compiler: ‘GNU Fortran (Debian 14.3.0-10) 14.3.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpYPN2zp/R.INSTALL754101530d352/SALES/src'
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c alslassoNET.f90 -o alslassoNET.o
alslassoNET.f90:206:24:
206 | al = al * alf
| ^
Warning: ‘al’ may be used uninitialized [-Wmaybe-uninitialized]
alslassoNET.f90:170:49:
170 | DOUBLE PRECISION :: tmp, bigm, d, dif, oldb, al, flmin, dl(nobs)
| ^
note: ‘al’ was declared here
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c auxiliary.f90 -o auxiliary.o
gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c cpalslassoNet.f90 -o cpalslassoNet.o
cpalslassoNet.f90:241:21:
241 | al = al * alf
| ^
Warning: ‘al’ may be used uninitialized [-Wmaybe-uninitialized]
cpalslassoNet.f90:193:56:
193 | DOUBLE PRECISION :: tmp, bigm, d, dif, oldb, oldth, al, dl(nobs)
| ^
note: ‘al’ was declared here
gcc-14 -std=gnu23 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o
gcc-14 -std=gnu23 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o SALES.so alslassoNET.o auxiliary.o cpalslassoNet.o init.o -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpYPN2zp/R.INSTALL754101530d352/SALES/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpYPN2zp/R.INSTALL754101530d352/SALES/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpYPN2zp/R.INSTALL754101530d352/SALES/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-SALES/00new/SALES/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
converting help for package ‘SALES’
finding HTML links ... done
coef html
coef.cpernet html
coef.cv.cpernet html
coef.cv.ernet html
coef.ernet html
cpernet html
cv.cpernet html
cv.ernet html
ernet html
plot.cpernet html
plot.cv.cpernet html
plot.cv.ernet html
plot.ernet html
predict html
predict.cpernet html
predict.cv.cpernet html
predict.cv.ernet html
predict.ernet html
print.cpernet html
print.ernet html
** 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 (SALES)