* installing *source* package 'stfit' ...
** this is package 'stfit' version '0.99.9'
** package 'stfit' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.2.0'
make[1]: Entering directory '/d/temp/2025_10_14_01_50_00_4128/RtmpCmLZ4X/R.INSTALL1fa0443575fb/stfit/src'
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rcpp_cov_est.cpp -o rcpp_cov_est.o
rcpp_cov_est.cpp: In function 'Rcpp::DataFrame sparse_emp_cov_est(Rcpp::NumericMatrix, int, int, int)':
rcpp_cov_est.cpp:252:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
252 | for(jj = 0; jj < ii_nbr.size(); jj++){
| ~~~^~~~~~~~~~~~~~~
rcpp_cov_est.cpp: In function 'Rcpp::DataFrame sparse_emp_cov_est1(Rcpp::NumericMatrix, int, int, int, Rcpp::NumericVector)':
rcpp_cov_est.cpp:278:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
278 | for(jj = 0; jj < ii_nbr.size(); jj++){
| ~~~^~~~~~~~~~~~~~~
rcpp_cov_est.cpp: In function 'Rcpp::DataFrame sparse_lc_cov_est(Rcpp::NumericMatrix, Rcpp::NumericMatrix, int, int, int)':
rcpp_cov_est.cpp:304:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
304 | for(jj = 0; jj < ii_nbr.size(); jj++){
| ~~~^~~~~~~~~~~~~~~
rcpp_cov_est.cpp: In function 'Rcpp::DataFrame sparse_lc_cov_est1(Rcpp::NumericMatrix, Rcpp::NumericMatrix, int, int, int, Rcpp::NumericVector)':
rcpp_cov_est.cpp:330:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
330 | for(jj = 0; jj < ii_nbr.size(); jj++){
| ~~~^~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rcpp_cov_est1d.cpp -o rcpp_cov_est1d.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rcpp_mean_est.cpp -o rcpp_mean_est.o
g++ -std=gnu++17 -shared -s -static-libgcc -o stfit.dll tmp.def RcppExports.o rcpp_cov_est.o rcpp_cov_est1d.o rcpp_mean_est.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_10_14_01_50_00_4128/RtmpCmLZ4X/R.INSTALL1fa0443575fb/stfit/src'
make[1]: Entering directory '/d/temp/2025_10_14_01_50_00_4128/RtmpCmLZ4X/R.INSTALL1fa0443575fb/stfit/src'
make[1]: Leaving directory '/d/temp/2025_10_14_01_50_00_4128/RtmpCmLZ4X/R.INSTALL1fa0443575fb/stfit/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-stfit/00new/stfit/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 'stfit' as stfit_0.99.9.zip
* DONE (stfit)