* installing *source* package ‘offlineChange’ ...
** package ‘offlineChange’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/offlineChange/src'
g++-13 -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++-13 -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 min_wgss.cpp -o min_wgss.o
min_wgss.cpp: In function 'Rcpp::List PriorRangeOrderKmeansCpp(Rcpp::NumericMatrix, Rcpp::List, int)':
min_wgss.cpp:291:109: warning: 'best_ell' may be used uninitialized [-Wmaybe-uninitialized]
  291 |         mean_each(i,_) = (num_each[i] * mean_each(i,_) - best_ell * best_mean_candidatePart) / (num_each[i] - best_ell);
      |                                                                                                ~~~~~~~~~~~~~^~~~~~~~~~~
min_wgss.cpp:264:11: note: 'best_ell' was declared here
  264 |       int best_ell;
      |           ^~~~~~~~
min_wgss.cpp: In function 'Rcpp::List OrderKmeansCpp(Rcpp::NumericMatrix, int, int)':
min_wgss.cpp:134:111: warning: 'best_ell' may be used uninitialized [-Wmaybe-uninitialized]
  134 |           mean_each(i,_) = (num_each[i] * mean_each(i,_) - best_ell * best_mean_candidatePart) / (num_each[i] - best_ell);
      |                                                                                                  ~~~~~~~~~~~~~^~~~~~~~~~~
min_wgss.cpp:108:13: note: 'best_ell' was declared here
  108 |         int best_ell;
      |             ^~~~~~~~
g++-13 -std=gnu++17 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o offlineChange.so RcppExports.o min_wgss.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/offlineChange/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/offlineChange/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/offlineChange/src'
installing to /data/gannet/ripley/R/packages/tests-devel/offlineChange.Rcheck/00LOCK-offlineChange/00new/offlineChange/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (offlineChange)