* installing *source* package ‘lmPerm’ ...
** this is package ‘lmPerm’ version ‘2.1.6’
** package ‘lmPerm’ 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)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/lmPerm/src'
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 lmPerm.c -o lmPerm.o
lmPerm.c: In function ‘permuteProb’:
lmPerm.c:681:62: warning: decrement of a boolean expression [-Wbool-operation]
  681 |                                                         nToDo--;
      |                                                              ^~
lmPerm.c:694:62: warning: decrement of a boolean expression [-Wbool-operation]
  694 |                                                         nToDo--;
      |                                                              ^~
lmPerm.c: In function ‘permuteSPR’:
lmPerm.c:992:62: warning: decrement of a boolean expression [-Wbool-operation]
  992 |                                                         nToDo--;
      |                                                              ^~
lmPerm.c:999:62: warning: decrement of a boolean expression [-Wbool-operation]
  999 |                                                         nToDo--;
      |                                                              ^~
lmPerm.c:1011:62: warning: decrement of a boolean expression [-Wbool-operation]
 1011 |                                                         nToDo--;
      |                                                              ^~
lmPerm.c:1020:70: warning: decrement of a boolean expression [-Wbool-operation]
 1020 |                                                                 nToDo--;
      |                                                                      ^~
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 lmPerm.so lmPerm.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/lmPerm/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/lmPerm/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/lmPerm/src'
installing to /data/gannet/ripley/R/packages/tests-devel/lmPerm.Rcheck/00LOCK-lmPerm/00new/lmPerm/libs
** R
** data
** 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 (lmPerm)