* installing *source* package ‘mvPot’ ...
** package ‘mvPot’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 18.1.4’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/mvPot/src'
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c mvnCppAdaptedSTL.cpp -o mvnCppAdaptedSTL.o
mvnCppAdaptedSTL.cpp:246:18: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
  246 |     double min = LONG_MAX;
      |            ~~~   ^~~~~~~~
/usr/local/clang18/lib/clang/18/include/limits.h:47:19: note: expanded from macro 'LONG_MAX'
   47 | #define LONG_MAX  __LONG_MAX__
      |                   ^~~~~~~~~~~~
<built-in>:120:22: note: expanded from macro '__LONG_MAX__'
  120 | #define __LONG_MAX__ 9223372036854775807L
      |                      ^~~~~~~~~~~~~~~~~~~~
mvnCppAdaptedSTL.cpp:284:15: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
  284 |         min = LONG_MAX;
      |             ~ ^~~~~~~~
/usr/local/clang18/lib/clang/18/include/limits.h:47:19: note: expanded from macro 'LONG_MAX'
   47 | #define LONG_MAX  __LONG_MAX__
      |                   ^~~~~~~~~~~~
<built-in>:120:22: note: expanded from macro '__LONG_MAX__'
  120 | #define __LONG_MAX__ 9223372036854775807L
      |                      ^~~~~~~~~~~~~~~~~~~~
mvnCppAdaptedSTL.cpp:584:18: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
  584 |     double min = LONG_MAX;
      |            ~~~   ^~~~~~~~
/usr/local/clang18/lib/clang/18/include/limits.h:47:19: note: expanded from macro 'LONG_MAX'
   47 | #define LONG_MAX  __LONG_MAX__
      |                   ^~~~~~~~~~~~
<built-in>:120:22: note: expanded from macro '__LONG_MAX__'
  120 | #define __LONG_MAX__ 9223372036854775807L
      |                      ^~~~~~~~~~~~~~~~~~~~
mvnCppAdaptedSTL.cpp:621:15: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
  621 |         min = LONG_MAX;
      |             ~ ^~~~~~~~
/usr/local/clang18/lib/clang/18/include/limits.h:47:19: note: expanded from macro 'LONG_MAX'
   47 | #define LONG_MAX  __LONG_MAX__
      |                   ^~~~~~~~~~~~
<built-in>:120:22: note: expanded from macro '__LONG_MAX__'
  120 | #define __LONG_MAX__ 9223372036854775807L
      |                      ^~~~~~~~~~~~~~~~~~~~
4 warnings generated.
/usr/local/clang18/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o mvPot.so mvnCppAdaptedSTL.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/mvPot/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/mvPot/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/mvPot/src'
installing to /data/gannet/ripley/R/packages/tests-clang/mvPot.Rcheck/00LOCK-mvPot/00new/mvPot/libs
** R
** 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 (mvPot)