* installing *source* package ‘roll’ ...
** package ‘roll’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 18.1.4’
using C++ compiler: ‘clang version 18.1.4’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/roll/src'
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/RcppParallel/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include   -I../inst/include/ -fopenmp  -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c RcppExports.cpp -o RcppExports.o
In file included from RcppExports.cpp:4:
In file included from ./../inst/include/roll.h:4:
./../inst/include/roll_vec.h:2931:15: warning: variable 'n_obs' set but not used [-Wunused-but-set-variable]
 2931 |           int n_obs = 0;
      |               ^
./../inst/include/roll_vec.h:4644:21: warning: variable 'sum_w' set but not used [-Wunused-but-set-variable]
 4644 |         long double sum_w = 0;
      |                     ^
./../inst/include/roll_vec.h:4821:23: warning: variable 'sum_w' set but not used [-Wunused-but-set-variable]
 4821 |           long double sum_w = 0;
      |                       ^
In file included from RcppExports.cpp:4:
In file included from ./../inst/include/roll.h:5:
./../inst/include/roll_mat.h:3186:15: warning: variable 'n_obs' set but not used [-Wunused-but-set-variable]
 3186 |           int n_obs = 0;
      |               ^
./../inst/include/roll_mat.h:5390:23: warning: variable 'sum_w' set but not used [-Wunused-but-set-variable]
 5390 |           long double sum_w = 0;
      |                       ^
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/RcppParallel/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c init.c -o init.o
5 warnings generated.
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -I'/data/gannet/ripley/R/test-clang/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-clang/RcppParallel/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include   -I../inst/include/ -fopenmp  -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c roll.cpp -o roll.o
In file included from roll.cpp:1:
In file included from ../inst/include/roll.h:4:
../inst/include/roll_vec.h:2931:15: warning: variable 'n_obs' set but not used [-Wunused-but-set-variable]
 2931 |           int n_obs = 0;
      |               ^
../inst/include/roll_vec.h:4644:21: warning: variable 'sum_w' set but not used [-Wunused-but-set-variable]
 4644 |         long double sum_w = 0;
      |                     ^
../inst/include/roll_vec.h:4821:23: warning: variable 'sum_w' set but not used [-Wunused-but-set-variable]
 4821 |           long double sum_w = 0;
      |                       ^
In file included from roll.cpp:1:
In file included from ../inst/include/roll.h:5:
../inst/include/roll_mat.h:3186:15: warning: variable 'n_obs' set but not used [-Wunused-but-set-variable]
 3186 |           int n_obs = 0;
      |               ^
../inst/include/roll_mat.h:5390:23: warning: variable 'sum_w' set but not used [-Wunused-but-set-variable]
 5390 |           long double sum_w = 0;
      |                       ^
5 warnings generated.
/usr/local/clang18/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o roll.so RcppExports.o init.o roll.o -fopenmp -L/data/gannet/ripley/R/R-clang/lib -lRlapack -L/data/gannet/ripley/R/R-clang/lib -lRblas -lFortran_main -lFortranRuntime -lFortranDecimal -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/roll/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/roll/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/roll/src'
installing to /data/gannet/ripley/R/packages/tests-clang/roll.Rcheck/00LOCK-roll/00new/roll/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (roll)