* installing *source* package 'heatindex' ...
** this is package 'heatindex' version '0.0.2'
** package 'heatindex' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.3.0'
using C++17
make[1]: Entering directory '/d/temp/2025_11_13_01_50_00_26121/RtmpS0uCtj/R.INSTALL106444207382b/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 bindings.cpp -o bindings.o
bindings.cpp: In function 'Rcpp::NumericVector heatindex_vec(Rcpp::NumericVector, Rcpp::NumericVector)':
bindings.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 | if ( (T .size() != 1 && T .size() != n) ||
| ~~~~~~~~~~^~~~
bindings.cpp:10: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]
10 | (rh.size() != 1 && rh.size() != n) ) {
| ~~~~~~~~~~^~~~
bindings.cpp: In function 'Rcpp::NumericVector wetbulb_vec(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::LogicalVector, Rcpp::LogicalVector, Rcpp::LogicalVector, Rcpp::NumericVector)':
bindings.cpp:31:38: 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]
31 | if ( (p .size() != 1 && p .size() != n) ||
| ~~~~~~~~~~^~~~
bindings.cpp:32:38: 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]
32 | (T .size() != 1 && T .size() != n) ||
| ~~~~~~~~~~^~~~
bindings.cpp:33:38: 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]
33 | (rh.size() != 1 && rh.size() != n) ) {
| ~~~~~~~~~~^~~~
bindings.cpp: In function 'Rcpp::NumericVector rh_from_wetbulb_vec(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::LogicalVector, Rcpp::LogicalVector, Rcpp::LogicalVector, Rcpp::NumericVector)':
bindings.cpp:55:38: 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]
55 | if ( (p .size() != 1 && p .size() != n) ||
| ~~~~~~~~~~^~~~
bindings.cpp:56:38: 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]
56 | (T .size() != 1 && T .size() != n) ||
| ~~~~~~~~~~^~~~
bindings.cpp:57:38: 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]
57 | (Tw.size() != 1 && Tw.size() != n) ) {
| ~~~~~~~~~~^~~~
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 lambert_w.cpp -o lambert_w.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 solve.cpp -o solve.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 thermo.cpp -o thermo.o
g++ -shared -s -static-libgcc -o heatindex.dll tmp.def RcppExports.o bindings.o heatindex.o lambert_w.o solve.o thermo.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_11_13_01_50_00_26121/RtmpS0uCtj/R.INSTALL106444207382b/heatindex/src'
make[1]: Entering directory '/d/temp/2025_11_13_01_50_00_26121/RtmpS0uCtj/R.INSTALL106444207382b/heatindex/src'
make[1]: Leaving directory '/d/temp/2025_11_13_01_50_00_26121/RtmpS0uCtj/R.INSTALL106444207382b/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.2.zip
* DONE (heatindex)