* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* 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: ‘Debian clang version 22.1.6 (1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpjTBo0P/R.INSTALL14834247fa3f65/ELAplus/src'
clang++-22 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c ELA_functions.cpp -o ELA_functions.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<double>::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<double>::infinity();
| ^~~~
4 warnings generated.
clang++-22 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c RcppExports.cpp -o RcppExports.o
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.
clang++-22 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o ELAplus.so ELA_functions.o RcppExports.o -fopenmp -llapack -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas -L/usr/lib/llvm-22/lib/clang/22/lib/linux -L/usr/lib/llvm-22/lib -lflang_rt.runtime -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpjTBo0P/R.INSTALL14834247fa3f65/ELAplus/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpjTBo0P/R.INSTALL14834247fa3f65/ELAplus/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpjTBo0P/R.INSTALL14834247fa3f65/ELAplus/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-ELAplus/00new/ELAplus/libs
** 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)