* installing *source* package ‘SensIAT’ ... ** using staged installation ** libs using C++ compiler: ‘Debian clang version 19.1.2 (1)’ using C++17 clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-19/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DSTRICT_R_HEADERS=1 -fpic -g -O3 -Wall -pedantic -DR_NO_REMAP -c NW.cpp -o NW.o In file included from NW.cpp:3: ./common.h:122:68: warning: use of the 'unlikely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 122 | if ( matrA.nrow()!=matrB.nrow() || matrA.ncol()!=matrB.ncol() ) [[unlikely]] | ~~^~~~~~~~~~ ./common.h:133:73: warning: use of the 'unlikely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 133 | if (matrA.nrow() != matrB.nrow() || matrA.ncol() != matrB.ncol()) [[unlikely]] | ~~^~~~~~~~~~ ./common.h:144:42: warning: use of the 'unlikely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 144 | if ( vecA.length() != vecB.length() ) [[unlikely]] | ~~^~~~~~~~~~ ./common.h:154:42: warning: use of the 'unlikely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 154 | if ( vecA.length() != vecB.length() ) [[unlikely]] | ~~^~~~~~~~~~ NW.cpp:62:25: warning: use of the 'unlikely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 62 | if ( denom == 0.0 ) [[unlikely]] | ~~^~~~~~~~~~ NW.cpp:155:23: warning: use of the 'unlikely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 155 | if ( denom == 0 ) [[unlikely]] | ~~^~~~~~~~~~ NW.cpp:206:37: warning: use of the 'unlikely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 206 | if ( Xb.length() != Y.length() ) [[unlikely]] | ~~^~~~~~~~~~ NW.cpp:216:40: warning: use of the 'likely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 216 | else if ( kernel == "K2_Biweight" ) [[likely]] | ~~^~~~~~~~ NW.cpp:224:9: warning: use of the 'unlikely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 224 | else [[unlikely]] | ~~^~~~~~~~~~ 9 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-19/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DSTRICT_R_HEADERS=1 -fpic -g -O3 -Wall -pedantic -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-19/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DSTRICT_R_HEADERS=1 -fpic -g -O3 -Wall -pedantic -DR_NO_REMAP -c common.cpp -o common.o In file included from common.cpp:3: ./common.h:122:68: warning: use of the 'unlikely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 122 | if ( matrA.nrow()!=matrB.nrow() || matrA.ncol()!=matrB.ncol() ) [[unlikely]] | ~~^~~~~~~~~~ ./common.h:133:73: warning: use of the 'unlikely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 133 | if (matrA.nrow() != matrB.nrow() || matrA.ncol() != matrB.ncol()) [[unlikely]] | ~~^~~~~~~~~~ ./common.h:144:42: warning: use of the 'unlikely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 144 | if ( vecA.length() != vecB.length() ) [[unlikely]] | ~~^~~~~~~~~~ ./common.h:154:42: warning: use of the 'unlikely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 154 | if ( vecA.length() != vecB.length() ) [[unlikely]] | ~~^~~~~~~~~~ common.cpp:25:40: warning: use of the 'unlikely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 25 | if ( matrA.ncol() != matrB.nrow() ) [[unlikely]] | ~~^~~~~~~~~~ common.cpp:49:43: warning: use of the 'unlikely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 49 | if ( row_vec.length() != matr.nrow() ) [[unlikely]] | ~~^~~~~~~~~~ common.cpp:71:43: warning: use of the 'unlikely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 71 | if ( matr.ncol() != col_vec.length() ) [[unlikely]] | ~~^~~~~~~~~~ common.cpp:114:42: warning: use of the 'unlikely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 114 | if ( vecA.length() != vecB.length() ) [[unlikely]] | ~~^~~~~~~~~~ 8 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-19/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DSTRICT_R_HEADERS=1 -fpic -g -O3 -Wall -pedantic -DR_NO_REMAP -c compute_influence_term_2_quadv_sim_via_matrix.cpp -o compute_influence_term_2_quadv_sim_via_matrix.o In file included from compute_influence_term_2_quadv_sim_via_matrix.cpp:4: In file included from ./estimate_pmf.h:3: ./common.h:122:68: warning: use of the 'unlikely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 122 | if ( matrA.nrow()!=matrB.nrow() || matrA.ncol()!=matrB.ncol() ) [[unlikely]] | ~~^~~~~~~~~~ ./common.h:133:73: warning: use of the 'unlikely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 133 | if (matrA.nrow() != matrB.nrow() || matrA.ncol() != matrB.ncol()) [[unlikely]] | ~~^~~~~~~~~~ ./common.h:144:42: warning: use of the 'unlikely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 144 | if ( vecA.length() != vecB.length() ) [[unlikely]] | ~~^~~~~~~~~~ ./common.h:154:42: warning: use of the 'unlikely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 154 | if ( vecA.length() != vecB.length() ) [[unlikely]] | ~~^~~~~~~~~~ In file included from compute_influence_term_2_quadv_sim_via_matrix.cpp:5: ./integrate.h:19:25: warning: use of the 'likely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 19 | if ( lo < hi ) [[likely]] {} //continue below | ~~^~~~~~~~ ./integrate.h:70:25: warning: use of the 'likely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 70 | if ( lo < hi ) [[likely]] {} //continue below | ~~^~~~~~~~ ./integrate.h:118:30: warning: use of the 'unlikely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 118 | if ( fcnt+2 > fcnt_max ) [[unlikely]] stop("Too many integrand evaluations; singularity likely."); | ~~^~~~~~~~~~ ./integrate.h:123:35: warning: use of the 'unlikely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 123 | if ( h=lo && x<=hi )) [[unlikely]] | ~~^~~~~~~~~~ 9 warnings generated. clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-clang-19/lib -Wl,-O1 -o SensIAT.so NW.o RcppExports.o common.o compute_influence_term_2_quadv_sim_via_matrix.o estimate_pmf.o spline_basis.o -L/home/hornik/tmp/R-d-clang-19/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/SensIAT.Rcheck/00LOCK-SensIAT/00new/SensIAT/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 (SensIAT)