* installing *source* package ‘RaschSampler’ ...
** this is package ‘RaschSampler’ version ‘0.8-10’
** package ‘RaschSampler’ 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/RaschSampler/src'
/usr/local/clang23/bin/flang-23  -fpic  -O2 -pedantic  -c  RaschSampler.f90 -o RaschSampler.o
RaschSampler.f90:43:42: warning: Value of local variable 'timevec' is never used [-Wunused-variable]
        character(len=10)               :: timevec
                                           ^^^^^^^
RaschSampler.f90:53:45: warning: Value of local variable 'tijd' is never used [-Wunused-variable]
        real(kind(1.0))                    :: tijd                                                    !***
                                              ^^^^
RaschSampler.f90:520:26: warning: Value of local variable 'offset' is never used [-Wunused-variable]
          integer(kind(1)) offset,words_per_row,n,k                !***
                           ^^^^^^
/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 init.c -o init.o
/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 RaschSampler.so RaschSampler.o init.o -lflang_rt.runtime -lm
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/RaschSampler/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/RaschSampler/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/RaschSampler/src'
installing to /data/localhost/ripley/R/packages/tests-clang/RaschSampler.Rcheck/00LOCK-RaschSampler/00new/RaschSampler/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 (RaschSampler)