* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* 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++-14 (Debian 14.2.0-19) 14.2.0’
using C++17
make[1]: Entering directory '/tmp/RtmpdDK5zq/R.INSTALL2d8f5f6409b578/heatindex/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -DRCPP_INTERFACE -DUSE_RCPP -I'/home/hornik/tmp/R.check/r-devel-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-devel-gcc/Work/build/include" -DNDEBUG -DRCPP_INTERFACE -DUSE_RCPP -I'/home/hornik/tmp/R.check/r-devel-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-devel-gcc/Work/build/include" -DNDEBUG -DRCPP_INTERFACE -DUSE_RCPP -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -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++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o heatindex.so RcppExports.o heatindex.o r_binding.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpdDK5zq/R.INSTALL2d8f5f6409b578/heatindex/src'
make[1]: Entering directory '/tmp/RtmpdDK5zq/R.INSTALL2d8f5f6409b578/heatindex/src'
make[1]: Leaving directory '/tmp/RtmpdDK5zq/R.INSTALL2d8f5f6409b578/heatindex/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/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)