* installing *source* package ‘MazamaRollUtils’ ...
** package ‘MazamaRollUtils’ 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/MazamaRollUtils/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 MazamaRollUtils.cpp -o MazamaRollUtils.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 RcppExports.cpp -o RcppExports.o
In member function 'double Roll::windowMax(const int&)',
    inlined from 'Rcpp::NumericVector Roll::max()' at MazamaRollUtils.cpp:123:25:
MazamaRollUtils.cpp:291:7: warning: 's' may be used uninitialized [-Wmaybe-uninitialized]
  291 |       if ( s < 0 ) {
      |       ^~
MazamaRollUtils.cpp: In member function 'Rcpp::NumericVector Roll::max()':
MazamaRollUtils.cpp:279:11: note: 's' was declared here
  279 |       int s;
      |           ^
In member function 'double Roll::windowMin(const int&)',
    inlined from 'Rcpp::NumericVector Roll::min()' at MazamaRollUtils.cpp:150:25:
MazamaRollUtils.cpp:408:7: warning: 's' may be used uninitialized [-Wmaybe-uninitialized]
  408 |       if ( s < 0 ) {
      |       ^~
MazamaRollUtils.cpp: In member function 'Rcpp::NumericVector Roll::min()':
MazamaRollUtils.cpp:396:11: note: 's' was declared here
  396 |       int s;
      |           ^
MazamaRollUtils.cpp: In member function 'double Roll::windowMedian(const int&)':
MazamaRollUtils.cpp:370:7: warning: 's' may be used uninitialized [-Wmaybe-uninitialized]
  370 |       if ( s < 0 ) {
      |       ^~
MazamaRollUtils.cpp:358:11: note: 's' was declared here
  358 |       int s;
      |           ^
MazamaRollUtils.cpp: In member function 'double Roll::windowMAD(const int&)':
MazamaRollUtils.cpp:253:7: warning: 's' may be used uninitialized [-Wmaybe-uninitialized]
  253 |       if ( s < 0 ) {
      |       ^~
MazamaRollUtils.cpp:241:11: note: 's' was declared here
  241 |       int s;
      |           ^
In member function 'double Roll::windowMean(const int&)',
    inlined from 'Rcpp::NumericVector Roll::mean()' at MazamaRollUtils.cpp:132:26,
    inlined from 'Rcpp::NumericVector roll_mean_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >)' at MazamaRollUtils.cpp:650:20:
MazamaRollUtils.cpp:332:7: warning: 's' may be used uninitialized [-Wmaybe-uninitialized]
  332 |       if ( s < 0 ) {
      |       ^~
MazamaRollUtils.cpp: In function 'Rcpp::NumericVector roll_mean_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector, Rcpp::Nullable<Rcpp::Vector<14, Rcpp::PreserveStorage> >)':
MazamaRollUtils.cpp:320:11: note: 's' was declared here
  320 |       int s;
      |           ^
In member function 'double Roll::windowProd(const int&)',
    inlined from 'Rcpp::NumericVector Roll::prod()' at MazamaRollUtils.cpp:159:26,
    inlined from 'Rcpp::NumericVector roll_prod_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)' at MazamaRollUtils.cpp:692:20:
MazamaRollUtils.cpp:449:7: warning: 's' may be used uninitialized [-Wmaybe-uninitialized]
  449 |       if ( s < 0 ) {
      |       ^~
MazamaRollUtils.cpp: In function 'Rcpp::NumericVector roll_prod_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)':
MazamaRollUtils.cpp:437:11: note: 's' was declared here
  437 |       int s;
      |           ^
In member function 'double Roll::windowMean(const int&)',
    inlined from 'double Roll::windowVar(const int&)' at MazamaRollUtils.cpp:510:29,
    inlined from 'Rcpp::NumericVector Roll::sd()' at MazamaRollUtils.cpp:168:20,
    inlined from 'Rcpp::NumericVector roll_sd_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)' at MazamaRollUtils.cpp:706:18:
MazamaRollUtils.cpp:332:7: warning: 's' may be used uninitialized [-Wmaybe-uninitialized]
  332 |       if ( s < 0 ) {
      |       ^~
MazamaRollUtils.cpp: In function 'Rcpp::NumericVector roll_sd_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)':
MazamaRollUtils.cpp:320:11: note: 's' was declared here
  320 |       int s;
      |           ^
In member function 'double Roll::windowVar(const int&)',
    inlined from 'Rcpp::NumericVector Roll::sd()' at MazamaRollUtils.cpp:168:20,
    inlined from 'Rcpp::NumericVector roll_sd_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)' at MazamaRollUtils.cpp:706:18:
MazamaRollUtils.cpp:524:7: warning: 's' may be used uninitialized [-Wmaybe-uninitialized]
  524 |       if ( s < 0 ) {
      |       ^~
MazamaRollUtils.cpp: In function 'Rcpp::NumericVector roll_sd_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)':
MazamaRollUtils.cpp:512:11: note: 's' was declared here
  512 |       int s;
      |           ^
In member function 'double Roll::windowSum(const int&)',
    inlined from 'Rcpp::NumericVector Roll::sum()' at MazamaRollUtils.cpp:177:25,
    inlined from 'Rcpp::NumericVector roll_sum_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)' at MazamaRollUtils.cpp:720:19:
MazamaRollUtils.cpp:486:7: warning: 's' may be used uninitialized [-Wmaybe-uninitialized]
  486 |       if ( s < 0 ) {
      |       ^~
MazamaRollUtils.cpp: In function 'Rcpp::NumericVector roll_sum_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)':
MazamaRollUtils.cpp:474:11: note: 's' was declared here
  474 |       int s;
      |           ^
In member function 'double Roll::windowMean(const int&)',
    inlined from 'double Roll::windowVar(const int&)' at MazamaRollUtils.cpp:510:29,
    inlined from 'Rcpp::NumericVector Roll::var()' at MazamaRollUtils.cpp:186:25,
    inlined from 'Rcpp::NumericVector roll_var_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)' at MazamaRollUtils.cpp:734:19:
MazamaRollUtils.cpp:332:7: warning: 's' may be used uninitialized [-Wmaybe-uninitialized]
  332 |       if ( s < 0 ) {
      |       ^~
MazamaRollUtils.cpp: In function 'Rcpp::NumericVector roll_var_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)':
MazamaRollUtils.cpp:320:11: note: 's' was declared here
  320 |       int s;
      |           ^
In member function 'double Roll::windowVar(const int&)',
    inlined from 'Rcpp::NumericVector Roll::var()' at MazamaRollUtils.cpp:186:25,
    inlined from 'Rcpp::NumericVector roll_var_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)' at MazamaRollUtils.cpp:734:19:
MazamaRollUtils.cpp:524:7: warning: 's' may be used uninitialized [-Wmaybe-uninitialized]
  524 |       if ( s < 0 ) {
      |       ^~
MazamaRollUtils.cpp: In function 'Rcpp::NumericVector roll_var_cpp(Rcpp::NumericVector, unsigned int, int, const Rcpp::String&, Rcpp::LogicalVector)':
MazamaRollUtils.cpp:512:11: note: 's' was declared here
  512 |       int s;
      |           ^
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 MazamaRollUtils.so MazamaRollUtils.o RcppExports.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/MazamaRollUtils/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/MazamaRollUtils/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/MazamaRollUtils/src'
installing to /data/gannet/ripley/R/packages/tests-devel/MazamaRollUtils.Rcheck/00LOCK-MazamaRollUtils/00new/MazamaRollUtils/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (MazamaRollUtils)