* installing *source* package 'ANN2' ... ** package 'ANN2' 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/RtmpETv4GW/R.INSTALL6fd89ba68d8/ANN2/src' g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/testthat/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -I../inst/ -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ANN.cpp -o ANN.o ANN.cpp: In constructor 'ANN::ANN(Rcpp::List, Rcpp::List, Rcpp::List, Rcpp::List, Rcpp::List)': ANN.cpp:38:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 38 | for(int i = 1; i!=num_nodes.size(); i++){ | ~^~~~~~~~~~~~~~~~~~ ANN.cpp: In member function 'arma::mat ANN::partialForward(arma::mat, int, int)': ANN.cpp:109:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::list::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 109 | if ( i_stop == layers.size() ) { | ~~~~~~~^~~~~~~~~~~~~~~~ g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/testthat/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -I../inst/ -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Activations.cpp -o Activations.o g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/testthat/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -I../inst/ -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Layer.cpp -o Layer.o g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/testthat/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -I../inst/ -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Loss.cpp -o Loss.o g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/testthat/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -I../inst/ -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Optimizer.cpp -o Optimizer.o g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/testthat/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -I../inst/ -fopenmp -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:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/testthat/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -I../inst/ -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c arma_serialization.cpp -o arma_serialization.o arma_serialization.cpp: In constructor 'MatSerializer::MatSerializer(arma::mat)': arma_serialization.cpp:15:24: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 15 | for (size_t i = 0; i < ncol; ++i) { | ~~^~~~~~ arma_serialization.cpp: In member function 'arma::mat MatSerializer::getMat()': arma_serialization.cpp:22:24: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 22 | for (size_t i = 0; i < ncol; ++i) { | ~~^~~~~~ g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/testthat/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -I../inst/ -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c test-cpp-activations.cpp -o test-cpp-activations.o g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/testthat/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -I../inst/ -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c test-cpp-loss.cpp -o test-cpp-loss.o g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/testthat/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -I../inst/ -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c test-cpp-optimizers.cpp -o test-cpp-optimizers.o g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/testthat/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -I../inst/ -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c test-cpp-utils.cpp -o test-cpp-utils.o g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/testthat/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -I../inst/ -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c test-runner.cpp -o test-runner.o g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/testthat/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -I../inst/ -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c test_utils.cpp -o test_utils.o g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/testthat/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -I../inst/ -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c utils.cpp -o utils.o g++ -shared -s -static-libgcc -o ANN2.dll tmp.def ANN.o Activations.o Layer.o Loss.o Optimizer.o RcppExports.o arma_serialization.o test-cpp-activations.o test-cpp-loss.o test-cpp-optimizers.o test-cpp-utils.o test-runner.o test_utils.o utils.o -fopenmp -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -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/RtmpETv4GW/R.INSTALL6fd89ba68d8/ANN2/src' make[1]: Entering directory '/d/temp/RtmpETv4GW/R.INSTALL6fd89ba68d8/ANN2/src' make[1]: Leaving directory '/d/temp/RtmpETv4GW/R.INSTALL6fd89ba68d8/ANN2/src' installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-ANN2/00new/ANN2/libs/x64 ** R ** inst ** 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 'ANN2' as ANN2_2.3.4.zip * DONE (ANN2)