* installing *source* package ‘PWEALL’ ...
** this is package ‘PWEALL’ version ‘1.3.0.1’
** package ‘PWEALL’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using Fortran compiler: ‘flang version 22.1.0 (https://github.com/llvm/llvm-project 4434dabb69916856b824f68a64b029c67175e532)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/PWEALL/src'
flang-22  -fpic  -O2 -pedantic  -c  PWEALL.f90 -o PWEALL.o
./PWEALL.f90:8:31: warning: Value of local variable 'ai' is never used [-Wunused-variable]
     INTEGER::I,J,J1,TINDEX(NR),AI
                                ^^
./PWEALL.f90:559:46: warning: Value of local variable 'btemp1' is never used [-Wunused-variable]
     REAL(8),ALLOCATABLE,DIMENSION(:)::T,BTEMP,BTEMP1,BTEMP2,TJ
                                               ^^^^^^
./PWEALL.f90:559:53: warning: Value of local variable 'btemp2' is never used [-Wunused-variable]
     REAL(8),ALLOCATABLE,DIMENSION(:)::T,BTEMP,BTEMP1,BTEMP2,TJ
                                                      ^^^^^^
./PWEALL.f90:1199:13: warning: Value of local variable 'i' is never used [-Wunused-variable]
     INTEGER::I,J,K,RI
              ^
./PWEALL.f90:1199:15: warning: Value of local variable 'j' is never used [-Wunused-variable]
     INTEGER::I,J,K,RI
                ^
./PWEALL.f90:1345:46: warning: Value of local variable 'btemp1' is never used [-Wunused-variable]
     REAL(8),ALLOCATABLE,DIMENSION(:)::T,BTEMP,BTEMP1,BTEMP2,TJ
                                               ^^^^^^
./PWEALL.f90:1345:53: warning: Value of local variable 'btemp2' is never used [-Wunused-variable]
     REAL(8),ALLOCATABLE,DIMENSION(:)::T,BTEMP,BTEMP1,BTEMP2,TJ
                                                      ^^^^^^
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 PWEALL.so PWEALL.o -lflang_rt.runtime -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/PWEALL/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/PWEALL/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/PWEALL/src'
installing to /data/gannet/ripley/R/packages/tests-clang/PWEALL.Rcheck/00LOCK-PWEALL/00new/PWEALL/libs
** R
** 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 (PWEALL)