* 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++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
using C++17
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/heatindex/src'
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRCPP_INTERFACE -DUSE_RCPP -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRCPP_INTERFACE -DUSE_RCPP -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c heatindex.cpp -o heatindex.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DRCPP_INTERFACE -DUSE_RCPP -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -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 int’} and ‘size_t’ {aka ‘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 int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
    9 |        (RH.size() != 1 && RH.size() != n) ) {
      |                           ~~~~~~~~~~^~~~
g++ -std=gnu++17 -shared -L/usr/local/lib64 -o heatindex.so RcppExports.o heatindex.o r_binding.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/heatindex/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/heatindex/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/heatindex/src'
installing to /data/gannet/ripley/R/packages/tests-devel/heatindex.Rcheck/00LOCK-heatindex/00new/heatindex/libs
** 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
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (heatindex)