* installing *source* package ‘focus’ ...
** this is package ‘focus’ version ‘0.1.2’
** package ‘focus’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using C++17
using SDK: ‘MacOSX11.3.1.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.5/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 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.5/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c focus_ARp.cpp -o focus_ARp.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.5/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c focus_rcpp_module.cpp -o focus_rcpp_module.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.5/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c qhull_all.cpp -o qhull_all.o
clang -arch arm64 -std=gnu2x -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.5/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c qhull_c_all.c -o qhull_c_all.o
In file included from qhull_c_all.c:5:
./libqhull_r/geom2_r.c:1114:29: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand]
  if (REALmin < REALepsilon && REALmin < REALmax && REALmin > -REALmax
                            ^  ~~~~~~~~~~~~~~~~~
./libqhull_r/geom2_r.c:1114:29: note: use '&' for a bitwise operation
  if (REALmin < REALepsilon && REALmin < REALmax && REALmin > -REALmax
                            ^~
                            &
./libqhull_r/geom2_r.c:1114:29: note: remove constant to silence this warning
  if (REALmin < REALepsilon && REALmin < REALmax && REALmin > -REALmax
                           ~^~~~~~~~~~~~~~~~~~~~
./libqhull_r/geom2_r.c:1114:50: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand]
  if (REALmin < REALepsilon && REALmin < REALmax && REALmin > -REALmax
                                                 ^  ~~~~~~~~~~~~~~~~~~
./libqhull_r/geom2_r.c:1114:50: note: use '&' for a bitwise operation
  if (REALmin < REALepsilon && REALmin < REALmax && REALmin > -REALmax
                                                 ^~
                                                 &
./libqhull_r/geom2_r.c:1114:50: note: remove constant to silence this warning
  if (REALmin < REALepsilon && REALmin < REALmax && REALmin > -REALmax
                                                ~^~~~~~~~~~~~~~~~~~~~~
./libqhull_r/geom2_r.c:1115:3: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand]
  && REALmax > 0.0 && -REALmax < 0.0)
  ^  ~~~~~~~~~~~~~
./libqhull_r/geom2_r.c:1115:3: note: use '&' for a bitwise operation
  && REALmax > 0.0 && -REALmax < 0.0)
  ^~
  &
./libqhull_r/geom2_r.c:1115:3: note: remove constant to silence this warning
  && REALmax > 0.0 && -REALmax < 0.0)
~~^~~~~~~~~~~~~~~~
./libqhull_r/geom2_r.c:1115:20: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand]
  && REALmax > 0.0 && -REALmax < 0.0)
                   ^  ~~~~~~~~~~~~~~
./libqhull_r/geom2_r.c:1115:20: note: use '&' for a bitwise operation
  && REALmax > 0.0 && -REALmax < 0.0)
                   ^~
                   &
./libqhull_r/geom2_r.c:1115:20: note: remove constant to silence this warning
  && REALmax > 0.0 && -REALmax < 0.0)
                  ~^~~~~~~~~~~~~~~~~
In file included from qhull_c_all.c:6:
./libqhull_r/geom_r.c:623:24: warning: variable 'flip' set but not used [-Wunused-but-set-variable]
  int i, j, k, pivoti, flip=0;
                       ^
In file included from qhull_c_all.c:7:
./libqhull_r/global_r.c:1640:33: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand]
  if (qh->JOGGLEmax < REALmax/2 && REALepsilon > 2e-8 && qh->PRINTprecision)
                                ^  ~~~~~~~~~~~~~~~~~~
./libqhull_r/global_r.c:1640:33: note: use '&' for a bitwise operation
  if (qh->JOGGLEmax < REALmax/2 && REALepsilon > 2e-8 && qh->PRINTprecision)
                                ^~
                                &
./libqhull_r/global_r.c:1640:33: note: remove constant to silence this warning
  if (qh->JOGGLEmax < REALmax/2 && REALepsilon > 2e-8 && qh->PRINTprecision)
                               ~^~~~~~~~~~~~~~~~~~~~~
In file included from qhull_c_all.c:11:
./libqhull_r/merge_r.c:2906:17: warning: variable 'total' set but not used [-Wunused-but-set-variable]
  int cycles=0, total=0, facets, nummerge, numdegen= 0;
                ^
In file included from qhull_c_all.c:12:
./libqhull_r/poly2_r.c:151:36: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand]
  if (notverified && !qh->DELAUNAY && !qh_QUICKhelp && qh->PRINTprecision)
                                   ^  ~~~~~~~~~~~~~
./libqhull_r/poly2_r.c:151:36: note: use '&' for a bitwise operation
  if (notverified && !qh->DELAUNAY && !qh_QUICKhelp && qh->PRINTprecision)
                                   ^~
                                   &
./libqhull_r/poly2_r.c:151:36: note: remove constant to silence this warning
  if (notverified && !qh->DELAUNAY && !qh_QUICKhelp && qh->PRINTprecision)
                                  ~^~~~~~~~~~~~~~~~
./libqhull_r/poly2_r.c:103:37: warning: variable 'notgood' set but not used [-Wunused-but-set-variable]
  int numpart= 0, facet_i, facet_n, notgood= 0, notverified= 0;
                                    ^
In file included from focus_rcpp_module.cpp:13:
./Info.h:136:39: warning: braces around scalar initializer [-Wbraced-scalar-init]
      candidates_.push_back(Candidate({0.0}, 0, side_));
                                      ^~~~~
1 warning generated.
9 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 focus.so RcppExports.o focus_ARp.o focus_rcpp_module.o qhull_all.o qhull_c_all.o -F/Library/Frameworks/R.framework/.. -framework R
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.5/focus.Rcheck/00LOCK-focus/00new/focus/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 (focus)