* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘multinma’ ...
** package ‘multinma’ successfully unpacked and MD5 sums checked
** using staged installation
Info: Found int division at 'string', line 164, column 28 to column 32:
  nint / int_thin
Values will be rounded towards zero. If rounding is not desired you can write
the division as
  nint * 1.0 / int_thin
If rounding is intended please use the integer division operator %/%.
Info: Found int division at 'string', line 164, column 28 to column 32:
  nint / int_thin
Values will be rounded towards zero. If rounding is not desired you can write
the division as
  nint * 1.0 / int_thin
If rounding is intended please use the integer division operator %/%.
Info: Found int division at 'string', line 169, column 28 to column 32:
  nint / int_thin
Values will be rounded towards zero. If rounding is not desired you can write
the division as
  nint * 1.0 / int_thin
If rounding is intended please use the integer division operator %/%.
Info: Found int division at 'string', line 177, column 28 to column 32:
  nint / int_thin
Values will be rounded towards zero. If rounding is not desired you can write
the division as
  nint * 1.0 / int_thin
If rounding is intended please use the integer division operator %/%.
Info: Found int division at 'string', line 165, column 28 to column 32:
  nint / int_thin
Values will be rounded towards zero. If rounding is not desired you can write
the division as
  nint * 1.0 / int_thin
** libs
using C++ compiler: ‘Debian clang version 17.0.5 (1)’
using C++17
make[1]: Entering directory '/tmp/Rtmpw67SQL/R.INSTALL22ae4a37fd3731/multinma/src'


clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I"../inst/include" -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -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/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS   -fpic  -g -O3 -Wall -pedantic -c RcppExports.cpp -o RcppExports.o
In file included from RcppExports.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/RcppCommon.h:128:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/routines.h:26:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/iostream/Rstreambuf.h:53:20: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   53 |         Rprintf("%.*s", num, s);
      |                  ~~^~   ~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/iostream/Rstreambuf.h:57:21: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   57 |         REprintf("%.*s", num, s);
      |                   ~~^~   ~~~
In file included from RcppExports.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/RcppCommon.h:181:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/print.h:30:26: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
   30 |     Rf_warningcall(call, s.c_str());
      |                          ^~~~~~~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/print.h:30:26: note: treat the string as an argument to avoid this
   30 |     Rf_warningcall(call, s.c_str());
      |                          ^
      |                          "%s", 
In file included from RcppExports.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:28:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:1:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Core:540:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from RcppExports.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:28:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:2:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/LU:47:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from RcppExports.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:28:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Cholesky:12:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Jacobi:29:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from RcppExports.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:28:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Cholesky:43:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from RcppExports.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:28:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/QR:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Householder:27:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from RcppExports.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:28:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/QR:48:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from RcppExports.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:28:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SVD:48:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from RcppExports.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:28:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Geometry:58:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from RcppExports.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:28:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Eigenvalues:58:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from RcppExports.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseCore:61:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  273 |       Index count = 0;
      |             ^
In file included from RcppExports.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseCore:66:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from RcppExports.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:27:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/OrderingMethods:71:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from RcppExports.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseCholesky:43:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from RcppExports.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseLU:33:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
   78 |   Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree 
      |         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
   79 |   Index nsuper_et = 0; // Number of relaxed snodes in the original etree 
      |         ^
In file included from RcppExports.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:32:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseQR:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from RcppExports.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:33:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/IterativeLinearSolvers:46:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from RcppExports.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:32:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/KroneckerProduct:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from RcppExports.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:36:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/Polynomials:135:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from RcppExports.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/SparseExtra:44:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:239:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  239 |   int count = 0;
      |       ^
In file included from RcppExports.cpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/SparseExtra:51:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
24 warnings generated.


clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I"../inst/include" -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -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/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS   -fpic  -g -O3 -Wall -pedantic -c stanExports_binomial_1par.cc -o stanExports_binomial_1par.o
In file included from stanExports_binomial_1par.cc:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp.h:27:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/RcppCommon.h:128:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/routines.h:26:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/iostream/Rstreambuf.h:53:20: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   53 |         Rprintf("%.*s", num, s);
      |                  ~~^~   ~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/iostream/Rstreambuf.h:57:21: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   57 |         REprintf("%.*s", num, s);
      |                   ~~^~   ~~~
In file included from stanExports_binomial_1par.cc:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp.h:27:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/RcppCommon.h:181:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/print.h:30:26: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
   30 |     Rf_warningcall(call, s.c_str());
      |                          ^~~~~~~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/print.h:30:26: note: treat the string as an argument to avoid this
   30 |     Rf_warningcall(call, s.c_str());
      |                          ^
      |                          "%s", 
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:1:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Core:540:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:2:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/LU:47:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Cholesky:12:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Jacobi:29:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Cholesky:43:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/QR:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Householder:27:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/QR:48:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SVD:48:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Geometry:58:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Eigenvalues:58:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseCore:61:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  273 |       Index count = 0;
      |             ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseCore:66:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:27:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/OrderingMethods:71:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseCholesky:43:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseLU:33:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
   78 |   Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree 
      |         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
   79 |   Index nsuper_et = 0; // Number of relaxed snodes in the original etree 
      |         ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:32:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseQR:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:33:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/IterativeLinearSolvers:46:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:21:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/io/r_ostream.hpp:48:20: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   48 |         Rprintf("%.*s", n, s);
      |                  ~~^~   ~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/io/r_ostream.hpp:71:21: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   71 |         REprintf("%.*s", n, s);
      |                   ~~^~   ~
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:32:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/KroneckerProduct:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:36:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/Polynomials:135:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/SparseExtra:44:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:239:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  239 |   int count = 0;
      |       ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/SparseExtra:51:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:12:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err.hpp:8:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err/check_cholesky_factor_corr.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err/check_unit_vector.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/abs.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/hypot.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/apply_scalar_binary.hpp:9:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err/check_matching_dims.hpp:33:8: warning: unused variable 'error' [-Wunused-variable]
   33 |   bool error = false;
      |        ^~~~~
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:12:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err.hpp:50:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err/hmm_check.hpp:33:7: warning: unused variable 'n_transitions' [-Wunused-variable]
   33 |   int n_transitions = log_omegas.cols() - 1;
      |       ^~~~~~~~~~~~~
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun.hpp:118:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/gp_matern52_cov.hpp:275:10: warning: unused variable 'neg_root_5' [-Wunused-variable]
  275 |   double neg_root_5 = -root_5;
      |          ^~~~~~~~~~
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun.hpp:183:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/log_mix.hpp:86:13: warning: unused variable 'N' [-Wunused-variable]
   86 |   const int N = stan::math::size(theta);
      |             ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/static_rational.hpp:166:10: warning: extension used [-Wlanguage-extension-token]
  166 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:35:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/dimension.hpp:21:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/dimension_list.hpp:125:10: warning: extension used [-Wlanguage-extension-token]
  125 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:35:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/dimension.hpp:21:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/dimension_list.hpp:131:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/dimensionless_type.hpp:49:10: warning: extension used [-Wlanguage-extension-token]
   49 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:39:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/linear_algebra.hpp:20:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/dim.hpp:75:10: warning: extension used [-Wlanguage-extension-token]
   75 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:40:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/unscale.hpp:28:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/scale.hpp:139:10: warning: extension used [-Wlanguage-extension-token]
  139 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:120:10: warning: extension used [-Wlanguage-extension-token]
  120 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:21:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/homogeneous_system.hpp:99:10: warning: extension used [-Wlanguage-extension-token]
   99 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:495:10: warning: extension used [-Wlanguage-extension-token]
  495 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:87:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/double_exponential_cdf.hpp:82:10: warning: unused variable 'N' [-Wunused-variable]
   82 |   size_t N = max_size(y, mu, sigma);
      |          ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:128:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:98:7: warning: unused variable 'n' [-Wunused-variable]
   98 |   int n = G.rows();  // number of states
      |       ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:139:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/hmm_marginal.hpp:26:13: warning: unused variable 'n_states' [-Wunused-variable]
   26 |   const int n_states = omegas.rows();
      |             ^~~~~~~~
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:315:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/std_normal_rng.hpp:23:22: warning: unused variable 'function' [-Wunused-variable]
   23 |   static const char* function = "std_normal_rng";
      |                      ^~~~~~~~
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:335:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/von_mises_cdf.hpp:72:10: warning: unused variable 'ck' [-Wunused-variable]
   72 |   double ck = 50;
      |          ^~
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:1252:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
 1252 |     int ret = stan::services::error_codes::CONFIG;
      |         ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_header.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing.hpp:9:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:610:13: warning: unused variable 'cols' [-Wunused-variable]
  610 |   const int cols = rvalue_index_size(idxs.tail_.head_, x_ref.cols());
      |             ^~~~
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_header.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing.hpp:10:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing/rvalue_varmat.hpp:241:22: warning: unused variable 'x_cols' [-Wunused-variable]
  241 |   const Eigen::Index x_cols = x.cols();
      |                      ^~~~~~
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_divide_equal.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_division.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_multiplication.hpp:7:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:88:43: warning: lambda capture 'b' is not used [-Wunused-lambda-capture]
   88 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:88:29: note: while substituting into a lambda expression here
   88 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_minus_equal.hpp:24:16: note: in instantiation of function template specialization 'stan::math::operator-<double, nullptr>' requested here
   24 |   vi_ = (*this - b).vi_;
      |                ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/core/complex_base.hpp:136:9: note: in instantiation of member function 'stan::math::var_value<double>::operator-=' requested here
  136 |     re_ -= x;
      |         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/core/operator_subtraction.hpp:24:5: note: in instantiation of function template specialization 'stan::math::complex_base<stan::math::var_value<double>>::operator-=<int>' requested here
   24 |   y -= rhs;
      |     ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/core/operator_subtraction.hpp:55:20: note: in instantiation of function template specialization 'stan::math::internal::complex_subtract<std::complex<stan::math::var>, int>' requested here
   55 |   return internal::complex_subtract(x, y);
      |                    ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/acosh.hpp:105:31: note: in instantiation of function template specialization 'stan::math::operator-<stan::math::var_value<double>, int>' requested here
  105 |   auto y = log(z + sqrt(z * z - 1));
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/acosh.hpp:94:32: note: in instantiation of function template specialization 'stan::math::internal::complex_acosh<stan::math::var_value<double>>' requested here
   94 |   return stan::math::internal::complex_acosh(z);
      |                                ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:28:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:84:43: warning: lambda capture 'b' is not used [-Wunused-lambda-capture]
   84 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:84:29: note: while substituting into a lambda expression here
   84 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/grad_inc_beta.hpp:45:43: note: in instantiation of function template specialization 'stan::math::operator+<int, nullptr>' requested here
   45 |     grad_2F1(dF1, dF2, a + b, var(1.0), a + 1, z);
      |                                           ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:28:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:84:43: warning: lambda capture 'b' is not used [-Wunused-lambda-capture]
   84 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:84:29: note: while substituting into a lambda expression here
   84 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/trigamma.hpp:63:31: note: in instantiation of function template specialization 'stan::math::operator+<double, nullptr>' requested here
   63 |     value = -trigamma_impl(-x + 1.0) + square(pi() / sin(-pi() * x));
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/trigamma.hpp:23:44: note: in instantiation of function template specialization 'stan::math::trigamma_impl<stan::math::var_value<double>>' requested here
   23 | inline var trigamma(const var& u) { return trigamma_impl(u); }
      |                                            ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:52:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/precomputed_gradients.hpp:83:59: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
   83 |         container_operands_(index_apply<N_containers>([&, this](auto... Is) {
      |                                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/precomputed_gradients.hpp:83:55: note: while substituting into a lambda expression here
   83 |         container_operands_(index_apply<N_containers>([&, this](auto... Is) {
      |                                                       ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/functor/operands_and_partials.hpp:167:16: note: in instantiation of function template specialization 'stan::math::precomputed_gradients_vari_template<>::precomputed_gradients_vari_template<>' requested here
  167 |     return new precomputed_gradients_vari_template<
      |                ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:113:23: note: in instantiation of member function 'stan::math::operands_and_partials<const Eigen::Matrix<stan::math::var_value<double>, -1, 1> &, const double &, const double &>::build' requested here
  113 |   return ops_partials.build(logp);
      |                       ^
./stanExports_binomial_1par.h:522:24: note: in instantiation of function template specialization 'stan::math::normal_lpdf<false, Eigen::Matrix<stan::math::var_value<double>, -1, 1>, double, double, nullptr>' requested here
  522 |         lp_accum__.add(normal_lpdf<propto__>(y, location, scale));
      |                        ^
./stanExports_binomial_1par.h:2570:9: note: in instantiation of function template specialization 'model_binomial_1par_namespace::prior_select_lp<false, Eigen::Matrix<stan::math::var_value<double>, -1, 1>, double, double, double, stan::math::var_value<double>, stan::math::accumulator<stan::math::var_value<double>>>' requested here
 2570 |         prior_select_lp<false>(mu, prior_intercept_dist,
      |         ^
./stanExports_binomial_1par.h:4005:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
 4005 |       return log_prob_impl<propto__, jacobian__>(params_r, params_i, pstream);
      |              ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/util/initialize.hpp:166:31: note: in instantiation of function template specialization 'stan::model::log_prob_grad<true, true, model_binomial_1par_namespace::model_binomial_1par>' requested here
  166 |       log_prob = stan::model::log_prob_grad<true, Jacobian>(
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:49:43: note: in instantiation of function template specialization 'stan::services::util::initialize<true, model_binomial_1par_namespace::model_binomial_1par, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
   49 |   std::vector<double> cont_vector = util::initialize(
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:481:45: note: in instantiation of function template specialization 'stan::services::diagnose::diagnose<model_binomial_1par_namespace::model_binomial_1par>' requested here
  481 |     return_code = stan::services::diagnose::diagnose(model,
      |                                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:1215:11: note: in instantiation of function template specialization 'rstan::(anonymous namespace)::command<model_binomial_1par_namespace::model_binomial_1par, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
 1215 |     ret = command(args, model_, holder, names_oi_tidx_,
      |           ^
stanExports_binomial_1par.cc:15:87: note: in instantiation of member function 'rstan::stan_fit<model_binomial_1par_namespace::model_binomial_1par, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>::call_sampler' requested here
   15 |     .method("call_sampler", &rstan::stan_fit<stan_model, boost::random::ecuyer1988> ::call_sampler)
      |                                                                                       ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:52:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/precomputed_gradients.hpp:86:60: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
   86 |         container_gradients_(index_apply<N_containers>([&, this](auto... Is) {
      |                                                            ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/precomputed_gradients.hpp:86:56: note: while substituting into a lambda expression here
   86 |         container_gradients_(index_apply<N_containers>([&, this](auto... Is) {
      |                                                        ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/functor/operands_and_partials.hpp:167:16: note: in instantiation of function template specialization 'stan::math::precomputed_gradients_vari_template<>::precomputed_gradients_vari_template<>' requested here
  167 |     return new precomputed_gradients_vari_template<
      |                ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:113:23: note: in instantiation of member function 'stan::math::operands_and_partials<const Eigen::Matrix<stan::math::var_value<double>, -1, 1> &, const double &, const double &>::build' requested here
  113 |   return ops_partials.build(logp);
      |                       ^
./stanExports_binomial_1par.h:522:24: note: in instantiation of function template specialization 'stan::math::normal_lpdf<false, Eigen::Matrix<stan::math::var_value<double>, -1, 1>, double, double, nullptr>' requested here
  522 |         lp_accum__.add(normal_lpdf<propto__>(y, location, scale));
      |                        ^
./stanExports_binomial_1par.h:2570:9: note: in instantiation of function template specialization 'model_binomial_1par_namespace::prior_select_lp<false, Eigen::Matrix<stan::math::var_value<double>, -1, 1>, double, double, double, stan::math::var_value<double>, stan::math::accumulator<stan::math::var_value<double>>>' requested here
 2570 |         prior_select_lp<false>(mu, prior_intercept_dist,
      |         ^
./stanExports_binomial_1par.h:4005:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
 4005 |       return log_prob_impl<propto__, jacobian__>(params_r, params_i, pstream);
      |              ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/util/initialize.hpp:166:31: note: in instantiation of function template specialization 'stan::model::log_prob_grad<true, true, model_binomial_1par_namespace::model_binomial_1par>' requested here
  166 |       log_prob = stan::model::log_prob_grad<true, Jacobian>(
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:49:43: note: in instantiation of function template specialization 'stan::services::util::initialize<true, model_binomial_1par_namespace::model_binomial_1par, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
   49 |   std::vector<double> cont_vector = util::initialize(
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:481:45: note: in instantiation of function template specialization 'stan::services::diagnose::diagnose<model_binomial_1par_namespace::model_binomial_1par>' requested here
  481 |     return_code = stan::services::diagnose::diagnose(model,
      |                                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:1215:11: note: in instantiation of function template specialization 'rstan::(anonymous namespace)::command<model_binomial_1par_namespace::model_binomial_1par, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
 1215 |     ret = command(args, model_, holder, names_oi_tidx_,
      |           ^
stanExports_binomial_1par.cc:15:87: note: in instantiation of member function 'rstan::stan_fit<model_binomial_1par_namespace::model_binomial_1par, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>::call_sampler' requested here
   15 |     .method("call_sampler", &rstan::stan_fit<stan_model, boost::random::ecuyer1988> ::call_sampler)
      |                                                                                       ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_divide_equal.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_division.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_multiplication.hpp:7:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:113:43: warning: lambda capture 'a' is not used [-Wunused-lambda-capture]
  113 |                             [bvi = b.vi_, a](const auto& vi) mutable {
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:113:29: note: while substituting into a lambda expression here
  113 |                             [bvi = b.vi_, a](const auto& vi) mutable {
      |                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/functors/BinaryFunctors.h:332:128: note: in instantiation of function template specialization 'stan::math::operator-<double, nullptr>' requested here
  332 |   EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type operator() (const LhsScalar& a, const RhsScalar& b) const { return a - b; }
      |                                                                                                                                ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:719:12: note: in instantiation of member function 'Eigen::internal::scalar_difference_op<double, stan::math::var_value<double>>::operator()' requested here
  719 |     return m_functor(m_lhsImpl.coeff(index), m_rhsImpl.coeff(index));
      |            ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:637:56: note: in instantiation of member function 'Eigen::internal::binary_evaluator<Eigen::CwiseBinaryOp<Eigen::internal::scalar_difference_op<double, stan::math::var_value<double>>, const Eigen::Matrix<double, -1, 1>, const Eigen::Matrix<stan::math::var_value<double>, -1, 1>>>::coeff' requested here
  637 |     m_functor.assignCoeff(m_dst.coeffRef(index), m_src.coeff(index));
      |                                                        ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:497:14: note: in instantiation of member function 'Eigen::internal::generic_dense_assignment_kernel<Eigen::internal::evaluator<Eigen::Map<Eigen::Matrix<stan::math::var_value<double>, -1, 1>>>, Eigen::internal::evaluator<Eigen::CwiseBinaryOp<Eigen::internal::scalar_difference_op<double, stan::math::var_value<double>>, const Eigen::Matrix<double, -1, 1>, const Eigen::Matrix<stan::math::var_value<double>, -1, 1>>>, Eigen::internal::assign_op<stan::math::var_value<double>, stan::math::var_value<double>>>::assignCoeff' requested here
  497 |       kernel.assignCoeff(i);
      |              ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:741:34: note: (skipping 14 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  741 |   dense_assignment_loop<Kernel>::run(kernel);
      |                                  ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/util/initialize.hpp:166:31: note: in instantiation of function template specialization 'stan::model::log_prob_grad<true, true, model_binomial_1par_namespace::model_binomial_1par>' requested here
  166 |       log_prob = stan::model::log_prob_grad<true, Jacobian>(
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:49:43: note: in instantiation of function template specialization 'stan::services::util::initialize<true, model_binomial_1par_namespace::model_binomial_1par, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
   49 |   std::vector<double> cont_vector = util::initialize(
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:481:45: note: in instantiation of function template specialization 'stan::services::diagnose::diagnose<model_binomial_1par_namespace::model_binomial_1par>' requested here
  481 |     return_code = stan::services::diagnose::diagnose(model,
      |                                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:1215:11: note: in instantiation of function template specialization 'rstan::(anonymous namespace)::command<model_binomial_1par_namespace::model_binomial_1par, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
 1215 |     ret = command(args, model_, holder, names_oi_tidx_,
      |           ^
stanExports_binomial_1par.cc:15:87: note: in instantiation of member function 'rstan::stan_fit<model_binomial_1par_namespace::model_binomial_1par, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>::call_sampler' requested here
   15 |     .method("call_sampler", &rstan::stan_fit<stan_model, boost::random::ecuyer1988> ::call_sampler)
      |                                                                                       ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:59:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/set_zero_all_adjoints.hpp:14:13: warning: 'static' function 'set_zero_all_adjoints' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration]
   14 | static void set_zero_all_adjoints() {
      |             ^~~~~~~~~~~~~~~~~~~~~
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun.hpp:110:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/generalized_inverse.hpp:34:9: warning: unused type alias 'value_t' [-Wunused-local-typedef]
   34 |   using value_t = value_type_t<EigMat>;
      |         ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun.hpp:319:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/tail.hpp:46:9: warning: unused type alias 'idx_t' [-Wunused-local-typedef]
   46 |   using idx_t = index_type_t<std::vector<T>>;
      |         ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:59:9: warning: unused type alias 'T_y_val' [-Wunused-local-typedef]
   59 |   using T_y_val =
      |         ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/beta_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:50:9: warning: unused type alias 'T_partials_matrix' [-Wunused-local-typedef]
   50 |   using T_partials_matrix = Eigen::Matrix<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/beta_proportion_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/beta_proportion_lpdf.hpp:55:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   55 |   using T_partials_array = Eigen::Array<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:63:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/cauchy_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/cauchy_lpdf.hpp:45:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   45 |   using T_partials_array = Eigen::Array<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:74:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/dirichlet_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:60:9: warning: unused type alias 'T_partials_vec' [-Wunused-local-typedef]
   60 |   using T_partials_vec = typename Eigen::Matrix<T_partials_return, -1, 1>;
      |         ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:91:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/double_exponential_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/double_exponential_lpdf.hpp:44:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   44 |   using T_partials_array = Eigen::Array<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:111:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/frechet_cdf.hpp:30:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   30 |   using T_partials_array = Eigen::Array<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:245:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/ordered_logistic_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/ordered_logistic_lpmf.hpp:76:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   76 |   using T_partials_array = Eigen::Array<T_partials_return, -1, 1>;
      |         ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:277:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_lpmf.hpp:62:9: warning: unused type alias 'T_alpha_val' [-Wunused-local-typedef]
   62 |   using T_alpha_val = typename std::conditional_t<
      |         ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:49:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:8:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/test_gradients.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/log_prob_grad.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun.hpp:32:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:83:11: warning: unused type alias 'Block_' [-Wunused-local-typedef]
   83 |     using Block_ = Eigen::Block<Eigen::MatrixXd>;
      |           ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:49:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:8:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/test_gradients.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/log_prob_grad.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun.hpp:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:32:9: warning: unused type alias 'T_scalar' [-Wunused-local-typedef]
   32 |   using T_scalar = value_type_t<T>;
      |         ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:49:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:8:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/test_gradients.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/log_prob_grad.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun.hpp:71:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/generalized_inverse.hpp:64:9: warning: unused type alias 'value_t' [-Wunused-local-typedef]
   64 |   using value_t = value_type_t<VarMat>;
      |         ^
In file included from stanExports_binomial_1par.cc:5:
In file included from ./stanExports_binomial_1par.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_header.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing.hpp:8:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing/lvalue_varmat.hpp:349:9: warning: unused type alias 'pair_type' [-Wunused-local-typedef]
  349 |   using pair_type = std::pair<int, arena_vec>;
      |         ^
68 warnings generated.


clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I"../inst/include" -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -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/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS   -fpic  -g -O3 -Wall -pedantic -c stanExports_binomial_2par.cc -o stanExports_binomial_2par.o
In file included from stanExports_binomial_2par.cc:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp.h:27:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/RcppCommon.h:128:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/routines.h:26:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/iostream/Rstreambuf.h:53:20: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   53 |         Rprintf("%.*s", num, s);
      |                  ~~^~   ~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/iostream/Rstreambuf.h:57:21: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   57 |         REprintf("%.*s", num, s);
      |                   ~~^~   ~~~
In file included from stanExports_binomial_2par.cc:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp.h:27:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/RcppCommon.h:181:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/print.h:30:26: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
   30 |     Rf_warningcall(call, s.c_str());
      |                          ^~~~~~~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/print.h:30:26: note: treat the string as an argument to avoid this
   30 |     Rf_warningcall(call, s.c_str());
      |                          ^
      |                          "%s", 
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:1:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Core:540:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:2:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/LU:47:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Cholesky:12:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Jacobi:29:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Cholesky:43:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/QR:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Householder:27:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/QR:48:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SVD:48:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Geometry:58:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Eigenvalues:58:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseCore:61:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  273 |       Index count = 0;
      |             ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseCore:66:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:27:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/OrderingMethods:71:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseCholesky:43:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseLU:33:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
   78 |   Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree 
      |         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
   79 |   Index nsuper_et = 0; // Number of relaxed snodes in the original etree 
      |         ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:32:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseQR:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:33:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/IterativeLinearSolvers:46:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:21:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/io/r_ostream.hpp:48:20: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   48 |         Rprintf("%.*s", n, s);
      |                  ~~^~   ~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/io/r_ostream.hpp:71:21: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   71 |         REprintf("%.*s", n, s);
      |                   ~~^~   ~
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:32:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/KroneckerProduct:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:36:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/Polynomials:135:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/SparseExtra:44:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:239:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  239 |   int count = 0;
      |       ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/SparseExtra:51:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:12:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err.hpp:8:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err/check_cholesky_factor_corr.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err/check_unit_vector.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/abs.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/hypot.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/apply_scalar_binary.hpp:9:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err/check_matching_dims.hpp:33:8: warning: unused variable 'error' [-Wunused-variable]
   33 |   bool error = false;
      |        ^~~~~
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:12:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err.hpp:50:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err/hmm_check.hpp:33:7: warning: unused variable 'n_transitions' [-Wunused-variable]
   33 |   int n_transitions = log_omegas.cols() - 1;
      |       ^~~~~~~~~~~~~
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun.hpp:118:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/gp_matern52_cov.hpp:275:10: warning: unused variable 'neg_root_5' [-Wunused-variable]
  275 |   double neg_root_5 = -root_5;
      |          ^~~~~~~~~~
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun.hpp:183:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/log_mix.hpp:86:13: warning: unused variable 'N' [-Wunused-variable]
   86 |   const int N = stan::math::size(theta);
      |             ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/static_rational.hpp:166:10: warning: extension used [-Wlanguage-extension-token]
  166 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:35:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/dimension.hpp:21:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/dimension_list.hpp:125:10: warning: extension used [-Wlanguage-extension-token]
  125 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:35:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/dimension.hpp:21:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/dimension_list.hpp:131:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/dimensionless_type.hpp:49:10: warning: extension used [-Wlanguage-extension-token]
   49 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:39:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/linear_algebra.hpp:20:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/dim.hpp:75:10: warning: extension used [-Wlanguage-extension-token]
   75 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:40:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/unscale.hpp:28:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/scale.hpp:139:10: warning: extension used [-Wlanguage-extension-token]
  139 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:120:10: warning: extension used [-Wlanguage-extension-token]
  120 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:21:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/homogeneous_system.hpp:99:10: warning: extension used [-Wlanguage-extension-token]
   99 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:495:10: warning: extension used [-Wlanguage-extension-token]
  495 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:87:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/double_exponential_cdf.hpp:82:10: warning: unused variable 'N' [-Wunused-variable]
   82 |   size_t N = max_size(y, mu, sigma);
      |          ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:128:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:98:7: warning: unused variable 'n' [-Wunused-variable]
   98 |   int n = G.rows();  // number of states
      |       ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:139:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/hmm_marginal.hpp:26:13: warning: unused variable 'n_states' [-Wunused-variable]
   26 |   const int n_states = omegas.rows();
      |             ^~~~~~~~
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:315:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/std_normal_rng.hpp:23:22: warning: unused variable 'function' [-Wunused-variable]
   23 |   static const char* function = "std_normal_rng";
      |                      ^~~~~~~~
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:335:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/von_mises_cdf.hpp:72:10: warning: unused variable 'ck' [-Wunused-variable]
   72 |   double ck = 50;
      |          ^~
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:1252:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
 1252 |     int ret = stan::services::error_codes::CONFIG;
      |         ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_header.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing.hpp:9:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:610:13: warning: unused variable 'cols' [-Wunused-variable]
  610 |   const int cols = rvalue_index_size(idxs.tail_.head_, x_ref.cols());
      |             ^~~~
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_header.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing.hpp:10:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing/rvalue_varmat.hpp:241:22: warning: unused variable 'x_cols' [-Wunused-variable]
  241 |   const Eigen::Index x_cols = x.cols();
      |                      ^~~~~~
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_divide_equal.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_division.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_multiplication.hpp:7:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:88:43: warning: lambda capture 'b' is not used [-Wunused-lambda-capture]
   88 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:88:29: note: while substituting into a lambda expression here
   88 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_minus_equal.hpp:24:16: note: in instantiation of function template specialization 'stan::math::operator-<double, nullptr>' requested here
   24 |   vi_ = (*this - b).vi_;
      |                ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/core/complex_base.hpp:136:9: note: in instantiation of member function 'stan::math::var_value<double>::operator-=' requested here
  136 |     re_ -= x;
      |         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/core/operator_subtraction.hpp:24:5: note: in instantiation of function template specialization 'stan::math::complex_base<stan::math::var_value<double>>::operator-=<int>' requested here
   24 |   y -= rhs;
      |     ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/core/operator_subtraction.hpp:55:20: note: in instantiation of function template specialization 'stan::math::internal::complex_subtract<std::complex<stan::math::var>, int>' requested here
   55 |   return internal::complex_subtract(x, y);
      |                    ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/acosh.hpp:105:31: note: in instantiation of function template specialization 'stan::math::operator-<stan::math::var_value<double>, int>' requested here
  105 |   auto y = log(z + sqrt(z * z - 1));
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/acosh.hpp:94:32: note: in instantiation of function template specialization 'stan::math::internal::complex_acosh<stan::math::var_value<double>>' requested here
   94 |   return stan::math::internal::complex_acosh(z);
      |                                ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:28:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:84:43: warning: lambda capture 'b' is not used [-Wunused-lambda-capture]
   84 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:84:29: note: while substituting into a lambda expression here
   84 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/grad_inc_beta.hpp:45:43: note: in instantiation of function template specialization 'stan::math::operator+<int, nullptr>' requested here
   45 |     grad_2F1(dF1, dF2, a + b, var(1.0), a + 1, z);
      |                                           ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:28:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:84:43: warning: lambda capture 'b' is not used [-Wunused-lambda-capture]
   84 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:84:29: note: while substituting into a lambda expression here
   84 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/trigamma.hpp:63:31: note: in instantiation of function template specialization 'stan::math::operator+<double, nullptr>' requested here
   63 |     value = -trigamma_impl(-x + 1.0) + square(pi() / sin(-pi() * x));
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/trigamma.hpp:23:44: note: in instantiation of function template specialization 'stan::math::trigamma_impl<stan::math::var_value<double>>' requested here
   23 | inline var trigamma(const var& u) { return trigamma_impl(u); }
      |                                            ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:52:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/precomputed_gradients.hpp:83:59: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
   83 |         container_operands_(index_apply<N_containers>([&, this](auto... Is) {
      |                                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/precomputed_gradients.hpp:83:55: note: while substituting into a lambda expression here
   83 |         container_operands_(index_apply<N_containers>([&, this](auto... Is) {
      |                                                       ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/functor/operands_and_partials.hpp:167:16: note: in instantiation of function template specialization 'stan::math::precomputed_gradients_vari_template<>::precomputed_gradients_vari_template<>' requested here
  167 |     return new precomputed_gradients_vari_template<
      |                ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:113:23: note: in instantiation of member function 'stan::math::operands_and_partials<const Eigen::Matrix<stan::math::var_value<double>, -1, 1> &, const double &, const double &>::build' requested here
  113 |   return ops_partials.build(logp);
      |                       ^
./stanExports_binomial_2par.h:543:24: note: in instantiation of function template specialization 'stan::math::normal_lpdf<false, Eigen::Matrix<stan::math::var_value<double>, -1, 1>, double, double, nullptr>' requested here
  543 |         lp_accum__.add(normal_lpdf<propto__>(y, location, scale));
      |                        ^
./stanExports_binomial_2par.h:2676:9: note: in instantiation of function template specialization 'model_binomial_2par_namespace::prior_select_lp<false, Eigen::Matrix<stan::math::var_value<double>, -1, 1>, double, double, double, stan::math::var_value<double>, stan::math::accumulator<stan::math::var_value<double>>>' requested here
 2676 |         prior_select_lp<false>(mu, prior_intercept_dist,
      |         ^
./stanExports_binomial_2par.h:4255:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
 4255 |       return log_prob_impl<propto__, jacobian__>(params_r, params_i, pstream);
      |              ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/util/initialize.hpp:166:31: note: in instantiation of function template specialization 'stan::model::log_prob_grad<true, true, model_binomial_2par_namespace::model_binomial_2par>' requested here
  166 |       log_prob = stan::model::log_prob_grad<true, Jacobian>(
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:49:43: note: in instantiation of function template specialization 'stan::services::util::initialize<true, model_binomial_2par_namespace::model_binomial_2par, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
   49 |   std::vector<double> cont_vector = util::initialize(
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:481:45: note: in instantiation of function template specialization 'stan::services::diagnose::diagnose<model_binomial_2par_namespace::model_binomial_2par>' requested here
  481 |     return_code = stan::services::diagnose::diagnose(model,
      |                                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:1215:11: note: in instantiation of function template specialization 'rstan::(anonymous namespace)::command<model_binomial_2par_namespace::model_binomial_2par, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
 1215 |     ret = command(args, model_, holder, names_oi_tidx_,
      |           ^
stanExports_binomial_2par.cc:15:87: note: in instantiation of member function 'rstan::stan_fit<model_binomial_2par_namespace::model_binomial_2par, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>::call_sampler' requested here
   15 |     .method("call_sampler", &rstan::stan_fit<stan_model, boost::random::ecuyer1988> ::call_sampler)
      |                                                                                       ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:52:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/precomputed_gradients.hpp:86:60: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
   86 |         container_gradients_(index_apply<N_containers>([&, this](auto... Is) {
      |                                                            ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/precomputed_gradients.hpp:86:56: note: while substituting into a lambda expression here
   86 |         container_gradients_(index_apply<N_containers>([&, this](auto... Is) {
      |                                                        ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/functor/operands_and_partials.hpp:167:16: note: in instantiation of function template specialization 'stan::math::precomputed_gradients_vari_template<>::precomputed_gradients_vari_template<>' requested here
  167 |     return new precomputed_gradients_vari_template<
      |                ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:113:23: note: in instantiation of member function 'stan::math::operands_and_partials<const Eigen::Matrix<stan::math::var_value<double>, -1, 1> &, const double &, const double &>::build' requested here
  113 |   return ops_partials.build(logp);
      |                       ^
./stanExports_binomial_2par.h:543:24: note: in instantiation of function template specialization 'stan::math::normal_lpdf<false, Eigen::Matrix<stan::math::var_value<double>, -1, 1>, double, double, nullptr>' requested here
  543 |         lp_accum__.add(normal_lpdf<propto__>(y, location, scale));
      |                        ^
./stanExports_binomial_2par.h:2676:9: note: in instantiation of function template specialization 'model_binomial_2par_namespace::prior_select_lp<false, Eigen::Matrix<stan::math::var_value<double>, -1, 1>, double, double, double, stan::math::var_value<double>, stan::math::accumulator<stan::math::var_value<double>>>' requested here
 2676 |         prior_select_lp<false>(mu, prior_intercept_dist,
      |         ^
./stanExports_binomial_2par.h:4255:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
 4255 |       return log_prob_impl<propto__, jacobian__>(params_r, params_i, pstream);
      |              ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/util/initialize.hpp:166:31: note: in instantiation of function template specialization 'stan::model::log_prob_grad<true, true, model_binomial_2par_namespace::model_binomial_2par>' requested here
  166 |       log_prob = stan::model::log_prob_grad<true, Jacobian>(
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:49:43: note: in instantiation of function template specialization 'stan::services::util::initialize<true, model_binomial_2par_namespace::model_binomial_2par, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
   49 |   std::vector<double> cont_vector = util::initialize(
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:481:45: note: in instantiation of function template specialization 'stan::services::diagnose::diagnose<model_binomial_2par_namespace::model_binomial_2par>' requested here
  481 |     return_code = stan::services::diagnose::diagnose(model,
      |                                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:1215:11: note: in instantiation of function template specialization 'rstan::(anonymous namespace)::command<model_binomial_2par_namespace::model_binomial_2par, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
 1215 |     ret = command(args, model_, holder, names_oi_tidx_,
      |           ^
stanExports_binomial_2par.cc:15:87: note: in instantiation of member function 'rstan::stan_fit<model_binomial_2par_namespace::model_binomial_2par, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>::call_sampler' requested here
   15 |     .method("call_sampler", &rstan::stan_fit<stan_model, boost::random::ecuyer1988> ::call_sampler)
      |                                                                                       ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_divide_equal.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_division.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_multiplication.hpp:7:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:113:43: warning: lambda capture 'a' is not used [-Wunused-lambda-capture]
  113 |                             [bvi = b.vi_, a](const auto& vi) mutable {
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:113:29: note: while substituting into a lambda expression here
  113 |                             [bvi = b.vi_, a](const auto& vi) mutable {
      |                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/functors/BinaryFunctors.h:332:128: note: in instantiation of function template specialization 'stan::math::operator-<double, nullptr>' requested here
  332 |   EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type operator() (const LhsScalar& a, const RhsScalar& b) const { return a - b; }
      |                                                                                                                                ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:719:12: note: in instantiation of member function 'Eigen::internal::scalar_difference_op<double, stan::math::var_value<double>>::operator()' requested here
  719 |     return m_functor(m_lhsImpl.coeff(index), m_rhsImpl.coeff(index));
      |            ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:637:56: note: in instantiation of member function 'Eigen::internal::binary_evaluator<Eigen::CwiseBinaryOp<Eigen::internal::scalar_difference_op<double, stan::math::var_value<double>>, const Eigen::Matrix<double, -1, 1>, const Eigen::Matrix<stan::math::var_value<double>, -1, 1>>>::coeff' requested here
  637 |     m_functor.assignCoeff(m_dst.coeffRef(index), m_src.coeff(index));
      |                                                        ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:497:14: note: in instantiation of member function 'Eigen::internal::generic_dense_assignment_kernel<Eigen::internal::evaluator<Eigen::Map<Eigen::Matrix<stan::math::var_value<double>, -1, 1>>>, Eigen::internal::evaluator<Eigen::CwiseBinaryOp<Eigen::internal::scalar_difference_op<double, stan::math::var_value<double>>, const Eigen::Matrix<double, -1, 1>, const Eigen::Matrix<stan::math::var_value<double>, -1, 1>>>, Eigen::internal::assign_op<stan::math::var_value<double>, stan::math::var_value<double>>>::assignCoeff' requested here
  497 |       kernel.assignCoeff(i);
      |              ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:741:34: note: (skipping 14 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  741 |   dense_assignment_loop<Kernel>::run(kernel);
      |                                  ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/util/initialize.hpp:166:31: note: in instantiation of function template specialization 'stan::model::log_prob_grad<true, true, model_binomial_2par_namespace::model_binomial_2par>' requested here
  166 |       log_prob = stan::model::log_prob_grad<true, Jacobian>(
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:49:43: note: in instantiation of function template specialization 'stan::services::util::initialize<true, model_binomial_2par_namespace::model_binomial_2par, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
   49 |   std::vector<double> cont_vector = util::initialize(
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:481:45: note: in instantiation of function template specialization 'stan::services::diagnose::diagnose<model_binomial_2par_namespace::model_binomial_2par>' requested here
  481 |     return_code = stan::services::diagnose::diagnose(model,
      |                                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:1215:11: note: in instantiation of function template specialization 'rstan::(anonymous namespace)::command<model_binomial_2par_namespace::model_binomial_2par, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
 1215 |     ret = command(args, model_, holder, names_oi_tidx_,
      |           ^
stanExports_binomial_2par.cc:15:87: note: in instantiation of member function 'rstan::stan_fit<model_binomial_2par_namespace::model_binomial_2par, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>::call_sampler' requested here
   15 |     .method("call_sampler", &rstan::stan_fit<stan_model, boost::random::ecuyer1988> ::call_sampler)
      |                                                                                       ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_divide_equal.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_division.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_multiplication.hpp:7:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:88:43: warning: lambda capture 'b' is not used [-Wunused-lambda-capture]
   88 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:88:29: note: while substituting into a lambda expression here
   88 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                             ^
./stanExports_binomial_2par.h:2750:33: note: in instantiation of function template specialization 'stan::math::operator-<int, nullptr>' requested here
 2750 |               ((nprime[(i - 1)] - agd_arm_r[(i - 1)]) *
      |                                 ^
./stanExports_binomial_2par.h:4255:14: note: in instantiation of function template specialization 'model_binomial_2par_namespace::model_binomial_2par::log_prob_impl<true, true, std::vector<stan::math::var_value<double>>, std::vector<int>, nullptr, nullptr>' requested here
 4255 |       return log_prob_impl<propto__, jacobian__>(params_r, params_i, pstream);
      |              ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:36: note: in instantiation of function template specialization 'model_binomial_2par_namespace::model_binomial_2par::log_prob<true, true, stan::math::var_value<double>>' requested here
   40 |     var adLogProb = model.template log_prob<propto, jacobian_adjust_transform>(
      |                                    ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/util/initialize.hpp:166:31: note: in instantiation of function template specialization 'stan::model::log_prob_grad<true, true, model_binomial_2par_namespace::model_binomial_2par>' requested here
  166 |       log_prob = stan::model::log_prob_grad<true, Jacobian>(
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:49:43: note: in instantiation of function template specialization 'stan::services::util::initialize<true, model_binomial_2par_namespace::model_binomial_2par, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
   49 |   std::vector<double> cont_vector = util::initialize(
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:481:45: note: in instantiation of function template specialization 'stan::services::diagnose::diagnose<model_binomial_2par_namespace::model_binomial_2par>' requested here
  481 |     return_code = stan::services::diagnose::diagnose(model,
      |                                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:1215:11: note: in instantiation of function template specialization 'rstan::(anonymous namespace)::command<model_binomial_2par_namespace::model_binomial_2par, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
 1215 |     ret = command(args, model_, holder, names_oi_tidx_,
      |           ^
stanExports_binomial_2par.cc:15:87: note: in instantiation of member function 'rstan::stan_fit<model_binomial_2par_namespace::model_binomial_2par, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>::call_sampler' requested here
   15 |     .method("call_sampler", &rstan::stan_fit<stan_model, boost::random::ecuyer1988> ::call_sampler)
      |                                                                                       ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:59:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/set_zero_all_adjoints.hpp:14:13: warning: 'static' function 'set_zero_all_adjoints' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration]
   14 | static void set_zero_all_adjoints() {
      |             ^~~~~~~~~~~~~~~~~~~~~
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun.hpp:110:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/generalized_inverse.hpp:34:9: warning: unused type alias 'value_t' [-Wunused-local-typedef]
   34 |   using value_t = value_type_t<EigMat>;
      |         ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun.hpp:319:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/tail.hpp:46:9: warning: unused type alias 'idx_t' [-Wunused-local-typedef]
   46 |   using idx_t = index_type_t<std::vector<T>>;
      |         ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:59:9: warning: unused type alias 'T_y_val' [-Wunused-local-typedef]
   59 |   using T_y_val =
      |         ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/beta_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:50:9: warning: unused type alias 'T_partials_matrix' [-Wunused-local-typedef]
   50 |   using T_partials_matrix = Eigen::Matrix<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/beta_proportion_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/beta_proportion_lpdf.hpp:55:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   55 |   using T_partials_array = Eigen::Array<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:63:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/cauchy_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/cauchy_lpdf.hpp:45:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   45 |   using T_partials_array = Eigen::Array<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:74:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/dirichlet_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:60:9: warning: unused type alias 'T_partials_vec' [-Wunused-local-typedef]
   60 |   using T_partials_vec = typename Eigen::Matrix<T_partials_return, -1, 1>;
      |         ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:91:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/double_exponential_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/double_exponential_lpdf.hpp:44:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   44 |   using T_partials_array = Eigen::Array<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:111:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/frechet_cdf.hpp:30:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   30 |   using T_partials_array = Eigen::Array<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:245:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/ordered_logistic_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/ordered_logistic_lpmf.hpp:76:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   76 |   using T_partials_array = Eigen::Array<T_partials_return, -1, 1>;
      |         ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:277:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_lpmf.hpp:62:9: warning: unused type alias 'T_alpha_val' [-Wunused-local-typedef]
   62 |   using T_alpha_val = typename std::conditional_t<
      |         ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:49:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:8:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/test_gradients.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/log_prob_grad.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun.hpp:32:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:83:11: warning: unused type alias 'Block_' [-Wunused-local-typedef]
   83 |     using Block_ = Eigen::Block<Eigen::MatrixXd>;
      |           ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:49:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:8:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/test_gradients.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/log_prob_grad.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun.hpp:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:32:9: warning: unused type alias 'T_scalar' [-Wunused-local-typedef]
   32 |   using T_scalar = value_type_t<T>;
      |         ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:49:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:8:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/test_gradients.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/log_prob_grad.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun.hpp:71:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/generalized_inverse.hpp:64:9: warning: unused type alias 'value_t' [-Wunused-local-typedef]
   64 |   using value_t = value_type_t<VarMat>;
      |         ^
In file included from stanExports_binomial_2par.cc:5:
In file included from ./stanExports_binomial_2par.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_header.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing.hpp:8:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing/lvalue_varmat.hpp:349:9: warning: unused type alias 'pair_type' [-Wunused-local-typedef]
  349 |   using pair_type = std::pair<int, arena_vec>;
      |         ^
69 warnings generated.


clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I"../inst/include" -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -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/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS   -fpic  -g -O3 -Wall -pedantic -c stanExports_normal.cc -o stanExports_normal.o
In file included from stanExports_normal.cc:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp.h:27:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/RcppCommon.h:128:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/routines.h:26:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/iostream/Rstreambuf.h:53:20: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   53 |         Rprintf("%.*s", num, s);
      |                  ~~^~   ~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/iostream/Rstreambuf.h:57:21: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   57 |         REprintf("%.*s", num, s);
      |                   ~~^~   ~~~
In file included from stanExports_normal.cc:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp.h:27:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/RcppCommon.h:181:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/print.h:30:26: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
   30 |     Rf_warningcall(call, s.c_str());
      |                          ^~~~~~~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/print.h:30:26: note: treat the string as an argument to avoid this
   30 |     Rf_warningcall(call, s.c_str());
      |                          ^
      |                          "%s", 
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:1:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Core:540:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:2:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/LU:47:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Cholesky:12:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Jacobi:29:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Cholesky:43:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/QR:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Householder:27:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/QR:48:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SVD:48:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Geometry:58:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Eigenvalues:58:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseCore:61:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  273 |       Index count = 0;
      |             ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseCore:66:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:27:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/OrderingMethods:71:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseCholesky:43:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseLU:33:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
   78 |   Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree 
      |         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
   79 |   Index nsuper_et = 0; // Number of relaxed snodes in the original etree 
      |         ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:32:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseQR:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:33:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/IterativeLinearSolvers:46:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:21:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/io/r_ostream.hpp:48:20: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   48 |         Rprintf("%.*s", n, s);
      |                  ~~^~   ~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/io/r_ostream.hpp:71:21: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   71 |         REprintf("%.*s", n, s);
      |                   ~~^~   ~
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:32:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/KroneckerProduct:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:36:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/Polynomials:135:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/SparseExtra:44:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:239:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  239 |   int count = 0;
      |       ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/SparseExtra:51:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:12:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err.hpp:8:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err/check_cholesky_factor_corr.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err/check_unit_vector.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/abs.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/hypot.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/apply_scalar_binary.hpp:9:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err/check_matching_dims.hpp:33:8: warning: unused variable 'error' [-Wunused-variable]
   33 |   bool error = false;
      |        ^~~~~
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:12:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err.hpp:50:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err/hmm_check.hpp:33:7: warning: unused variable 'n_transitions' [-Wunused-variable]
   33 |   int n_transitions = log_omegas.cols() - 1;
      |       ^~~~~~~~~~~~~
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun.hpp:118:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/gp_matern52_cov.hpp:275:10: warning: unused variable 'neg_root_5' [-Wunused-variable]
  275 |   double neg_root_5 = -root_5;
      |          ^~~~~~~~~~
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun.hpp:183:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/log_mix.hpp:86:13: warning: unused variable 'N' [-Wunused-variable]
   86 |   const int N = stan::math::size(theta);
      |             ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/static_rational.hpp:166:10: warning: extension used [-Wlanguage-extension-token]
  166 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:35:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/dimension.hpp:21:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/dimension_list.hpp:125:10: warning: extension used [-Wlanguage-extension-token]
  125 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:35:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/dimension.hpp:21:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/dimension_list.hpp:131:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/dimensionless_type.hpp:49:10: warning: extension used [-Wlanguage-extension-token]
   49 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:39:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/linear_algebra.hpp:20:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/dim.hpp:75:10: warning: extension used [-Wlanguage-extension-token]
   75 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:40:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/unscale.hpp:28:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/scale.hpp:139:10: warning: extension used [-Wlanguage-extension-token]
  139 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:120:10: warning: extension used [-Wlanguage-extension-token]
  120 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:21:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/homogeneous_system.hpp:99:10: warning: extension used [-Wlanguage-extension-token]
   99 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:495:10: warning: extension used [-Wlanguage-extension-token]
  495 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:87:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/double_exponential_cdf.hpp:82:10: warning: unused variable 'N' [-Wunused-variable]
   82 |   size_t N = max_size(y, mu, sigma);
      |          ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:128:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:98:7: warning: unused variable 'n' [-Wunused-variable]
   98 |   int n = G.rows();  // number of states
      |       ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:139:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/hmm_marginal.hpp:26:13: warning: unused variable 'n_states' [-Wunused-variable]
   26 |   const int n_states = omegas.rows();
      |             ^~~~~~~~
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:315:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/std_normal_rng.hpp:23:22: warning: unused variable 'function' [-Wunused-variable]
   23 |   static const char* function = "std_normal_rng";
      |                      ^~~~~~~~
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:335:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/von_mises_cdf.hpp:72:10: warning: unused variable 'ck' [-Wunused-variable]
   72 |   double ck = 50;
      |          ^~
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:1252:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
 1252 |     int ret = stan::services::error_codes::CONFIG;
      |         ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_header.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing.hpp:9:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:610:13: warning: unused variable 'cols' [-Wunused-variable]
  610 |   const int cols = rvalue_index_size(idxs.tail_.head_, x_ref.cols());
      |             ^~~~
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_header.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing.hpp:10:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing/rvalue_varmat.hpp:241:22: warning: unused variable 'x_cols' [-Wunused-variable]
  241 |   const Eigen::Index x_cols = x.cols();
      |                      ^~~~~~
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_divide_equal.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_division.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_multiplication.hpp:7:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:88:43: warning: lambda capture 'b' is not used [-Wunused-lambda-capture]
   88 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:88:29: note: while substituting into a lambda expression here
   88 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_minus_equal.hpp:24:16: note: in instantiation of function template specialization 'stan::math::operator-<double, nullptr>' requested here
   24 |   vi_ = (*this - b).vi_;
      |                ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/core/complex_base.hpp:136:9: note: in instantiation of member function 'stan::math::var_value<double>::operator-=' requested here
  136 |     re_ -= x;
      |         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/core/operator_subtraction.hpp:24:5: note: in instantiation of function template specialization 'stan::math::complex_base<stan::math::var_value<double>>::operator-=<int>' requested here
   24 |   y -= rhs;
      |     ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/core/operator_subtraction.hpp:55:20: note: in instantiation of function template specialization 'stan::math::internal::complex_subtract<std::complex<stan::math::var>, int>' requested here
   55 |   return internal::complex_subtract(x, y);
      |                    ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/acosh.hpp:105:31: note: in instantiation of function template specialization 'stan::math::operator-<stan::math::var_value<double>, int>' requested here
  105 |   auto y = log(z + sqrt(z * z - 1));
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/acosh.hpp:94:32: note: in instantiation of function template specialization 'stan::math::internal::complex_acosh<stan::math::var_value<double>>' requested here
   94 |   return stan::math::internal::complex_acosh(z);
      |                                ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:28:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:84:43: warning: lambda capture 'b' is not used [-Wunused-lambda-capture]
   84 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:84:29: note: while substituting into a lambda expression here
   84 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/grad_inc_beta.hpp:45:43: note: in instantiation of function template specialization 'stan::math::operator+<int, nullptr>' requested here
   45 |     grad_2F1(dF1, dF2, a + b, var(1.0), a + 1, z);
      |                                           ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:28:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:84:43: warning: lambda capture 'b' is not used [-Wunused-lambda-capture]
   84 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:84:29: note: while substituting into a lambda expression here
   84 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/trigamma.hpp:63:31: note: in instantiation of function template specialization 'stan::math::operator+<double, nullptr>' requested here
   63 |     value = -trigamma_impl(-x + 1.0) + square(pi() / sin(-pi() * x));
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/trigamma.hpp:23:44: note: in instantiation of function template specialization 'stan::math::trigamma_impl<stan::math::var_value<double>>' requested here
   23 | inline var trigamma(const var& u) { return trigamma_impl(u); }
      |                                            ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_header.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing.hpp:9:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:140:14: warning: unused variable 'v_size' [-Wunused-variable]
  140 |   const auto v_size = v.size();
      |              ^~~~~~
./stanExports_normal.h:2570:13: note: in instantiation of function template specialization 'stan::model::rvalue<Eigen::Matrix<double, -1, 1> &, nullptr>' requested here
 2570 |             rvalue(sigma, cons_list(index_multi(ipd_arm), nil_index_list()),
      |             ^
./stanExports_normal.h:3891:14: note: in instantiation of function template specialization 'model_normal_namespace::model_normal::log_prob_impl<false, true, std::vector<double>, std::vector<int>, nullptr, nullptr>' requested here
 3891 |       return log_prob_impl<propto__, jacobian__>(params_r, params_i, pstream);
      |              ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/util/initialize.hpp:128:33: note: in instantiation of function template specialization 'model_normal_namespace::model_normal::log_prob<false, true, double>' requested here
  128 |       log_prob = model.template log_prob<false, Jacobian>(unconstrained,
      |                                 ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:49:43: note: in instantiation of function template specialization 'stan::services::util::initialize<true, model_normal_namespace::model_normal, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
   49 |   std::vector<double> cont_vector = util::initialize(
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:481:45: note: in instantiation of function template specialization 'stan::services::diagnose::diagnose<model_normal_namespace::model_normal>' requested here
  481 |     return_code = stan::services::diagnose::diagnose(model,
      |                                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:1215:11: note: in instantiation of function template specialization 'rstan::(anonymous namespace)::command<model_normal_namespace::model_normal, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
 1215 |     ret = command(args, model_, holder, names_oi_tidx_,
      |           ^
stanExports_normal.cc:15:87: note: in instantiation of member function 'rstan::stan_fit<model_normal_namespace::model_normal, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>::call_sampler' requested here
   15 |     .method("call_sampler", &rstan::stan_fit<stan_model, boost::random::ecuyer1988> ::call_sampler)
      |                                                                                       ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:52:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/precomputed_gradients.hpp:83:59: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
   83 |         container_operands_(index_apply<N_containers>([&, this](auto... Is) {
      |                                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/precomputed_gradients.hpp:83:55: note: while substituting into a lambda expression here
   83 |         container_operands_(index_apply<N_containers>([&, this](auto... Is) {
      |                                                       ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/functor/operands_and_partials.hpp:167:16: note: in instantiation of function template specialization 'stan::math::precomputed_gradients_vari_template<>::precomputed_gradients_vari_template<>' requested here
  167 |     return new precomputed_gradients_vari_template<
      |                ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:113:23: note: in instantiation of member function 'stan::math::operands_and_partials<const Eigen::Matrix<stan::math::var_value<double>, -1, 1> &, const double &, const double &>::build' requested here
  113 |   return ops_partials.build(logp);
      |                       ^
./stanExports_normal.h:504:24: note: in instantiation of function template specialization 'stan::math::normal_lpdf<false, Eigen::Matrix<stan::math::var_value<double>, -1, 1>, double, double, nullptr>' requested here
  504 |         lp_accum__.add(normal_lpdf<propto__>(y, location, scale));
      |                        ^
./stanExports_normal.h:2504:9: note: in instantiation of function template specialization 'model_normal_namespace::prior_select_lp<false, Eigen::Matrix<stan::math::var_value<double>, -1, 1>, double, double, double, stan::math::var_value<double>, stan::math::accumulator<stan::math::var_value<double>>>' requested here
 2504 |         prior_select_lp<false>(mu, prior_intercept_dist,
      |         ^
./stanExports_normal.h:3891:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
 3891 |       return log_prob_impl<propto__, jacobian__>(params_r, params_i, pstream);
      |              ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/util/initialize.hpp:166:31: note: in instantiation of function template specialization 'stan::model::log_prob_grad<true, true, model_normal_namespace::model_normal>' requested here
  166 |       log_prob = stan::model::log_prob_grad<true, Jacobian>(
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:49:43: note: in instantiation of function template specialization 'stan::services::util::initialize<true, model_normal_namespace::model_normal, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
   49 |   std::vector<double> cont_vector = util::initialize(
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:481:45: note: in instantiation of function template specialization 'stan::services::diagnose::diagnose<model_normal_namespace::model_normal>' requested here
  481 |     return_code = stan::services::diagnose::diagnose(model,
      |                                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:1215:11: note: in instantiation of function template specialization 'rstan::(anonymous namespace)::command<model_normal_namespace::model_normal, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
 1215 |     ret = command(args, model_, holder, names_oi_tidx_,
      |           ^
stanExports_normal.cc:15:87: note: in instantiation of member function 'rstan::stan_fit<model_normal_namespace::model_normal, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>::call_sampler' requested here
   15 |     .method("call_sampler", &rstan::stan_fit<stan_model, boost::random::ecuyer1988> ::call_sampler)
      |                                                                                       ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:52:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/precomputed_gradients.hpp:86:60: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
   86 |         container_gradients_(index_apply<N_containers>([&, this](auto... Is) {
      |                                                            ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/precomputed_gradients.hpp:86:56: note: while substituting into a lambda expression here
   86 |         container_gradients_(index_apply<N_containers>([&, this](auto... Is) {
      |                                                        ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/functor/operands_and_partials.hpp:167:16: note: in instantiation of function template specialization 'stan::math::precomputed_gradients_vari_template<>::precomputed_gradients_vari_template<>' requested here
  167 |     return new precomputed_gradients_vari_template<
      |                ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:113:23: note: in instantiation of member function 'stan::math::operands_and_partials<const Eigen::Matrix<stan::math::var_value<double>, -1, 1> &, const double &, const double &>::build' requested here
  113 |   return ops_partials.build(logp);
      |                       ^
./stanExports_normal.h:504:24: note: in instantiation of function template specialization 'stan::math::normal_lpdf<false, Eigen::Matrix<stan::math::var_value<double>, -1, 1>, double, double, nullptr>' requested here
  504 |         lp_accum__.add(normal_lpdf<propto__>(y, location, scale));
      |                        ^
./stanExports_normal.h:2504:9: note: in instantiation of function template specialization 'model_normal_namespace::prior_select_lp<false, Eigen::Matrix<stan::math::var_value<double>, -1, 1>, double, double, double, stan::math::var_value<double>, stan::math::accumulator<stan::math::var_value<double>>>' requested here
 2504 |         prior_select_lp<false>(mu, prior_intercept_dist,
      |         ^
./stanExports_normal.h:3891:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
 3891 |       return log_prob_impl<propto__, jacobian__>(params_r, params_i, pstream);
      |              ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/util/initialize.hpp:166:31: note: in instantiation of function template specialization 'stan::model::log_prob_grad<true, true, model_normal_namespace::model_normal>' requested here
  166 |       log_prob = stan::model::log_prob_grad<true, Jacobian>(
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:49:43: note: in instantiation of function template specialization 'stan::services::util::initialize<true, model_normal_namespace::model_normal, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
   49 |   std::vector<double> cont_vector = util::initialize(
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:481:45: note: in instantiation of function template specialization 'stan::services::diagnose::diagnose<model_normal_namespace::model_normal>' requested here
  481 |     return_code = stan::services::diagnose::diagnose(model,
      |                                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:1215:11: note: in instantiation of function template specialization 'rstan::(anonymous namespace)::command<model_normal_namespace::model_normal, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
 1215 |     ret = command(args, model_, holder, names_oi_tidx_,
      |           ^
stanExports_normal.cc:15:87: note: in instantiation of member function 'rstan::stan_fit<model_normal_namespace::model_normal, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>::call_sampler' requested here
   15 |     .method("call_sampler", &rstan::stan_fit<stan_model, boost::random::ecuyer1988> ::call_sampler)
      |                                                                                       ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_divide_equal.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_division.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_multiplication.hpp:7:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:113:43: warning: lambda capture 'a' is not used [-Wunused-lambda-capture]
  113 |                             [bvi = b.vi_, a](const auto& vi) mutable {
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:113:29: note: while substituting into a lambda expression here
  113 |                             [bvi = b.vi_, a](const auto& vi) mutable {
      |                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/functors/BinaryFunctors.h:332:128: note: in instantiation of function template specialization 'stan::math::operator-<double, nullptr>' requested here
  332 |   EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type operator() (const LhsScalar& a, const RhsScalar& b) const { return a - b; }
      |                                                                                                                                ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:719:12: note: in instantiation of member function 'Eigen::internal::scalar_difference_op<double, stan::math::var_value<double>>::operator()' requested here
  719 |     return m_functor(m_lhsImpl.coeff(index), m_rhsImpl.coeff(index));
      |            ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:637:56: note: in instantiation of member function 'Eigen::internal::binary_evaluator<Eigen::CwiseBinaryOp<Eigen::internal::scalar_difference_op<double, stan::math::var_value<double>>, const Eigen::Matrix<double, -1, 1>, const Eigen::Matrix<stan::math::var_value<double>, -1, 1>>>::coeff' requested here
  637 |     m_functor.assignCoeff(m_dst.coeffRef(index), m_src.coeff(index));
      |                                                        ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:497:14: note: in instantiation of member function 'Eigen::internal::generic_dense_assignment_kernel<Eigen::internal::evaluator<Eigen::Map<Eigen::Matrix<stan::math::var_value<double>, -1, 1>>>, Eigen::internal::evaluator<Eigen::CwiseBinaryOp<Eigen::internal::scalar_difference_op<double, stan::math::var_value<double>>, const Eigen::Matrix<double, -1, 1>, const Eigen::Matrix<stan::math::var_value<double>, -1, 1>>>, Eigen::internal::assign_op<stan::math::var_value<double>, stan::math::var_value<double>>>::assignCoeff' requested here
  497 |       kernel.assignCoeff(i);
      |              ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:741:34: note: (skipping 14 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  741 |   dense_assignment_loop<Kernel>::run(kernel);
      |                                  ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/util/initialize.hpp:166:31: note: in instantiation of function template specialization 'stan::model::log_prob_grad<true, true, model_normal_namespace::model_normal>' requested here
  166 |       log_prob = stan::model::log_prob_grad<true, Jacobian>(
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:49:43: note: in instantiation of function template specialization 'stan::services::util::initialize<true, model_normal_namespace::model_normal, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
   49 |   std::vector<double> cont_vector = util::initialize(
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:481:45: note: in instantiation of function template specialization 'stan::services::diagnose::diagnose<model_normal_namespace::model_normal>' requested here
  481 |     return_code = stan::services::diagnose::diagnose(model,
      |                                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:1215:11: note: in instantiation of function template specialization 'rstan::(anonymous namespace)::command<model_normal_namespace::model_normal, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
 1215 |     ret = command(args, model_, holder, names_oi_tidx_,
      |           ^
stanExports_normal.cc:15:87: note: in instantiation of member function 'rstan::stan_fit<model_normal_namespace::model_normal, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>::call_sampler' requested here
   15 |     .method("call_sampler", &rstan::stan_fit<stan_model, boost::random::ecuyer1988> ::call_sampler)
      |                                                                                       ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_header.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing.hpp:9:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:140:14: warning: unused variable 'v_size' [-Wunused-variable]
  140 |   const auto v_size = v.size();
      |              ^~~~~~
./stanExports_normal.h:2570:13: note: in instantiation of function template specialization 'stan::model::rvalue<Eigen::Matrix<stan::math::var_value<double>, -1, 1> &, nullptr>' requested here
 2570 |             rvalue(sigma, cons_list(index_multi(ipd_arm), nil_index_list()),
      |             ^
./stanExports_normal.h:3891:14: note: in instantiation of function template specialization 'model_normal_namespace::model_normal::log_prob_impl<true, true, std::vector<stan::math::var_value<double>>, std::vector<int>, nullptr, nullptr>' requested here
 3891 |       return log_prob_impl<propto__, jacobian__>(params_r, params_i, pstream);
      |              ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:36: note: in instantiation of function template specialization 'model_normal_namespace::model_normal::log_prob<true, true, stan::math::var_value<double>>' requested here
   40 |     var adLogProb = model.template log_prob<propto, jacobian_adjust_transform>(
      |                                    ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/util/initialize.hpp:166:31: note: in instantiation of function template specialization 'stan::model::log_prob_grad<true, true, model_normal_namespace::model_normal>' requested here
  166 |       log_prob = stan::model::log_prob_grad<true, Jacobian>(
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:49:43: note: in instantiation of function template specialization 'stan::services::util::initialize<true, model_normal_namespace::model_normal, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
   49 |   std::vector<double> cont_vector = util::initialize(
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:481:45: note: in instantiation of function template specialization 'stan::services::diagnose::diagnose<model_normal_namespace::model_normal>' requested here
  481 |     return_code = stan::services::diagnose::diagnose(model,
      |                                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:1215:11: note: in instantiation of function template specialization 'rstan::(anonymous namespace)::command<model_normal_namespace::model_normal, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
 1215 |     ret = command(args, model_, holder, names_oi_tidx_,
      |           ^
stanExports_normal.cc:15:87: note: in instantiation of member function 'rstan::stan_fit<model_normal_namespace::model_normal, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>::call_sampler' requested here
   15 |     .method("call_sampler", &rstan::stan_fit<stan_model, boost::random::ecuyer1988> ::call_sampler)
      |                                                                                       ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:59:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/set_zero_all_adjoints.hpp:14:13: warning: 'static' function 'set_zero_all_adjoints' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration]
   14 | static void set_zero_all_adjoints() {
      |             ^~~~~~~~~~~~~~~~~~~~~
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun.hpp:110:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/generalized_inverse.hpp:34:9: warning: unused type alias 'value_t' [-Wunused-local-typedef]
   34 |   using value_t = value_type_t<EigMat>;
      |         ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun.hpp:319:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/tail.hpp:46:9: warning: unused type alias 'idx_t' [-Wunused-local-typedef]
   46 |   using idx_t = index_type_t<std::vector<T>>;
      |         ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:59:9: warning: unused type alias 'T_y_val' [-Wunused-local-typedef]
   59 |   using T_y_val =
      |         ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/beta_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:50:9: warning: unused type alias 'T_partials_matrix' [-Wunused-local-typedef]
   50 |   using T_partials_matrix = Eigen::Matrix<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/beta_proportion_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/beta_proportion_lpdf.hpp:55:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   55 |   using T_partials_array = Eigen::Array<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:63:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/cauchy_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/cauchy_lpdf.hpp:45:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   45 |   using T_partials_array = Eigen::Array<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:74:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/dirichlet_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:60:9: warning: unused type alias 'T_partials_vec' [-Wunused-local-typedef]
   60 |   using T_partials_vec = typename Eigen::Matrix<T_partials_return, -1, 1>;
      |         ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:91:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/double_exponential_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/double_exponential_lpdf.hpp:44:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   44 |   using T_partials_array = Eigen::Array<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:111:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/frechet_cdf.hpp:30:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   30 |   using T_partials_array = Eigen::Array<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:245:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/ordered_logistic_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/ordered_logistic_lpmf.hpp:76:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   76 |   using T_partials_array = Eigen::Array<T_partials_return, -1, 1>;
      |         ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:277:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_lpmf.hpp:62:9: warning: unused type alias 'T_alpha_val' [-Wunused-local-typedef]
   62 |   using T_alpha_val = typename std::conditional_t<
      |         ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:49:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:8:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/test_gradients.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/log_prob_grad.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun.hpp:32:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:83:11: warning: unused type alias 'Block_' [-Wunused-local-typedef]
   83 |     using Block_ = Eigen::Block<Eigen::MatrixXd>;
      |           ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:49:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:8:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/test_gradients.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/log_prob_grad.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun.hpp:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:32:9: warning: unused type alias 'T_scalar' [-Wunused-local-typedef]
   32 |   using T_scalar = value_type_t<T>;
      |         ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:49:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:8:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/test_gradients.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/log_prob_grad.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun.hpp:71:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/generalized_inverse.hpp:64:9: warning: unused type alias 'value_t' [-Wunused-local-typedef]
   64 |   using value_t = value_type_t<VarMat>;
      |         ^
In file included from stanExports_normal.cc:5:
In file included from ./stanExports_normal.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_header.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing.hpp:8:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing/lvalue_varmat.hpp:349:9: warning: unused type alias 'pair_type' [-Wunused-local-typedef]
  349 |   using pair_type = std::pair<int, arena_vec>;
      |         ^
70 warnings generated.


clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I"../inst/include" -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -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/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS   -fpic  -g -O3 -Wall -pedantic -c stanExports_ordered_multinomial.cc -o stanExports_ordered_multinomial.o
In file included from stanExports_ordered_multinomial.cc:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp.h:27:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/RcppCommon.h:128:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/routines.h:26:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/iostream/Rstreambuf.h:53:20: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   53 |         Rprintf("%.*s", num, s);
      |                  ~~^~   ~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/iostream/Rstreambuf.h:57:21: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   57 |         REprintf("%.*s", num, s);
      |                   ~~^~   ~~~
In file included from stanExports_ordered_multinomial.cc:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp.h:27:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/RcppCommon.h:181:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/print.h:30:26: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
   30 |     Rf_warningcall(call, s.c_str());
      |                          ^~~~~~~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/print.h:30:26: note: treat the string as an argument to avoid this
   30 |     Rf_warningcall(call, s.c_str());
      |                          ^
      |                          "%s", 
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:1:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Core:540:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:2:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/LU:47:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Cholesky:12:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Jacobi:29:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Cholesky:43:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/QR:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Householder:27:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/QR:48:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SVD:48:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Geometry:58:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Eigenvalues:58:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseCore:61:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  273 |       Index count = 0;
      |             ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseCore:66:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:27:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/OrderingMethods:71:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseCholesky:43:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseLU:33:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
   78 |   Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree 
      |         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
   79 |   Index nsuper_et = 0; // Number of relaxed snodes in the original etree 
      |         ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:32:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseQR:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:33:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/IterativeLinearSolvers:46:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:21:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/io/r_ostream.hpp:48:20: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   48 |         Rprintf("%.*s", n, s);
      |                  ~~^~   ~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/io/r_ostream.hpp:71:21: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   71 |         REprintf("%.*s", n, s);
      |                   ~~^~   ~
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:32:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/KroneckerProduct:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:36:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/Polynomials:135:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/SparseExtra:44:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:239:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  239 |   int count = 0;
      |       ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/SparseExtra:51:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:12:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err.hpp:8:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err/check_cholesky_factor_corr.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err/check_unit_vector.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/abs.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/hypot.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/apply_scalar_binary.hpp:9:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err/check_matching_dims.hpp:33:8: warning: unused variable 'error' [-Wunused-variable]
   33 |   bool error = false;
      |        ^~~~~
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:12:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err.hpp:50:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err/hmm_check.hpp:33:7: warning: unused variable 'n_transitions' [-Wunused-variable]
   33 |   int n_transitions = log_omegas.cols() - 1;
      |       ^~~~~~~~~~~~~
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun.hpp:118:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/gp_matern52_cov.hpp:275:10: warning: unused variable 'neg_root_5' [-Wunused-variable]
  275 |   double neg_root_5 = -root_5;
      |          ^~~~~~~~~~
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun.hpp:183:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/log_mix.hpp:86:13: warning: unused variable 'N' [-Wunused-variable]
   86 |   const int N = stan::math::size(theta);
      |             ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/static_rational.hpp:166:10: warning: extension used [-Wlanguage-extension-token]
  166 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:35:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/dimension.hpp:21:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/dimension_list.hpp:125:10: warning: extension used [-Wlanguage-extension-token]
  125 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:35:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/dimension.hpp:21:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/dimension_list.hpp:131:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/dimensionless_type.hpp:49:10: warning: extension used [-Wlanguage-extension-token]
   49 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:39:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/linear_algebra.hpp:20:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/dim.hpp:75:10: warning: extension used [-Wlanguage-extension-token]
   75 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:40:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/unscale.hpp:28:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/scale.hpp:139:10: warning: extension used [-Wlanguage-extension-token]
  139 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:120:10: warning: extension used [-Wlanguage-extension-token]
  120 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:21:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/homogeneous_system.hpp:99:10: warning: extension used [-Wlanguage-extension-token]
   99 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:495:10: warning: extension used [-Wlanguage-extension-token]
  495 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:87:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/double_exponential_cdf.hpp:82:10: warning: unused variable 'N' [-Wunused-variable]
   82 |   size_t N = max_size(y, mu, sigma);
      |          ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:128:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:98:7: warning: unused variable 'n' [-Wunused-variable]
   98 |   int n = G.rows();  // number of states
      |       ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:139:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/hmm_marginal.hpp:26:13: warning: unused variable 'n_states' [-Wunused-variable]
   26 |   const int n_states = omegas.rows();
      |             ^~~~~~~~
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:315:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/std_normal_rng.hpp:23:22: warning: unused variable 'function' [-Wunused-variable]
   23 |   static const char* function = "std_normal_rng";
      |                      ^~~~~~~~
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:335:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/von_mises_cdf.hpp:72:10: warning: unused variable 'ck' [-Wunused-variable]
   72 |   double ck = 50;
      |          ^~
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:1252:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
 1252 |     int ret = stan::services::error_codes::CONFIG;
      |         ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_header.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing.hpp:9:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:610:13: warning: unused variable 'cols' [-Wunused-variable]
  610 |   const int cols = rvalue_index_size(idxs.tail_.head_, x_ref.cols());
      |             ^~~~
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_header.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing.hpp:10:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing/rvalue_varmat.hpp:241:22: warning: unused variable 'x_cols' [-Wunused-variable]
  241 |   const Eigen::Index x_cols = x.cols();
      |                      ^~~~~~
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_divide_equal.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_division.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_multiplication.hpp:7:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:88:43: warning: lambda capture 'b' is not used [-Wunused-lambda-capture]
   88 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:88:29: note: while substituting into a lambda expression here
   88 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_minus_equal.hpp:24:16: note: in instantiation of function template specialization 'stan::math::operator-<double, nullptr>' requested here
   24 |   vi_ = (*this - b).vi_;
      |                ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/core/complex_base.hpp:136:9: note: in instantiation of member function 'stan::math::var_value<double>::operator-=' requested here
  136 |     re_ -= x;
      |         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/core/operator_subtraction.hpp:24:5: note: in instantiation of function template specialization 'stan::math::complex_base<stan::math::var_value<double>>::operator-=<int>' requested here
   24 |   y -= rhs;
      |     ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/core/operator_subtraction.hpp:55:20: note: in instantiation of function template specialization 'stan::math::internal::complex_subtract<std::complex<stan::math::var>, int>' requested here
   55 |   return internal::complex_subtract(x, y);
      |                    ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/acosh.hpp:105:31: note: in instantiation of function template specialization 'stan::math::operator-<stan::math::var_value<double>, int>' requested here
  105 |   auto y = log(z + sqrt(z * z - 1));
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/acosh.hpp:94:32: note: in instantiation of function template specialization 'stan::math::internal::complex_acosh<stan::math::var_value<double>>' requested here
   94 |   return stan::math::internal::complex_acosh(z);
      |                                ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:28:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:84:43: warning: lambda capture 'b' is not used [-Wunused-lambda-capture]
   84 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:84:29: note: while substituting into a lambda expression here
   84 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/grad_inc_beta.hpp:45:43: note: in instantiation of function template specialization 'stan::math::operator+<int, nullptr>' requested here
   45 |     grad_2F1(dF1, dF2, a + b, var(1.0), a + 1, z);
      |                                           ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:28:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:84:43: warning: lambda capture 'b' is not used [-Wunused-lambda-capture]
   84 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:84:29: note: while substituting into a lambda expression here
   84 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/trigamma.hpp:63:31: note: in instantiation of function template specialization 'stan::math::operator+<double, nullptr>' requested here
   63 |     value = -trigamma_impl(-x + 1.0) + square(pi() / sin(-pi() * x));
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/trigamma.hpp:23:44: note: in instantiation of function template specialization 'stan::math::trigamma_impl<stan::math::var_value<double>>' requested here
   23 | inline var trigamma(const var& u) { return trigamma_impl(u); }
      |                                            ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_divide_equal.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_division.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_multiplication.hpp:7:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:113:43: warning: lambda capture 'a' is not used [-Wunused-lambda-capture]
  113 |                             [bvi = b.vi_, a](const auto& vi) mutable {
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:113:29: note: while substituting into a lambda expression here
  113 |                             [bvi = b.vi_, a](const auto& vi) mutable {
      |                             ^
./stanExports_ordered_multinomial.h:2724:14: note: in instantiation of function template specialization 'stan::math::operator-<int, nullptr>' requested here
 2724 |           (1 - q_temp[(1 - 1)]), "assigning variable theta_ipd");
      |              ^
./stanExports_ordered_multinomial.h:4961:14: note: in instantiation of function template specialization 'model_ordered_multinomial_namespace::model_ordered_multinomial::log_prob_impl<true, true, std::vector<stan::math::var_value<double>>, std::vector<int>, nullptr, nullptr>' requested here
 4961 |       return log_prob_impl<propto__, jacobian__>(params_r, params_i, pstream);
      |              ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:36: note: in instantiation of function template specialization 'model_ordered_multinomial_namespace::model_ordered_multinomial::log_prob<true, true, stan::math::var_value<double>>' requested here
   40 |     var adLogProb = model.template log_prob<propto, jacobian_adjust_transform>(
      |                                    ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/util/initialize.hpp:166:31: note: in instantiation of function template specialization 'stan::model::log_prob_grad<true, true, model_ordered_multinomial_namespace::model_ordered_multinomial>' requested here
  166 |       log_prob = stan::model::log_prob_grad<true, Jacobian>(
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:49:43: note: in instantiation of function template specialization 'stan::services::util::initialize<true, model_ordered_multinomial_namespace::model_ordered_multinomial, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
   49 |   std::vector<double> cont_vector = util::initialize(
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:481:45: note: in instantiation of function template specialization 'stan::services::diagnose::diagnose<model_ordered_multinomial_namespace::model_ordered_multinomial>' requested here
  481 |     return_code = stan::services::diagnose::diagnose(model,
      |                                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:1215:11: note: in instantiation of function template specialization 'rstan::(anonymous namespace)::command<model_ordered_multinomial_namespace::model_ordered_multinomial, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
 1215 |     ret = command(args, model_, holder, names_oi_tidx_,
      |           ^
stanExports_ordered_multinomial.cc:15:87: note: in instantiation of member function 'rstan::stan_fit<model_ordered_multinomial_namespace::model_ordered_multinomial, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>::call_sampler' requested here
   15 |     .method("call_sampler", &rstan::stan_fit<stan_model, boost::random::ecuyer1988> ::call_sampler)
      |                                                                                       ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:52:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/precomputed_gradients.hpp:83:59: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
   83 |         container_operands_(index_apply<N_containers>([&, this](auto... Is) {
      |                                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/precomputed_gradients.hpp:83:55: note: while substituting into a lambda expression here
   83 |         container_operands_(index_apply<N_containers>([&, this](auto... Is) {
      |                                                       ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/functor/operands_and_partials.hpp:167:16: note: in instantiation of function template specialization 'stan::math::precomputed_gradients_vari_template<>::precomputed_gradients_vari_template<>' requested here
  167 |     return new precomputed_gradients_vari_template<
      |                ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:113:23: note: in instantiation of member function 'stan::math::operands_and_partials<const Eigen::Matrix<stan::math::var_value<double>, -1, 1> &, const double &, const double &>::build' requested here
  113 |   return ops_partials.build(logp);
      |                       ^
./stanExports_ordered_multinomial.h:642:24: note: in instantiation of function template specialization 'stan::math::normal_lpdf<false, Eigen::Matrix<stan::math::var_value<double>, -1, 1>, double, double, nullptr>' requested here
  642 |         lp_accum__.add(normal_lpdf<propto__>(y, location, scale));
      |                        ^
./stanExports_ordered_multinomial.h:3162:9: note: in instantiation of function template specialization 'model_ordered_multinomial_namespace::prior_select_lp<false, Eigen::Matrix<stan::math::var_value<double>, -1, 1>, double, double, double, stan::math::var_value<double>, stan::math::accumulator<stan::math::var_value<double>>>' requested here
 3162 |         prior_select_lp<false>(mu, prior_intercept_dist,
      |         ^
./stanExports_ordered_multinomial.h:4961:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
 4961 |       return log_prob_impl<propto__, jacobian__>(params_r, params_i, pstream);
      |              ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/util/initialize.hpp:166:31: note: in instantiation of function template specialization 'stan::model::log_prob_grad<true, true, model_ordered_multinomial_namespace::model_ordered_multinomial>' requested here
  166 |       log_prob = stan::model::log_prob_grad<true, Jacobian>(
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:49:43: note: in instantiation of function template specialization 'stan::services::util::initialize<true, model_ordered_multinomial_namespace::model_ordered_multinomial, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
   49 |   std::vector<double> cont_vector = util::initialize(
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:481:45: note: in instantiation of function template specialization 'stan::services::diagnose::diagnose<model_ordered_multinomial_namespace::model_ordered_multinomial>' requested here
  481 |     return_code = stan::services::diagnose::diagnose(model,
      |                                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:1215:11: note: in instantiation of function template specialization 'rstan::(anonymous namespace)::command<model_ordered_multinomial_namespace::model_ordered_multinomial, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
 1215 |     ret = command(args, model_, holder, names_oi_tidx_,
      |           ^
stanExports_ordered_multinomial.cc:15:87: note: in instantiation of member function 'rstan::stan_fit<model_ordered_multinomial_namespace::model_ordered_multinomial, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>::call_sampler' requested here
   15 |     .method("call_sampler", &rstan::stan_fit<stan_model, boost::random::ecuyer1988> ::call_sampler)
      |                                                                                       ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:52:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/precomputed_gradients.hpp:86:60: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
   86 |         container_gradients_(index_apply<N_containers>([&, this](auto... Is) {
      |                                                            ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/precomputed_gradients.hpp:86:56: note: while substituting into a lambda expression here
   86 |         container_gradients_(index_apply<N_containers>([&, this](auto... Is) {
      |                                                        ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/functor/operands_and_partials.hpp:167:16: note: in instantiation of function template specialization 'stan::math::precomputed_gradients_vari_template<>::precomputed_gradients_vari_template<>' requested here
  167 |     return new precomputed_gradients_vari_template<
      |                ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:113:23: note: in instantiation of member function 'stan::math::operands_and_partials<const Eigen::Matrix<stan::math::var_value<double>, -1, 1> &, const double &, const double &>::build' requested here
  113 |   return ops_partials.build(logp);
      |                       ^
./stanExports_ordered_multinomial.h:642:24: note: in instantiation of function template specialization 'stan::math::normal_lpdf<false, Eigen::Matrix<stan::math::var_value<double>, -1, 1>, double, double, nullptr>' requested here
  642 |         lp_accum__.add(normal_lpdf<propto__>(y, location, scale));
      |                        ^
./stanExports_ordered_multinomial.h:3162:9: note: in instantiation of function template specialization 'model_ordered_multinomial_namespace::prior_select_lp<false, Eigen::Matrix<stan::math::var_value<double>, -1, 1>, double, double, double, stan::math::var_value<double>, stan::math::accumulator<stan::math::var_value<double>>>' requested here
 3162 |         prior_select_lp<false>(mu, prior_intercept_dist,
      |         ^
./stanExports_ordered_multinomial.h:4961:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
 4961 |       return log_prob_impl<propto__, jacobian__>(params_r, params_i, pstream);
      |              ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/util/initialize.hpp:166:31: note: in instantiation of function template specialization 'stan::model::log_prob_grad<true, true, model_ordered_multinomial_namespace::model_ordered_multinomial>' requested here
  166 |       log_prob = stan::model::log_prob_grad<true, Jacobian>(
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:49:43: note: in instantiation of function template specialization 'stan::services::util::initialize<true, model_ordered_multinomial_namespace::model_ordered_multinomial, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
   49 |   std::vector<double> cont_vector = util::initialize(
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:481:45: note: in instantiation of function template specialization 'stan::services::diagnose::diagnose<model_ordered_multinomial_namespace::model_ordered_multinomial>' requested here
  481 |     return_code = stan::services::diagnose::diagnose(model,
      |                                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:1215:11: note: in instantiation of function template specialization 'rstan::(anonymous namespace)::command<model_ordered_multinomial_namespace::model_ordered_multinomial, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
 1215 |     ret = command(args, model_, holder, names_oi_tidx_,
      |           ^
stanExports_ordered_multinomial.cc:15:87: note: in instantiation of member function 'rstan::stan_fit<model_ordered_multinomial_namespace::model_ordered_multinomial, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>::call_sampler' requested here
   15 |     .method("call_sampler", &rstan::stan_fit<stan_model, boost::random::ecuyer1988> ::call_sampler)
      |                                                                                       ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_divide_equal.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_division.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_multiplication.hpp:7:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:113:43: warning: lambda capture 'a' is not used [-Wunused-lambda-capture]
  113 |                             [bvi = b.vi_, a](const auto& vi) mutable {
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:113:29: note: while substituting into a lambda expression here
  113 |                             [bvi = b.vi_, a](const auto& vi) mutable {
      |                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/functors/BinaryFunctors.h:332:128: note: in instantiation of function template specialization 'stan::math::operator-<double, nullptr>' requested here
  332 |   EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type operator() (const LhsScalar& a, const RhsScalar& b) const { return a - b; }
      |                                                                                                                                ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:719:12: note: in instantiation of member function 'Eigen::internal::scalar_difference_op<double, stan::math::var_value<double>>::operator()' requested here
  719 |     return m_functor(m_lhsImpl.coeff(index), m_rhsImpl.coeff(index));
      |            ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:637:56: note: in instantiation of member function 'Eigen::internal::binary_evaluator<Eigen::CwiseBinaryOp<Eigen::internal::scalar_difference_op<double, stan::math::var_value<double>>, const Eigen::Matrix<double, -1, 1>, const Eigen::Matrix<stan::math::var_value<double>, -1, 1>>>::coeff' requested here
  637 |     m_functor.assignCoeff(m_dst.coeffRef(index), m_src.coeff(index));
      |                                                        ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:497:14: note: in instantiation of member function 'Eigen::internal::generic_dense_assignment_kernel<Eigen::internal::evaluator<Eigen::Map<Eigen::Matrix<stan::math::var_value<double>, -1, 1>>>, Eigen::internal::evaluator<Eigen::CwiseBinaryOp<Eigen::internal::scalar_difference_op<double, stan::math::var_value<double>>, const Eigen::Matrix<double, -1, 1>, const Eigen::Matrix<stan::math::var_value<double>, -1, 1>>>, Eigen::internal::assign_op<stan::math::var_value<double>, stan::math::var_value<double>>>::assignCoeff' requested here
  497 |       kernel.assignCoeff(i);
      |              ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:741:34: note: (skipping 14 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  741 |   dense_assignment_loop<Kernel>::run(kernel);
      |                                  ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/util/initialize.hpp:166:31: note: in instantiation of function template specialization 'stan::model::log_prob_grad<true, true, model_ordered_multinomial_namespace::model_ordered_multinomial>' requested here
  166 |       log_prob = stan::model::log_prob_grad<true, Jacobian>(
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:49:43: note: in instantiation of function template specialization 'stan::services::util::initialize<true, model_ordered_multinomial_namespace::model_ordered_multinomial, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
   49 |   std::vector<double> cont_vector = util::initialize(
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:481:45: note: in instantiation of function template specialization 'stan::services::diagnose::diagnose<model_ordered_multinomial_namespace::model_ordered_multinomial>' requested here
  481 |     return_code = stan::services::diagnose::diagnose(model,
      |                                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:1215:11: note: in instantiation of function template specialization 'rstan::(anonymous namespace)::command<model_ordered_multinomial_namespace::model_ordered_multinomial, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
 1215 |     ret = command(args, model_, holder, names_oi_tidx_,
      |           ^
stanExports_ordered_multinomial.cc:15:87: note: in instantiation of member function 'rstan::stan_fit<model_ordered_multinomial_namespace::model_ordered_multinomial, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>::call_sampler' requested here
   15 |     .method("call_sampler", &rstan::stan_fit<stan_model, boost::random::ecuyer1988> ::call_sampler)
      |                                                                                       ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:59:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/set_zero_all_adjoints.hpp:14:13: warning: 'static' function 'set_zero_all_adjoints' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration]
   14 | static void set_zero_all_adjoints() {
      |             ^~~~~~~~~~~~~~~~~~~~~
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun.hpp:110:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/generalized_inverse.hpp:34:9: warning: unused type alias 'value_t' [-Wunused-local-typedef]
   34 |   using value_t = value_type_t<EigMat>;
      |         ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun.hpp:319:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/tail.hpp:46:9: warning: unused type alias 'idx_t' [-Wunused-local-typedef]
   46 |   using idx_t = index_type_t<std::vector<T>>;
      |         ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:59:9: warning: unused type alias 'T_y_val' [-Wunused-local-typedef]
   59 |   using T_y_val =
      |         ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/beta_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:50:9: warning: unused type alias 'T_partials_matrix' [-Wunused-local-typedef]
   50 |   using T_partials_matrix = Eigen::Matrix<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/beta_proportion_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/beta_proportion_lpdf.hpp:55:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   55 |   using T_partials_array = Eigen::Array<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:63:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/cauchy_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/cauchy_lpdf.hpp:45:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   45 |   using T_partials_array = Eigen::Array<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:74:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/dirichlet_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:60:9: warning: unused type alias 'T_partials_vec' [-Wunused-local-typedef]
   60 |   using T_partials_vec = typename Eigen::Matrix<T_partials_return, -1, 1>;
      |         ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:91:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/double_exponential_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/double_exponential_lpdf.hpp:44:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   44 |   using T_partials_array = Eigen::Array<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:111:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/frechet_cdf.hpp:30:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   30 |   using T_partials_array = Eigen::Array<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:245:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/ordered_logistic_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/ordered_logistic_lpmf.hpp:76:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   76 |   using T_partials_array = Eigen::Array<T_partials_return, -1, 1>;
      |         ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:277:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_lpmf.hpp:62:9: warning: unused type alias 'T_alpha_val' [-Wunused-local-typedef]
   62 |   using T_alpha_val = typename std::conditional_t<
      |         ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:49:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:8:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/test_gradients.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/log_prob_grad.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun.hpp:32:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:83:11: warning: unused type alias 'Block_' [-Wunused-local-typedef]
   83 |     using Block_ = Eigen::Block<Eigen::MatrixXd>;
      |           ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:49:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:8:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/test_gradients.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/log_prob_grad.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun.hpp:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:32:9: warning: unused type alias 'T_scalar' [-Wunused-local-typedef]
   32 |   using T_scalar = value_type_t<T>;
      |         ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:49:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:8:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/test_gradients.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/log_prob_grad.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun.hpp:71:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/generalized_inverse.hpp:64:9: warning: unused type alias 'value_t' [-Wunused-local-typedef]
   64 |   using value_t = value_type_t<VarMat>;
      |         ^
In file included from stanExports_ordered_multinomial.cc:5:
In file included from ./stanExports_ordered_multinomial.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_header.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing.hpp:8:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing/lvalue_varmat.hpp:349:9: warning: unused type alias 'pair_type' [-Wunused-local-typedef]
  349 |   using pair_type = std::pair<int, arena_vec>;
      |         ^
69 warnings generated.


clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I"../inst/include" -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -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/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS   -fpic  -g -O3 -Wall -pedantic -c stanExports_poisson.cc -o stanExports_poisson.o
In file included from stanExports_poisson.cc:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp.h:27:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/RcppCommon.h:128:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/routines.h:26:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/iostream/Rstreambuf.h:53:20: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   53 |         Rprintf("%.*s", num, s);
      |                  ~~^~   ~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/iostream/Rstreambuf.h:57:21: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   57 |         REprintf("%.*s", num, s);
      |                   ~~^~   ~~~
In file included from stanExports_poisson.cc:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp.h:27:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/RcppCommon.h:181:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/print.h:30:26: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
   30 |     Rf_warningcall(call, s.c_str());
      |                          ^~~~~~~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/print.h:30:26: note: treat the string as an argument to avoid this
   30 |     Rf_warningcall(call, s.c_str());
      |                          ^
      |                          "%s", 
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:1:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Core:540:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:2:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/LU:47:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Cholesky:12:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Jacobi:29:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Cholesky:43:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/QR:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Householder:27:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/QR:48:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SVD:48:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Geometry:58:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Eigenvalues:58:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseCore:61:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  273 |       Index count = 0;
      |             ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseCore:66:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:27:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/OrderingMethods:71:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseCholesky:43:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseLU:33:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
   78 |   Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree 
      |         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
   79 |   Index nsuper_et = 0; // Number of relaxed snodes in the original etree 
      |         ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:32:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseQR:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:33:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/IterativeLinearSolvers:46:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:21:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/io/r_ostream.hpp:48:20: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   48 |         Rprintf("%.*s", n, s);
      |                  ~~^~   ~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/io/r_ostream.hpp:71:21: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   71 |         REprintf("%.*s", n, s);
      |                   ~~^~   ~
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:32:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/KroneckerProduct:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:36:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/Polynomials:135:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/SparseExtra:44:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:239:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  239 |   int count = 0;
      |       ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/SparseExtra:51:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:12:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err.hpp:8:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err/check_cholesky_factor_corr.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err/check_unit_vector.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/abs.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/hypot.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/apply_scalar_binary.hpp:9:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err/check_matching_dims.hpp:33:8: warning: unused variable 'error' [-Wunused-variable]
   33 |   bool error = false;
      |        ^~~~~
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:12:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err.hpp:50:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err/hmm_check.hpp:33:7: warning: unused variable 'n_transitions' [-Wunused-variable]
   33 |   int n_transitions = log_omegas.cols() - 1;
      |       ^~~~~~~~~~~~~
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun.hpp:118:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/gp_matern52_cov.hpp:275:10: warning: unused variable 'neg_root_5' [-Wunused-variable]
  275 |   double neg_root_5 = -root_5;
      |          ^~~~~~~~~~
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun.hpp:183:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/log_mix.hpp:86:13: warning: unused variable 'N' [-Wunused-variable]
   86 |   const int N = stan::math::size(theta);
      |             ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/static_rational.hpp:166:10: warning: extension used [-Wlanguage-extension-token]
  166 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:35:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/dimension.hpp:21:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/dimension_list.hpp:125:10: warning: extension used [-Wlanguage-extension-token]
  125 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:35:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/dimension.hpp:21:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/dimension_list.hpp:131:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/dimensionless_type.hpp:49:10: warning: extension used [-Wlanguage-extension-token]
   49 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:39:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/linear_algebra.hpp:20:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/dim.hpp:75:10: warning: extension used [-Wlanguage-extension-token]
   75 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:40:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/unscale.hpp:28:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/scale.hpp:139:10: warning: extension used [-Wlanguage-extension-token]
  139 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:120:10: warning: extension used [-Wlanguage-extension-token]
  120 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:21:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/homogeneous_system.hpp:99:10: warning: extension used [-Wlanguage-extension-token]
   99 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:495:10: warning: extension used [-Wlanguage-extension-token]
  495 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:87:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/double_exponential_cdf.hpp:82:10: warning: unused variable 'N' [-Wunused-variable]
   82 |   size_t N = max_size(y, mu, sigma);
      |          ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:128:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:98:7: warning: unused variable 'n' [-Wunused-variable]
   98 |   int n = G.rows();  // number of states
      |       ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:139:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/hmm_marginal.hpp:26:13: warning: unused variable 'n_states' [-Wunused-variable]
   26 |   const int n_states = omegas.rows();
      |             ^~~~~~~~
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:315:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/std_normal_rng.hpp:23:22: warning: unused variable 'function' [-Wunused-variable]
   23 |   static const char* function = "std_normal_rng";
      |                      ^~~~~~~~
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:335:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/von_mises_cdf.hpp:72:10: warning: unused variable 'ck' [-Wunused-variable]
   72 |   double ck = 50;
      |          ^~
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:1252:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
 1252 |     int ret = stan::services::error_codes::CONFIG;
      |         ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_header.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing.hpp:9:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:610:13: warning: unused variable 'cols' [-Wunused-variable]
  610 |   const int cols = rvalue_index_size(idxs.tail_.head_, x_ref.cols());
      |             ^~~~
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_header.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing.hpp:10:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing/rvalue_varmat.hpp:241:22: warning: unused variable 'x_cols' [-Wunused-variable]
  241 |   const Eigen::Index x_cols = x.cols();
      |                      ^~~~~~
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_divide_equal.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_division.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_multiplication.hpp:7:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:88:43: warning: lambda capture 'b' is not used [-Wunused-lambda-capture]
   88 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:88:29: note: while substituting into a lambda expression here
   88 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_minus_equal.hpp:24:16: note: in instantiation of function template specialization 'stan::math::operator-<double, nullptr>' requested here
   24 |   vi_ = (*this - b).vi_;
      |                ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/core/complex_base.hpp:136:9: note: in instantiation of member function 'stan::math::var_value<double>::operator-=' requested here
  136 |     re_ -= x;
      |         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/core/operator_subtraction.hpp:24:5: note: in instantiation of function template specialization 'stan::math::complex_base<stan::math::var_value<double>>::operator-=<int>' requested here
   24 |   y -= rhs;
      |     ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/core/operator_subtraction.hpp:55:20: note: in instantiation of function template specialization 'stan::math::internal::complex_subtract<std::complex<stan::math::var>, int>' requested here
   55 |   return internal::complex_subtract(x, y);
      |                    ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/acosh.hpp:105:31: note: in instantiation of function template specialization 'stan::math::operator-<stan::math::var_value<double>, int>' requested here
  105 |   auto y = log(z + sqrt(z * z - 1));
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/acosh.hpp:94:32: note: in instantiation of function template specialization 'stan::math::internal::complex_acosh<stan::math::var_value<double>>' requested here
   94 |   return stan::math::internal::complex_acosh(z);
      |                                ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:28:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:84:43: warning: lambda capture 'b' is not used [-Wunused-lambda-capture]
   84 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:84:29: note: while substituting into a lambda expression here
   84 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/grad_inc_beta.hpp:45:43: note: in instantiation of function template specialization 'stan::math::operator+<int, nullptr>' requested here
   45 |     grad_2F1(dF1, dF2, a + b, var(1.0), a + 1, z);
      |                                           ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:28:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:84:43: warning: lambda capture 'b' is not used [-Wunused-lambda-capture]
   84 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:84:29: note: while substituting into a lambda expression here
   84 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/trigamma.hpp:63:31: note: in instantiation of function template specialization 'stan::math::operator+<double, nullptr>' requested here
   63 |     value = -trigamma_impl(-x + 1.0) + square(pi() / sin(-pi() * x));
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/trigamma.hpp:23:44: note: in instantiation of function template specialization 'stan::math::trigamma_impl<stan::math::var_value<double>>' requested here
   23 | inline var trigamma(const var& u) { return trigamma_impl(u); }
      |                                            ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:52:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/precomputed_gradients.hpp:83:59: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
   83 |         container_operands_(index_apply<N_containers>([&, this](auto... Is) {
      |                                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/precomputed_gradients.hpp:83:55: note: while substituting into a lambda expression here
   83 |         container_operands_(index_apply<N_containers>([&, this](auto... Is) {
      |                                                       ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/functor/operands_and_partials.hpp:167:16: note: in instantiation of function template specialization 'stan::math::precomputed_gradients_vari_template<>::precomputed_gradients_vari_template<>' requested here
  167 |     return new precomputed_gradients_vari_template<
      |                ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:113:23: note: in instantiation of member function 'stan::math::operands_and_partials<const Eigen::Matrix<stan::math::var_value<double>, -1, 1> &, const double &, const double &>::build' requested here
  113 |   return ops_partials.build(logp);
      |                       ^
./stanExports_poisson.h:490:24: note: in instantiation of function template specialization 'stan::math::normal_lpdf<false, Eigen::Matrix<stan::math::var_value<double>, -1, 1>, double, double, nullptr>' requested here
  490 |         lp_accum__.add(normal_lpdf<propto__>(y, location, scale));
      |                        ^
./stanExports_poisson.h:2426:9: note: in instantiation of function template specialization 'model_poisson_namespace::prior_select_lp<false, Eigen::Matrix<stan::math::var_value<double>, -1, 1>, double, double, double, stan::math::var_value<double>, stan::math::accumulator<stan::math::var_value<double>>>' requested here
 2426 |         prior_select_lp<false>(mu, prior_intercept_dist,
      |         ^
./stanExports_poisson.h:3740:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
 3740 |       return log_prob_impl<propto__, jacobian__>(params_r, params_i, pstream);
      |              ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/util/initialize.hpp:166:31: note: in instantiation of function template specialization 'stan::model::log_prob_grad<true, true, model_poisson_namespace::model_poisson>' requested here
  166 |       log_prob = stan::model::log_prob_grad<true, Jacobian>(
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:49:43: note: in instantiation of function template specialization 'stan::services::util::initialize<true, model_poisson_namespace::model_poisson, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
   49 |   std::vector<double> cont_vector = util::initialize(
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:481:45: note: in instantiation of function template specialization 'stan::services::diagnose::diagnose<model_poisson_namespace::model_poisson>' requested here
  481 |     return_code = stan::services::diagnose::diagnose(model,
      |                                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:1215:11: note: in instantiation of function template specialization 'rstan::(anonymous namespace)::command<model_poisson_namespace::model_poisson, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
 1215 |     ret = command(args, model_, holder, names_oi_tidx_,
      |           ^
stanExports_poisson.cc:15:87: note: in instantiation of member function 'rstan::stan_fit<model_poisson_namespace::model_poisson, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>::call_sampler' requested here
   15 |     .method("call_sampler", &rstan::stan_fit<stan_model, boost::random::ecuyer1988> ::call_sampler)
      |                                                                                       ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:52:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/precomputed_gradients.hpp:86:60: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
   86 |         container_gradients_(index_apply<N_containers>([&, this](auto... Is) {
      |                                                            ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/precomputed_gradients.hpp:86:56: note: while substituting into a lambda expression here
   86 |         container_gradients_(index_apply<N_containers>([&, this](auto... Is) {
      |                                                        ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/functor/operands_and_partials.hpp:167:16: note: in instantiation of function template specialization 'stan::math::precomputed_gradients_vari_template<>::precomputed_gradients_vari_template<>' requested here
  167 |     return new precomputed_gradients_vari_template<
      |                ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:113:23: note: in instantiation of member function 'stan::math::operands_and_partials<const Eigen::Matrix<stan::math::var_value<double>, -1, 1> &, const double &, const double &>::build' requested here
  113 |   return ops_partials.build(logp);
      |                       ^
./stanExports_poisson.h:490:24: note: in instantiation of function template specialization 'stan::math::normal_lpdf<false, Eigen::Matrix<stan::math::var_value<double>, -1, 1>, double, double, nullptr>' requested here
  490 |         lp_accum__.add(normal_lpdf<propto__>(y, location, scale));
      |                        ^
./stanExports_poisson.h:2426:9: note: in instantiation of function template specialization 'model_poisson_namespace::prior_select_lp<false, Eigen::Matrix<stan::math::var_value<double>, -1, 1>, double, double, double, stan::math::var_value<double>, stan::math::accumulator<stan::math::var_value<double>>>' requested here
 2426 |         prior_select_lp<false>(mu, prior_intercept_dist,
      |         ^
./stanExports_poisson.h:3740:14: note: (skipping 2 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
 3740 |       return log_prob_impl<propto__, jacobian__>(params_r, params_i, pstream);
      |              ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/util/initialize.hpp:166:31: note: in instantiation of function template specialization 'stan::model::log_prob_grad<true, true, model_poisson_namespace::model_poisson>' requested here
  166 |       log_prob = stan::model::log_prob_grad<true, Jacobian>(
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:49:43: note: in instantiation of function template specialization 'stan::services::util::initialize<true, model_poisson_namespace::model_poisson, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
   49 |   std::vector<double> cont_vector = util::initialize(
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:481:45: note: in instantiation of function template specialization 'stan::services::diagnose::diagnose<model_poisson_namespace::model_poisson>' requested here
  481 |     return_code = stan::services::diagnose::diagnose(model,
      |                                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:1215:11: note: in instantiation of function template specialization 'rstan::(anonymous namespace)::command<model_poisson_namespace::model_poisson, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
 1215 |     ret = command(args, model_, holder, names_oi_tidx_,
      |           ^
stanExports_poisson.cc:15:87: note: in instantiation of member function 'rstan::stan_fit<model_poisson_namespace::model_poisson, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>::call_sampler' requested here
   15 |     .method("call_sampler", &rstan::stan_fit<stan_model, boost::random::ecuyer1988> ::call_sampler)
      |                                                                                       ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_divide_equal.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_division.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_multiplication.hpp:7:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:113:43: warning: lambda capture 'a' is not used [-Wunused-lambda-capture]
  113 |                             [bvi = b.vi_, a](const auto& vi) mutable {
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:113:29: note: while substituting into a lambda expression here
  113 |                             [bvi = b.vi_, a](const auto& vi) mutable {
      |                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/functors/BinaryFunctors.h:332:128: note: in instantiation of function template specialization 'stan::math::operator-<double, nullptr>' requested here
  332 |   EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type operator() (const LhsScalar& a, const RhsScalar& b) const { return a - b; }
      |                                                                                                                                ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:719:12: note: in instantiation of member function 'Eigen::internal::scalar_difference_op<double, stan::math::var_value<double>>::operator()' requested here
  719 |     return m_functor(m_lhsImpl.coeff(index), m_rhsImpl.coeff(index));
      |            ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:637:56: note: in instantiation of member function 'Eigen::internal::binary_evaluator<Eigen::CwiseBinaryOp<Eigen::internal::scalar_difference_op<double, stan::math::var_value<double>>, const Eigen::Matrix<double, -1, 1>, const Eigen::Matrix<stan::math::var_value<double>, -1, 1>>>::coeff' requested here
  637 |     m_functor.assignCoeff(m_dst.coeffRef(index), m_src.coeff(index));
      |                                                        ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:497:14: note: in instantiation of member function 'Eigen::internal::generic_dense_assignment_kernel<Eigen::internal::evaluator<Eigen::Map<Eigen::Matrix<stan::math::var_value<double>, -1, 1>>>, Eigen::internal::evaluator<Eigen::CwiseBinaryOp<Eigen::internal::scalar_difference_op<double, stan::math::var_value<double>>, const Eigen::Matrix<double, -1, 1>, const Eigen::Matrix<stan::math::var_value<double>, -1, 1>>>, Eigen::internal::assign_op<stan::math::var_value<double>, stan::math::var_value<double>>>::assignCoeff' requested here
  497 |       kernel.assignCoeff(i);
      |              ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:741:34: note: (skipping 14 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  741 |   dense_assignment_loop<Kernel>::run(kernel);
      |                                  ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/util/initialize.hpp:166:31: note: in instantiation of function template specialization 'stan::model::log_prob_grad<true, true, model_poisson_namespace::model_poisson>' requested here
  166 |       log_prob = stan::model::log_prob_grad<true, Jacobian>(
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:49:43: note: in instantiation of function template specialization 'stan::services::util::initialize<true, model_poisson_namespace::model_poisson, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
   49 |   std::vector<double> cont_vector = util::initialize(
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:481:45: note: in instantiation of function template specialization 'stan::services::diagnose::diagnose<model_poisson_namespace::model_poisson>' requested here
  481 |     return_code = stan::services::diagnose::diagnose(model,
      |                                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:1215:11: note: in instantiation of function template specialization 'rstan::(anonymous namespace)::command<model_poisson_namespace::model_poisson, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>' requested here
 1215 |     ret = command(args, model_, holder, names_oi_tidx_,
      |           ^
stanExports_poisson.cc:15:87: note: in instantiation of member function 'rstan::stan_fit<model_poisson_namespace::model_poisson, boost::random::additive_combine_engine<boost::random::linear_congruential_engine<unsigned int, 40014, 0, 2147483563>, boost::random::linear_congruential_engine<unsigned int, 40692, 0, 2147483399>>>::call_sampler' requested here
   15 |     .method("call_sampler", &rstan::stan_fit<stan_model, boost::random::ecuyer1988> ::call_sampler)
      |                                                                                       ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:59:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/set_zero_all_adjoints.hpp:14:13: warning: 'static' function 'set_zero_all_adjoints' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration]
   14 | static void set_zero_all_adjoints() {
      |             ^~~~~~~~~~~~~~~~~~~~~
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun.hpp:110:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/generalized_inverse.hpp:34:9: warning: unused type alias 'value_t' [-Wunused-local-typedef]
   34 |   using value_t = value_type_t<EigMat>;
      |         ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun.hpp:319:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/tail.hpp:46:9: warning: unused type alias 'idx_t' [-Wunused-local-typedef]
   46 |   using idx_t = index_type_t<std::vector<T>>;
      |         ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:59:9: warning: unused type alias 'T_y_val' [-Wunused-local-typedef]
   59 |   using T_y_val =
      |         ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/beta_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:50:9: warning: unused type alias 'T_partials_matrix' [-Wunused-local-typedef]
   50 |   using T_partials_matrix = Eigen::Matrix<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/beta_proportion_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/beta_proportion_lpdf.hpp:55:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   55 |   using T_partials_array = Eigen::Array<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:63:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/cauchy_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/cauchy_lpdf.hpp:45:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   45 |   using T_partials_array = Eigen::Array<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:74:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/dirichlet_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:60:9: warning: unused type alias 'T_partials_vec' [-Wunused-local-typedef]
   60 |   using T_partials_vec = typename Eigen::Matrix<T_partials_return, -1, 1>;
      |         ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:91:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/double_exponential_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/double_exponential_lpdf.hpp:44:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   44 |   using T_partials_array = Eigen::Array<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:111:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/frechet_cdf.hpp:30:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   30 |   using T_partials_array = Eigen::Array<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:245:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/ordered_logistic_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/ordered_logistic_lpmf.hpp:76:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   76 |   using T_partials_array = Eigen::Array<T_partials_return, -1, 1>;
      |         ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:277:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_lpmf.hpp:62:9: warning: unused type alias 'T_alpha_val' [-Wunused-local-typedef]
   62 |   using T_alpha_val = typename std::conditional_t<
      |         ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:49:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:8:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/test_gradients.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/log_prob_grad.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun.hpp:32:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:83:11: warning: unused type alias 'Block_' [-Wunused-local-typedef]
   83 |     using Block_ = Eigen::Block<Eigen::MatrixXd>;
      |           ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:49:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:8:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/test_gradients.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/log_prob_grad.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun.hpp:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:32:9: warning: unused type alias 'T_scalar' [-Wunused-local-typedef]
   32 |   using T_scalar = value_type_t<T>;
      |         ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:49:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:8:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/test_gradients.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/log_prob_grad.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun.hpp:71:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/generalized_inverse.hpp:64:9: warning: unused type alias 'value_t' [-Wunused-local-typedef]
   64 |   using value_t = value_type_t<VarMat>;
      |         ^
In file included from stanExports_poisson.cc:5:
In file included from ./stanExports_poisson.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_header.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing.hpp:8:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing/lvalue_varmat.hpp:349:9: warning: unused type alias 'pair_type' [-Wunused-local-typedef]
  349 |   using pair_type = std::pair<int, arena_vec>;
      |         ^
68 warnings generated.


clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I"../inst/include" -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -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/RcppEigen/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS   -fpic  -g -O3 -Wall -pedantic -c stanExports_predict_delta_new.cc -o stanExports_predict_delta_new.o
In file included from stanExports_predict_delta_new.cc:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp.h:27:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/RcppCommon.h:128:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/routines.h:26:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/iostream/Rstreambuf.h:53:20: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   53 |         Rprintf("%.*s", num, s);
      |                  ~~^~   ~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/iostream/Rstreambuf.h:57:21: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   57 |         REprintf("%.*s", num, s);
      |                   ~~^~   ~~~
In file included from stanExports_predict_delta_new.cc:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp.h:27:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/RcppCommon.h:181:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/print.h:30:26: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
   30 |     Rf_warningcall(call, s.c_str());
      |                          ^~~~~~~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include/Rcpp/print.h:30:26: note: treat the string as an argument to avoid this
   30 |     Rf_warningcall(call, s.c_str());
      |                          ^
      |                          "%s", 
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:1:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Core:540:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:2:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/LU:47:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Cholesky:12:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Jacobi:29:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Cholesky:43:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/QR:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Householder:27:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/QR:48:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SVD:48:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Geometry:58:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Dense:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Eigenvalues:58:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseCore:61:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseCore/TriangularSolver.h:273:13: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  273 |       Index count = 0;
      |             ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseCore:66:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:27:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/OrderingMethods:71:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseCholesky:43:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseLU:33:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:78:9: warning: variable 'nsuper_et_post' set but not used [-Wunused-but-set-variable]
   78 |   Index nsuper_et_post = 0; // Number of relaxed snodes in postordered etree 
      |         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h:79:9: warning: variable 'nsuper_et' set but not used [-Wunused-but-set-variable]
   79 |   Index nsuper_et = 0; // Number of relaxed snodes in the original etree 
      |         ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:32:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/SparseQR:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:3:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/Sparse:33:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/IterativeLinearSolvers:46:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:21:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/io/r_ostream.hpp:48:20: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   48 |         Rprintf("%.*s", n, s);
      |                  ~~^~   ~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/io/r_ostream.hpp:71:21: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat]
   71 |         REprintf("%.*s", n, s);
      |                   ~~^~   ~
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:32:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/KroneckerProduct:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:36:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/Polynomials:135:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/SparseExtra:44:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:239:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  239 |   int count = 0;
      |       ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigen.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/RcppEigenForward.h:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/SparseExtra:51:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/Eigen/src/Core/util/ReenableStupidWarnings.h:14:33: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
   14 |     #pragma clang diagnostic pop
      |                                 ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:12:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err.hpp:8:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err/check_cholesky_factor_corr.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err/check_unit_vector.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/abs.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/hypot.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/apply_scalar_binary.hpp:9:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err/check_matching_dims.hpp:33:8: warning: unused variable 'error' [-Wunused-variable]
   33 |   bool error = false;
      |        ^~~~~
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:12:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err.hpp:50:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/err/hmm_check.hpp:33:7: warning: unused variable 'n_transitions' [-Wunused-variable]
   33 |   int n_transitions = log_omegas.cols() - 1;
      |       ^~~~~~~~~~~~~
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun.hpp:118:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/gp_matern52_cov.hpp:275:10: warning: unused variable 'neg_root_5' [-Wunused-variable]
  275 |   double neg_root_5 = -root_5;
      |          ^~~~~~~~~~
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun.hpp:183:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/log_mix.hpp:86:13: warning: unused variable 'N' [-Wunused-variable]
   86 |   const int N = stan::math::size(theta);
      |             ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/static_rational.hpp:166:10: warning: extension used [-Wlanguage-extension-token]
  166 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:35:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/dimension.hpp:21:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/dimension_list.hpp:125:10: warning: extension used [-Wlanguage-extension-token]
  125 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:35:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/dimension.hpp:21:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/dimension_list.hpp:131:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/dimensionless_type.hpp:49:10: warning: extension used [-Wlanguage-extension-token]
   49 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:39:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/linear_algebra.hpp:20:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/dim.hpp:75:10: warning: extension used [-Wlanguage-extension-token]
   75 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:40:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/unscale.hpp:28:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/scale.hpp:139:10: warning: extension used [-Wlanguage-extension-token]
  139 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:20:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/heterogeneous_system.hpp:120:10: warning: extension used [-Wlanguage-extension-token]
  120 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/conversion.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/detail/conversion_impl.hpp:21:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/homogeneous_system.hpp:99:10: warning: extension used [-Wlanguage-extension-token]
   99 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/algebra/default_operations.hpp:26:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/numeric/odeint/util/unit_helper.hpp:23:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/units/quantity.hpp:495:10: warning: extension used [-Wlanguage-extension-token]
  495 | #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
      |          ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/typeof/typeof.hpp:197:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
  197 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:87:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/double_exponential_cdf.hpp:82:10: warning: unused variable 'N' [-Wunused-variable]
   82 |   size_t N = max_size(y, mu, sigma);
      |          ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:128:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:98:7: warning: unused variable 'n' [-Wunused-variable]
   98 |   int n = G.rows();  // number of states
      |       ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:139:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/hmm_marginal.hpp:26:13: warning: unused variable 'n_states' [-Wunused-variable]
   26 |   const int n_states = omegas.rows();
      |             ^~~~~~~~
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:315:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/std_normal_rng.hpp:23:22: warning: unused variable 'function' [-Wunused-variable]
   23 |   static const char* function = "std_normal_rng";
      |                      ^~~~~~~~
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:335:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/von_mises_cdf.hpp:72:10: warning: unused variable 'ck' [-Wunused-variable]
   72 |   double ck = 50;
      |          ^~
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:1252:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
 1252 |     int ret = stan::services::error_codes::CONFIG;
      |         ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_header.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing.hpp:9:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:610:13: warning: unused variable 'cols' [-Wunused-variable]
  610 |   const int cols = rvalue_index_size(idxs.tail_.head_, x_ref.cols());
      |             ^~~~
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_header.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing.hpp:10:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing/rvalue_varmat.hpp:241:22: warning: unused variable 'x_cols' [-Wunused-variable]
  241 |   const Eigen::Index x_cols = x.cols();
      |                      ^~~~~~
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:29:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_divide_equal.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_division.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_multiplication.hpp:7:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:88:43: warning: lambda capture 'b' is not used [-Wunused-lambda-capture]
   88 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:88:29: note: while substituting into a lambda expression here
   88 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_minus_equal.hpp:24:16: note: in instantiation of function template specialization 'stan::math::operator-<double, nullptr>' requested here
   24 |   vi_ = (*this - b).vi_;
      |                ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/core/complex_base.hpp:136:9: note: in instantiation of member function 'stan::math::var_value<double>::operator-=' requested here
  136 |     re_ -= x;
      |         ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/core/operator_subtraction.hpp:24:5: note: in instantiation of function template specialization 'stan::math::complex_base<stan::math::var_value<double>>::operator-=<int>' requested here
   24 |   y -= rhs;
      |     ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/core/operator_subtraction.hpp:55:20: note: in instantiation of function template specialization 'stan::math::internal::complex_subtract<std::complex<stan::math::var>, int>' requested here
   55 |   return internal::complex_subtract(x, y);
      |                    ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/acosh.hpp:105:31: note: in instantiation of function template specialization 'stan::math::operator-<stan::math::var_value<double>, int>' requested here
  105 |   auto y = log(z + sqrt(z * z - 1));
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/acosh.hpp:94:32: note: in instantiation of function template specialization 'stan::math::internal::complex_acosh<stan::math::var_value<double>>' requested here
   94 |   return stan::math::internal::complex_acosh(z);
      |                                ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:28:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:84:43: warning: lambda capture 'b' is not used [-Wunused-lambda-capture]
   84 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:84:29: note: while substituting into a lambda expression here
   84 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/grad_inc_beta.hpp:45:43: note: in instantiation of function template specialization 'stan::math::operator+<int, nullptr>' requested here
   45 |     grad_2F1(dF1, dF2, a + b, var(1.0), a + 1, z);
      |                                           ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:28:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:84:43: warning: lambda capture 'b' is not used [-Wunused-lambda-capture]
   84 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                                           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:84:29: note: while substituting into a lambda expression here
   84 |                             [avi = a.vi_, b](const auto& vi) mutable {
      |                             ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/trigamma.hpp:63:31: note: in instantiation of function template specialization 'stan::math::operator+<double, nullptr>' requested here
   63 |     value = -trigamma_impl(-x + 1.0) + square(pi() / sin(-pi() * x));
      |                               ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/trigamma.hpp:23:44: note: in instantiation of function template specialization 'stan::math::trigamma_impl<stan::math::var_value<double>>' requested here
   23 | inline var trigamma(const var& u) { return trigamma_impl(u); }
      |                                            ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:48:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_base.hpp:5:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core.hpp:59:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/core/set_zero_all_adjoints.hpp:14:13: warning: 'static' function 'set_zero_all_adjoints' declared in header file should be declared 'static inline' [-Wunneeded-internal-declaration]
   14 | static void set_zero_all_adjoints() {
      |             ^~~~~~~~~~~~~~~~~~~~~
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun.hpp:110:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/generalized_inverse.hpp:34:9: warning: unused type alias 'value_t' [-Wunused-local-typedef]
   34 |   using value_t = value_type_t<EigMat>;
      |         ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:14:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun.hpp:319:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/tail.hpp:46:9: warning: unused type alias 'idx_t' [-Wunused-local-typedef]
   46 |   using idx_t = index_type_t<std::vector<T>>;
      |         ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:59:9: warning: unused type alias 'T_y_val' [-Wunused-local-typedef]
   59 |   using T_y_val =
      |         ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/beta_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:50:9: warning: unused type alias 'T_partials_matrix' [-Wunused-local-typedef]
   50 |   using T_partials_matrix = Eigen::Matrix<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/beta_proportion_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/beta_proportion_lpdf.hpp:55:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   55 |   using T_partials_array = Eigen::Array<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:63:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/cauchy_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/cauchy_lpdf.hpp:45:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   45 |   using T_partials_array = Eigen::Array<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:74:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/dirichlet_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:60:9: warning: unused type alias 'T_partials_vec' [-Wunused-local-typedef]
   60 |   using T_partials_vec = typename Eigen::Matrix<T_partials_return, -1, 1>;
      |         ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:91:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/double_exponential_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/double_exponential_lpdf.hpp:44:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   44 |   using T_partials_array = Eigen::Array<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:111:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/frechet_cdf.hpp:30:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   30 |   using T_partials_array = Eigen::Array<T_partials_return, Eigen::Dynamic, 1>;
      |         ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:245:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/ordered_logistic_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/ordered_logistic_lpmf.hpp:76:9: warning: unused type alias 'T_partials_array' [-Wunused-local-typedef]
   76 |   using T_partials_array = Eigen::Array<T_partials_return, -1, 1>;
      |         ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:43:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/io/dump.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob.hpp:277:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_log.hpp:5:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_lpmf.hpp:62:9: warning: unused type alias 'T_alpha_val' [-Wunused-local-typedef]
   62 |   using T_alpha_val = typename std::conditional_t<
      |         ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:49:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:8:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/test_gradients.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/log_prob_grad.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun.hpp:32:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:83:11: warning: unused type alias 'Block_' [-Wunused-local-typedef]
   83 |     using Block_ = Eigen::Block<Eigen::MatrixXd>;
      |           ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:49:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:8:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/test_gradients.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/log_prob_grad.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun.hpp:34:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:32:9: warning: unused type alias 'T_scalar' [-Wunused-local-typedef]
   32 |   using T_scalar = value_type_t<T>;
      |         ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:23:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/rstaninc.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/stan_fit.hpp:49:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/services/diagnose/diagnose.hpp:8:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/test_gradients.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/log_prob_grad.hpp:4:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev.hpp:10:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun.hpp:71:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/rev/fun/generalized_inverse.hpp:64:9: warning: unused type alias 'value_t' [-Wunused-local-typedef]
   64 |   using value_t = value_type_t<VarMat>;
      |         ^
In file included from stanExports_predict_delta_new.cc:5:
In file included from ./stanExports_predict_delta_new.h:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/model_header.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing.hpp:8:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/src/stan/model/indexing/lvalue_varmat.hpp:349:9: warning: unused type alias 'pair_type' [-Wunused-local-typedef]
  349 |   using pair_type = std::pair<int, arena_vec>;
      |         ^
65 warnings generated.
clang++-17 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o multinma.so RcppExports.o stanExports_binomial_1par.o stanExports_binomial_2par.o stanExports_normal.o stanExports_ordered_multinomial.o stanExports_poisson.o stanExports_predict_delta_new.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/lib/ -Wl,-rpath,/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppParallel/lib/ -ltbb -ltbbmalloc -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/Rtmpw67SQL/R.INSTALL22ae4a37fd3731/multinma/src'
make[1]: Entering directory '/tmp/Rtmpw67SQL/R.INSTALL22ae4a37fd3731/multinma/src'
make[1]: Leaving directory '/tmp/Rtmpw67SQL/R.INSTALL22ae4a37fd3731/multinma/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-multinma/00new/multinma/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Info: Found int division at 'string', line 137, column 28 to column 32:
  nint / int_thin
Values will be rounded towards zero. If rounding is not desired you can write
the division as
  nint * 1.0 / int_thin
If rounding is intended please use the integer division operator %/%.
Info: Found int division at 'string', line 137, column 28 to column 32:
  nint / int_thin
Values will be rounded towards zero. If rounding is not desired you can write
the division as
  nint * 1.0 / int_thin
If rounding is intended please use the integer division operator %/%.
Info: Found int division at 'string', line 142, column 28 to column 32:
  nint / int_thin
Values will be rounded towards zero. If rounding is not desired you can write
the division as
  nint * 1.0 / int_thin
If rounding is intended please use the integer division operator %/%.
Info: Found int division at 'string', line 150, column 28 to column 32:
  nint / int_thin
Values will be rounded towards zero. If rounding is not desired you can write
the division as
  nint * 1.0 / int_thin
If rounding is intended please use the integer division operator %/%.
Info: Found int division at 'string', line 138, column 28 to column 32:
  nint / int_thin
Values will be rounded towards zero. If rounding is not desired you can write
the division as
  nint * 1.0 / int_thin
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** 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 (multinma)