* installing *source* package ‘pan’ ...
** this is package ‘pan’ version ‘1.9’
** package ‘pan’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 22.1.0 (https://github.com/llvm/llvm-project 4434dabb69916856b824f68a64b029c67175e532)’
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/pan/src'
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 package_native_routine_registration_skeleton.c -o package_native_routine_registration_skeleton.o
flang-22 -fpic -O2 -pedantic -c pan.f -o pan.o
./pan.f:408:50: warning: Value of local variable 'patt' is never used [-Wunused-variable]
/ npatt,pstfin(npatt,2),r,rmat(npatt,r),patt(ntot),pt
^^^^
./pan.f:704:35: warning: Value of local variable 'sig' is never used [-Wunused-variable]
double precision psi(q,q,r),sig(r*q,r*q,m),wkqq1(q,q),
^^^
./pan.f:763:37: warning: Value of local variable 'sig' is never used [-Wunused-variable]
double precision psi(r*q,r*q),sig(r*q,r*q,m),wkrqrq1(r*q,r*q),
^^^
./pan.f:822:12: warning: Value of local variable 'wkrqrq1' is never used [-Wunused-variable]
/ wkrqrq1(r*q,r*q),wkrqrq2(r*q,r*q),sum,wkqrv(q*r)
^^^^^^^
./pan.f:955:49: warning: Value of local variable 'wkrqrq1' is never used [-Wunused-variable]
/ sig(r*q,r*q,m),wkrr1(r,r),wkrr2(r,r),wkrqrq1(r*q,r*q),
^^^^^^^
./pan.f:1206:17: warning: Value of uninitialized local variable 'a' is used but never defined [-Wused-undefined-variable]
integer a,p,ix,b15,b16,xhi,xalo,leftflo,fhi,k,init
^
./pan.f:1206:19: warning: Value of uninitialized local variable 'p' is used but never defined [-Wused-undefined-variable]
integer a,p,ix,b15,b16,xhi,xalo,leftflo,fhi,k,init
^
./pan.f:1206:24: warning: Value of uninitialized local variable 'b15' is used but never defined [-Wused-undefined-variable]
integer a,p,ix,b15,b16,xhi,xalo,leftflo,fhi,k,init
^^^
./pan.f:1206:28: warning: Value of uninitialized local variable 'b16' is used but never defined [-Wused-undefined-variable]
integer a,p,ix,b15,b16,xhi,xalo,leftflo,fhi,k,init
^^^
./pan.f:1231:22: warning: Value of uninitialized local variable 'e' is used but never defined [-Wused-undefined-variable]
real a,u,y,q,e,b,p,u1,lq
^
./pan.f:1278:7: warning: Value of uninitialized local variable 'pi' is used but never defined [-Wused-undefined-variable]
data pi/3.141593/
^^
./pan.f:1434:14: warning: Value of local variable 'zcol' is never used [-Wunused-variable]
/ q,zcol(q),iflag,p,xcol(p),st,fin,s
^^^^
./pan.f:1436:12: warning: Value of local variable 'ztv' is never used [-Wunused-variable]
/ ztv(q,nmax,m),sig0(q,q,m),sig(q,q,m),psi(q,q),sigma2,
^^^
./pan.f:1436:26: warning: Value of local variable 'sig0' is never used [-Wunused-variable]
/ ztv(q,nmax,m),sig0(q,q,m),sig(q,q,m),psi(q,q),sigma2,
^^^^
./pan.f:1436:49: warning: Value of local variable 'psi' is never used [-Wunused-variable]
/ ztv(q,nmax,m),sig0(q,q,m),sig(q,q,m),psi(q,q),sigma2,
^^^
./pan.f:1437:20: warning: Value of local variable 'wkq1' is never used [-Wunused-variable]
/ beta(p),wkq1(q,q),wkq2(q,q),y(ntot),delta(ntot),b(q,m),
^^^^
./pan.f:1437:30: warning: Value of local variable 'wkq2' is never used [-Wunused-variable]
/ beta(p),wkq1(q,q),wkq2(q,q),y(ntot),delta(ntot),b(q,m),
^^^^
./pan.f:1437:60: warning: Value of local variable 'b' is never used [-Wunused-variable]
/ beta(p),wkq1(q,q),wkq2(q,q),y(ntot),delta(ntot),b(q,m),
^
./pan.f:1438:12: warning: Value of local variable 'wk' is never used [-Wunused-variable]
/ wk(q,nmax,m),vh(nmax,nmax,m),wkq3(q,q),w(nmax,nmax,m),
^^
./pan.f:1438:41: warning: Value of local variable 'wkq3' is never used [-Wunused-variable]
/ wk(q,nmax,m),vh(nmax,nmax,m),wkq3(q,q),w(nmax,nmax,m),
^^^^
./pan.f:1695:22: warning: Value of local variable 'xcol' is never used [-Wunused-variable]
integer ntot,p,xcol(p),occ(ntot),st,fin,nmax
^^^^
./pan.f:1945:47: warning: Value of local variable 'vh' is never used [-Wunused-variable]
double precision delta(ntot),sigma2,sum,vh(nmax,nmax,m),
^^
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 pan.so package_native_routine_registration_skeleton.o pan.o -lflang_rt.runtime -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/pan/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/pan/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/pan/src'
installing to /data/gannet/ripley/R/packages/tests-clang/pan.Rcheck/00LOCK-pan/00new/pan/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (pan)