* installing *source* package 'SChangeBlock' ...
** this is package 'SChangeBlock' version '0.0.1'
** package 'SChangeBlock' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2026_01_07_09_09_47_32755/RtmpGw2WXA/R.INSTALL175dc5a2424f/SChangeBlock/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 GMD.cpp -o GMD.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 Mu.cpp -o Mu.o
Mu.cpp: In function 'Rcpp::NumericVector Mu(Rcpp::RObject, Rcpp::Nullable<Rcpp::RObject_Impl<Rcpp::PreserveStorage> >, Rcpp::Nullable<Rcpp::Vector<13> >)':
Mu.cpp:142:30: warning: 'l_n' may be used uninitialized [-Wmaybe-uninitialized]
142 | int b_n = floor(X.nrow() / l_n);
| ~~~~~~~~~^~~~~
Mu.cpp:56:7: note: 'l_n' was declared here
56 | int l_n, l_m;
| ^~~
Mu.cpp:143:30: warning: 'l_m' may be used uninitialized [-Wmaybe-uninitialized]
143 | int b_m = floor(X.ncol() / l_m);
| ~~~~~~~~~^~~~~
Mu.cpp:56:12: note: 'l_m' was declared here
56 | int l_n, l_m;
| ^~~
Mu.cpp:111:26: warning: 'n' may be used uninitialized [-Wmaybe-uninitialized]
111 | if(n != Group.nrow() || m != Group.ncol()) stop("'group' does not have the same dimensions as X.");
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
Mu.cpp:58:7: note: 'n' was declared here
58 | int n, m;
| ^
Mu.cpp:111:26: warning: 'm' may be used uninitialized [-Wmaybe-uninitialized]
111 | if(n != Group.nrow() || m != Group.ncol()) stop("'group' does not have the same dimensions as X.");
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
Mu.cpp:58:10: note: 'm' was declared here
58 | int n, m;
| ^
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 autocov.cpp -o autocov.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 dependency.cpp -o dependency.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 sOpt.cpp -o sOpt.o
g++ -std=gnu++17 -shared -s -static-libgcc -o SChangeBlock.dll tmp.def GMD.o Mu.o RcppExports.o autocov.o dependency.o sOpt.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/2026_01_07_09_09_47_32755/RtmpGw2WXA/R.INSTALL175dc5a2424f/SChangeBlock/src'
make[1]: Entering directory '/d/temp/2026_01_07_09_09_47_32755/RtmpGw2WXA/R.INSTALL175dc5a2424f/SChangeBlock/src'
make[1]: Leaving directory '/d/temp/2026_01_07_09_09_47_32755/RtmpGw2WXA/R.INSTALL175dc5a2424f/SChangeBlock/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-SChangeBlock/00new/SChangeBlock/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 'SChangeBlock' as SChangeBlock_0.0.1.zip
* DONE (SChangeBlock)