* installing *source* package ‘multitaper’ ...
** this is package ‘multitaper’ version ‘1.0-17’
** package ‘multitaper’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 23.1.0’
using Fortran compiler: ‘flang version 23.1.0’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/multitaper/src'
/usr/local/clang23/bin/flang-23  -fpic  -O2 -pedantic  -c djt.f -o djt.o
djt.f:299:21: warning: Value of local variable 'xx' is never used [-Wunused-variable]
       1     ,C2toF,  xx, FtoMSC, fnav, xsm2, ff, zpref, d1mach
                      ^^
djt.f:299:45: warning: Value of local variable 'ff' is never used [-Wunused-variable]
       1     ,C2toF,  xx, FtoMSC, fnav, xsm2, ff, zpref, d1mach
                                              ^^
djt.f:303:25: warning: Value of local variable 'zz' is never used [-Wunused-variable]
       1     ,cx(nord+2), zz
                          ^^
/usr/local/clang23/bin/flang-23  -fpic  -O2 -pedantic  -c  dpss.f90 -o dpss.o
dpss.f90:56:21: warning: Value of local variable 'range' is never used [-Wunused-variable]
         character :: range, order, cmach
                      ^^^^^
dpss.f90:56:28: warning: Value of local variable 'order' is never used [-Wunused-variable]
         character :: range, order, cmach
                             ^^^^^
dpss.f90:56:35: warning: Value of local variable 'cmach' is never used [-Wunused-variable]
         character :: range, order, cmach
                                    ^^^^^
dpss.f90:57:19: warning: Value of local variable 'nsplit' is never used [-Wunused-variable]
         integer :: nsplit, m, info
                    ^^^^^^
dpss.f90:57:27: warning: Value of local variable 'm' is never used [-Wunused-variable]
         integer :: nsplit, m, info
                            ^
dpss.f90:57:30: warning: Value of local variable 'info' is never used [-Wunused-variable]
         integer :: nsplit, m, info
                               ^^^^
dpss.f90:58:30: warning: Value of local variable 'il' is never used [-Wunused-variable]
         integer :: k, ldv, n, il
                               ^^
dpss.f90:60:29: warning: Value of local variable 'iblock' is never used [-Wunused-variable]
         integer,  pointer :: iblock(:), isplit(:), iwork(:), ifail(:)
                              ^^^^^^
dpss.f90:60:40: warning: Value of local variable 'isplit' is never used [-Wunused-variable]
         integer,  pointer :: iblock(:), isplit(:), iwork(:), ifail(:)
                                         ^^^^^^
dpss.f90:60:51: warning: Value of local variable 'iwork' is never used [-Wunused-variable]
         integer,  pointer :: iblock(:), isplit(:), iwork(:), ifail(:)
                                                    ^^^^^
dpss.f90:60:61: warning: Value of local variable 'ifail' is never used [-Wunused-variable]
         integer,  pointer :: iblock(:), isplit(:), iwork(:), ifail(:)
                                                              ^^^^^
dpss.f90:61:28: warning: Value of local variable 'vl' is never used [-Wunused-variable]
         double precision :: vl, vu, abstol
                             ^^
dpss.f90:61:32: warning: Value of local variable 'vu' is never used [-Wunused-variable]
         double precision :: vl, vu, abstol
                                 ^^
/usr/local/clang23/bin/clang-23 -std=gnu23 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang23/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c multitaper_init.c -o multitaper_init.o
/usr/local/clang23/bin/flang-23  -fpic  -O2 -pedantic  -c sine.f -o sine.o
sine.f:168:15: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 1.2000000476837158203125_4 is inexact [-Wreal-constant-widening]
        data c1/1.2000/, c2/3.437/
                ^^^^^^
sine.f:168:27: warning: Default real literal in REAL(8) context might need a kind suffix, as its rounded value 3.4370000362396240234375_4 is inexact [-Wreal-constant-widening]
        data c1/1.2000/, c2/3.437/
                            ^^^^^
/usr/local/clang23/bin/clang-23 -std=gnu23 -shared -L/usr/local/clang/lib64 -L/usr/local/clang23/lib -L/usr/local/clang23/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o multitaper.so djt.o dpss.o multitaper_init.o sine.o -L/data/localhost/ripley/R/R-clang/lib -lRlapack -L/data/localhost/ripley/R/R-clang/lib -lRblas -lflang_rt.runtime -lm -lflang_rt.runtime -lm
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/multitaper/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/multitaper/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/multitaper/src'
installing to /data/localhost/ripley/R/packages/tests-clang/multitaper.Rcheck/00LOCK-multitaper/00new/multitaper/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 (multitaper)