* installing *source* package ‘Carlson’ ...
** package ‘Carlson’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c Carlson.cpp -o Carlson.o
Carlson.cpp:178:21: warning: suggest braces around initialization of subobject [-Wmissing-braces]
      Rcomplex one {1.0, 0.0};
                    ^~~~~~~~
                    {       }
Carlson.cpp:181:23: warning: suggest braces around initialization of subobject [-Wmissing-braces]
      Rcomplex one_3 {1.0 / 3.0, 0.0};
                      ^~~~~~~~~~~~~~
                      {             }
Carlson.cpp:188:19: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    Rcomplex kpi {M_PI * k, 0.0};
                  ^~~~~~~~~~~~~
                  {            }
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/math.h:694:21: note: expanded from macro 'M_PI'
#define M_PI        3.14159265358979323846264338327950288   /* pi             */
                    ^
Carlson.cpp:190:23: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    Rcomplex ktimes2 {2.0 * k, 0.0};
                      ^~~~~~~~~~~~
                      {           }
Carlson.cpp:191:20: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    Rcomplex PI_2 {M_PI_2, 0.0};
                   ^~~~~~~~~~~
                   {          }
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/math.h:695:21: note: expanded from macro 'M_PI_2'
#define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
                    ^
Carlson.cpp:288:20: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    Rcomplex PI_2 {M_PI_2, 0.0};
                   ^~~~~~~~~~~
                   {          }
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/math.h:695:21: note: expanded from macro 'M_PI_2'
#define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
                    ^
Carlson.cpp:289:20: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    Rcomplex minv {1.0 / m.r, 0.0};
                   ^~~~~~~~~~~~~~
                   {             }
Carlson.cpp:290:21: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    Rcomplex msqrt {std::sqrt(m.r), 0.0};
                    ^~~~~~~~~~~~~~~~~~~
                    {                  }
Carlson.cpp:310:21: warning: suggest braces around initialization of subobject [-Wmissing-braces]
      Rcomplex one {1.0, 0.0};
                    ^~~~~~~~
                    {       }
Carlson.cpp:318:19: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    Rcomplex kpi {M_PI * k, 0.0};
                  ^~~~~~~~~~~~~
                  {            }
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/math.h:694:21: note: expanded from macro 'M_PI'
#define M_PI        3.14159265358979323846264338327950288   /* pi             */
                    ^
Carlson.cpp:320:23: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    Rcomplex ktimes2 {2.0 * k, 0.0};
                      ^~~~~~~~~~~~
                      {           }
Carlson.cpp:321:20: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    Rcomplex PI_2 {M_PI_2, 0.0};
                   ^~~~~~~~~~~
                   {          }
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/math.h:695:21: note: expanded from macro 'M_PI_2'
#define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
                    ^
Carlson.cpp:354:21: warning: suggest braces around initialization of subobject [-Wmissing-braces]
      Rcomplex kpi {M_PI * k, 0.0};
                    ^~~~~~~~~~~~~
                    {            }
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/math.h:694:21: note: expanded from macro 'M_PI'
#define M_PI        3.14159265358979323846264338327950288   /* pi             */
                    ^
Carlson.cpp:359:20: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    Rcomplex PI_2 {M_PI_2, 0.0};
                   ^~~~~~~~~~~
                   {          }
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/math.h:695:21: note: expanded from macro 'M_PI_2'
#define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
                    ^
Carlson.cpp:407:19: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    Rcomplex one {1.0, 0.0};
                  ^~~~~~~~
                  {       }
Carlson.cpp:408:20: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    Rcomplex PI_2 {M_PI_2, 0.0};
                   ^~~~~~~~~~~
                   {          }
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/math.h:695:21: note: expanded from macro 'M_PI_2'
#define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
                    ^
Carlson.cpp:411:20: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    Rcomplex PI_2 {M_PI_2, 0.0};
                   ^~~~~~~~~~~
                   {          }
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/math.h:695:21: note: expanded from macro 'M_PI_2'
#define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
                    ^
Carlson.cpp:419:19: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    Rcomplex one {1.0, 0.0};
                  ^~~~~~~~
                  {       }
Carlson.cpp:423:21: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    Rcomplex one_3 {1.0 / 3.0, 0.0};
                    ^~~~~~~~~~~~~~
                    {             }
Carlson.cpp:430:19: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    Rcomplex kpi {M_PI * k, 0.0};
                  ^~~~~~~~~~~~~
                  {            }
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/math.h:694:21: note: expanded from macro 'M_PI'
#define M_PI        3.14159265358979323846264338327950288   /* pi             */
                    ^
Carlson.cpp:432:23: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    Rcomplex ktimes2 {2.0 * k, 0.0};
                      ^~~~~~~~~~~~
                      {           }
Carlson.cpp:433:20: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    Rcomplex PI_2 {M_PI_2, 0.0};
                   ^~~~~~~~~~~
                   {          }
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/math.h:695:21: note: expanded from macro 'M_PI_2'
#define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
                    ^
22 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c RcppExports.cpp -o RcppExports.o
clang++ -arch arm64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o Carlson.so Carlson.o RcppExports.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.3/Carlson.Rcheck/00LOCK-Carlson/00new/Carlson/libs
** generating debug symbols (dSYM)
** 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)