* installing *source* package 'MazamaRollUtils' ...
** package 'MazamaRollUtils' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/Rtmp0gVyYz/R.INSTALL14a645e1c5d15/MazamaRollUtils/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c MazamaRollUtils.cpp -o MazamaRollUtils.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++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -shared -s -static-libgcc -o MazamaRollUtils.dll tmp.def MazamaRollUtils.o RcppExports.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/Rtmp0gVyYz/R.INSTALL14a645e1c5d15/MazamaRollUtils/src'
make[1]: Entering directory '/d/temp/Rtmp0gVyYz/R.INSTALL14a645e1c5d15/MazamaRollUtils/src'
make[1]: Leaving directory '/d/temp/Rtmp0gVyYz/R.INSTALL14a645e1c5d15/MazamaRollUtils/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-MazamaRollUtils/00new/MazamaRollUtils/libs/x64
** 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
** 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 'MazamaRollUtils' as MazamaRollUtils_0.1.3.zip
* DONE (MazamaRollUtils)