* installing *source* package ‘Carlson’ ...
** package ‘Carlson’ 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/Carlson/src'
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c Carlson.cpp -o Carlson.o
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c RcppExports.cpp -o RcppExports.o
Carlson.cpp:178:21: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  178 |       Rcomplex one {1.0, 0.0};
      |                     ^~~~~~~~
      |                     {       }
Carlson.cpp:181:23: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  181 |       Rcomplex one_3 {1.0 / 3.0, 0.0};
      |                       ^~~~~~~~~~~~~~
      |                       {             }
Carlson.cpp:188:19: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  188 |     Rcomplex kpi {M_PI * k, 0.0};
      |                   ^~~~~~~~~~~~~
      |                   {            }
/usr/include/math.h:1151:16: note: expanded from macro 'M_PI'
 1151 | # define M_PI           3.14159265358979323846  /* pi */
      |                         ^
Carlson.cpp:190:23: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  190 |     Rcomplex ktimes2 {2.0 * k, 0.0};
      |                       ^~~~~~~~~~~~
      |                       {           }
Carlson.cpp:191:20: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  191 |     Rcomplex PI_2 {M_PI_2, 0.0};
      |                    ^~~~~~~~~~~
      |                    {          }
/usr/include/math.h:1152:18: note: expanded from macro 'M_PI_2'
 1152 | # define M_PI_2         1.57079632679489661923  /* pi/2 */
      |                         ^
Carlson.cpp:288:20: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  288 |     Rcomplex PI_2 {M_PI_2, 0.0};
      |                    ^~~~~~~~~~~
      |                    {          }
/usr/include/math.h:1152:18: note: expanded from macro 'M_PI_2'
 1152 | # define M_PI_2         1.57079632679489661923  /* pi/2 */
      |                         ^
Carlson.cpp:289:20: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  289 |     Rcomplex minv {1.0 / m.r, 0.0};
      |                    ^~~~~~~~~~~~~~
      |                    {             }
Carlson.cpp:290:21: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  290 |     Rcomplex msqrt {std::sqrt(m.r), 0.0};
      |                     ^~~~~~~~~~~~~~~~~~~
      |                     {                  }
Carlson.cpp:310:21: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  310 |       Rcomplex one {1.0, 0.0};
      |                     ^~~~~~~~
      |                     {       }
Carlson.cpp:318:19: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  318 |     Rcomplex kpi {M_PI * k, 0.0};
      |                   ^~~~~~~~~~~~~
      |                   {            }
/usr/include/math.h:1151:16: note: expanded from macro 'M_PI'
 1151 | # define M_PI           3.14159265358979323846  /* pi */
      |                         ^
Carlson.cpp:320:23: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  320 |     Rcomplex ktimes2 {2.0 * k, 0.0};
      |                       ^~~~~~~~~~~~
      |                       {           }
Carlson.cpp:321:20: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  321 |     Rcomplex PI_2 {M_PI_2, 0.0};
      |                    ^~~~~~~~~~~
      |                    {          }
/usr/include/math.h:1152:18: note: expanded from macro 'M_PI_2'
 1152 | # define M_PI_2         1.57079632679489661923  /* pi/2 */
      |                         ^
Carlson.cpp:354:21: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  354 |       Rcomplex kpi {M_PI * k, 0.0};
      |                     ^~~~~~~~~~~~~
      |                     {            }
/usr/include/math.h:1151:16: note: expanded from macro 'M_PI'
 1151 | # define M_PI           3.14159265358979323846  /* pi */
      |                         ^
Carlson.cpp:359:20: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  359 |     Rcomplex PI_2 {M_PI_2, 0.0};
      |                    ^~~~~~~~~~~
      |                    {          }
/usr/include/math.h:1152:18: note: expanded from macro 'M_PI_2'
 1152 | # define M_PI_2         1.57079632679489661923  /* pi/2 */
      |                         ^
Carlson.cpp:407:19: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  407 |     Rcomplex one {1.0, 0.0};
      |                   ^~~~~~~~
      |                   {       }
Carlson.cpp:408:20: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  408 |     Rcomplex PI_2 {M_PI_2, 0.0};
      |                    ^~~~~~~~~~~
      |                    {          }
/usr/include/math.h:1152:18: note: expanded from macro 'M_PI_2'
 1152 | # define M_PI_2         1.57079632679489661923  /* pi/2 */
      |                         ^
Carlson.cpp:411:20: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  411 |     Rcomplex PI_2 {M_PI_2, 0.0};
      |                    ^~~~~~~~~~~
      |                    {          }
/usr/include/math.h:1152:18: note: expanded from macro 'M_PI_2'
 1152 | # define M_PI_2         1.57079632679489661923  /* pi/2 */
      |                         ^
Carlson.cpp:419:19: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  419 |     Rcomplex one {1.0, 0.0};
      |                   ^~~~~~~~
      |                   {       }
Carlson.cpp:423:21: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  423 |     Rcomplex one_3 {1.0 / 3.0, 0.0};
      |                     ^~~~~~~~~~~~~~
      |                     {             }
Carlson.cpp:430:19: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  430 |     Rcomplex kpi {M_PI * k, 0.0};
      |                   ^~~~~~~~~~~~~
      |                   {            }
/usr/include/math.h:1151:16: note: expanded from macro 'M_PI'
 1151 | # define M_PI           3.14159265358979323846  /* pi */
      |                         ^
Carlson.cpp:432:23: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  432 |     Rcomplex ktimes2 {2.0 * k, 0.0};
      |                       ^~~~~~~~~~~~
      |                       {           }
Carlson.cpp:433:20: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  433 |     Rcomplex PI_2 {M_PI_2, 0.0};
      |                    ^~~~~~~~~~~
      |                    {          }
/usr/include/math.h:1152:18: note: expanded from macro 'M_PI_2'
 1152 | # define M_PI_2         1.57079632679489661923  /* pi/2 */
      |                         ^
22 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 Carlson.so Carlson.o RcppExports.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/Carlson/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/Carlson/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/Carlson/src'
installing to /data/gannet/ripley/R/packages/tests-clang/Carlson.Rcheck/00LOCK-Carlson/00new/Carlson/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 (Carlson)