* 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++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/SChangeBlock/src'
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c GMD.cpp -o GMD.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -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++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c autocov.cpp -o autocov.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c dependency.cpp -o dependency.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c sOpt.cpp -o sOpt.o
g++ -std=gnu++17 -shared -L/usr/local/lib64 -o SChangeBlock.so GMD.o Mu.o RcppExports.o autocov.o dependency.o sOpt.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/SChangeBlock/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/SChangeBlock/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/SChangeBlock/src'
installing to /data/gannet/ripley/R/packages/tests-devel/SChangeBlock.Rcheck/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)