* installing *source* package ‘tci’ ...
** package ‘tci’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
using C++11
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/tci/src'
g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include   -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c RcppExports.cpp -o RcppExports.o
g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I/usr/local/include   -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -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/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o tci.so RcppExports.o pk_cpp_functions.o -fopenmp -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/tci/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/tci/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/tci/src'
installing to /data/gannet/ripley/R/packages/tests-devel/tci.Rcheck/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)