* installing *source* package 'SparseM' ...
** package 'SparseM' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 12.3.0'
using Fortran compiler: 'GNU Fortran (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/RtmpSgHcJ4/R.INSTALL1024448002018/SparseM/src'
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c bckslv.f -o bckslv.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c chol.f -o chol.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c chol2csr.f -o chol2csr.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c cholesky.f -o cholesky.o
cholesky.f:4012:72:

 4012 |             GO TO ( 1100,  900,  700,  500 ), N-K+2
      |                                                                        1
Warning: Obsolescent feature: Computed GOTO at (1)
cholesky.f:4319:72:

 4319 |      &              1100,  900,  700,  500  ), N-K+2
      |                                                                        1
Warning: Obsolescent feature: Computed GOTO at (1)
cholesky.f:5181:72:

 5181 |       GO TO ( 2000, 100 ), REMAIN+1
      |                                                                        1
Warning: Obsolescent feature: Computed GOTO at (1)
cholesky.f:5267:72:

 5267 |       GO TO ( 2000, 100, 200, 300 ), REMAIN+1
      |                                                                        1
Warning: Obsolescent feature: Computed GOTO at (1)
cholesky.f:5391:72:

 5391 |      &         400, 500, 600, 700  ), REMAIN+1
      |                                                                        1
Warning: Obsolescent feature: Computed GOTO at (1)
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c csr.f -o csr.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c extract.f -o extract.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c sparskit.f -o sparskit.o
gfortran      -pedantic -O2  -mfpmath=sse -msse2 -mstackrealign  -c subscr.f -o subscr.o
gcc -shared -s -static-libgcc -o SparseM.dll tmp.def bckslv.o chol.o chol2csr.o cholesky.o csr.o extract.o init.o sparskit.o subscr.o -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -lgfortran -lm -lquadmath -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpSgHcJ4/R.INSTALL1024448002018/SparseM/src'
make[1]: Entering directory '/d/temp/RtmpSgHcJ4/R.INSTALL1024448002018/SparseM/src'
make[1]: Leaving directory '/d/temp/RtmpSgHcJ4/R.INSTALL1024448002018/SparseM/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-SparseM/00new/SparseM/libs/x64
** R
** data
** demo
** inst
** byte-compile and prepare package for lazy loading
Creating a generic function for 'diag' from package 'base' in package 'SparseM'
Creating a generic function for 'diag<-' from package 'base' in package 'SparseM'
Creating a generic function for 'norm' from package 'base' in package 'SparseM'
Creating a generic function for 'backsolve' from package 'base' in package 'SparseM'
Creating a generic function for 'forwardsolve' from package 'base' in package 'SparseM'
Creating a generic function for 'model.response' from package 'stats' in package 'SparseM'
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'SparseM' as SparseM_1.84.zip
* DONE (SparseM)