* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘DCSmooth’ ...
** package ‘DCSmooth’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (Debian 13.2.0-13) 13.2.0’
using C++11
make[1]: Entering directory '/tmp/RtmpAaOMYP/R.INSTALL376643452c669e/DCSmooth/src'
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native   -c Additional_Functions.cpp -o Additional_Functions.o
Additional_Functions.cpp: In function ‘arma::mat weightMatrix(arma::colvec, arma::mat)’:
Additional_Functions.cpp:14:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
   14 |   for (int j{ 0 }; j < matrix.n_cols; ++j)
      |                    ~~^~~~~~~~~~~~~~~
Additional_Functions.cpp: In function ‘Rcpp::NumericVector cumsum_part_reverse(arma::rowvec, arma::colvec)’:
Additional_Functions.cpp:115:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
  115 |   for(int i{ 0 }; i < vec_1.n_elem; ++i)
      |                   ~~^~~~~~~~~~~~~~
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native   -c Buehlmann.cpp -o Buehlmann.o
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native   -c KR_ConstBndw.cpp -o KR_ConstBndw.o
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native   -c KR_ConstWindow.cpp -o KR_ConstWindow.o
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native   -c KernelFunctions.cpp -o KernelFunctions.o
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native   -c Kernels_M.cpp -o Kernels_M.o
Kernels_M.cpp: In function ‘arma::vec kern_fcn_M200(arma::vec&, double)’:
Kernels_M.cpp:18:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
   18 |   for (int i{ 0 }; i < n_size; ++i)
      |                    ~~^~~~~~~~
Kernels_M.cpp: In function ‘arma::vec kern_fcn_M210(arma::vec&, double)’:
Kernels_M.cpp:42:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
   42 |   for (int i{ 0 }; i < n_size; ++i)
      |                    ~~^~~~~~~~
Kernels_M.cpp: In function ‘arma::vec kern_fcn_M220(arma::vec&, double)’:
Kernels_M.cpp:66:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
   66 |   for (int i{ 0 }; i < n_size; ++i)
      |                    ~~^~~~~~~~
Kernels_M.cpp: In function ‘arma::vec kern_fcn_M321(arma::vec&, double)’:
Kernels_M.cpp:92:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
   92 |   for (int i{ 0 }; i < n_size; ++i)
      |                    ~~^~~~~~~~
Kernels_M.cpp: In function ‘arma::vec kern_fcn_M420(arma::vec&, double)’:
Kernels_M.cpp:124:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
  124 |   for (int i{ 0 }; i < n_size; ++i)
      |                    ~~^~~~~~~~
Kernels_M.cpp: In function ‘arma::vec kern_fcn_M421(arma::vec&, double)’:
Kernels_M.cpp:157:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
  157 |   for (int i{ 0 }; i < n_size; ++i)
      |                    ~~^~~~~~~~
Kernels_M.cpp: In function ‘arma::vec kern_fcn_M422(arma::vec&, double)’:
Kernels_M.cpp:189:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
  189 |   for (int i{ 0 }; i < n_size; ++i)
      |                    ~~^~~~~~~~
Kernels_M.cpp: In function ‘arma::vec kern_fcn_M533(arma::vec&, double)’:
Kernels_M.cpp:223:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
  223 |   for (int i{ 0 }; i < n_size; ++i)
      |                    ~~^~~~~~~~
Kernels_M.cpp: In function ‘arma::vec kern_fcn_M644(arma::vec&, double)’:
Kernels_M.cpp:260:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
  260 |   for (int i{ 0 }; i < n_size; ++i)
      |                    ~~^~~~~~~~
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native   -c Kernels_MW.cpp -o Kernels_MW.o
Kernels_MW.cpp: In function ‘arma::vec kern_fcn_MW200(arma::vec&, double)’:
Kernels_MW.cpp:18:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
   18 |   for (int i{ 0 }; i < n_size; ++i)
      |                    ~~^~~~~~~~
Kernels_MW.cpp: In function ‘arma::vec kern_fcn_MW210(arma::vec&, double)’:
Kernels_MW.cpp:42:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
   42 |   for (int i{ 0 }; i < n_size; ++i)
      |                    ~~^~~~~~~~
Kernels_MW.cpp: In function ‘arma::vec kern_fcn_MW220(arma::vec&, double)’:
Kernels_MW.cpp:66:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
   66 |   for (int i{ 0 }; i < n_size; ++i)
      |                    ~~^~~~~~~~
Kernels_MW.cpp: In function ‘arma::vec kern_fcn_MW320(arma::vec&, double)’:
Kernels_MW.cpp:93:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
   93 |   for (int i{ 0 }; i < n_size; ++i)
      |                    ~~^~~~~~~~
Kernels_MW.cpp: In function ‘arma::vec kern_fcn_MW321(arma::vec&, double)’:
Kernels_MW.cpp:121:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
  121 |   for (int i{ 0 }; i < n_size; ++i)
      |                    ~~^~~~~~~~
Kernels_MW.cpp: In function ‘arma::vec kern_fcn_MW420(arma::vec&, double)’:
Kernels_MW.cpp:153:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
  153 |   for (int i{ 0 }; i < n_size; ++i)
      |                    ~~^~~~~~~~
Kernels_MW.cpp: In function ‘arma::vec kern_fcn_MW421(arma::vec&, double)’:
Kernels_MW.cpp:186:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
  186 |   for (int i{ 0 }; i < n_size; ++i)
      |                    ~~^~~~~~~~
Kernels_MW.cpp: In function ‘arma::vec kern_fcn_MW422(arma::vec&, double)’:
Kernels_MW.cpp:218:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
  218 |   for (int i{ 0 }; i < n_size; ++i)
      |                    ~~^~~~~~~~
Kernels_MW.cpp: In function ‘arma::vec kern_fcn_MW533(arma::vec&, double)’:
Kernels_MW.cpp:252:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
  252 |   for (int i{ 0 }; i < n_size; ++i)
      |                    ~~^~~~~~~~
Kernels_MW.cpp: In function ‘arma::vec kern_fcn_MW644(arma::vec&, double)’:
Kernels_MW.cpp:290:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
  290 |   for (int i{ 0 }; i < n_size; ++i)
      |                    ~~^~~~~~~~
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native   -c Kernels_T.cpp -o Kernels_T.o
Kernels_T.cpp: In function ‘arma::vec kern_fcn_T220(arma::vec&, double)’:
Kernels_T.cpp:20:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
   20 |   for (int i{ 0 }; i < n_size; ++i)
      |                    ~~^~~~~~~~
Kernels_T.cpp: In function ‘arma::vec kern_fcn_T321(arma::vec&, double)’:
Kernels_T.cpp:51:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
   51 |   for (int i{ 0 }; i < n_size; ++i)
      |                    ~~^~~~~~~~
Kernels_T.cpp: In function ‘arma::vec kern_fcn_T420(arma::vec&, double)’:
Kernels_T.cpp:92:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
   92 |   for (int i{ 0 }; i < n_size; ++i)
      |                    ~~^~~~~~~~
Kernels_T.cpp: In function ‘arma::vec kern_fcn_T422(arma::vec&, double)’:
Kernels_T.cpp:140:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
  140 |   for (int i{ 0 }; i < n_size; ++i)
      |                    ~~^~~~~~~~
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native   -c LP_ConstBndw.cpp -o LP_ConstBndw.o
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native   -c LP_ConstWindow.cpp -o LP_ConstWindow.o
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native   -c ar_coef.cpp -o ar_coef.o
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native   -c sarma_rss.cpp -o sarma_rss.o
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native   -c sfarima_rss.cpp -o sfarima_rss.o
g++-13 -std=gnu++11 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o DCSmooth.so Additional_Functions.o Buehlmann.o KR_ConstBndw.o KR_ConstWindow.o KernelFunctions.o Kernels_M.o Kernels_MW.o Kernels_T.o LP_ConstBndw.o LP_ConstWindow.o RcppExports.o ar_coef.o sarma_rss.o sfarima_rss.o -fopenmp -llapack -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpAaOMYP/R.INSTALL376643452c669e/DCSmooth/src'
make[1]: Entering directory '/tmp/RtmpAaOMYP/R.INSTALL376643452c669e/DCSmooth/src'
make[1]: Leaving directory '/tmp/RtmpAaOMYP/R.INSTALL376643452c669e/DCSmooth/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-DCSmooth/00new/DCSmooth/libs
** R
** data
*** moving datasets to lazyload DB
** demo
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘DCSmooth’
    finding HTML links ... done
    DCSmooth-package                        html  
    dcs                                     html  
    kernel.assign                           html  
    kernel.list                             html  
    plot.dcs                                html  
    print.dcs                               html  
    print.dcs_options                       html  
    print.summary_dcs                       html  
    print.summary_sarma                     html  
    residuals.dcs                           html  
    returns.alv                             html  
    sarma.est                               html  
    sarma.sim                               html  
    set.options                             html  
    sfarima.est                             html  
    sfarima.sim                             html  
    summary.dcs                             html  
    summary.dcs_options                     html  
    summary.sarma                           html  
    surface.dcs                             html  
    temp.nunn                               html  
    temp.yuma                               html  
    volumes.alv                             html  
    wind.nunn                               html  
    wind.yuma                               html  
    y.norm1                                 html  
    y.norm2                                 html  
    y.norm3                                 html  
*** copying figures
** 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 (DCSmooth)