* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘cmenet’ ...
** package ‘cmenet’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 18.1.0 (rc4-1)’
using C++ compiler: ‘Debian clang version 18.1.0 (rc4-1)’
using C++11
make[1]: Entering directory '/tmp/Rtmp67DlR0/R.INSTALL222d352cefbe06/cmenet/src'
clang++-18 -std=gnu++11 -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   -fpic  -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion  -c RcppExports.cpp -o RcppExports.o
clang++-18 -std=gnu++11 -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   -fpic  -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion  -c cme.cpp -o cme.o
cme.cpp:307:11: warning: unused variable 'condind' [-Wunused-variable]
  307 |       int condind = 0; //index for condition
      |           ^~~~~~~
cme.cpp:653:13: warning: variable 'num_act' set but not used [-Wunused-but-set-variable]
  653 |         int num_act = 0;
      |             ^
cme.cpp:522:10: warning: unused variable 'cur_beta' [-Wunused-variable]
  522 |   double cur_beta = 0.0; //running beta
      |          ^~~~~~~~
cme.cpp:529:8: warning: unused variable 'kkt_bool' [-Wunused-variable]
  529 |   bool kkt_bool;
      |        ^~~~~~~~
cme.cpp:557:10: warning: unused variable 'inprod' [-Wunused-variable]
  557 |   double inprod = 0.0; //inner product
      |          ^~~~~~
cme.cpp:558:10: warning: unused variable 'thresh' [-Wunused-variable]
  558 |   double thresh = 0.0; //threshold for screening
      |          ^~~~~~
cme.cpp:559:7: warning: variable 'num_act' set but not used [-Wunused-but-set-variable]
  559 |   int num_act = 0;
      |       ^
7 warnings generated.
clang++-18 -std=gnu++11 -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   -fpic  -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion  -c getModelMtx.cpp -o getModelMtx.o
clang-18 -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   -fpic  -g -O3 -Wall -pedantic -c init.c -o init.o
clang++-18 -std=gnu++11 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o cmenet.so RcppExports.o cme.o getModelMtx.o init.o -llapack -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas -L/usr/lib/llvm-18/lib -lFortran_main -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/Rtmp67DlR0/R.INSTALL222d352cefbe06/cmenet/src'
make[1]: Entering directory '/tmp/Rtmp67DlR0/R.INSTALL222d352cefbe06/cmenet/src'
make[1]: Leaving directory '/tmp/Rtmp67DlR0/R.INSTALL222d352cefbe06/cmenet/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-cmenet/00new/cmenet/libs
** R
** data
** 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 (cmenet)