* installing *source* package ‘HLSM’ ... ** this is package ‘HLSM’ version ‘0.9.2’ ** package ‘HLSM’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’ using C++ compiler: ‘g++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/HLSM/src' g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -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 HLSM.cpp -o HLSM.o gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c init.c -o init.o HLSM.cpp: In function ‘void sampleFixedIntervention(int*, double*, double*, double*, int*, int*, int*, int*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*)’: HLSM.cpp:371:16: warning: unused variable ‘C’ [-Wunused-variable] 371 | double C; | ^ HLSM.cpp: In function ‘void sampleRandomIntervention(int*, double*, double*, double*, int*, int*, int*, int*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*)’: HLSM.cpp:488:16: warning: unused variable ‘C’ [-Wunused-variable] 488 | double C; | ^ HLSM.cpp: In function ‘void sampleFixedEFFixedIntercept(int*, double*, double*, double*, int*, int*, int*, int*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*)’: HLSM.cpp:655:16: warning: unused variable ‘C’ [-Wunused-variable] 655 | double C; | ^ HLSM.cpp: In function ‘void sampleFixedIntercept(int*, double*, double*, double*, int*, int*, int*, int*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*)’: HLSM.cpp:766:12: warning: unused variable ‘C’ [-Wunused-variable] 766 | double C; | ^ g++ -std=gnu++17 -shared -L/usr/local/lib64 -o HLSM.so HLSM.o init.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/HLSM/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/HLSM/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/HLSM/src' installing to /data/gannet/ripley/R/packages/tests-devel/HLSM.Rcheck/00LOCK-HLSM/00new/HLSM/libs ** R ** data *** moving datasets to lazyload DB ** demo ** 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 (HLSM)