* installing *source* package ‘GeoAdjust’ ...
** package ‘GeoAdjust’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/GeoAdjust/src'
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/TMB/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/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 GeoAdjust_init.cpp -o GeoAdjust_init.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/TMB/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I/usr/local/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 compute.cpp -o compute.o
In file included from /data/gannet/ripley/R/test-dev/TMB/include/TMB.hpp:212,
                 from compute.cpp:6:
compute.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = CppAD::AD<double>]':
/data/gannet/ripley/R/test-dev/TMB/include/tmb_core.hpp:1308:6:   required from here
compute.cpp:100:17: warning: unused variable 'num_s' [-Wunused-variable]
  100 |   DATA_INTEGER( num_s );
      |                 ^~~~~
/data/gannet/ripley/R/test-dev/TMB/include/tmb_core.hpp:260:32: note: in definition of macro 'DATA_INTEGER'
  260 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
compute.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = double]':
/data/gannet/ripley/R/test-dev/TMB/include/tmb_core.hpp:2031:7:   required from here
compute.cpp:100:17: warning: unused variable 'num_s' [-Wunused-variable]
  100 |   DATA_INTEGER( num_s );
      |                 ^~~~~
/data/gannet/ripley/R/test-dev/TMB/include/tmb_core.hpp:260:32: note: in definition of macro 'DATA_INTEGER'
  260 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
compute.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = CppAD::AD<CppAD::AD<double> >]':
/data/gannet/ripley/R/test-dev/TMB/include/tmb_core.hpp:913:29:   required from 'Type objective_function<Type>::evalUserTemplate() [with Type = CppAD::AD<CppAD::AD<double> >]'
/data/gannet/ripley/R/test-dev/TMB/include/tmb_core.hpp:2112:26:   required from here
compute.cpp:100:17: warning: unused variable 'num_s' [-Wunused-variable]
  100 |   DATA_INTEGER( num_s );
      |                 ^~~~~
/data/gannet/ripley/R/test-dev/TMB/include/tmb_core.hpp:260:32: note: in definition of macro 'DATA_INTEGER'
  260 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
compute.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = CppAD::AD<CppAD::AD<CppAD::AD<double> > >]':
/data/gannet/ripley/R/test-dev/TMB/include/tmb_core.hpp:913:29:   required from 'Type objective_function<Type>::evalUserTemplate() [with Type = CppAD::AD<CppAD::AD<CppAD::AD<double> > >]'
/data/gannet/ripley/R/test-dev/TMB/include/tmb_core.hpp:2361:28:   required from here
compute.cpp:100:17: warning: unused variable 'num_s' [-Wunused-variable]
  100 |   DATA_INTEGER( num_s );
      |                 ^~~~~
/data/gannet/ripley/R/test-dev/TMB/include/tmb_core.hpp:260:32: note: in definition of macro 'DATA_INTEGER'
  260 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
g++-13 -std=gnu++17 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o GeoAdjust.so GeoAdjust_init.o compute.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/GeoAdjust/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/GeoAdjust/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/GeoAdjust/src'
installing to /data/gannet/ripley/R/packages/tests-devel/GeoAdjust.Rcheck/00LOCK-GeoAdjust/00new/GeoAdjust/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 (GeoAdjust)