* installing *source* package 'tmcn' ...
** package 'tmcn' 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/Rtmp4amrWJ/R.INSTALL111c05a1c7c20/tmcn/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c tmcn_encoding_isbig5.cpp -o tmcn_encoding_isbig5.o
tmcn_encoding_isbig5.cpp: In function 'int IsBIG5(const void*, long int)':
tmcn_encoding_isbig5.cpp:25:64: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   25 |                         if (start[1] < 0X40 || start[1] > 0X7E && start[1] < 0XA1 || start[1] > 0xFE)
      |                                                ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
tmcn_encoding_isbig5.cpp:43:64: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   43 |                         if (start[1] < 0X40 || start[1] > 0X7E && start[1] < 0XA1 || start[1] > 0xFE)
      |                                                ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c tmcn_encoding_isgb18030.cpp -o tmcn_encoding_isgb18030.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c tmcn_encoding_isgb2312.cpp -o tmcn_encoding_isgb2312.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c tmcn_encoding_isgbk.cpp -o tmcn_encoding_isgbk.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c tmcn_encoding_isutf8.cpp -o tmcn_encoding_isutf8.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c tmcn_init.cpp -o tmcn_init.o
g++ -std=gnu++17 -shared -s -static-libgcc -o tmcn.dll tmp.def tmcn_encoding_isbig5.o tmcn_encoding_isgb18030.o tmcn_encoding_isgb2312.o tmcn_encoding_isgbk.o tmcn_encoding_isutf8.o tmcn_init.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/Rtmp4amrWJ/R.INSTALL111c05a1c7c20/tmcn/src'
make[1]: Entering directory '/d/temp/Rtmp4amrWJ/R.INSTALL111c05a1c7c20/tmcn/src'
make[1]: Leaving directory '/d/temp/Rtmp4amrWJ/R.INSTALL111c05a1c7c20/tmcn/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-tmcn/00new/tmcn/libs/x64
** R
** data
** 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 'tmcn' as tmcn_0.2-13.zip
* DONE (tmcn)