* installing *source* package 'parzer' ...
** package 'parzer' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.3.0'
using C++17
make[1]: Entering directory '/d/temp/2025_06_28_01_50_00_6595/RtmpCu5XBT/R.INSTALL324a05a75731a/parzer/src'
rm -Rf parzer.dll RcppExports.o latlong.o parse.o pz_hemisphere.o pz_parse_parts.o pz_split_llstr.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c latlong.cpp -o latlong.o
latlong.cpp: In function 'double convert_lat(std::string&)':
latlong.cpp:225:15: warning: 'ret' may be used uninitialized [-Wmaybe-uninitialized]
  225 |     ret = ret * dir_val;
      |           ~~~~^~~~~~~~~
latlong.cpp:180:10: note: 'ret' was declared here
  180 |   double ret;
      |          ^~~
latlong.cpp: In function 'double convert_lon(std::string&)':
latlong.cpp:286:15: warning: 'ret' may be used uninitialized [-Wmaybe-uninitialized]
  286 |     ret = ret * dir_val;
      |           ~~~~^~~~~~~~~
latlong.cpp:241:10: note: 'ret' was declared here
  241 |   double ret;
      |          ^~~
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c parse.cpp -o parse.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c pz_hemisphere.cpp -o pz_hemisphere.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c pz_parse_parts.cpp -o pz_parse_parts.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c pz_split_llstr.cpp -o pz_split_llstr.o
pz_split_llstr.cpp: In function 'Rcpp::DataFrame pz_split_llstr(std::vector<std::__cxx11::basic_string<char> >)':
pz_split_llstr.cpp:50:18: 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]
   50 |   for(int i=0; i < x.size(); i++) {
      |                ~~^~~~~~~~~~
g++ -shared -s -static-libgcc -o parzer.dll tmp.def RcppExports.o latlong.o parse.o pz_hemisphere.o pz_parse_parts.o pz_split_llstr.o -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.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_06_28_01_50_00_6595/RtmpCu5XBT/R.INSTALL324a05a75731a/parzer/src'
make[1]: Entering directory '/d/temp/2025_06_28_01_50_00_6595/RtmpCu5XBT/R.INSTALL324a05a75731a/parzer/src'
make[1]: Leaving directory '/d/temp/2025_06_28_01_50_00_6595/RtmpCu5XBT/R.INSTALL324a05a75731a/parzer/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-parzer/00new/parzer/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 'parzer' as parzer_0.4.3.zip
* DONE (parzer)