* installing *source* package ‘OSFD’ ... ** this is package ‘OSFD’ version ‘3.0’ ** package ‘OSFD’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++ (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/OSFD/src' g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/twinning/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 OSFD.cpp -o OSFD.o g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/twinning/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 OSFD.cpp: In function ‘arma::rowvec perturb_cpp(arma::mat, arma::vec, int, Rcpp::Nullable<Rcpp::Matrix<14> >, std::string, double, bool, Rcpp::Nullable<Rcpp::Matrix<14> >)’: OSFD.cpp:489:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare] 489 | for (int i=0; i<(K+1); i++){ | ~^~~~~~ OSFD.cpp:499:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare] 499 | for (int i=0; i<(K+1); i++){ | ~^~~~~~ OSFD.cpp:505:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare] 505 | for (int i=0; i<K; i++){ | ~^~ g++ -std=gnu++17 -shared -L/usr/local/lib64 -o OSFD.so OSFD.o RcppExports.o -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/OSFD/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/OSFD/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/OSFD/src' installing to /data/gannet/ripley/R/packages/tests-devel/OSFD.Rcheck/00LOCK-OSFD/00new/OSFD/libs ** R ** 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 (OSFD)