* installing *source* package ‘LOMAR’ ...
** package ‘LOMAR’ 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. -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I/opt/R/arm64/include   -DBOOST_DISABLE_THREADS -fPIC  -falign-functions=64 -Wall -g -O2   -c RcppExports.cpp -o RcppExports.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/BH/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.4/Rcpp/include' -I/opt/R/arm64/include   -DBOOST_DISABLE_THREADS -fPIC  -falign-functions=64 -Wall -g -O2   -c diag.cpp -o diag.o
In file included from diag.cpp:9:
In file included from ./tdautils/ripsL2.h:5:
In file included from ./topology/rips.h:6:
In file included from ./topology/simplex.h:221:
./topology/simplex.hpp:12:1: warning: 'BoundaryIterator' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Simplex<V,T>::BoundaryIterator: public boost::iterator_adaptor<BoundaryIterator,                                 // Derived
^
./topology/simplex.h:47:9: note: did you mean struct here?
        class BoundaryIterator;
        ^~~~~
        struct
In file included from diag.cpp:9:
In file included from ./tdautils/ripsL2.h:5:
./topology/rips.h:181:3: warning: 'ComparePair' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  struct Rips<Distances_, Simplex_>::ComparePair:
  ^
./topology/rips.h:34:9: note: did you mean struct here?
        class               ComparePair;       
        ^~~~~
        struct
In file included from diag.cpp:13:
./tdautils/gridUtils.h:183:20: warning: unused variable 'value2' [-Wunused-variable]
     double value, value2;  // max of value and value 2 is the fcn value. 
                   ^
./tdautils/gridUtils.h:183:13: warning: unused variable 'value' [-Wunused-variable]
     double value, value2;  // max of value and value 2 is the fcn value. 
            ^
In file included from diag.cpp:26:
./kde.h:21:16: warning: unused variable 'pi' [-Wunused-variable]
  const double pi = 3.141592653589793;
               ^
In file included from diag.cpp:9:
In file included from ./tdautils/ripsL2.h:8:
In file included from ./topology/dynamic-persistence.h:332:
./topology/dynamic-persistence.hpp:60:73: warning: unused typedef 'TrailIterator' [-Wunused-local-typedef]
    typedef                 typename Element::Trail::iterator           TrailIterator;
                                                                        ^
6 warnings generated.
clang++ -arch arm64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o LOMAR.so RcppExports.o diag.o -lgmp -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.4/LOMAR.Rcheck/00LOCK-LOMAR/00new/LOMAR/libs
** generating debug symbols (dSYM)
** 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 (LOMAR)