* installing *source* package ‘roll’ ... ** using staged installation ** libs using C compiler: ‘Debian clang version 17.0.6 (5)’ using C++ compiler: ‘Debian clang version 17.0.6 (5)’ clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppParallel/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -I../inst/include/ -fpic -g -O3 -Wall -pedantic -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; | ^ 5 warnings generated. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppParallel/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c init.c -o init.o clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppArmadillo/include' -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/RcppParallel/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -I../inst/include/ -fpic -g -O3 -Wall -pedantic -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. clang++-17 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o roll.so RcppExports.o init.o roll.o -llapack -L/home/hornik/tmp/R/lib -lRblas -L/usr/lib/llvm-17/lib -lFortran_main -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/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)