* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* 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++-14 (Debian 14.3.0-10) 14.3.0’
using C++17
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpbqWByJ/R.INSTALL3cfaff9dcc771/heatindex/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -DRCPP_INTERFACE -DUSE_RCPP -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -DRCPP_INTERFACE -DUSE_RCPP -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -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++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -DRCPP_INTERFACE -DUSE_RCPP -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c heatindex.cpp -o heatindex.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -DRCPP_INTERFACE -DUSE_RCPP -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c lambert_w.cpp -o lambert_w.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -DRCPP_INTERFACE -DUSE_RCPP -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c solve.cpp -o solve.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -DRCPP_INTERFACE -DUSE_RCPP -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c thermo.cpp -o thermo.o
g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o heatindex.so RcppExports.o bindings.o heatindex.o lambert_w.o solve.o thermo.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpbqWByJ/R.INSTALL3cfaff9dcc771/heatindex/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpbqWByJ/R.INSTALL3cfaff9dcc771/heatindex/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpbqWByJ/R.INSTALL3cfaff9dcc771/heatindex/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-heatindex/00new/heatindex/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
converting help for package ‘heatindex’
finding HTML links ... done
heatindex html
rh_from_wetbulb html
wetbulb html
** 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)