* installing *source* package 'ProbSVMs' ... ** this is package 'ProbSVMs' version '0.2.0' ** package 'ProbSVMs' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 14.3.0' make[1]: Entering directory '/d/temp/2026_09_17_01_50_00_14611/RtmpGY09KM/R.INSTALL268e45ffd6227/ProbSVMs/src' g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.7/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.7/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Predict.cpp -o Predict.o g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.7/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.7/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c TrainCanSVMs.cpp -o TrainCanSVMs.o TrainCanSVMs.cpp: In function 'arma::ivec findWrkind(const arma::vec&, double, double, bool, arma::vec&, const arma::vec&, SVMCMatrix*, std::__cxx11::list&, std::__cxx11::list&, std::__cxx11::list&)': TrainCanSVMs.cpp:141:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::list::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 141 | for (int i=0; i::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 154 | for (int i=0; i::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 167 | for (int i=0; i= ub - tol) VatUB.remove(bestb); | ~~~^~~~~ TrainCanSVMs.cpp:188:37: note: 'ub' was declared here 188 | double Qaa, Qbb, Qab, alphab, gb, ub; | ^~ g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.7/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.7/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c TrainSVMs.cpp -o TrainSVMs.o In file included from TrainSVMs.cpp:3: TrainSVMs.h: In function 'bool TrSVMs_C(const arma::uvec&, double, const Ktype&, const arma::mat&, arma::vec&, SVMCMatrix*, arma::vec&, bool, double, int, double, arma::vec&, arma::mat&, double&, int&, int, bool, int, arma::vec) [with Ktype = Rcpp::Vector<14, Rcpp::PreserveStorage>]': TrainSVMs.h:35:16: warning: 'ui' may be used uninitialized [-Wmaybe-uninitialized] 35 | Rprintf("Error: Initial alpha(%i) value (= %f) outside of its allowable range given by [0. %f]\n",i,alphai,ui); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TrainSVMs.h:29:19: note: 'ui' was declared here 29 | double alphai,ui; | ^~ g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.7/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.7/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c TuneSVMs.cpp -o TuneSVMs.o In file included from TuneSVMs.cpp:3: TrainSVMs.h: In function 'bool TrSVMs_C(const arma::uvec&, double, const Ktype&, const arma::mat&, arma::vec&, SVMCMatrix*, arma::vec&, bool, double, int, double, arma::vec&, arma::mat&, double&, int&, int, bool, int, arma::vec) [with Ktype = arma::Mat]': TrainSVMs.h:35:16: warning: 'ui' may be used uninitialized [-Wmaybe-uninitialized] 35 | Rprintf("Error: Initial alpha(%i) value (= %f) outside of its allowable range given by [0. %f]\n",i,alphai,ui); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TrainSVMs.h:29:19: note: 'ui' was declared here 29 | double alphai,ui; | ^~ TrainSVMs.h: In function 'bool TrSVMs_C(const arma::uvec&, double, const Ktype&, const arma::mat&, arma::vec&, SVMCMatrix*, arma::vec&, bool, double, int, double, arma::vec&, arma::mat&, double&, int&, int, bool, int, arma::vec) [with Ktype = Rcpp::Vector<14, Rcpp::PreserveStorage>]': TrainSVMs.h:35:16: warning: 'ui' may be used uninitialized [-Wmaybe-uninitialized] 35 | Rprintf("Error: Initial alpha(%i) value (= %f) outside of its allowable range given by [0. %f]\n",i,alphai,ui); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TrainSVMs.h:29:19: note: 'ui' was declared here 29 | double alphai,ui; | ^~ g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.7/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.7/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c consvmalphatoMat.cpp -o consvmalphatoMat.o g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.7/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.7/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c init.cpp -o init.o g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.7/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.7/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c makeKMat.cpp -o makeKMat.o g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.7/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.7/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c svmModels.cpp -o svmModels.o svmModels.cpp: In function 'void WWQ_C(const arma::uvec&, double, const Rcpp::NumericVector&, const arma::vec&, arma::vec&, ARMASVMMatrix&, arma::vec&)': svmModels.cpp:153:25: warning: unused variable 'k' [-Wunused-variable] 153 | int n=grouping.size(),k=w.size(); | ^ g++ -std=gnu++20 -shared -s -static-libgcc -o ProbSVMs.dll tmp.def Predict.o TrainCanSVMs.o TrainSVMs.o TuneSVMs.o consvmalphatoMat.o init.o makeKMat.o svmModels.o -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lquadmath -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR make[1]: Leaving directory '/d/temp/2026_09_17_01_50_00_14611/RtmpGY09KM/R.INSTALL268e45ffd6227/ProbSVMs/src' make[1]: Entering directory '/d/temp/2026_09_17_01_50_00_14611/RtmpGY09KM/R.INSTALL268e45ffd6227/ProbSVMs/src' make[1]: Leaving directory '/d/temp/2026_09_17_01_50_00_14611/RtmpGY09KM/R.INSTALL268e45ffd6227/ProbSVMs/src' installing to d:/Rcompile/CRANpkg/lib/4.7/00LOCK-ProbSVMs/00new/ProbSVMs/libs/x64 ** R ** 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 'ProbSVMs' as ProbSVMs_0.2.0.zip * DONE (ProbSVMs)