* installing *source* package ‘ivtools’ ...
** this is package ‘ivtools’ version ‘2.3.0’
** package ‘ivtools’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++ (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/ivtools/src'
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I'/data/localhost/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++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I'/data/localhost/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 ivtools.cpp -o ivtools.o
ivtools.cpp: In function ‘SEXPREC* B_est1(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, double, Rcpp::NumericMatrix, Rcpp::NumericMatrix, double)’:
ivtools.cpp:21:10: warning: variable ‘muhat’ set but not used [-Wunused-but-set-variable=]
21 | double muhat, C, D, Bdot_tmp, tmpA=0, tmp11,tmp2,tmp3,tmp4;
| ^~~~~
g++ -std=gnu++20 -shared -L/usr/local/lib64 -o ivtools.so RcppExports.o ivtools.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/ivtools/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/ivtools/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/ivtools/src'
installing to /data/localhost/ripley/R/packages/tests-devel/ivtools.Rcheck/00LOCK-ivtools/00new/ivtools/libs
** R
** data
** inst
** 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 (ivtools)