* installing *source* package ‘Dimodal’ ...
** this is package ‘Dimodal’ version ‘1.0.4’
** package ‘Dimodal’ 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/Dimodal/src'
gcc -I"/data/localhost/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 Dimodal.c -o Dimodal.o
gcc -I"/data/localhost/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 detectors.c -o detectors.o
detectors.c: In function ‘identify_flats_cover’:
detectors.c:1874:13: warning: variable ‘nivalop’ set but not used [-Wunused-but-set-variable=]
 1874 |         int nivalop;                          /* number of intervals created/merged */
      |             ^~~~~~~
gcc -I"/data/localhost/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 sigtests.c -o sigtests.o
gcc -I"/data/localhost/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 utility.c -o utility.o
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 Dimodal.so Dimodal.o detectors.o sigtests.o utility.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/Dimodal/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/Dimodal/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/Dimodal/src'
installing to /data/localhost/ripley/R/packages/tests-devel/Dimodal.Rcheck/00LOCK-Dimodal/00new/Dimodal/libs
** R
** data
** 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 (Dimodal)