* installing *source* package 'semver' ...
** this is package 'semver' version '0.2.0'
** package 'semver' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.3.0'
using C++11
make[1]: Entering directory '/d/temp/2025_11_13_01_50_00_26121/RtmpMjnInR/R.INSTALL15028f14105/semver/src'
g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -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.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Semver200_comparator.cpp -o Semver200_comparator.o
g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Semver200_modifier.cpp -o Semver200_modifier.o
g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Semver200_parser.cpp -o Semver200_parser.o
g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c semverR.cpp -o semverR.o
semverR.cpp: In function 'Rcpp::List parse_ptr(std::vector<std::__cxx11::basic_string<char> >)':
semverR.cpp:8:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
8 | for(int i = 0; i < versions.size(); i++){
| ~~^~~~~~~~~~~~~~~~~
g++ -shared -s -static-libgcc -o semver.dll tmp.def RcppExports.o Semver200_comparator.o Semver200_modifier.o Semver200_parser.o semverR.o -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/2025_11_13_01_50_00_26121/RtmpMjnInR/R.INSTALL15028f14105/semver/src'
make[1]: Entering directory '/d/temp/2025_11_13_01_50_00_26121/RtmpMjnInR/R.INSTALL15028f14105/semver/src'
make[1]: Leaving directory '/d/temp/2025_11_13_01_50_00_26121/RtmpMjnInR/R.INSTALL15028f14105/semver/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-semver/00new/semver/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 'semver' as semver_0.2.0.zip
* DONE (semver)