* installing *source* package ‘rms’ ...
** package ‘rms’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 18.1.2’
using Fortran compiler: ‘flang-new version 18.1.2’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/rms/src'
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c init.c -o init.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c lrmfit.f -o lrmfit.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c mlmats.f -o mlmats.o
./lrmfit.f:72:13: 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('u', 1, U, nvi)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
./lrmfit.f:71:13: previous reference to 'dblepr'
              CALL dblepr('-2LL,Step,delta ll,max u', 24, prc, 4)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c ormuv.f -o ormuv.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c robcovf.f -o robcovf.o
/usr/local/clang18/bin/clang -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o rms.so init.o lrmfit.o mlmats.o ormuv.o robcovf.o -lFortran_main -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)