* installing *source* package 'OjaNP' ... ** this is package 'OjaNP' version '2.0' ** package 'OjaNP' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 14.3.0' using C++ compiler: 'g++.exe (GCC) 14.3.0' make[1]: Entering directory '/d/temp/2026_09_09_01_50_00_18435/RtmpmWATiF/R.INSTALL152cc4d6665f8/OjaNP/src' g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Matrix2D.cpp -o Matrix2D.o g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c SubsetGenerator.cpp -o SubsetGenerator.o g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c _Vector.cpp -o _Vector.o g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c algorithms.cpp -o algorithms.o g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c bounded_search.cpp -o bounded_search.o bounded_search.cpp: In function 'void addBound(Hyperplane&, bool, std::vector&, std::vector&, std::set&, std::vector >&, unsigned int)': bounded_search.cpp:104:35: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 104 | for (int k = 0; k < dim - 1; k++){ | ~~^~~~~~~~~ bounded_search.cpp:113:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 113 | for (int i = 0; i < bounds.size() - 1; i++){ | ~~^~~~~~~~~~~~~~~~~~~ bounded_search.cpp:127:35: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 127 | for (int k = 0; k < dim - 1; k++){ | ~~^~~~~~~~~ bounded_search.cpp:143:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 143 | for (int i = 0; i < bounds.size(); i++){ | ~~^~~~~~~~~~~~~~~ bounded_search.cpp: In function 'void clearBounds(std::vector&, std::set&, std::vector >&)': bounded_search.cpp:171:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 171 | for (i = 0; i < bounds_crossing_indexes.size(); i++){ | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bounded_search.cpp:179:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 179 | for (i = 0; i < crossing_points.size(); i++){ used_crossing_points.insert(i); } | ~~^~~~~~~~~~~~~~~~~~~~~~~~ bounded_search.cpp: In member function 'OjaPoint OjaData::medianFollowIntersectionLinesBounded()': bounded_search.cpp:476:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 476 | for (int j = 1; j < crossing_points.size(); j++){ | ~~^~~~~~~~~~~~~~~~~~~~~~~~ bounded_search.cpp:511:48: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses] 511 | if (len != ((v + (v >> 4) & 0xF0F0F0F) * 0x1010101) >> 24) continue; // count set bits, check if the sequence is of desired length | ~~^~~~~~~~~~ bounded_search.cpp:511:41: warning: comparison of integer expressions of different signedness: 'int' and 'Int32' {aka 'unsigned int'} [-Wsign-compare] 511 | if (len != ((v + (v >> 4) & 0xF0F0F0F) * 0x1010101) >> 24) continue; // count set bits, check if the sequence is of desired length | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bounded_search.cpp:527:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 527 | for (int i = 0; i < bounds.size(); i++){ | ~~^~~~~~~~~~~~~~~ bounded_search.cpp:529:55: warning: comparison of integer expressions of different signedness: 'std::set::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 529 | for (int a = 0; bci[i].size() < dim(); a++){ | ~~~~~~~~~~~~~~^~~~~~~ bounded_search.cpp:543:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 543 | for (int i = 0; i < bounds.size(); i++) | ~~^~~~~~~~~~~~~~~ g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c data.cpp -o data.o data.cpp: In member function 'void Data::enlarge(const std::vector&)': data.cpp:161:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 161 | for (int i = 0; i&)': hyperplane.cpp:370:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 370 | for (int i = 0; i >&)': index.cpp:626:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 626 | for (int i = 0; i < indexes.size(); i++) | ~~^~~~~~~~~~~~~~~~ g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c interface.cpp -o interface.o g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c lattice.cpp -o lattice.o g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c line.cpp -o line.o g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c matrix_wrapper.cpp -o matrix_wrapper.o g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c misc.cpp -o misc.o misc.cpp: In function 'long unsigned int choices(int, int)': misc.cpp:65:18: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 65 | while (d <= k){ r *= n--; r /= d++; } | ~~^~~~ g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c oja_data.cpp -o oja_data.o g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c oja_geometry.cpp -o oja_geometry.o oja_geometry.cpp: In member function 'std::set DotSet::find_valid_bounds(std::set&, const OjaData*, Point&)': oja_geometry.cpp:324:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 324 | for (i = 0; i < dotarray->size() - 1; i++){ | ~~^~~~~~~~~~~~~~~~~~~~~~ oja_geometry.cpp:336:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector >::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 336 | for (i = i + 1; i < dotarray->size() - 1; i++){ | ~~^~~~~~~~~~~~~~~~~~~~~~ In member function 'std::pair& DotSet::dot(int) const', inlined from 'OjaPoint DotSet::min(double&)' at oja_geometry.cpp:663:55: oja_geometry.cpp:479:33: warning: 'min' may be used uninitialized [-Wmaybe-uninitialized] 479 | return (*dotarray)[index]; | ^ oja_geometry.cpp: In member function 'OjaPoint DotSet::min(double&)': oja_geometry.cpp:572:13: note: 'min' was declared here 572 | int min; | ^~~ g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c oja_iterator.cpp -o oja_iterator.o gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c ojasr.c -o ojasr.o g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c point.cpp -o point.o g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c random.cpp -o random.o gcc -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c registerDynamicSymbol.c -o registerDynamicSymbol.o g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c simplex.cpp -o simplex.o g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c stdafx.cpp -o stdafx.o g++ -std=gnu++20 -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vkm.cpp -o vkm.o g++ -std=gnu++20 -shared -s -static-libgcc -o OjaNP.dll tmp.def Matrix2D.o SubsetGenerator.o _Vector.o algorithms.o bounded_search.o data.o det.o global.o hyperplane.o index.o interface.o lattice.o line.o matrix_wrapper.o misc.o oja_data.o oja_geometry.o oja_iterator.o ojasr.o point.o random.o registerDynamicSymbol.o simplex.o stdafx.o vkm.o -LD:/RCompile/recent/R-4.6.1/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.6.1/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-4.6.1/bin/x64 -lR make[1]: Leaving directory '/d/temp/2026_09_09_01_50_00_18435/RtmpmWATiF/R.INSTALL152cc4d6665f8/OjaNP/src' make[1]: Entering directory '/d/temp/2026_09_09_01_50_00_18435/RtmpmWATiF/R.INSTALL152cc4d6665f8/OjaNP/src' make[1]: Leaving directory '/d/temp/2026_09_09_01_50_00_18435/RtmpmWATiF/R.INSTALL152cc4d6665f8/OjaNP/src' installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-OjaNP/00new/OjaNP/libs/x64 ** R ** data ** demo ** 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 'OjaNP' as OjaNP_2.0.zip * DONE (OjaNP)