* installing *source* package ‘TDAstats’ ... ** this is package ‘TDAstats’ version ‘0.4.2’ ** using staged installation ** libs using C++ compiler: ‘Debian clang version 21.1.8 (3)’ clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c RcppExports.cpp -o RcppExports.o clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c ripser_short.cpp -o ripser_short.o ripser_short.cpp:54:5: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] 54 | return true; | ^ ripser_short.cpp:52:3: note: previous statement is here 52 | for (coefficient_t_ripser p = 3, q = n / p, r = n % p; p <= q; p += 2, q = n / p, r = n % p) | ^ ripser_short.cpp:180:7: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation] 180 | return diam; | ^ ripser_short.cpp:178:5: note: previous statement is here 178 | for (index_t_ripser i = 0; i <= dim; ++i) | ^ ripser_short.cpp:570:3: warning: unused variable 'numCols' [-Wunused-variable] 570 | numCols = inputMat.ncol(); | ^~~~~~~ 3 warnings generated. clang++-21 -std=gnu++20 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o TDAstats.so RcppExports.o ripser_short.o -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/TDAstats.Rcheck/00LOCK-TDAstats/00new/TDAstats/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 (TDAstats)