* installing *source* package ‘gglasso’ ...
** package ‘gglasso’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-14 (GCC) 14.0.1 20240503 (prerelease)’
using Fortran compiler: ‘GNU Fortran (GCC) 14.0.1 20240503 (prerelease)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/gglasso/src'
gfortran-14  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c  hsvm_f.f90 -o hsvm_f.o
hsvm_f.f90:179:2:

  179 |          vl = 0.0D0
      |         1
Warning: Nonconforming tab character at (1) [-Wtabs]
hsvm_f.f90:373:2:

  373 |                       DO i = 1, nobs
      |         1       
Warning: Nonconforming tab character at (1) [-Wtabs]
hsvm_f.f90:374:2:

  374 |                           IF (r(i) > 1.0D0) THEN
      |         1       
Warning: Nonconforming tab character at (1) [-Wtabs]
hsvm_f.f90:375:2:

  375 |                              dl (i) = 0.0D0
      |         1       
Warning: Nonconforming tab character at (1) [-Wtabs]
hsvm_f.f90:376:2:

  376 |                           ELSEIF (r(i) <= (1-delta)) THEN
      |         1       
Warning: Nonconforming tab character at (1) [-Wtabs]
hsvm_f.f90:377:2:

  377 |                              dl (i) = 1.0D0
      |         1       
Warning: Nonconforming tab character at (1) [-Wtabs]
hsvm_f.f90:378:2:

  378 |                           ELSE
      |         1       
Warning: Nonconforming tab character at (1) [-Wtabs]
hsvm_f.f90:379:2:

  379 |                              dl (i) = (1.0D0 - r(i)) / delta
      |         1       
Warning: Nonconforming tab character at (1) [-Wtabs]
hsvm_f.f90:380:2:

  380 |                           ENDIF
      |         1       
Warning: Nonconforming tab character at (1) [-Wtabs]
hsvm_f.f90:381:2:

  381 |                       ENDDO
      |         1       
Warning: Nonconforming tab character at (1) [-Wtabs]
hsvm_f.f90:382:2:

  382 |                       vl = matmul(dl*y, x) / nobs
      |         1       
Warning: Nonconforming tab character at (1) [-Wtabs]
gfortran-14  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c  log_f.f90 -o log_f.o
gfortran-14  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c  ls_f.f90 -o ls_f.o
gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c registerDynamicSymbol.c -o registerDynamicSymbol.o
gfortran-14  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c  sqsvm_f.f90 -o sqsvm_f.o
gfortran-14  -fpic  -g -O2 -mtune=native -Wall -pedantic  -c  wls_f.f90 -o wls_f.o
gcc-14 -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o gglasso.so hsvm_f.o log_f.o ls_f.o registerDynamicSymbol.o sqsvm_f.o wls_f.o -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/gglasso/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/gglasso/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/gglasso/src'
installing to /data/gannet/ripley/R/packages/tests-devel/gglasso.Rcheck/00LOCK-gglasso/00new/gglasso/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (gglasso)