* installing *source* package ‘SMR’ ... ** using staged installation ** libs using C++ compiler: ‘Debian clang version 16.0.6 (15)’ clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-16/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c RcppExports.cpp -o RcppExports.o clang++-16 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-16/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c gausslegendre.cpp -o gausslegendre.o gausslegendre.cpp:68:17: warning: variable length arrays are a C99 feature [-Wvla-extension] double lroots[n]; ^ gausslegendre.cpp:68:17: note: function parameter 'n' with unknown value cannot be used in a constant expression gausslegendre.cpp:64:33: note: declared here NumericMatrix gaussLegendre(int n) { ^ gausslegendre.cpp:70:17: warning: variable length arrays are a C99 feature [-Wvla-extension] double weight[n]; ^ gausslegendre.cpp:70:17: note: function parameter 'n' with unknown value cannot be used in a constant expression gausslegendre.cpp:64:33: note: declared here NumericMatrix gaussLegendre(int n) { ^ 2 warnings generated. clang++-16 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-clang-16/lib -Wl,-O1 -o SMR.so RcppExports.o gausslegendre.o -L/home/hornik/tmp/R-d-clang-16/lib -lR installing to /srv/hornik/tmp/CRAN/SMR.Rcheck/00LOCK-SMR/00new/SMR/libs ** R ** 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 (SMR)