* installing *source* package ‘LARisk’ ...
** this is package ‘LARisk’ version ‘1.0.0’
** package ‘LARisk’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/LARisk/src'
gcc -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 -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c prac13.c -o prac13.o
prac13.c: In function ‘larft’:
prac13.c:138:60: warning: variable ‘F_S_denominator_ERR’ set but not used [-Wunused-but-set-variable=]
138 | double F_S_numerator_ERR=0.0, F_S_numerator_EAR=0.0, F_S_denominator_ERR=0.0, F_S_denominator_EAR=0.0; // for integral (sum)...
| ^~~~~~~~~~~~~~~~~~~
prac13.c:138:14: warning: variable ‘F_S_numerator_ERR’ set but not used [-Wunused-but-set-variable=]
138 | double F_S_numerator_ERR=0.0, F_S_numerator_EAR=0.0, F_S_denominator_ERR=0.0, F_S_denominator_EAR=0.0; // for integral (sum)...
| ^~~~~~~~~~~~~~~~~
prac13.c:102:56: warning: variable ‘S_denominator_ERR’ set but not used [-Wunused-but-set-variable=]
102 | double S_numerator_ERR=0.0, S_numerator_EAR=0.0, S_denominator_ERR=0.0, S_denominator_EAR=0.0; // for integral (sum)...
| ^~~~~~~~~~~~~~~~~
prac13.c:102:14: warning: variable ‘S_numerator_ERR’ set but not used [-Wunused-but-set-variable=]
102 | double S_numerator_ERR=0.0, S_numerator_EAR=0.0, S_denominator_ERR=0.0, S_denominator_EAR=0.0; // for integral (sum)...
| ^~~~~~~~~~~~~~~
gcc -shared -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 -fpic -L/usr/local/lib64 -o LARisk.so prac13.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/LARisk/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/LARisk/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/LARisk/src'
installing to /data/localhost/ripley/R/packages/tests-devel/LARisk.Rcheck/00LOCK-LARisk/00new/LARisk/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (LARisk)