* installing *source* package 'heatindex' ...
** this is package 'heatindex' version '0.0.1'
** package 'heatindex' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.2.0'
using C++17
make[1]: Entering directory '/d/temp/2025_06_29_01_50_00_26597/RtmpOoN4au/R.INSTALL173a84af56658/heatindex/src'
g++  -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DRCPP_INTERFACE -DUSE_RCPP -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++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DRCPP_INTERFACE -DUSE_RCPP -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 heatindex.cpp -o heatindex.o
g++  -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DRCPP_INTERFACE -DUSE_RCPP -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 r_binding.cpp -o r_binding.o
r_binding.cpp: In function 'Rcpp::NumericVector heatindex_vec(Rcpp::NumericVector, Rcpp::NumericVector)':
r_binding.cpp:8:37: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
    8 |   if ( (Ta.size() != 1 && Ta.size() != n) ||
      |                           ~~~~~~~~~~^~~~
r_binding.cpp:9:37: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
    9 |        (RH.size() != 1 && RH.size() != n) ) {
      |                           ~~~~~~~~~~^~~~
g++ -shared -s -static-libgcc -o heatindex.dll tmp.def RcppExports.o heatindex.o r_binding.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_06_29_01_50_00_26597/RtmpOoN4au/R.INSTALL173a84af56658/heatindex/src'
make[1]: Entering directory '/d/temp/2025_06_29_01_50_00_26597/RtmpOoN4au/R.INSTALL173a84af56658/heatindex/src'
make[1]: Leaving directory '/d/temp/2025_06_29_01_50_00_26597/RtmpOoN4au/R.INSTALL173a84af56658/heatindex/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-heatindex/00new/heatindex/libs/x64
** R
** 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 'heatindex' as heatindex_0.0.1.zip
* DONE (heatindex)