* installing *source* package ‘focus’ ... ** this is package ‘focus’ version ‘0.1.10’ ** 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 x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c focus_ARp.cpp -o focus_ARp.o clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c focus_rcpp_module.cpp -o focus_rcpp_module.o clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c qhull_all.cpp -o qhull_all.o clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/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: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: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: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_ARp.cpp:1: In file included from ./ARpInfo.h:3: ./Info.h:136:39: warning: braces around scalar initializer [-Wbraced-scalar-init] candidates_.push_back(Candidate({0.0}, 0, side_)); ^~~~~ focus_ARp.cpp:118:13: warning: unused variable 'p' [-Wunused-variable] const int p = static_cast(rho.size()); ^ focus_ARp.cpp:501:31: warning: unused function 'compute_focus_arp' [-Wunused-function] inline std::pair compute_focus_arp(const std::vector& data_old, const std::vector& rho, bool known_prechange, bool prune) { ^ 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_)); ^~~~~ 3 warnings generated. 1 warning generated. 3 warnings generated. clang++ -arch x86_64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/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-x86_64/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)