* 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.3’
** package ‘coconots’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 22.1.8 (1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmps3gYXP/R.INSTALL11b503b77b63c/coconots/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/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c RcppExports.cpp -o RcppExports.o
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/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c cfunctions.cpp -o cfunctions.o
cfunctions.cpp:53:10: warning: unused variable 'nain' [-Wunused-variable]
53 | double nain;
| ^~~~
cfunctions.cpp:111:10: warning: unused variable 'gry' [-Wunused-variable]
111 | double gry;
| ^~~
cfunctions.cpp:154:10: warning: unused variable 'nain' [-Wunused-variable]
154 | double nain;
| ^~~~
cfunctions.cpp:215:10: warning: unused variable 'gry' [-Wunused-variable]
215 | double gry;
| ^~~
cfunctions.cpp:219:10: warning: unused variable 'mlef' [-Wunused-variable]
219 | double mlef = 0.0;
| ^~~~
cfunctions.cpp:370:10: warning: unused variable 'beta2' [-Wunused-variable]
370 | double beta2 = lambda * U *alpha2;
| ^~~~~
cfunctions.cpp:429:11: warning: unused variable 'minry' [-Wunused-variable]
429 | int minry = std::min(r,y);
| ^~~~~
cfunctions.cpp:401:10: warning: unused variable 'nain' [-Wunused-variable]
401 | double nain;
| ^~~~
cfunctions.cpp:514:10: warning: unused variable 'nain' [-Wunused-variable]
514 | double nain;
| ^~~~
9 warnings generated.
clang++-22 -std=gnu++20 -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/Rtmps3gYXP/R.INSTALL11b503b77b63c/coconots/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmps3gYXP/R.INSTALL11b503b77b63c/coconots/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmps3gYXP/R.INSTALL11b503b77b63c/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)