* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘ggdmcModel’ ...
** this is package ‘ggdmcModel’ version ‘0.2.9.0’
** package ‘ggdmcModel’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 19.1.7 (7)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpLEoGxV/R.INSTALL767504b3e020/ggdmcModel/src'
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/ggdmcHeaders/include' -I/usr/local/include -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.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/ggdmcHeaders/include' -I/usr/local/include -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:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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());
| ~~~~~~~~~~~~~~~~~~~~~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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.check/r-devel-clang/Work/build/lib -Wl,-O1 -o ggdmcModel.so RcppExports.o model2R.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpLEoGxV/R.INSTALL767504b3e020/ggdmcModel/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpLEoGxV/R.INSTALL767504b3e020/ggdmcModel/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpLEoGxV/R.INSTALL767504b3e020/ggdmcModel/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)