* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘thunder’ ...
** this is package ‘thunder’ version ‘1.1.5’
** package ‘thunder’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 21.1.5 (1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpGjtURF/R.INSTALL263c01686e6ccd/thunder/src'
clang++-21 -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++-21 -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 main.cpp -o main.o
main.cpp:4374:12: warning: unused variable 'h1' [-Wunused-variable]
4374 | double h1 = h[i];
| ^~
main.cpp:4375:12: warning: unused variable 'h2' [-Wunused-variable]
4375 | double h2= h[i+1];
| ^~
main.cpp:4303:386: warning: variable 'hlen' set but not used [-Wunused-but-set-variable]
4303 | double defh[]={0, 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000, 1100, 1200, 1300, 1400, 1600, 1800, 2000, 2200, 2400, 2600, 2800, 3000, 3200, 3400, 3600, 3800, 4000, 4200, 4400, 4600, 4800, 5000, 5200, 5400, 5600, 5800, 6000, 6500, 7000, 7500, 8000, 8500, 9000, 9500, 10000, 10500, 11000, 11500, 12000, 12500, 13000, 13500, 14000, 15000, 16000, 17000, 18000, 19000, 20000}; int hlen = 60;
| ^
main.cpp:4444:12: warning: unused variable 'p1' [-Wunused-variable]
4444 | double p1 = p[i];
| ^~
main.cpp:4445:12: warning: unused variable 'p2' [-Wunused-variable]
4445 | double p2= p[i+1];
| ^~
main.cpp:4414:36: warning: variable 'plen' set but not used [-Wunused-but-set-variable]
4414 | double defp[]={850,700,500}; int plen = 3;
| ^
6 warnings generated.
clang++-21 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o thunder.so RcppExports.o main.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpGjtURF/R.INSTALL263c01686e6ccd/thunder/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpGjtURF/R.INSTALL263c01686e6ccd/thunder/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpGjtURF/R.INSTALL263c01686e6ccd/thunder/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-thunder/00new/thunder/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (thunder)