* installing *source* package ‘dRiftDM’ ...
** this is package ‘dRiftDM’ version ‘0.3.2’
** package ‘dRiftDM’ 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/dRiftDM/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 cpp_imzero.cpp -o cpp_imzero.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 cpp_kfe_ada.cpp -o cpp_kfe_ada.o
cpp_kfe_ada.cpp: In function ‘int cpp_kfe_ada(Rcpp::NumericVector&, Rcpp::NumericVector&, Rcpp::NumericVector&, int, int, double, double, double, const Rcpp::NumericVector&, const Rcpp::NumericVector&, const Rcpp::NumericVector&, const Rcpp::NumericVector&)’:
cpp_kfe_ada.cpp:52:10: warning: variable ‘tt’ set but not used [-Wunused-but-set-variable=]
52 | double tt = 0.0;
| ^~
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 cpp_kfe_ada_fixed_mu_b.cpp -o cpp_kfe_ada_fixed_mu_b.o
cpp_kfe_ada_fixed_mu_b.cpp: In function ‘int cpp_kfe_ada_fixed_mu_b(Rcpp::NumericVector&, Rcpp::NumericVector&, Rcpp::NumericVector&, int, int, double, double, double, double, double, const Rcpp::NumericVector&)’:
cpp_kfe_ada_fixed_mu_b.cpp:43:10: warning: variable ‘tt’ set but not used [-Wunused-but-set-variable=]
43 | double tt = 0.0;
| ^~
g++ -std=gnu++20 -shared -L/usr/local/lib64 -o dRiftDM.so RcppExports.o cpp_imzero.o cpp_kfe_ada.o cpp_kfe_ada_fixed_mu_b.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/dRiftDM/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/dRiftDM/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/dRiftDM/src'
installing to /data/localhost/ripley/R/packages/tests-devel/dRiftDM.Rcheck/00LOCK-dRiftDM/00new/dRiftDM/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** 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 (dRiftDM)