* installing *source* package ‘rms’ ...
** package ‘rms’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 19.1.5’
using Fortran compiler: ‘flang-new version 19.1.5’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/rms/src'
/usr/local/clang19/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang19/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c init.c -o init.o
/usr/local/clang19/bin/flang-new  -fpic  -O2 -pedantic  -c  lrmll.f90 -o lrmll.o
./lrmll.f90:51:5: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
      call dblepr('beta', 4, beta, p)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./lrmll.f90:50:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./lrmll.f90:52:5: warning: Reference to the procedure 'dblepr' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
      call dblepr('penmat', 6, penmat, p * p)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./lrmll.f90:50:5: previous reference to 'dblepr'
      call dblepr('alpha', 5, alpha, k)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/local/clang19/bin/flang-new  -fpic  -O2 -pedantic  -c mlmats.f -o mlmats.o
/usr/local/clang19/bin/flang-new  -fpic  -O2 -pedantic  -c  ormuv.f90 -o ormuv.o
/usr/local/clang19/bin/flang-new  -fpic  -O2 -pedantic  -c  robcovf.f90 -o robcovf.o
/usr/local/clang19/bin/clang -shared -L/usr/local/clang/lib64 -L/usr/local/clang19/lib -L/usr/local/clang19/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o rms.so init.o lrmll.o mlmats.o ormuv.o robcovf.o -lFortranRuntime -lFortranDecimal -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/rms/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/rms/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/rms/src'
installing to /data/gannet/ripley/R/packages/tests-clang/rms.Rcheck/00LOCK-rms/00new/rms/libs
** R
** demo
** inst
** 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 (rms)