* installing *source* package ‘fssemR’ ... ** package ‘fssemR’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-13 (GCC) 13.2.0’ using C++11 make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/fssemR/src' g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/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 fssemR.cpp -o fssemR.o fssemR.cpp: In function 'SEXPREC* RidgeReg(SEXP, SEXP, SEXP, SEXP)': fssemR.cpp:23:21: warning: variable 'sigma2' set but not used [-Wunused-but-set-variable] 23 | double error = 0, sigma2; | ^~~~~~ fssemR.cpp:46:10: warning: unused variable 'err' [-Wunused-variable] 46 | double err = LR_Objerr(X, Y, B, F, mu); | ^~~ fssemR.cpp: In function 'SEXPREC* MultiFSSEMiPALM(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)': fssemR.cpp:151:13: warning: unused variable 'k' [-Wunused-variable] 151 | const int k = Rcpp::as(k_); | ^ In file included from fssemR.h:5, from fssemR.cpp:1: LR.h: In instantiation of 'double L2lr(MatType&, MatType&, IdxType&, MatType&, VecType&, MatType&, double, int, int, int) [with MatType = Eigen::Matrix; VecType = std::vector >; IdxType = std::vector >]': fssemR.cpp:98:19: required from here LR.h:51:21: warning: unused variable 'sigma2' [-Wunused-variable] 51 | double error = 0, sigma2; | ^~~~~~ g++-13 -std=gnu++11 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o fssemR.so fssemR.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/fssemR/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/fssemR/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/fssemR/src' installing to /data/gannet/ripley/R/packages/tests-devel/fssemR.Rcheck/00LOCK-fssemR/00new/fssemR/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** 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 (fssemR)