* installing *source* package ‘causalSLSE’ ...
** this is package ‘causalSLSE’ version ‘0.4-1’
** package ‘causalSLSE’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 22.1.1 (https://github.com/llvm/llvm-project fef02d48c08db859ef83f84232ed78bd9d1c323a)’
using Fortran compiler: ‘flang version 22.1.1 (https://github.com/llvm/llvm-project fef02d48c08db859ef83f84232ed78bd9d1c323a)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/causalSLSE/src'
flang-22  -fpic  -O2 -pedantic  -c causal.f -o causal.o
./causal.f:138:14: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 3.499999940395355224609375e-1_4 is inexact [-Wreal-constant-widening]
           c = 0.35
               ^^^^
./causal.f:186:51: warning: Value of local variable 'yi' is never used [-Wunused-variable]
        double precision p(n), y(n), h(nh), cv(nh), yi, yh
                                                    ^^
./causal.f:201:18: warning: Value of local variable 'ind' is never used [-Wunused-variable]
        integer n, ind(n), nh, wmin, info, i, kern
                   ^^^
./causal.f:229:43: warning: Value of local variable 'c' is never used [-Wunused-variable]
        double precision cgold, zeps, a, b, c, x, w, v, fw, fv, fx, xm
                                            ^
./causal.f:233:15: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 3.8196599483489990234375e-1_4 is inexact [-Wreal-constant-widening]
        cgold = 0.3819660; e = 0.0d0; d = 0.0d0;  mincv = cv(2)
                ^^^^^^^^^
./causal.f:256:40: warning: Value of uninitialized local variable 'ed' is used but never defined [-Wused-undefined-variable]
              q = abs(q); etemp = e; e = ed
                                         ^^
clang-22 -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang22/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c dist.c -o dist.o
clang-22 -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang22/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c initcausal.c -o initcausal.o
flang-22  -fpic  -O2 -pedantic  -c  rsum.f90 -o rsum.o
flang-22  -fpic  -O2 -pedantic  -c slse.f -o slse.o
./slse.f:37:33: warning: Value of local variable 'info' is never used [-Wunused-variable]
        integer n, k, rk, piv(k), info, i, j, tv
                                  ^^^^
./slse.f:37:42: warning: Value of local variable 'j' is never used [-Wunused-variable]
        integer n, k, rk, piv(k), info, i, j, tv
                                           ^
./slse.f:241:47: warning: Value of local variable 'i' is never used [-Wunused-variable]
        integer nk0s(p), nk1s(p), tnk0s, tnk1s, i, vt
                                                ^
./slse.f:618:38: warning: Value of local variable 'nna' is never used [-Wunused-variable]
        integer npval0, npval1, npval, nna, i, j, l
                                       ^^^
./slse.f:618:43: warning: Value of local variable 'i' is never used [-Wunused-variable]
        integer npval0, npval1, npval, nna, i, j, l
                                            ^
./slse.f:618:46: warning: Value of local variable 'j' is never used [-Wunused-variable]
        integer npval0, npval1, npval, nna, i, j, l
                                               ^
./slse.f:618:49: warning: Value of local variable 'l' is never used [-Wunused-variable]
        integer npval0, npval1, npval, nna, i, j, l
                                                  ^
./slse.f:667:47: warning: Value of local variable 'i' is never used [-Wunused-variable]
        integer nk0s(p), nk1s(p), tnk0s, tnk1s, i
                                                ^
./slse.f:706:43: warning: Value of local variable 'i' is never used [-Wunused-variable]
        integer nks(p), tnks, piv(tnk+p+1), i 
                                            ^
clang-22 -std=gnu23 -shared -L/usr/local/clang/lib64 -L/usr/local/clang22/lib -L/usr/local/clang22/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -L/usr/local/clang21/lib/clang/22/lib/x86_64-unknown-linux-gnu -o causalSLSE.so causal.o dist.o initcausal.o rsum.o slse.o -L/data/gannet/ripley/R/R-clang/lib -lRlapack -L/data/gannet/ripley/R/R-clang/lib -lRblas -lflang_rt.runtime -lm -lflang_rt.runtime -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/causalSLSE/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/causalSLSE/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/causalSLSE/src'
installing to /data/gannet/ripley/R/packages/tests-clang/causalSLSE.Rcheck/00LOCK-causalSLSE/00new/causalSLSE/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 (causalSLSE)