* installing *source* package 'TDAstats' ...
** package 'TDAstats' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
using C++11
make[1]: Entering directory '/d/temp/Rtmpyolggs/R.INSTALL25398693156d6/TDAstats/src'
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c ripser_short.cpp -o ripser_short.o
ripser_short.cpp: In function 'bool is_prime(coefficient_t_ripser)':
ripser_short.cpp:50:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   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:52:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   52 |     return true;
      |     ^~~~~~
ripser_short.cpp: In member function 'value_t_ripser rips_filtration_comparator<DistanceMatrix>::diameter(index_t_ripser) const':
ripser_short.cpp:165:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  165 |     for (index_t_ripser i = 0; i <= dim; ++i)
      |     ^~~
ripser_short.cpp:167:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  167 |       return diam;
      |       ^~~~~~
ripser_short.cpp: In member function 'void compressed_distance_matrix<Layout>::init_rows() [with compressed_matrix_layout Layout = LOWER_TRIANGULAR]':
ripser_short.cpp:255:32: warning: comparison of integer expressions of different signedness: 'index_t_ripser' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
  255 |   for (index_t_ripser i = 1; i < size(); ++i) {
      |                              ~~^~~~~~~~
ripser_short.cpp: In member function 'void compressed_distance_matrix<Layout>::init_rows() [with compressed_matrix_layout Layout = UPPER_TRIANGULAR]':
ripser_short.cpp:263:32: warning: comparison of integer expressions of different signedness: 'index_t_ripser' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
  263 |   for (index_t_ripser i = 0; i < size() - 1; ++i) {
      |                              ~~^~~~~~~~~~~~
ripser_short.cpp: In function 'compressed_lower_distance_matrix getLowerDistMatrix(Rcpp::NumericMatrix)':
ripser_short.cpp:557:17: warning: unused variable 'numCols' [-Wunused-variable]
  557 |                 numCols = inputMat.ncol();
      |                 ^~~~~~~
ripser_short.cpp: In function 'Rcpp::NumericVector ripser_cpp(Rcpp::NumericMatrix, int, float, int)':
ripser_short.cpp:671:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<double> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  671 |   for (int i = 0; i < pers_hom.size(); i++)
      |                   ~~^~~~~~~~~~~~~~~~~
ripser_short.cpp:671:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  671 |   for (int i = 0; i < pers_hom.size(); i++)
      |   ^~~
ripser_short.cpp:677:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  677 |     return ans;
      |     ^~~~~~
ripser_short.cpp: In instantiation of 'void compute_pairs(std::vector<diameter_index_t>&, hash_map<long long int, long long int>&, index_t_ripser, index_t_ripser, value_t_ripser, coefficient_t_ripser, const std::vector<short int>&, const DistanceMatrix&, const ComparatorCofaces&, const Comparator&, const binomial_coeff_table&, std::vector<std::vector<double> >&) [with DistanceMatrix = compressed_distance_matrix<LOWER_TRIANGULAR>; ComparatorCofaces = rips_filtration_comparator<compressed_distance_matrix<LOWER_TRIANGULAR> >; Comparator = rips_filtration_comparator<compressed_distance_matrix<LOWER_TRIANGULAR> >; index_t_ripser = long long int; value_t_ripser = double; coefficient_t_ripser = short int]':
ripser_short.cpp:661:18:   required from here
ripser_short.cpp:436:32: warning: comparison of integer expressions of different signedness: 'index_t_ripser' {aka 'long long int'} and 'std::vector<diameter_index_t>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  436 |   for (index_t_ripser i = 0; i < columns_to_reduce.size(); ++i) {
      |                              ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -shared -s -static-libgcc -o TDAstats.dll tmp.def RcppExports.o ripser_short.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/Rtmpyolggs/R.INSTALL25398693156d6/TDAstats/src'
make[1]: Entering directory '/d/temp/Rtmpyolggs/R.INSTALL25398693156d6/TDAstats/src'
make[1]: Leaving directory '/d/temp/Rtmpyolggs/R.INSTALL25398693156d6/TDAstats/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-TDAstats/00new/TDAstats/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'TDAstats' as TDAstats_0.4.1.zip
* DONE (TDAstats)