* installing *source* package 'openxlsx2' ...
** package 'openxlsx2' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/Rtmp8UF8FP/R.INSTALLd30c30d17ae8/openxlsx2/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.1/include" -DNDEBUG -I. -I../inst/include/pugixml -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.1/include" -DNDEBUG -I. -I../inst/include/pugixml -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c helper_functions.cpp -o helper_functions.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.1/include" -DNDEBUG -I. -I../inst/include/pugixml -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c load_workbook.cpp -o load_workbook.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.1/include" -DNDEBUG -I. -I../inst/include/pugixml -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c pugi.cpp -o pugi.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.1/include" -DNDEBUG -I. -I../inst/include/pugixml -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c strings_xml.cpp -o strings_xml.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.1/include" -DNDEBUG -I. -I../inst/include/pugixml -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c styles_xml.cpp -o styles_xml.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.1/include" -DNDEBUG -I. -I../inst/include/pugixml -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c write_file.cpp -o write_file.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.1/include" -DNDEBUG -I. -I../inst/include/pugixml -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c xlsb.cpp -o xlsb.o
In file included from xlsb.cpp:5:
xlsb_funs.h: In function 'void ProductVersion(std::istream&, bool, bool)':
xlsb_funs.h:587:88: warning: array subscript 'FRTVersionFields[0]' is partly outside array bounds of 'uint16_t [1]' {aka 'short unsigned int [1]'} [-Warray-bounds=]
  587 |   if (debug) Rprintf("ProductVersion: %d: %d: %d\n", version, fields->product, fields->reserved);
      |                                                                                ~~~~~~~~^~~~~~~~
xlsb_funs.h:579:25: note: object 'flags' of size 2
  579 |   uint16_t version = 0, flags = 0;
      |                         ^~~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o openxlsx2.dll tmp.def RcppExports.o helper_functions.o load_workbook.o pugi.o strings_xml.o styles_xml.o write_file.o xlsb.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.1/bin/x64 -lR
make[1]: Leaving directory '/d/temp/Rtmp8UF8FP/R.INSTALLd30c30d17ae8/openxlsx2/src'
make[1]: Entering directory '/d/temp/Rtmp8UF8FP/R.INSTALLd30c30d17ae8/openxlsx2/src'
make[1]: Leaving directory '/d/temp/Rtmp8UF8FP/R.INSTALLd30c30d17ae8/openxlsx2/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-openxlsx2/00new/openxlsx2/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 'openxlsx2' as openxlsx2_1.8.zip
* DONE (openxlsx2)