* installing *source* package ‘AccRQA’ ... ** this is package ‘AccRQA’ version ‘1.0.0’ ** using staged installation configure: Using AccRQA version: 1.0.0 configure: System R found: /srv/hornik/tmp/CRAN_pretest/AccRQA.Rcheck/R_check_bin/R checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C++... yes checking whether clang++-21 -std=gnu++17 accepts -g... yes checking for clang++-21 -std=gnu++17 option to enable C++11 features... none needed checking for OpenMP support... yes configure: OpenMP CXX flags: -fopenmp configure: OpenMP libs: none checking whether to use CUDA... yes checking for nvcc... no configure: WARNING: nvcc not found; building AccRQA without GPU support configure: Use CUDA: no configure: NVCC flags: none configure: CUDA CXXFLAGS: none configure: CUDA LIBS: none configure: creating ./config.status config.status: creating src/Makevars ** libs using C++ compiler: ‘Debian clang version 21.1.7 (1)’ using C++17 clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-21/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DACCRQA_R_FOUND -DACCRQA_VER_MAJOR=1 -DACCRQA_VER_MINOR=0 -DACCRQA_VER_PATCH=0 -fopenmp -fpic -g -O3 -Wall -pedantic -c AccRQA_CPU_function.cpp -o AccRQA_CPU_function.o AccRQA_CPU_function.cpp:393:10: warning: unused variable 'histogram_size' [-Wunused-variable] 393 | int64_t histogram_size = corrected_size + 1; | ^~~~~~~~~~~~~~ AccRQA_CPU_function.cpp:417:9: warning: unused variable 'histogram_size' [-Wunused-variable] 417 | size_t histogram_size = corrected_size + 1; | ^~~~~~~~~~~~~~ AccRQA_CPU_function.cpp:491:9: warning: unused variable 'histogram_size' [-Wunused-variable] 491 | size_t histogram_size = corrected_size + 1; | ^~~~~~~~~~~~~~ 3 warnings generated. clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-21/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DACCRQA_R_FOUND -DACCRQA_VER_MAJOR=1 -DACCRQA_VER_MINOR=0 -DACCRQA_VER_PATCH=0 -fopenmp -fpic -g -O3 -Wall -pedantic -c AccRQA_R_bindings.cpp -o AccRQA_R_bindings.o clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-21/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DACCRQA_R_FOUND -DACCRQA_VER_MAJOR=1 -DACCRQA_VER_MINOR=0 -DACCRQA_VER_PATCH=0 -fopenmp -fpic -g -O3 -Wall -pedantic -c AccRQA_functions.cpp -o AccRQA_functions.o In file included from AccRQA_functions.cpp:6: In file included from ./AccRQA_CPU_function.hpp:131: ./AccRQA_CPU_function.cpp:393:10: warning: unused variable 'histogram_size' [-Wunused-variable] 393 | int64_t histogram_size = corrected_size + 1; | ^~~~~~~~~~~~~~ ./AccRQA_CPU_function.cpp:417:9: warning: unused variable 'histogram_size' [-Wunused-variable] 417 | size_t histogram_size = corrected_size + 1; | ^~~~~~~~~~~~~~ ./AccRQA_CPU_function.cpp:491:9: warning: unused variable 'histogram_size' [-Wunused-variable] 491 | size_t histogram_size = corrected_size + 1; | ^~~~~~~~~~~~~~ AccRQA_functions.cpp:127:10: warning: unused variable 'entr' [-Wunused-variable] 127 | double entr = 0; | ^~~~ 4 warnings generated. clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-21/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DACCRQA_R_FOUND -DACCRQA_VER_MAJOR=1 -DACCRQA_VER_MINOR=0 -DACCRQA_VER_PATCH=0 -fopenmp -fpic -g -O3 -Wall -pedantic -c AccRQA_python_bindings.cpp -o AccRQA_python_bindings.o clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-21/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DACCRQA_R_FOUND -DACCRQA_VER_MAJOR=1 -DACCRQA_VER_MINOR=0 -DACCRQA_VER_PATCH=0 -fopenmp -fpic -g -O3 -Wall -pedantic -c AccRQA_utilities_mem.cpp -o AccRQA_utilities_mem.o clang++-21 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-clang-21/lib -Wl,-O1 -o AccRQA.so AccRQA_CPU_function.o AccRQA_R_bindings.o AccRQA_functions.o AccRQA_python_bindings.o AccRQA_utilities_mem.o -fopenmp -L/home/hornik/tmp/R-d-clang-21/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/AccRQA.Rcheck/00LOCK-AccRQA/00new/AccRQA/libs ** R ** 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 (AccRQA)