* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘TDAstats’ ...
** package ‘TDAstats’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 18.1.4 (1)’
using C++11
make[1]: Entering directory '/tmp/RtmpN7ecG3/R.INSTALL1698282ef7727c/TDAstats/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/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/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-error=enum-constexpr-conversion  -c ripser_short.cpp -o ripser_short.o
ripser_short.cpp:52:5: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
   52 |     return true;
      |     ^
ripser_short.cpp:50:3: note: previous statement is here
   50 |   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:167:7: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
  167 |       return diam;
      |       ^
ripser_short.cpp:165:5: note: previous statement is here
  165 |     for (index_t_ripser i = 0; i <= dim; ++i)
      |     ^
ripser_short.cpp:557:3: warning: unused variable 'numCols' [-Wunused-variable]
  557 |                 numCols = inputMat.ncol();
      |                 ^~~~~~~
ripser_short.cpp:677:5: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
  677 |     return ans;
      |     ^
ripser_short.cpp:671:3: note: previous statement is here
  671 |   for (int i = 0; i < pers_hom.size(); i++)
      |   ^
4 warnings generated.
clang++-18 -std=gnu++11 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o TDAstats.so RcppExports.o ripser_short.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpN7ecG3/R.INSTALL1698282ef7727c/TDAstats/src'
make[1]: Entering directory '/tmp/RtmpN7ecG3/R.INSTALL1698282ef7727c/TDAstats/src'
make[1]: Leaving directory '/tmp/RtmpN7ecG3/R.INSTALL1698282ef7727c/TDAstats/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)