* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘TTR.PGM’ ...
** this is package ‘TTR.PGM’ version ‘1.0.0’
** package ‘TTR.PGM’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
specified C++17
using C++ compiler: ‘g++-16 (Debian 16-20260425-1) 16.0.1 20260425 (prerelease) [gcc-16 r16-8812-gd9c07462a22]’
using C++17
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpldzXZR/R.INSTALL17220d24090aeb/TTR.PGM/src'
g++-16 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I. -I../inst/include/ -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 -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o
g++-16 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I. -I../inst/include/ -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 -fpic -g -O2 -Wall -pedantic -mtune=native -c make_swc.cpp -o make_swc.o
g++-16 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I. -I../inst/include/ -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 -fpic -g -O2 -Wall -pedantic -mtune=native -c run_ttr.cpp -o run_ttr.o
run_ttr.cpp: In instantiation of ‘void ttr::site(double*, size_t, const arma::cube&, const arma::mat&, ParameterVector<AlphaParameter>&, const std::vector<EnumVector<BetaParameter, double>, std::allocator<EnumVector<BetaParameter, double> > >&, const environment&) [with TTRVariant V = TTRVariant::std; size_t = long unsigned int; arma::cube = arma::Cube<double>; arma::mat = arma::Mat<double>; ParameterVector<AlphaParameter> = EnumVector<AlphaParameter, double>]’:
run_ttr.cpp:55:33: required from here
55 | ttr::site<TTRVariant::std>(res.begin(), site, timeseries, timeinvariant, a, b, env);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
run_ttr.cpp:160:10: warning: variable ‘bsum’ set but not used [-Wunused-but-set-variable=]
160 | double bsum = 0;
| ^~~~
run_ttr.cpp: In instantiation of ‘void ttr::site(double*, size_t, const arma::cube&, const arma::mat&, ParameterVector<AlphaParameter>&, const std::vector<EnumVector<BetaParameter, double>, std::allocator<EnumVector<BetaParameter, double> > >&, const environment&) [with TTRVariant V = TTRVariant::fqr; size_t = long unsigned int; arma::cube = arma::Cube<double>; arma::mat = arma::Mat<double>; ParameterVector<AlphaParameter> = EnumVector<AlphaParameter, double>]’:
run_ttr.cpp:60:33: required from here
60 | ttr::site<TTRVariant::fqr>(res.begin(), site, timeseries, timeinvariant, a, b, env);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
run_ttr.cpp:160:10: warning: variable ‘bsum’ set but not used [-Wunused-but-set-variable=]
160 | double bsum = 0;
| ^~~~
run_ttr.cpp: In instantiation of ‘void ttr::site(double*, size_t, const arma::cube&, const arma::mat&, ParameterVector<AlphaParameter>&, const std::vector<EnumVector<BetaParameter, double>, std::allocator<EnumVector<BetaParameter, double> > >&, const environment&) [with TTRVariant V = TTRVariant::red; size_t = long unsigned int; arma::cube = arma::Cube<double>; arma::mat = arma::Mat<double>; ParameterVector<AlphaParameter> = EnumVector<AlphaParameter, double>]’:
run_ttr.cpp:65:33: required from here
65 | ttr::site<TTRVariant::red>(res.begin(), site, timeseries, timeinvariant, a, b, env);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
run_ttr.cpp:160:10: warning: variable ‘bsum’ set but not used [-Wunused-but-set-variable=]
160 | double bsum = 0;
| ^~~~
run_ttr.cpp: In instantiation of ‘void ttr::site(double*, size_t, const arma::cube&, const arma::mat&, ParameterVector<AlphaParameter>&, const std::vector<EnumVector<BetaParameter, double>, std::allocator<EnumVector<BetaParameter, double> > >&, const environment&) [with TTRVariant V = TTRVariant::oak; size_t = long unsigned int; arma::cube = arma::Cube<double>; arma::mat = arma::Mat<double>; ParameterVector<AlphaParameter> = EnumVector<AlphaParameter, double>]’:
run_ttr.cpp:70:33: required from here
70 | ttr::site<TTRVariant::oak>(res.begin(), site, timeseries, timeinvariant, a, b, env);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
run_ttr.cpp:160:10: warning: variable ‘bsum’ set but not used [-Wunused-but-set-variable=]
160 | double bsum = 0;
| ^~~~
g++-16 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I. -I../inst/include/ -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 -fpic -g -O2 -Wall -pedantic -mtune=native -c thorn_photo.cpp -o thorn_photo.o
g++-16 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I. -I../inst/include/ -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 -fpic -g -O2 -Wall -pedantic -mtune=native -c ttr_environment.cpp -o ttr_environment.o
g++-16 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o TTR.PGM.so RcppExports.o make_swc.o run_ttr.o thorn_photo.o ttr_environment.o -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpldzXZR/R.INSTALL17220d24090aeb/TTR.PGM/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpldzXZR/R.INSTALL17220d24090aeb/TTR.PGM/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpldzXZR/R.INSTALL17220d24090aeb/TTR.PGM/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-TTR.PGM/00new/TTR.PGM/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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
* DONE (TTR.PGM)