* installing *source* package 'spFW' ...
** package 'spFW' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
using C++11
make[1]: Entering directory '/d/temp/Rtmpik4HQN/R.INSTALL12fcc59116fd6/spFW/src'
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c arma_Xty.cpp -o arma_Xty.o
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c arma_Xy.cpp -o arma_Xy.o
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c arma_chol.cpp -o arma_chol.o
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c fftwdct2.cpp -o fftwdct2.o
fftwdct2.cpp: In function 'Rcpp::NumericVector dct2mod(Rcpp::NumericVector, size_t, size_t)':
fftwdct2.cpp:20:19: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
   20 |     if(inR.size() != N)
      |        ~~~~~~~~~~~^~~~
fftwdct2.cpp:42:18: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
   42 |     for(int i=1;i<n;++i)
      |                 ~^~
fftwdct2.cpp:45:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
   45 |         for(int j=1;j<m;++j)
      |                     ~^~
fftwdct2.cpp:51:18: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
   51 |     for(int i=1;i<m;++i)
      |                 ~^~
fftwdct2.cpp: In function 'Rcpp::NumericVector idct2mod(Rcpp::NumericVector, size_t, size_t)':
fftwdct2.cpp:67:19: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
   67 |     if(inR.size() != N-1)
      |        ~~~~~~~~~~~^~~~~~
fftwdct2.cpp:78:18: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
   78 |     for(int j=1;j<n;++j)
      |                 ~^~
fftwdct2.cpp:79:22: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
   79 |         for(int i=1;i<m;++i)
      |                     ~^~
fftwdct2.cpp:85:18: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
   85 |     for(int i=1;i<m;++i)
      |                 ~^~
fftwdct2.cpp:87:18: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
   87 |     for(int i=1;i<n;++i)
      |                 ~^~
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c inv_sympd.cpp -o inv_sympd.o
g++ -shared -s -static-libgcc -o spFW.dll tmp.def RcppExports.o arma_Xty.o arma_Xy.o arma_chol.o fftwdct2.o inv_sympd.o -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -lfftw3 -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/Rtmpik4HQN/R.INSTALL12fcc59116fd6/spFW/src'
make[1]: Entering directory '/d/temp/Rtmpik4HQN/R.INSTALL12fcc59116fd6/spFW/src'
make[1]: Leaving directory '/d/temp/Rtmpik4HQN/R.INSTALL12fcc59116fd6/spFW/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-spFW/00new/spFW/libs/x64
** R
** data
*** moving datasets to lazyload DB
** 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 'spFW' as spFW_0.1.0.zip
* DONE (spFW)