* installing *source* package ‘linconGaussR’ ...
** package ‘linconGaussR’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (GCC) 14.0.1 20240503 (prerelease)’
using C++11
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/linconGaussR/src'
g++-14 -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 -I../inst/include/ -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++-14 -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 -I../inst/include/ -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 linconGaussCpp.cpp -o linconGaussCpp.o
In file included from ../inst/include/linconGaussR.h:7,
                 from RcppExports.cpp:4:
../inst/include/active_intersections.h: In member function 'arma::Col<int> linconGaussR::ActiveIntersections::_index_active(const arma::vec&, double)':
../inst/include/active_intersections.h:42:22: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   42 |     for(int i = 0; i < t.n_elem; i++){
      |                    ~~^~~~~~~~~~
In file included from ../inst/include/linconGaussR.h:8:
../inst/include/angle_sampler.h: In member function 'double linconGaussR::AngleSampler::draw_angle()':
../inst/include/angle_sampler.h:41:23: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   41 |     for (idx = 1; idx < cum_len.n_elem; idx++)
      |                   ~~~~^~~~~~~~~~~~~~~~
In file included from ../inst/include/linconGaussR.h:7,
                 from linconGaussCpp.cpp:2:
../inst/include/active_intersections.h: In member function 'arma::Col<int> linconGaussR::ActiveIntersections::_index_active(const arma::vec&, double)':
../inst/include/active_intersections.h:42:22: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   42 |     for(int i = 0; i < t.n_elem; i++){
      |                    ~~^~~~~~~~~~
In file included from ../inst/include/linconGaussR.h:8:
../inst/include/angle_sampler.h: In member function 'double linconGaussR::AngleSampler::draw_angle()':
../inst/include/angle_sampler.h:41:23: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   41 |     for (idx = 1; idx < cum_len.n_elem; idx++)
      |                   ~~~~^~~~~~~~~~~~~~~~
g++-14 -std=gnu++11 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o linconGaussR.so RcppExports.o linconGaussCpp.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/linconGaussR/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/linconGaussR/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/linconGaussR/src'
installing to /data/gannet/ripley/R/packages/tests-devel/linconGaussR.Rcheck/00LOCK-linconGaussR/00new/linconGaussR/libs
** R
** 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 (linconGaussR)