* installing *source* package ‘MultNonParam’ ...
** package ‘MultNonParam’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 18.1.4’
using Fortran compiler: ‘flang-new version 18.1.4’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/MultNonParam/src'
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c  aovp.f90 -o aovp.o
./aovp.f90:344:9: warning: Reference to the procedure 'nextp' has an implicit interface that is distinct from another reference: incompatible dummy argument #1: incompatible dummy data object attributes
          call nextp(perm,n,b)
          ^^^^^^^^^^^^^^^^^^^^
./aovp.f90:229:9: previous reference to 'nextp'
          call nextp(perm,k,j)
          ^^^^^^^^^^^^^^^^^^^^
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c  dwildings.f90 -o dwildings.o
/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  initperm.f90 -o initperm.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c  nextp.f90 -o nextp.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c  probest.f90 -o probest.o
./probest.f90:265:9: warning: Reference to the procedure 'dgetrs' has an implicit interface that is distinct from another reference: incompatible dummy argument #7: incompatible dummy data object shapes
          call dgetrs('N',M,1,Vf22,M,ipiv,ff,M,ii)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./probest.f90:263:9: previous reference to 'dgetrs'
          call dgetrs('N',M,r,Vf22,M,ipiv,Vf21,M,ii)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c  rankem.f90 -o rankem.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c  signtestperm.f90 -o signtestperm.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c  tskmsurv.f90 -o tskmsurv.o
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c  tsksurvpv.f90 -o tsksurvpv.o
./tsksurvpv.f90:39:16: warning: Reference to the procedure 'tskmsurv' has an implicit interface that is distinct from another reference: incompatible dummy argument #5: incompatible dummy data object attributes
                 call tskmsurv(nobs,rt,delta,ngrp,perm,npv,stats)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./tsksurvpv.f90:17:10: previous reference to 'tskmsurv'
           call tskmsurv(nobs,rt,delta,ngrp,group,npv,stats0)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c  ufcn.f90 -o ufcn.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 MultNonParam.so aovp.o dwildings.o init.o initperm.o nextp.o probest.o rankem.o signtestperm.o tskmsurv.o tsksurvpv.o ufcn.o -L/data/gannet/ripley/R/R-clang/lib -lRlapack -L/data/gannet/ripley/R/R-clang/lib -lRblas -lFortran_main -lFortranRuntime -lFortranDecimal -lm -lFortran_main -lFortranRuntime -lFortranDecimal -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/MultNonParam/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/MultNonParam/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/MultNonParam/src'
installing to /data/gannet/ripley/R/packages/tests-clang/MultNonParam.Rcheck/00LOCK-MultNonParam/00new/MultNonParam/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (MultNonParam)