* installing *source* package ‘ggdmcModel’ ... ** this is package ‘ggdmcModel’ version ‘0.2.8.9’ ** using staged installation ** libs using C++ compiler: ‘Debian clang version 19.1.7 (3+b1)’ clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I'/srv/hornik/tmp/CRAN_pretest/Library/ggdmcHeaders/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.6/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/RcppArmadillo/include' -I'/srv/hornik/tmp/CRAN_pretest/Library/ggdmcHeaders/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 model2R.cpp -o model2R.o In file included from model2R.cpp:2: /srv/hornik/tmp/CRAN_pretest/Library/ggdmcHeaders/include/ggdmcHeaders/design.h:401:73: warning: adding 'size_type' (aka 'unsigned long') to a string does not append to the string [-Wstring-plus-int] 400 | throw std::runtime_error("Constant vector (names and values) " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 401 | "mismatched: name vector length: " + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 402 | m_constant_names.size()); | ~~~~~~~~~~~~~~~~~~~~~~~ /srv/hornik/tmp/CRAN_pretest/Library/ggdmcHeaders/include/ggdmcHeaders/design.h:401:73: note: use array indexing to silence this warning 400 | throw std::runtime_error("Constant vector (names and values) " | | & 401 | "mismatched: name vector length: " + | ^ | [ 402 | m_constant_names.size()); | | ] 1 warning generated. clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o ggdmcModel.so RcppExports.o model2R.o -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/ggdmcModel.Rcheck/00LOCK-ggdmcModel/00new/ggdmcModel/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 (ggdmcModel)