* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’ * installing *source* package ‘inferCSN’ ... ** package ‘inferCSN’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-13 (Debian 13.2.0-24) 13.2.0’ make[1]: Entering directory '/tmp/Rtmp8MfaM6/R.INSTALL1994515bcbf711/inferCSN/src' g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 "-Iinclude" -fpic -g -O2 -Wall -pedantic -mtune=native -c BetaVector.cpp -o BetaVector.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 "-Iinclude" -fpic -g -O2 -Wall -pedantic -mtune=native -c CDL012LogisticSwaps.cpp -o CDL012LogisticSwaps.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 "-Iinclude" -fpic -g -O2 -Wall -pedantic -mtune=native -c CDL012SquaredHingeSwaps.cpp -o CDL012SquaredHingeSwaps.o CDL012SquaredHingeSwaps.cpp: In member function ‘FitResult CDL012SquaredHingeSwaps::_Fit() [with T = arma::Mat]’: CDL012SquaredHingeSwaps.cpp:108:35: warning: ‘Bmaxindex’ may be used uninitialized [-Wmaybe-uninitialized] 108 | this->B[maxindex] = Bmaxindex; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ CDL012SquaredHingeSwaps.cpp:32:12: note: ‘Bmaxindex’ was declared here 32 | double Bmaxindex; | ^~~~~~~~~ CDL012SquaredHingeSwaps.cpp: In member function ‘FitResult CDL012SquaredHingeSwaps::_Fit() [with T = arma::SpMat]’: CDL012SquaredHingeSwaps.cpp:108:35: warning: ‘Bmaxindex’ may be used uninitialized [-Wmaybe-uninitialized] 108 | this->B[maxindex] = Bmaxindex; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ CDL012SquaredHingeSwaps.cpp:32:12: note: ‘Bmaxindex’ was declared here 32 | double Bmaxindex; | ^~~~~~~~~ g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 "-Iinclude" -fpic -g -O2 -Wall -pedantic -mtune=native -c CDL012Swaps.cpp -o CDL012Swaps.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 "-Iinclude" -fpic -g -O2 -Wall -pedantic -mtune=native -c Grid.cpp -o Grid.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 "-Iinclude" -fpic -g -O2 -Wall -pedantic -mtune=native -c Grid1D.cpp -o Grid1D.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 "-Iinclude" -fpic -g -O2 -Wall -pedantic -mtune=native -c Grid2D.cpp -o Grid2D.o In file included from /usr/include/c++/13/vector:66, from /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include/RcppCommon.h:60, from /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:25, from /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:29, from include/Grid2D.h:4, from Grid2D.cpp:1: In member function ‘std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](size_type) [with _Tp = double; _Alloc = std::allocator]’, inlined from ‘std::vector > > > Grid2D::Fit() [with T = arma::Mat]’ at Grid2D.cpp:110:25: /usr/include/c++/13/bits/stl_vector.h:1129:41: warning: ‘index’ may be used uninitialized [-Wmaybe-uninitialized] 1129 | return *(this->_M_impl._M_start + __n); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ Grid2D.cpp: In member function ‘std::vector > > > Grid2D::Fit() [with T = arma::Mat]’: Grid2D.cpp:82:17: note: ‘index’ was declared here 82 | std::size_t index; | ^~~~~ In member function ‘std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](size_type) [with _Tp = double; _Alloc = std::allocator]’, inlined from ‘std::vector > > > Grid2D::Fit() [with T = arma::SpMat]’ at Grid2D.cpp:110:25: /usr/include/c++/13/bits/stl_vector.h:1129:41: warning: ‘index’ may be used uninitialized [-Wmaybe-uninitialized] 1129 | return *(this->_M_impl._M_start + __n); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ Grid2D.cpp: In member function ‘std::vector > > > Grid2D::Fit() [with T = arma::SpMat]’: Grid2D.cpp:82:17: note: ‘index’ was declared here 82 | std::size_t index; | ^~~~~ g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 "-Iinclude" -fpic -g -O2 -Wall -pedantic -mtune=native -c Interface.cpp -o Interface.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 "-Iinclude" -fpic -g -O2 -Wall -pedantic -mtune=native -c Normalize.cpp -o Normalize.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 "-Iinclude" -fpic -g -O2 -Wall -pedantic -mtune=native -c README.cpp -o README.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 "-Iinclude" -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 "-Iinclude" -fpic -g -O2 -Wall -pedantic -mtune=native -c Test_Interface.cpp -o Test_Interface.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 "-Iinclude" -fpic -g -O2 -Wall -pedantic -mtune=native -c table_to_matrix.cpp -o table_to_matrix.o g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 "-Iinclude" -fpic -g -O2 -Wall -pedantic -mtune=native -c utils.cpp -o utils.o g++-13 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o inferCSN.so BetaVector.o CDL012LogisticSwaps.o CDL012SquaredHingeSwaps.o CDL012Swaps.o Grid.o Grid1D.o Grid2D.o Interface.o Normalize.o README.o RcppExports.o Test_Interface.o table_to_matrix.o utils.o -llapack -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR make[1]: Leaving directory '/tmp/Rtmp8MfaM6/R.INSTALL1994515bcbf711/inferCSN/src' make[1]: Entering directory '/tmp/Rtmp8MfaM6/R.INSTALL1994515bcbf711/inferCSN/src' make[1]: Leaving directory '/tmp/Rtmp8MfaM6/R.INSTALL1994515bcbf711/inferCSN/src' installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-inferCSN/00new/inferCSN/libs ** R ** data *** moving datasets to lazyload DB ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 * creating tarball packaged installation of ‘inferCSN’ as ‘inferCSN_1.0.3_R_x86_64-pc-linux-gnu.tar.gz’ * DONE (inferCSN)