* installing *source* package 'scistreer' ...
** package 'scistreer' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/RtmpwBULKp/R.INSTALL12d109a22d/scistreer/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppParallel/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -I"../inst/include" -DRCPP_PARALLEL_USE_TBB=1   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppParallel/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -I"../inst/include" -DRCPP_PARALLEL_USE_TBB=1   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c scistreer.cpp -o scistreer.o
scistreer.cpp: In function 'std::vector<std::vector<int, std::allocator<int> > > allChildrenCPP(arma::Mat<int>)':
scistreer.cpp:22:21: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare]
   22 |     for(int i = 0; i<parent.size(); i++) {
      |                    ~^~~~~~~~~~~~~~
scistreer.cpp: In function 'arma::Mat<int> reorder_rows(arma::Mat<int>, arma::Col<int>)':
scistreer.cpp:52:23: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
   52 |     for (int i = 0; i < y.n_elem; ++i) {
      |                     ~~^~~~~~~~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o scistreer.dll tmp.def RcppExports.o scistreer.o -lpthread -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRblas -lgfortran -lm -lquadmath -LD:/RCompile/CRANpkg/lib/4.3/RcppParallel/lib/x64 -ltbb -ltbbmalloc -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpwBULKp/R.INSTALL12d109a22d/scistreer/src'
make[1]: Entering directory '/d/temp/RtmpwBULKp/R.INSTALL12d109a22d/scistreer/src'
make[1]: Leaving directory '/d/temp/RtmpwBULKp/R.INSTALL12d109a22d/scistreer/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-scistreer/00new/scistreer/libs/x64
** R
** data
*** moving datasets to lazyload DB
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** 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 'scistreer' as scistreer_1.2.0.zip
* DONE (scistreer)