* 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++ (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 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 int’} and ‘size_t’ {aka ‘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 int’} and ‘size_t’ {aka ‘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 int’} and ‘size_t’ {aka ‘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 int’} and ‘size_t’ {aka ‘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 int’} and ‘size_t’ {aka ‘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 int’} and ‘size_t’ {aka ‘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 int’} and ‘size_t’ {aka ‘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 int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
   57 |         (Tw.size() != 1 && Tw.size() != n) ) {
      |                            ~~~~~~~~~~^~~~
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 lambert_w.cpp -o lambert_w.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 solve.cpp -o solve.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 thermo.cpp -o thermo.o
g++ -std=gnu++17 -shared -L/usr/local/lib64 -o heatindex.so RcppExports.o bindings.o heatindex.o lambert_w.o solve.o thermo.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)