* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘stima’ ...
** package ‘stima’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 18.1.4 (1)’
using Fortran compiler: ‘Debian flang-new version 18.1.4 (1)’
make[1]: Entering directory '/tmp/RtmpuYXaLW/R.INSTALL8cefc3489ffab/stima/src'
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c init.c -o init.o
flang-new-18  -fpic  -g -O2 -c  rs_bos.f90 -o rs_bos.o
flang-new-18  -fpic  -g -O2 -c  rs_boscat.f90 -o rs_boscat.o
flang-new-18  -fpic  -g -O2 -c  rs_boscats.f90 -o rs_boscats.o
flang-new-18  -fpic  -g -O2 -c  rs_cor.f90 -o rs_cor.o
flang-new-18  -fpic  -g -O2 -c  rs_cov.f90 -o rs_cov.o
flang-new-18  -fpic  -g -O2 -c rs_invers.f -o rs_invers.o
flang-new-18  -fpic  -g -O2 -c  rs_mean.f90 -o rs_mean.o
flang-new-18  -fpic  -g -O2 -c rs_mtxmul.f -o rs_mtxmul.o
flang-new-18  -fpic  -g -O2 -c rs_mtxmult.f -o rs_mtxmult.o
flang-new-18  -fpic  -g -O2 -c  rs_resid.f90 -o rs_resid.o
./rs_resid.f90:65:7: warning: Reference to the procedure 'rs_mtxmult' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object shapes
        call rs_mtxmult(x2,x,z,n,m,1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./rs_resid.f90:59:7: previous reference to 'rs_mtxmult'
        call rs_mtxmult(b,x,x,n,m,n)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
flang-new-18  -fpic  -g -O2 -c  rs_rsq.f90 -o rs_rsq.o
./rs_rsq.f90:60:7: warning: Reference to the procedure 'rs_mtxmult' has an implicit interface that is distinct from another reference: incompatible dummy argument #1: incompatible dummy data object shapes
        call rs_mtxmult(yh,x,y,n,m,1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./rs_rsq.f90:56:7: previous reference to 'rs_mtxmult'
        call rs_mtxmult(b,x,x,n,m,n)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./rs_rsq.f90:64:7: warning: Reference to the procedure 'rs_mtxmul' has an implicit interface that is distinct from another reference: incompatible dummy argument #1: incompatible dummy data object shapes
        call rs_mtxmul(yhat,x,b,m,n,1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
./rs_rsq.f90:62:7: previous reference to 'rs_mtxmul'
        call rs_mtxmul(b,binv,yh,n,n,1)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
flang-new-18  -fpic  -g -O2 -c  rs_sort.f90 -o rs_sort.o
flang-new-18  -fpic  -g -O2 -c  rs_splitc.f90 -o rs_splitc.o
flang-new-18  -fpic  -g -O2 -c  rs_stdev.f90 -o rs_stdev.o
clang-18 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o stima.so init.o rs_bos.o rs_boscat.o rs_boscats.o rs_cor.o rs_cov.o rs_invers.o rs_mean.o rs_mtxmul.o rs_mtxmult.o rs_resid.o rs_rsq.o rs_sort.o rs_splitc.o rs_stdev.o -L/usr/lib/llvm-18/lib -lFortran_main -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpuYXaLW/R.INSTALL8cefc3489ffab/stima/src'
make[1]: Entering directory '/tmp/RtmpuYXaLW/R.INSTALL8cefc3489ffab/stima/src'
make[1]: Leaving directory '/tmp/RtmpuYXaLW/R.INSTALL8cefc3489ffab/stima/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-stima/00new/stima/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 (stima)