* installing *source* package 'FinNet' ... ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 13.2.0' g++ -std=gnu++17 -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" -DSTRICT_R_HEADERS=1 -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -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" -DSTRICT_R_HEADERS=1 -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c SCC2.cpp -o SCC2.o SCC2.cpp: In member function 'std::vector > GFG::findSCC(int, std::vector >&)': SCC2.cpp:49:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 49 | for (int i = 0; i < a.size(); i++) { | ~~^~~~~~~~~~ g++ -std=gnu++17 -shared -s -static-libgcc -o FinNet.dll tmp.def RcppExports.o SCC2.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 installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-FinNet/00new/FinNet/libs/x64 ** R ** data ** inst ** byte-compile and prepare package for lazy loading Creating a generic function for 'rownames' from package 'base' in package 'FinNet' Creating a generic function for 'colnames' from package 'base' in package 'FinNet' Creating a generic function for 'ncol' from package 'base' in package 'FinNet' Creating a generic function for 'nrow' from package 'base' in package 'FinNet' ** 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 * DONE (FinNet)