* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘coconots’ ...
** this is package ‘coconots’ version ‘2.0.2’
** package ‘coconots’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 19.1.7 (7)’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpnr6d4B/R.INSTALL12d9dc2dfa1a3b/coconots/src'
clang++-19 -std=gnu++17 -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/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c RcppExports.cpp -o RcppExports.o
clang++-19 -std=gnu++17 -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/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c cfunctions.cpp -o cfunctions.o
cfunctions.cpp:51:10: warning: unused variable 'nain' [-Wunused-variable]
51 | double nain;
| ^~~~
cfunctions.cpp:109:10: warning: unused variable 'gry' [-Wunused-variable]
109 | double gry;
| ^~~
cfunctions.cpp:152:10: warning: unused variable 'nain' [-Wunused-variable]
152 | double nain;
| ^~~~
cfunctions.cpp:213:10: warning: unused variable 'gry' [-Wunused-variable]
213 | double gry;
| ^~~
cfunctions.cpp:217:10: warning: unused variable 'mlef' [-Wunused-variable]
217 | double mlef = 0.0;
| ^~~~
cfunctions.cpp:368:10: warning: unused variable 'beta2' [-Wunused-variable]
368 | double beta2 = lambda * U *alpha2;
| ^~~~~
cfunctions.cpp:427:11: warning: unused variable 'minry' [-Wunused-variable]
427 | int minry = std::min(r,y);
| ^~~~~
cfunctions.cpp:399:10: warning: unused variable 'nain' [-Wunused-variable]
399 | double nain;
| ^~~~
cfunctions.cpp:512:10: warning: unused variable 'nain' [-Wunused-variable]
512 | double nain;
| ^~~~
9 warnings generated.
clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o coconots.so RcppExports.o cfunctions.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpnr6d4B/R.INSTALL12d9dc2dfa1a3b/coconots/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpnr6d4B/R.INSTALL12d9dc2dfa1a3b/coconots/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpnr6d4B/R.INSTALL12d9dc2dfa1a3b/coconots/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-coconots/00new/coconots/libs
** R
** data
*** moving datasets to lazyload DB
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (coconots)