* installing *source* package 'parzer' ...
** package 'parzer' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
using C++11
make[1]: Entering directory '/d/temp/RtmpQPHuDO/R.INSTALL2980c21d54477/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++11 -I"D:/RCompile/recent/R-4.4.0/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++11 -I"D:/RCompile/recent/R-4.4.0/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 'float convert_lat(std::string)':
latlong.cpp:225:11: warning: 'ret' may be used uninitialized [-Wmaybe-uninitialized]
  225 |     ret = ret * dir_val;
      |           ^~~
latlong.cpp:182:9: note: 'ret' was declared here
  182 |   float ret;
      |         ^~~
latlong.cpp: In function 'float convert_lon(std::string)':
latlong.cpp:285:11: warning: 'ret' may be used uninitialized [-Wmaybe-uninitialized]
  285 |     ret = ret * dir_val;
      |           ^~~
latlong.cpp:242:9: note: 'ret' was declared here
  242 |   float ret;
      |         ^~~
g++  -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/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++11 -I"D:/RCompile/recent/R-4.4.0/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++11 -I"D:/RCompile/recent/R-4.4.0/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++11 -I"D:/RCompile/recent/R-4.4.0/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
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.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpQPHuDO/R.INSTALL2980c21d54477/parzer/src'
make[1]: Entering directory '/d/temp/RtmpQPHuDO/R.INSTALL2980c21d54477/parzer/src'
make[1]: Leaving directory '/d/temp/RtmpQPHuDO/R.INSTALL2980c21d54477/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.1.zip
* DONE (parzer)