* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘BoltzMM’ ...
** this is package ‘BoltzMM’ version ‘0.1.5’
** package ‘BoltzMM’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (Debian 14.2.0-19) 14.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpRDghWp/R.INSTALL23a6f58cf2f82/BoltzMM/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c BoltzMM.cpp -o BoltzMM.o
BoltzMM.cpp:10:9: warning: "NDEBUG" redefined
   10 | #define NDEBUG
      |         ^~~~~~
<command-line>: note: this is the location of the previous definition
BoltzMM.cpp: In function ‘double log_pl_calc(arma::mat, Rcpp::List)’:
BoltzMM.cpp:68:10: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
   68 |   if(p+q != data.n_cols){
      |      ~~~~^~~~~~~~~~~~~~
BoltzMM.cpp: In function ‘double pfvbm(arma::vec, arma::vec, arma::mat)’:
BoltzMM.cpp:159:19: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const unsigned int’} and ‘int’ [-Wsign-compare]
  159 |     if(xval.n_elem!= n || Mmat.n_rows!=n || Mmat.n_cols!=n || Mmat.n_rows!=Mmat.n_cols ){
      |        ~~~~~~~~~~~^~~~
BoltzMM.cpp:159:38: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const unsigned int’} and ‘int’ [-Wsign-compare]
  159 |     if(xval.n_elem!= n || Mmat.n_rows!=n || Mmat.n_cols!=n || Mmat.n_rows!=Mmat.n_cols ){
      |                           ~~~~~~~~~~~^~~
BoltzMM.cpp:159:56: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const unsigned int’} and ‘int’ [-Wsign-compare]
  159 |     if(xval.n_elem!= n || Mmat.n_rows!=n || Mmat.n_cols!=n || Mmat.n_rows!=Mmat.n_cols ){
      |                                             ~~~~~~~~~~~^~~
BoltzMM.cpp: In function ‘arma::rowvec allpfvbm(arma::vec, arma::mat)’:
BoltzMM.cpp:193:19: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const unsigned int’} and ‘int’ [-Wsign-compare]
  193 |     if(Mmat.n_rows!=n || Mmat.n_cols!=n || Mmat.n_rows!=Mmat.n_cols ){
      |        ~~~~~~~~~~~^~~
BoltzMM.cpp:193:37: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const unsigned int’} and ‘int’ [-Wsign-compare]
  193 |     if(Mmat.n_rows!=n || Mmat.n_cols!=n || Mmat.n_rows!=Mmat.n_cols ){
      |                          ~~~~~~~~~~~^~~
BoltzMM.cpp: In function ‘arma::mat rfvbm(int, arma::vec, arma::mat)’:
BoltzMM.cpp:228:17: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const unsigned int’} and ‘int’ [-Wsign-compare]
  228 |   if(Mmat.n_rows!=n || Mmat.n_cols!=n || Mmat.n_rows!=Mmat.n_cols ){
      |      ~~~~~~~~~~~^~~
BoltzMM.cpp:228:35: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const unsigned int’} and ‘int’ [-Wsign-compare]
  228 |   if(Mmat.n_rows!=n || Mmat.n_cols!=n || Mmat.n_rows!=Mmat.n_cols ){
      |                        ~~~~~~~~~~~^~~
BoltzMM.cpp: In function ‘Rcpp::List fitfvbm(arma::mat, arma::vec, arma::mat, double, int)’:
BoltzMM.cpp:270:19: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const unsigned int’} and ‘int’ [-Wsign-compare]
  270 |     if(Mmat.n_rows!=D || Mmat.n_cols!=D || data.n_cols !=D || data.n_cols!=Mmat.n_cols || data.n_cols!=Mmat.n_rows || Mmat.n_rows!=Mmat.n_cols){
      |        ~~~~~~~~~~~^~~
BoltzMM.cpp:270:37: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const unsigned int’} and ‘int’ [-Wsign-compare]
  270 |     if(Mmat.n_rows!=D || Mmat.n_cols!=D || data.n_cols !=D || data.n_cols!=Mmat.n_cols || data.n_cols!=Mmat.n_rows || Mmat.n_rows!=Mmat.n_cols){
      |                          ~~~~~~~~~~~^~~
BoltzMM.cpp:270:56: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const unsigned int’} and ‘int’ [-Wsign-compare]
  270 |     if(Mmat.n_rows!=D || Mmat.n_cols!=D || data.n_cols !=D || data.n_cols!=Mmat.n_cols || data.n_cols!=Mmat.n_rows || Mmat.n_rows!=Mmat.n_cols){
      |                                            ~~~~~~~~~~~~^~~
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/BH/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o BoltzMM.so BoltzMM.o RcppExports.o -llapack -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpRDghWp/R.INSTALL23a6f58cf2f82/BoltzMM/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpRDghWp/R.INSTALL23a6f58cf2f82/BoltzMM/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpRDghWp/R.INSTALL23a6f58cf2f82/BoltzMM/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-BoltzMM/00new/BoltzMM/libs
** R
** data
*** moving datasets to lazyload DB
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘BoltzMM’
    finding HTML links ... done
    BoltzMM                                 html  
    allpfvbm                                html  
    fitfvbm                                 html  
    fvbmHess                                html  
    fvbmcov                                 html  
    fvbmpartiald                            html  
    fvbmstderr                              html  
    fvbmtests                               html  
    log_pl_calc                             html  
    marginpfvbm                             html  
    pfvbm                                   html  
    rfvbm                                   html  
    senate                                  html  
** 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 (BoltzMM)