* installing *source* package 'VectorForgeML' ... ** package 'VectorForgeML' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 13.3.0' make[1]: Entering directory '/d/temp/2026_03_02_15_37_19_9148/RtmpuI5pcI/R.INSTALLd01cfda5266/VectorForgeML/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c DecisionTree.cpp -o DecisionTree.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c KMeans.cpp -o KMeans.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c KNN.cpp -o KNN.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c LinearRegression.cpp -o LinearRegression.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c LogisticRegression.cpp -o LogisticRegression.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c PCA.cpp -o PCA.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RandomForest.cpp -o RandomForest.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RidgeRegression.cpp -o RidgeRegression.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c SoftmaxRegression.cpp -o SoftmaxRegression.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c functions.cpp -o functions.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c init.cpp -o init.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c matrix_ops.cpp -o matrix_ops.o g++ -std=gnu++17 -shared -s -static-libgcc -o VectorForgeML.dll tmp.def DecisionTree.o KMeans.o KNN.o LinearRegression.o LogisticRegression.o PCA.o RandomForest.o RcppExports.o RidgeRegression.o SoftmaxRegression.o functions.o init.o matrix_ops.o -fopenmp -LD:/RCompile/recent/R-4.4.3p/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.4.3p/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-4.4.3p/bin/x64 -lR make[1]: Leaving directory '/d/temp/2026_03_02_15_37_19_9148/RtmpuI5pcI/R.INSTALLd01cfda5266/VectorForgeML/src' make[1]: Entering directory '/d/temp/2026_03_02_15_37_19_9148/RtmpuI5pcI/R.INSTALLd01cfda5266/VectorForgeML/src' make[1]: Leaving directory '/d/temp/2026_03_02_15_37_19_9148/RtmpuI5pcI/R.INSTALLd01cfda5266/VectorForgeML/src' installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-VectorForgeML/00new/VectorForgeML/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 'VectorForgeML' as VectorForgeML_0.1.0.zip * DONE (VectorForgeML)