* installing *source* package ‘pEPA’ ... ** this is package ‘pEPA’ version ‘1.2’ ** using staged installation ** libs using C++ compiler: ‘Debian clang version 19.1.7 (1+b1)’ clang++-19 -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/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c RcppExports.cpp -o RcppExports.o clang++-19 -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/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c sig.cpp -o sig.o sig.cpp:37:23: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 37 | if (abs(temp2) <= 1) | ^ sig.cpp:37:23: note: use function 'std::abs' instead 37 | if (abs(temp2) <= 1) | ^~~ | std::abs sig.cpp:39:33: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 39 | temp2 = 1-abs(temp2); | ^ sig.cpp:39:33: note: use function 'std::abs' instead 39 | temp2 = 1-abs(temp2); | ^~~ | std::abs 2 warnings generated. clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o pEPA.so RcppExports.o sig.o -llapack -L/home/hornik/tmp/R/lib -lRblas -L/usr/lib/llvm-19/lib -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/pEPA.Rcheck/00LOCK-pEPA/00new/pEPA/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 (pEPA)