* installing *source* package 'bcv' ...
** package 'bcv' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpauSCum/R.INSTALL13c68757b5277/bcv/src'
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bcv-matrix-private.c -o bcv-matrix-private.o
bcv-matrix-private.c: In function '_bcv_matrix_set_indices':
bcv-matrix-private.c:126:31: warning: variable 'n' set but not used [-Wunused-but-set-variable]
  126 |     bcv_index_t idx, i, j, m, n, lda;
      |                               ^
bcv-matrix-private.c: In function '_bcv_blas_dgemm':
bcv-matrix-private.c:315:26: warning: variable 'k2' set but not used [-Wunused-but-set-variable]
  315 |     bcv_index_t m, n, k, k2;
      |                          ^~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bcv-partition.c -o bcv-partition.o
bcv-partition.c: In function 'bcv_partition_get_perm':
bcv-partition.c:76:30: warning: variable 'k' set but not used [-Wunused-but-set-variable]
   76 |     bcv_index_t i, m, mc, n, k, *sets;
      |                              ^
bcv-partition.c: In function 'bcv_partition_get_size':
bcv-partition.c:142:30: warning: variable 'k' set but not used [-Wunused-but-set-variable]
  142 |     bcv_index_t size = 0, n, k;
      |                              ^
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bcv-svd-gabriel-rep.c -o bcv-svd-gabriel-rep.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bcv-svd-gabriel.c -o bcv-svd-gabriel.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bcv-svd-impute.c -o bcv-svd-impute.o
bcv-svd-impute.c: In function 'bcv_svd_col_mean_impute':
bcv-svd-impute.c:262:23: warning: variable 'i' set but not used [-Wunused-but-set-variable]
  262 |     bcv_index_t m, n, i, j, idx, incmu;
      |                       ^
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bcv-svd-wold-rep.c -o bcv-svd-wold-rep.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bcv-svd-wold.c -o bcv-svd-wold.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bcv-vector-private.c -o bcv-vector-private.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bcv_init.c -o bcv_init.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c r-cv-svd-gabriel.c -o r-cv-svd-gabriel.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c r-cv-svd-wold.c -o r-cv-svd-wold.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c r-impute-svd.c -o r-impute-svd.o
r-impute-svd.c: In function 'bcv_count_missing':
r-impute-svd.c:86:26: warning: variable 'lda' set but not used [-Wunused-but-set-variable]
   86 |     bcv_index_t i, m, n, lda, result = 0;
      |                          ^~~
r-impute-svd.c: In function 'bcv_find_missing':
r-impute-svd.c:112:26: warning: variable 'lda' set but not used [-Wunused-but-set-variable]
  112 |     bcv_index_t i, m, n, lda;
      |                          ^~~
gcc -shared -s -static-libgcc -o bcv.dll tmp.def bcv-matrix-private.o bcv-partition.o bcv-svd-gabriel-rep.o bcv-svd-gabriel.o bcv-svd-impute.o bcv-svd-wold-rep.o bcv-svd-wold.o bcv-vector-private.o bcv_init.o r-cv-svd-gabriel.o r-cv-svd-wold.o r-impute-svd.o -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpauSCum/R.INSTALL13c68757b5277/bcv/src'
make[1]: Entering directory '/d/temp/RtmpauSCum/R.INSTALL13c68757b5277/bcv/src'
make[1]: Leaving directory '/d/temp/RtmpauSCum/R.INSTALL13c68757b5277/bcv/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-bcv/00new/bcv/libs/x64
** R
** inst
** 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
** 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 'bcv' as bcv_1.0.2.zip
* DONE (bcv)