* installing *source* package ‘ELAplus’ ... ** this is package ‘ELAplus’ version ‘1.0.2’ ** package ‘ELAplus’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘Apple clang version 17.0.0 (clang-1700.3.19.1)’ using SDK: ‘MacOSX14.5.sdk’ clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppArmadillo/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c ELA_functions.cpp -o ELA_functions.o clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/Rcpp/include' -I'/Volumes/Builds/packages/sonoma-arm64/Rlib/4.6/RcppArmadillo/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o ELA_functions.cpp:129:7: warning: unused variable 'total_tt' [-Wunused-variable] 129 | int total_tt = 0; | ^~~~~~~~ ELA_functions.cpp:132:10: warning: unused variable 'minu' [-Wunused-variable] 132 | double minu = std::numeric_limits::infinity(); | ^~~~ ELA_functions.cpp:150:10: warning: unused variable 'upd' [-Wunused-variable] 150 | double upd; | ^~~ ELA_functions.cpp:333:10: warning: unused variable 'minu' [-Wunused-variable] 333 | double minu = std::numeric_limits::infinity(); | ^~~~ RcppExports.cpp:54:15: warning: inline function 'cEnergy' is not defined [-Wundefined-inline] 54 | inline double cEnergy(const arma::rowvec& state, const arma::rowvec& alpha, const arma::mat& beta); | ^ RcppExports.cpp:62:34: note: used here 62 | rcpp_result_gen = Rcpp::wrap(cEnergy(state, alpha, beta)); | ^ 1 warning generated. 4 warnings generated. clang++ -arch arm64 -std=gnu++20 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o ELAplus.so ELA_functions.o RcppExports.o -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/14.2.0 -L/opt/gfortran/lib -lemutls_w -lheapt_w -lgfortran -lquadmath -F/Library/Frameworks/R.framework/.. -framework R installing to /Volumes/Builds/packages/sonoma-arm64/results/4.6/ELAplus.Rcheck/00LOCK-ELAplus/00new/ELAplus/libs ** generating debug symbols (dSYM) ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** 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 (ELAplus)