* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘SChangeBlock’ ...
** this is package ‘SChangeBlock’ version ‘0.1.0’
** package ‘SChangeBlock’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (Debian 14.3.0-10) 14.3.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp33MQUU/R.INSTALL396ae8779247dd/SChangeBlock/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c GMD.cpp -o GMD.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -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:145:30: warning: ‘l_n’ may be used uninitialized [-Wmaybe-uninitialized]
145 | 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:146:30: warning: ‘l_m’ may be used uninitialized [-Wmaybe-uninitialized]
146 | int b_m = floor(X.ncol() / l_m);
| ~~~~~~~~~^~~~~
Mu.cpp:56:12: note: ‘l_m’ was declared here
56 | int l_n, l_m;
| ^~~
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c autocov.cpp -o autocov.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c dependency.cpp -o dependency.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c sOpt.cpp -o sOpt.o
g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o SChangeBlock.so GMD.o Mu.o RcppExports.o autocov.o dependency.o sOpt.o -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp33MQUU/R.INSTALL396ae8779247dd/SChangeBlock/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmp33MQUU/R.INSTALL396ae8779247dd/SChangeBlock/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmp33MQUU/R.INSTALL396ae8779247dd/SChangeBlock/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-SChangeBlock/00new/SChangeBlock/libs
** 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
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (SChangeBlock)