* installing *source* package 'permPATH' ...
** package 'permPATH' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpukwIfy/R.INSTALL22c987f221d21/permPATH/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c permPATH.cpp -o permPATH.o
permPATH.cpp: In function 'void perm_path_pearson(const double*, double*, const int*, const int*, const int*, const int*, const int*, const int*, const char**, double*)':
permPATH.cpp:879:14: warning: 'meanX' may be used uninitialized [-Wmaybe-uninitialized]
  879 |   PearsonStat(y, X, T, meanX, sumquadX, N, K, meanY, sumquadY);
      |   ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
permPATH.cpp:82:6: note: by argument 4 of type 'const double*' to 'void PearsonStat(const double*, const double*, double*, const double*, const double*, int, int, double, double)' declared here
   82 | void PearsonStat(const double *Y, const double *X, double *T, const double *meanX, const double *sumquadX, const int N, const int K, const double meanY, const double sumquadY)
      |      ^~~~~~~~~~~
permPATH.cpp:879:14: warning: 'sumquadX' may be used uninitialized [-Wmaybe-uninitialized]
  879 |   PearsonStat(y, X, T, meanX, sumquadX, N, K, meanY, sumquadY);
      |   ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
permPATH.cpp:82:6: note: by argument 5 of type 'const double*' to 'void PearsonStat(const double*, const double*, double*, const double*, const double*, int, int, double, double)' declared here
   82 | void PearsonStat(const double *Y, const double *X, double *T, const double *meanX, const double *sumquadX, const int N, const int K, const double meanY, const double sumquadY)
      |      ^~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c registerDynamicSymbol.cpp -o registerDynamicSymbol.o
g++ -std=gnu++17 -shared -s -static-libgcc -o permPATH.dll tmp.def permPATH.o registerDynamicSymbol.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpukwIfy/R.INSTALL22c987f221d21/permPATH/src'
make[1]: Entering directory '/d/temp/RtmpukwIfy/R.INSTALL22c987f221d21/permPATH/src'
make[1]: Leaving directory '/d/temp/RtmpukwIfy/R.INSTALL22c987f221d21/permPATH/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-permPATH/00new/permPATH/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 'permPATH' as permPATH_1.3.zip
* DONE (permPATH)