* installing *source* package ‘genie’ ... ** package ‘genie’ 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++11 using SDK: ‘MacOSX11.3.sdk’ clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/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++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c disjoint_sets.cpp -o disjoint_sets.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c hclust2_common.cpp -o hclust2_common.o In file included from hclust2_common.cpp:20: ./hclust2_common.h:355:11: warning: private field 'n' is not used [-Wunused-private-field] size_t n; ^ 1 warning generated. clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c hclust2_distance.cpp -o hclust2_distance.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c hclust2_mstbased_gini.cpp -o hclust2_mstbased_gini.o In file included from hclust2_mstbased_gini.cpp:21: In file included from ./hclust2_mstbased_gini.h:32: ./hclust2_common.h:355:11: warning: private field 'n' is not used [-Wunused-private-field] size_t n; ^ 1 warning generated. clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c hclust2_nnbased_single.cpp -o hclust2_nnbased_single.o In file included from hclust2_nnbased_single.cpp:21: In file included from ./hclust2_nnbased_single.h:32: ./hclust2_common.h:355:11: warning: private field 'n' is not used [-Wunused-private-field] size_t n; ^ 1 warning generated. clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c hclust2_rcpp_gini.cpp -o hclust2_rcpp_gini.o In file included from hclust2_rcpp_gini.cpp:20: In file included from ./hclust2_vptree_gini.h:27: In file included from ./hclust2_nnbased_gini.h:32: ./hclust2_common.h:355:11: warning: private field 'n' is not used [-Wunused-private-field] size_t n; ^ 1 warning generated. clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c hclust2_result.cpp -o hclust2_result.o In file included from hclust2_result.cpp:20: In file included from ./hclust2_result.h:25: ./hclust2_common.h:355:11: warning: private field 'n' is not used [-Wunused-private-field] size_t n; ^ 1 warning generated. clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c hclust2_vptree_single.cpp -o hclust2_vptree_single.o In file included from hclust2_vptree_single.cpp:21: In file included from ./hclust2_vptree_single.h:27: In file included from ./hclust2_nnbased_single.h:32: ./hclust2_common.h:355:11: warning: private field 'n' is not used [-Wunused-private-field] size_t n; ^ 1 warning generated. clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c init.cpp -o init.o clang++ -arch x86_64 -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o genie.so RcppExports.o disjoint_sets.o hclust2_common.o hclust2_distance.o hclust2_mstbased_gini.o hclust2_nnbased_single.o hclust2_rcpp_gini.o hclust2_result.o hclust2_vptree_single.o init.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation /Volumes/Builds/packages/big-sur-x86_64/results/4.3/genie.Rcheck/00_pkg_src/genie/src/init.o: no symbols installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.3/genie.Rcheck/00LOCK-genie/00new/genie/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 (genie)