* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘tci’ ...
** package ‘tci’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (Debian 13.2.0-23) 13.2.0’
using C++11
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpsPLMsc/R.INSTALL29bc337f01b734/tci/src'
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-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-devel-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native   -c pk_cpp_functions.cpp -o pk_cpp_functions.o
pk_cpp_functions.cpp: In function ‘arma::mat pksol1cpt(arma::vec&, arma::vec&, arma::vec&, arma::vec&, arma::vec&, double)’:
pk_cpp_functions.cpp:46:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
   46 |     for(int j = 0; j < begin.size(); j++){
      |                    ~~^~~~~~~~~~~~~~
pk_cpp_functions.cpp: In function ‘arma::mat pksol2cpt(arma::vec&, arma::vec&, arma::vec&, arma::vec&, arma::vec&, arma::vec&)’:
pk_cpp_functions.cpp:165:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
  165 |     for(int j = 0; j < begin.size(); j++){
      |                    ~~^~~~~~~~~~~~~~
pk_cpp_functions.cpp: In function ‘arma::mat pksol3cpt(arma::vec&, arma::vec&, arma::vec&, arma::vec&, arma::vec&, arma::vec&)’:
pk_cpp_functions.cpp:312:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
  312 |     for(int j = 0; j < begin.size(); j++){
      |                    ~~^~~~~~~~~~~~~~
pk_cpp_functions.cpp: In function ‘arma::mat pksol3cptm(arma::vec&, arma::vec&, arma::vec&, arma::vec&, arma::vec&, arma::vec&)’:
pk_cpp_functions.cpp:468:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
  468 |     for(int j = 0; j < begin.size(); j++){
      |                    ~~^~~~~~~~~~~~~~
g++-13 -std=gnu++11 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o tci.so RcppExports.o pk_cpp_functions.o -fopenmp -llapack -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpsPLMsc/R.INSTALL29bc337f01b734/tci/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpsPLMsc/R.INSTALL29bc337f01b734/tci/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpsPLMsc/R.INSTALL29bc337f01b734/tci/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-tci/00new/tci/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 (tci)