* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘rstanarm’ ...
** package ‘rstanarm’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 18.1.0 (rc4-1)’
using C++17
make[1]: Entering directory '/tmp/RtmpcpGRbA/R.INSTALL332a9934817279/rstanarm/src'
"/home/hornik/tmp/R.check/r-devel-clang/Work/build/bin/Rscript" -e "source(file.path('..', 'tools', 'make_cc.R')); make_cc(commandArgs(TRUE))" stan_files/bernoulli.stan
Wrote C++ file "stan_files/bernoulli.cc"


clang++-18 -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/StanHeaders/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/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/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 stan_files/bernoulli.cc -o stan_files/bernoulli.o
In file included from stan_files/bernoulli.cc:3:
In file included from stan_files/bernoulli.hpp:18:
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 stan_files/bernoulli.cc:3:
In file included from stan_files/bernoulli.hpp:18:
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/SparseLU:35:
/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 stan_files/bernoulli.cc:3:
In file included from stan_files/bernoulli.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:47:31: warning: 'rstan::io::r_cout_streambuf::xsputn' hides overloaded virtual function [-Woverloaded-virtual]
   47 |       virtual std::streamsize xsputn(const char_type* s, int n) {
      |                               ^
/usr/bin/../lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/streambuf:749:7: note: hidden overloaded virtual function 'std::basic_streambuf<char>::xsputn' declared here: type mismatch at 2nd parameter ('streamsize' (aka 'long') vs 'int')
  749 |       xsputn(const char_type* __s, streamsize __n);
      |       ^
In file included from stan_files/bernoulli.cc:3:
In file included from stan_files/bernoulli.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:70:31: warning: 'rstan::io::r_cerr_streambuf::xsputn' hides overloaded virtual function [-Woverloaded-virtual]
   70 |       virtual std::streamsize xsputn(const char_type* s, int n) {
      |                               ^
/usr/bin/../lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/streambuf:749:7: note: hidden overloaded virtual function 'std::basic_streambuf<char>::xsputn' declared here: type mismatch at 2nd parameter ('streamsize' (aka 'long') vs 'int')
  749 |       xsputn(const char_type* __s, streamsize __n);
      |       ^
In file included from stan_files/bernoulli.cc:3:
In file included from stan_files/bernoulli.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/IterativeSolvers:46:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/IDRS.h:72:10: warning: variable 'replacements' set but not used [-Wunused-but-set-variable]
   72 |                         Index replacements = 0;
      |                               ^
In file included from stan_files/bernoulli.cc:3:
In file included from stan_files/bernoulli.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:45:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:246:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  246 |   int count = 0;
      |       ^
In file included from stan_files/bernoulli.cc:3:
In file included from stan_files/bernoulli.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:35:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/binomial_coefficient_log.hpp:13:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/partials_propagator.hpp:8:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/operands_and_partials.hpp:57:1: warning: 'ops_partials_edge' defined as a struct template here but previously declared as a class template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   57 | struct ops_partials_edge<ViewElt, Op, require_st_arithmetic<Op>> {
      | ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/operands_and_partials.hpp:45:1: note: did you mean struct here?
   45 | class ops_partials_edge;
      | ^~~~~
      | struct
In file included from stan_files/bernoulli.cc:3:
In file included from stan_files/bernoulli.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/bernoulli.cc:3:
In file included from stan_files/bernoulli.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/bernoulli.cc:3:
In file included from stan_files/bernoulli.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/bernoulli.cc:3:
In file included from stan_files/bernoulli.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/bernoulli.cc:3:
In file included from stan_files/bernoulli.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/bernoulli.cc:3:
In file included from stan_files/bernoulli.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/bernoulli.cc:3:
In file included from stan_files/bernoulli.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/bernoulli.cc:3:
In file included from stan_files/bernoulli.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/bernoulli.cc:3:
In file included from stan_files/bernoulli.hpp:18:
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 stan_files/bernoulli.cc:3:
stan_files/bernoulli.hpp:5321:11: warning: variable 'pos__' set but not used [-Wunused-but-set-variable]
 5321 |       int pos__ = std::numeric_limits<int>::min();
      |           ^
In file included from stan_files/bernoulli.cc:3:
In file included from stan_files/bernoulli.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:46:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/choose.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/binomial.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/beta.hpp:1721:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:29:15: warning: unused variable 'x_extrema' [-Wunused-variable]
   29 |       const T x_extrema = 1 / (1 + a);
      |               ^~~~~~~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:304:7: note: in instantiation of member function 'boost::math::detail::temme_root_finder<double>::temme_root_finder' requested here
  304 |       temme_root_finder<T>(-lu, alpha), x, lower, upper, policies::digits<T, Policy>() / 2);
      |       ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:615:20: note: in instantiation of function template specialization 'boost::math::detail::temme_method_2_ibeta_inverse<double, boost::math::policies::policy<boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_float<false>, boost::math::policies::promote_double<false>>>' requested here
  615 |                x = temme_method_2_ibeta_inverse(a, b, p, r, theta, pol);
      |                    ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:992:17: note: in instantiation of function template specialization 'boost::math::detail::ibeta_inv_imp<double, boost::math::policies::policy<boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_float<false>, boost::math::policies::promote_double<false>>>' requested here
  992 |    rx = detail::ibeta_inv_imp(
      |                 ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:1023:11: note: in instantiation of function template specialization 'boost::math::ibeta_inv<double, double, double, double, boost::math::policies::policy<boost::math::policies::overflow_error<>, boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_double<false>, boost::math::policies::digits2<>>>' requested here
 1023 |    return ibeta_inv(a, b, p, static_cast<result_type*>(nullptr), pol);
      |           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/inv_inc_beta.hpp:32:23: note: in instantiation of function template specialization 'boost::math::ibeta_inv<double, double, double, boost::math::policies::policy<boost::math::policies::overflow_error<>, boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_double<false>, boost::math::policies::digits2<>>>' requested here
   32 |   return boost::math::ibeta_inv(a, b, p, boost_policy_t<>());
      |                       ^
19 warnings generated.
"/home/hornik/tmp/R.check/r-devel-clang/Work/build/bin/Rscript" -e "source(file.path('..', 'tools', 'make_cc.R')); make_cc(commandArgs(TRUE))" stan_files/binomial.stan
Wrote C++ file "stan_files/binomial.cc"


clang++-18 -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/StanHeaders/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/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/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 stan_files/binomial.cc -o stan_files/binomial.o
In file included from stan_files/binomial.cc:3:
In file included from stan_files/binomial.hpp:18:
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 stan_files/binomial.cc:3:
In file included from stan_files/binomial.hpp:18:
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/SparseLU:35:
/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 stan_files/binomial.cc:3:
In file included from stan_files/binomial.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:47:31: warning: 'rstan::io::r_cout_streambuf::xsputn' hides overloaded virtual function [-Woverloaded-virtual]
   47 |       virtual std::streamsize xsputn(const char_type* s, int n) {
      |                               ^
/usr/bin/../lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/streambuf:749:7: note: hidden overloaded virtual function 'std::basic_streambuf<char>::xsputn' declared here: type mismatch at 2nd parameter ('streamsize' (aka 'long') vs 'int')
  749 |       xsputn(const char_type* __s, streamsize __n);
      |       ^
In file included from stan_files/binomial.cc:3:
In file included from stan_files/binomial.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:70:31: warning: 'rstan::io::r_cerr_streambuf::xsputn' hides overloaded virtual function [-Woverloaded-virtual]
   70 |       virtual std::streamsize xsputn(const char_type* s, int n) {
      |                               ^
/usr/bin/../lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/streambuf:749:7: note: hidden overloaded virtual function 'std::basic_streambuf<char>::xsputn' declared here: type mismatch at 2nd parameter ('streamsize' (aka 'long') vs 'int')
  749 |       xsputn(const char_type* __s, streamsize __n);
      |       ^
In file included from stan_files/binomial.cc:3:
In file included from stan_files/binomial.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/IterativeSolvers:46:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/IDRS.h:72:10: warning: variable 'replacements' set but not used [-Wunused-but-set-variable]
   72 |                         Index replacements = 0;
      |                               ^
In file included from stan_files/binomial.cc:3:
In file included from stan_files/binomial.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:45:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:246:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  246 |   int count = 0;
      |       ^
In file included from stan_files/binomial.cc:3:
In file included from stan_files/binomial.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:35:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/binomial_coefficient_log.hpp:13:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/partials_propagator.hpp:8:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/operands_and_partials.hpp:57:1: warning: 'ops_partials_edge' defined as a struct template here but previously declared as a class template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   57 | struct ops_partials_edge<ViewElt, Op, require_st_arithmetic<Op>> {
      | ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/operands_and_partials.hpp:45:1: note: did you mean struct here?
   45 | class ops_partials_edge;
      | ^~~~~
      | struct
In file included from stan_files/binomial.cc:3:
In file included from stan_files/binomial.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/binomial.cc:3:
In file included from stan_files/binomial.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/binomial.cc:3:
In file included from stan_files/binomial.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/binomial.cc:3:
In file included from stan_files/binomial.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/binomial.cc:3:
In file included from stan_files/binomial.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/binomial.cc:3:
In file included from stan_files/binomial.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/binomial.cc:3:
In file included from stan_files/binomial.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/binomial.cc:3:
In file included from stan_files/binomial.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/binomial.cc:3:
In file included from stan_files/binomial.hpp:18:
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 stan_files/binomial.cc:3:
stan_files/binomial.hpp:4114:11: warning: variable 'pos__' set but not used [-Wunused-but-set-variable]
 4114 |       int pos__ = std::numeric_limits<int>::min();
      |           ^
In file included from stan_files/binomial.cc:3:
In file included from stan_files/binomial.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:46:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/choose.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/binomial.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/beta.hpp:1721:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:29:15: warning: unused variable 'x_extrema' [-Wunused-variable]
   29 |       const T x_extrema = 1 / (1 + a);
      |               ^~~~~~~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:304:7: note: in instantiation of member function 'boost::math::detail::temme_root_finder<double>::temme_root_finder' requested here
  304 |       temme_root_finder<T>(-lu, alpha), x, lower, upper, policies::digits<T, Policy>() / 2);
      |       ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:615:20: note: in instantiation of function template specialization 'boost::math::detail::temme_method_2_ibeta_inverse<double, boost::math::policies::policy<boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_float<false>, boost::math::policies::promote_double<false>>>' requested here
  615 |                x = temme_method_2_ibeta_inverse(a, b, p, r, theta, pol);
      |                    ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:992:17: note: in instantiation of function template specialization 'boost::math::detail::ibeta_inv_imp<double, boost::math::policies::policy<boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_float<false>, boost::math::policies::promote_double<false>>>' requested here
  992 |    rx = detail::ibeta_inv_imp(
      |                 ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:1023:11: note: in instantiation of function template specialization 'boost::math::ibeta_inv<double, double, double, double, boost::math::policies::policy<boost::math::policies::overflow_error<>, boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_double<false>, boost::math::policies::digits2<>>>' requested here
 1023 |    return ibeta_inv(a, b, p, static_cast<result_type*>(nullptr), pol);
      |           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/inv_inc_beta.hpp:32:23: note: in instantiation of function template specialization 'boost::math::ibeta_inv<double, double, double, boost::math::policies::policy<boost::math::policies::overflow_error<>, boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_double<false>, boost::math::policies::digits2<>>>' requested here
   32 |   return boost::math::ibeta_inv(a, b, p, boost_policy_t<>());
      |                       ^
19 warnings generated.
"/home/hornik/tmp/R.check/r-devel-clang/Work/build/bin/Rscript" -e "source(file.path('..', 'tools', 'make_cc.R')); make_cc(commandArgs(TRUE))" stan_files/continuous.stan
Wrote C++ file "stan_files/continuous.cc"


clang++-18 -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/StanHeaders/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/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/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 stan_files/continuous.cc -o stan_files/continuous.o
In file included from stan_files/continuous.cc:3:
In file included from stan_files/continuous.hpp:18:
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 stan_files/continuous.cc:3:
In file included from stan_files/continuous.hpp:18:
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/SparseLU:35:
/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 stan_files/continuous.cc:3:
In file included from stan_files/continuous.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:47:31: warning: 'rstan::io::r_cout_streambuf::xsputn' hides overloaded virtual function [-Woverloaded-virtual]
   47 |       virtual std::streamsize xsputn(const char_type* s, int n) {
      |                               ^
/usr/bin/../lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/streambuf:749:7: note: hidden overloaded virtual function 'std::basic_streambuf<char>::xsputn' declared here: type mismatch at 2nd parameter ('streamsize' (aka 'long') vs 'int')
  749 |       xsputn(const char_type* __s, streamsize __n);
      |       ^
In file included from stan_files/continuous.cc:3:
In file included from stan_files/continuous.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:70:31: warning: 'rstan::io::r_cerr_streambuf::xsputn' hides overloaded virtual function [-Woverloaded-virtual]
   70 |       virtual std::streamsize xsputn(const char_type* s, int n) {
      |                               ^
/usr/bin/../lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/streambuf:749:7: note: hidden overloaded virtual function 'std::basic_streambuf<char>::xsputn' declared here: type mismatch at 2nd parameter ('streamsize' (aka 'long') vs 'int')
  749 |       xsputn(const char_type* __s, streamsize __n);
      |       ^
In file included from stan_files/continuous.cc:3:
In file included from stan_files/continuous.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/IterativeSolvers:46:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/IDRS.h:72:10: warning: variable 'replacements' set but not used [-Wunused-but-set-variable]
   72 |                         Index replacements = 0;
      |                               ^
In file included from stan_files/continuous.cc:3:
In file included from stan_files/continuous.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:45:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:246:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  246 |   int count = 0;
      |       ^
In file included from stan_files/continuous.cc:3:
In file included from stan_files/continuous.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:35:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/binomial_coefficient_log.hpp:13:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/partials_propagator.hpp:8:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/operands_and_partials.hpp:57:1: warning: 'ops_partials_edge' defined as a struct template here but previously declared as a class template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   57 | struct ops_partials_edge<ViewElt, Op, require_st_arithmetic<Op>> {
      | ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/operands_and_partials.hpp:45:1: note: did you mean struct here?
   45 | class ops_partials_edge;
      | ^~~~~
      | struct
In file included from stan_files/continuous.cc:3:
In file included from stan_files/continuous.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/continuous.cc:3:
In file included from stan_files/continuous.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/continuous.cc:3:
In file included from stan_files/continuous.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/continuous.cc:3:
In file included from stan_files/continuous.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/continuous.cc:3:
In file included from stan_files/continuous.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/continuous.cc:3:
In file included from stan_files/continuous.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/continuous.cc:3:
In file included from stan_files/continuous.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/continuous.cc:3:
In file included from stan_files/continuous.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/continuous.cc:3:
In file included from stan_files/continuous.hpp:18:
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 stan_files/continuous.cc:3:
stan_files/continuous.hpp:8196:11: warning: variable 'pos__' set but not used [-Wunused-but-set-variable]
 8196 |       int pos__ = std::numeric_limits<int>::min();
      |           ^
In file included from stan_files/continuous.cc:3:
In file included from stan_files/continuous.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:46:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/choose.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/binomial.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/beta.hpp:1721:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:29:15: warning: unused variable 'x_extrema' [-Wunused-variable]
   29 |       const T x_extrema = 1 / (1 + a);
      |               ^~~~~~~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:304:7: note: in instantiation of member function 'boost::math::detail::temme_root_finder<double>::temme_root_finder' requested here
  304 |       temme_root_finder<T>(-lu, alpha), x, lower, upper, policies::digits<T, Policy>() / 2);
      |       ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:615:20: note: in instantiation of function template specialization 'boost::math::detail::temme_method_2_ibeta_inverse<double, boost::math::policies::policy<boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_float<false>, boost::math::policies::promote_double<false>>>' requested here
  615 |                x = temme_method_2_ibeta_inverse(a, b, p, r, theta, pol);
      |                    ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:992:17: note: in instantiation of function template specialization 'boost::math::detail::ibeta_inv_imp<double, boost::math::policies::policy<boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_float<false>, boost::math::policies::promote_double<false>>>' requested here
  992 |    rx = detail::ibeta_inv_imp(
      |                 ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:1023:11: note: in instantiation of function template specialization 'boost::math::ibeta_inv<double, double, double, double, boost::math::policies::policy<boost::math::policies::overflow_error<>, boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_double<false>, boost::math::policies::digits2<>>>' requested here
 1023 |    return ibeta_inv(a, b, p, static_cast<result_type*>(nullptr), pol);
      |           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/inv_inc_beta.hpp:32:23: note: in instantiation of function template specialization 'boost::math::ibeta_inv<double, double, double, boost::math::policies::policy<boost::math::policies::overflow_error<>, boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_double<false>, boost::math::policies::digits2<>>>' requested here
   32 |   return boost::math::ibeta_inv(a, b, p, boost_policy_t<>());
      |                       ^
19 warnings generated.
"/home/hornik/tmp/R.check/r-devel-clang/Work/build/bin/Rscript" -e "source(file.path('..', 'tools', 'make_cc.R')); make_cc(commandArgs(TRUE))" stan_files/count.stan
Wrote C++ file "stan_files/count.cc"


clang++-18 -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/StanHeaders/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/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/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 stan_files/count.cc -o stan_files/count.o
In file included from stan_files/count.cc:3:
In file included from stan_files/count.hpp:18:
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 stan_files/count.cc:3:
In file included from stan_files/count.hpp:18:
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/SparseLU:35:
/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 stan_files/count.cc:3:
In file included from stan_files/count.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:47:31: warning: 'rstan::io::r_cout_streambuf::xsputn' hides overloaded virtual function [-Woverloaded-virtual]
   47 |       virtual std::streamsize xsputn(const char_type* s, int n) {
      |                               ^
/usr/bin/../lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/streambuf:749:7: note: hidden overloaded virtual function 'std::basic_streambuf<char>::xsputn' declared here: type mismatch at 2nd parameter ('streamsize' (aka 'long') vs 'int')
  749 |       xsputn(const char_type* __s, streamsize __n);
      |       ^
In file included from stan_files/count.cc:3:
In file included from stan_files/count.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:70:31: warning: 'rstan::io::r_cerr_streambuf::xsputn' hides overloaded virtual function [-Woverloaded-virtual]
   70 |       virtual std::streamsize xsputn(const char_type* s, int n) {
      |                               ^
/usr/bin/../lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/streambuf:749:7: note: hidden overloaded virtual function 'std::basic_streambuf<char>::xsputn' declared here: type mismatch at 2nd parameter ('streamsize' (aka 'long') vs 'int')
  749 |       xsputn(const char_type* __s, streamsize __n);
      |       ^
In file included from stan_files/count.cc:3:
In file included from stan_files/count.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/IterativeSolvers:46:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/IDRS.h:72:10: warning: variable 'replacements' set but not used [-Wunused-but-set-variable]
   72 |                         Index replacements = 0;
      |                               ^
In file included from stan_files/count.cc:3:
In file included from stan_files/count.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:45:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:246:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  246 |   int count = 0;
      |       ^
In file included from stan_files/count.cc:3:
In file included from stan_files/count.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:35:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/binomial_coefficient_log.hpp:13:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/partials_propagator.hpp:8:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/operands_and_partials.hpp:57:1: warning: 'ops_partials_edge' defined as a struct template here but previously declared as a class template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   57 | struct ops_partials_edge<ViewElt, Op, require_st_arithmetic<Op>> {
      | ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/operands_and_partials.hpp:45:1: note: did you mean struct here?
   45 | class ops_partials_edge;
      | ^~~~~
      | struct
In file included from stan_files/count.cc:3:
In file included from stan_files/count.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/count.cc:3:
In file included from stan_files/count.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/count.cc:3:
In file included from stan_files/count.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/count.cc:3:
In file included from stan_files/count.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/count.cc:3:
In file included from stan_files/count.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/count.cc:3:
In file included from stan_files/count.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/count.cc:3:
In file included from stan_files/count.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/count.cc:3:
In file included from stan_files/count.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/count.cc:3:
In file included from stan_files/count.hpp:18:
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 stan_files/count.cc:3:
stan_files/count.hpp:4542:11: warning: variable 'pos__' set but not used [-Wunused-but-set-variable]
 4542 |       int pos__ = std::numeric_limits<int>::min();
      |           ^
In file included from stan_files/count.cc:3:
In file included from stan_files/count.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:46:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/choose.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/binomial.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/beta.hpp:1721:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:29:15: warning: unused variable 'x_extrema' [-Wunused-variable]
   29 |       const T x_extrema = 1 / (1 + a);
      |               ^~~~~~~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:304:7: note: in instantiation of member function 'boost::math::detail::temme_root_finder<double>::temme_root_finder' requested here
  304 |       temme_root_finder<T>(-lu, alpha), x, lower, upper, policies::digits<T, Policy>() / 2);
      |       ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:615:20: note: in instantiation of function template specialization 'boost::math::detail::temme_method_2_ibeta_inverse<double, boost::math::policies::policy<boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_float<false>, boost::math::policies::promote_double<false>>>' requested here
  615 |                x = temme_method_2_ibeta_inverse(a, b, p, r, theta, pol);
      |                    ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:992:17: note: in instantiation of function template specialization 'boost::math::detail::ibeta_inv_imp<double, boost::math::policies::policy<boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_float<false>, boost::math::policies::promote_double<false>>>' requested here
  992 |    rx = detail::ibeta_inv_imp(
      |                 ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:1023:11: note: in instantiation of function template specialization 'boost::math::ibeta_inv<double, double, double, double, boost::math::policies::policy<boost::math::policies::overflow_error<>, boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_double<false>, boost::math::policies::digits2<>>>' requested here
 1023 |    return ibeta_inv(a, b, p, static_cast<result_type*>(nullptr), pol);
      |           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/inv_inc_beta.hpp:32:23: note: in instantiation of function template specialization 'boost::math::ibeta_inv<double, double, double, boost::math::policies::policy<boost::math::policies::overflow_error<>, boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_double<false>, boost::math::policies::digits2<>>>' requested here
   32 |   return boost::math::ibeta_inv(a, b, p, boost_policy_t<>());
      |                       ^
19 warnings generated.
"/home/hornik/tmp/R.check/r-devel-clang/Work/build/bin/Rscript" -e "source(file.path('..', 'tools', 'make_cc.R')); make_cc(commandArgs(TRUE))" stan_files/jm.stan
Wrote C++ file "stan_files/jm.cc"


clang++-18 -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/StanHeaders/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/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/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 stan_files/jm.cc -o stan_files/jm.o
In file included from stan_files/jm.cc:3:
In file included from stan_files/jm.hpp:18:
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 stan_files/jm.cc:3:
In file included from stan_files/jm.hpp:18:
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/SparseLU:35:
/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 stan_files/jm.cc:3:
In file included from stan_files/jm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:47:31: warning: 'rstan::io::r_cout_streambuf::xsputn' hides overloaded virtual function [-Woverloaded-virtual]
   47 |       virtual std::streamsize xsputn(const char_type* s, int n) {
      |                               ^
/usr/bin/../lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/streambuf:749:7: note: hidden overloaded virtual function 'std::basic_streambuf<char>::xsputn' declared here: type mismatch at 2nd parameter ('streamsize' (aka 'long') vs 'int')
  749 |       xsputn(const char_type* __s, streamsize __n);
      |       ^
In file included from stan_files/jm.cc:3:
In file included from stan_files/jm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:70:31: warning: 'rstan::io::r_cerr_streambuf::xsputn' hides overloaded virtual function [-Woverloaded-virtual]
   70 |       virtual std::streamsize xsputn(const char_type* s, int n) {
      |                               ^
/usr/bin/../lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/streambuf:749:7: note: hidden overloaded virtual function 'std::basic_streambuf<char>::xsputn' declared here: type mismatch at 2nd parameter ('streamsize' (aka 'long') vs 'int')
  749 |       xsputn(const char_type* __s, streamsize __n);
      |       ^
In file included from stan_files/jm.cc:3:
In file included from stan_files/jm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/IterativeSolvers:46:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/IDRS.h:72:10: warning: variable 'replacements' set but not used [-Wunused-but-set-variable]
   72 |                         Index replacements = 0;
      |                               ^
In file included from stan_files/jm.cc:3:
In file included from stan_files/jm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:45:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:246:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  246 |   int count = 0;
      |       ^
In file included from stan_files/jm.cc:3:
In file included from stan_files/jm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:35:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/binomial_coefficient_log.hpp:13:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/partials_propagator.hpp:8:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/operands_and_partials.hpp:57:1: warning: 'ops_partials_edge' defined as a struct template here but previously declared as a class template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   57 | struct ops_partials_edge<ViewElt, Op, require_st_arithmetic<Op>> {
      | ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/operands_and_partials.hpp:45:1: note: did you mean struct here?
   45 | class ops_partials_edge;
      | ^~~~~
      | struct
In file included from stan_files/jm.cc:3:
In file included from stan_files/jm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/jm.cc:3:
In file included from stan_files/jm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/jm.cc:3:
In file included from stan_files/jm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/jm.cc:3:
In file included from stan_files/jm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/jm.cc:3:
In file included from stan_files/jm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/jm.cc:3:
In file included from stan_files/jm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/jm.cc:3:
In file included from stan_files/jm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/jm.cc:3:
In file included from stan_files/jm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/jm.cc:3:
In file included from stan_files/jm.hpp:18:
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 stan_files/jm.cc:3:
stan_files/jm.hpp:6340:15: warning: variable 'shift_nb' set but not used [-Wunused-but-set-variable]
 6340 |           int shift_nb = std::numeric_limits<int>::min();
      |               ^
stan_files/jm.hpp:6341:15: warning: variable 'shift_lb' set but not used [-Wunused-but-set-variable]
 6341 |           int shift_lb = std::numeric_limits<int>::min();
      |               ^
stan_files/jm.hpp:6342:15: warning: variable 'shift_ub' set but not used [-Wunused-but-set-variable]
 6342 |           int shift_ub = std::numeric_limits<int>::min();
      |               ^
stan_files/jm.hpp:15492:13: warning: variable 'mark' set but not used [-Wunused-but-set-variable]
 15492 |         int mark = std::numeric_limits<int>::min();
       |             ^
stan_files/jm.hpp:18219:13: warning: variable 'mark' set but not used [-Wunused-but-set-variable]
 18219 |         int mark = std::numeric_limits<int>::min();
       |             ^
stan_files/jm.hpp:18578:11: warning: variable 'pos__' set but not used [-Wunused-but-set-variable]
 18578 |       int pos__ = std::numeric_limits<int>::min();
       |           ^
In file included from stan_files/jm.cc:3:
In file included from stan_files/jm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:46:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/choose.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/binomial.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/beta.hpp:1721:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:29:15: warning: unused variable 'x_extrema' [-Wunused-variable]
   29 |       const T x_extrema = 1 / (1 + a);
      |               ^~~~~~~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:304:7: note: in instantiation of member function 'boost::math::detail::temme_root_finder<double>::temme_root_finder' requested here
  304 |       temme_root_finder<T>(-lu, alpha), x, lower, upper, policies::digits<T, Policy>() / 2);
      |       ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:615:20: note: in instantiation of function template specialization 'boost::math::detail::temme_method_2_ibeta_inverse<double, boost::math::policies::policy<boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_float<false>, boost::math::policies::promote_double<false>>>' requested here
  615 |                x = temme_method_2_ibeta_inverse(a, b, p, r, theta, pol);
      |                    ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:992:17: note: in instantiation of function template specialization 'boost::math::detail::ibeta_inv_imp<double, boost::math::policies::policy<boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_float<false>, boost::math::policies::promote_double<false>>>' requested here
  992 |    rx = detail::ibeta_inv_imp(
      |                 ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:1023:11: note: in instantiation of function template specialization 'boost::math::ibeta_inv<double, double, double, double, boost::math::policies::policy<boost::math::policies::overflow_error<>, boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_double<false>, boost::math::policies::digits2<>>>' requested here
 1023 |    return ibeta_inv(a, b, p, static_cast<result_type*>(nullptr), pol);
      |           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/inv_inc_beta.hpp:32:23: note: in instantiation of function template specialization 'boost::math::ibeta_inv<double, double, double, boost::math::policies::policy<boost::math::policies::overflow_error<>, boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_double<false>, boost::math::policies::digits2<>>>' requested here
   32 |   return boost::math::ibeta_inv(a, b, p, boost_policy_t<>());
      |                       ^
In file included from stan_files/jm.cc:3:
stan_files/jm.hpp:5392:15: warning: unused variable 'log_y' [-Wunused-variable]
 5392 |   const auto& log_y = stan::math::to_ref(log_y_arg__);
      |               ^~~~~
stan_files/jm.hpp:15658:26: note: in instantiation of function template specialization 'model_jm_namespace::glm_lpdf<false, Eigen::Map<Eigen::Matrix<double, -1, 1>>, Eigen::Matrix<double, -1, 1>, double, double, Eigen::Map<Eigen::Matrix<double, -1, 1>>, Eigen::Map<Eigen::Matrix<double, -1, 1>>, nullptr>' requested here
 15658 |           lp_accum__.add(glm_lpdf<false>(yReal1, yInt1, yEta1, yAux1,
       |                          ^
stan_files/jm.hpp:20794:12: note: in instantiation of function template specialization 'model_jm_namespace::model_jm::log_prob_impl<false, true, std::vector<double>, std::vector<int>, nullptr, nullptr>' requested here
 20794 |     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:129:33: note: in instantiation of function template specialization 'model_jm_namespace::model_jm::log_prob<false, true, double>' requested here
  129 |       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_jm_namespace::model_jm, stan::io::var_context, 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_jm_namespace::model_jm>' 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_jm_namespace::model_jm, 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_,
      |           ^
stan_files/jm.cc:13:87: note: in instantiation of member function 'rstan::stan_fit<model_jm_namespace::model_jm, 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
   13 |     .method("call_sampler", &rstan::stan_fit<stan_model, boost::random::ecuyer1988> ::call_sampler)
      |                                                                                       ^
In file included from stan_files/jm.cc:3:
stan_files/jm.hpp:5999:15: warning: unused variable 'scale' [-Wunused-variable]
 5999 |   const auto& scale = stan::math::to_ref(scale_arg__);
      |               ^~~~~
stan_files/jm.hpp:17548:24: note: in instantiation of function template specialization 'model_jm_namespace::basehaz_lpdf<false, Eigen::Matrix<double, -1, 1>, Eigen::Map<Eigen::Matrix<double, -1, 1>>, Eigen::Map<Eigen::Matrix<double, -1, 1>>, nullptr>' requested here
 17548 |         lp_accum__.add(basehaz_lpdf<false>(e_aux_unscaled,
       |                        ^
stan_files/jm.hpp:20794:12: note: in instantiation of function template specialization 'model_jm_namespace::model_jm::log_prob_impl<false, true, std::vector<double>, std::vector<int>, nullptr, nullptr>' requested here
 20794 |     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:129:33: note: in instantiation of function template specialization 'model_jm_namespace::model_jm::log_prob<false, true, double>' requested here
  129 |       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_jm_namespace::model_jm, stan::io::var_context, 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_jm_namespace::model_jm>' 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_jm_namespace::model_jm, 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_,
      |           ^
stan_files/jm.cc:13:87: note: in instantiation of member function 'rstan::stan_fit<model_jm_namespace::model_jm, 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
   13 |     .method("call_sampler", &rstan::stan_fit<stan_model, boost::random::ecuyer1988> ::call_sampler)
      |                                                                                       ^
In file included from stan_files/jm.cc:3:
stan_files/jm.hpp:5392:15: warning: unused variable 'log_y' [-Wunused-variable]
 5392 |   const auto& log_y = stan::math::to_ref(log_y_arg__);
      |               ^~~~~
stan_files/jm.hpp:15658:26: note: in instantiation of function template specialization 'model_jm_namespace::glm_lpdf<false, Eigen::Map<Eigen::Matrix<double, -1, 1>>, Eigen::Matrix<stan::math::var_value<double>, -1, 1>, stan::math::var_value<double>, double, Eigen::Map<Eigen::Matrix<double, -1, 1>>, Eigen::Map<Eigen::Matrix<double, -1, 1>>, nullptr>' requested here
 15658 |           lp_accum__.add(glm_lpdf<false>(yReal1, yInt1, yEta1, yAux1,
       |                          ^
stan_files/jm.hpp:20794:12: note: in instantiation of function template specialization 'model_jm_namespace::model_jm::log_prob_impl<true, true, std::vector<stan::math::var_value<double>>, std::vector<int>, nullptr, nullptr>' requested here
 20794 |     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_jm_namespace::model_jm::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:167:31: note: in instantiation of function template specialization 'stan::model::log_prob_grad<true, true, model_jm_namespace::model_jm>' requested here
  167 |       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_jm_namespace::model_jm, stan::io::var_context, 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_jm_namespace::model_jm>' 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_jm_namespace::model_jm, 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_,
      |           ^
stan_files/jm.cc:13:87: note: in instantiation of member function 'rstan::stan_fit<model_jm_namespace::model_jm, 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
   13 |     .method("call_sampler", &rstan::stan_fit<stan_model, boost::random::ecuyer1988> ::call_sampler)
      |                                                                                       ^
In file included from stan_files/jm.cc:3:
stan_files/jm.hpp:5999:15: warning: unused variable 'scale' [-Wunused-variable]
 5999 |   const auto& scale = stan::math::to_ref(scale_arg__);
      |               ^~~~~
stan_files/jm.hpp:17548:24: note: in instantiation of function template specialization 'model_jm_namespace::basehaz_lpdf<false, Eigen::Matrix<stan::math::var_value<double>, -1, 1>, Eigen::Map<Eigen::Matrix<double, -1, 1>>, Eigen::Map<Eigen::Matrix<double, -1, 1>>, nullptr>' requested here
 17548 |         lp_accum__.add(basehaz_lpdf<false>(e_aux_unscaled,
       |                        ^
stan_files/jm.hpp:20794:12: note: in instantiation of function template specialization 'model_jm_namespace::model_jm::log_prob_impl<true, true, std::vector<stan::math::var_value<double>>, std::vector<int>, nullptr, nullptr>' requested here
 20794 |     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_jm_namespace::model_jm::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:167:31: note: in instantiation of function template specialization 'stan::model::log_prob_grad<true, true, model_jm_namespace::model_jm>' requested here
  167 |       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_jm_namespace::model_jm, stan::io::var_context, 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_jm_namespace::model_jm>' 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_jm_namespace::model_jm, 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_,
      |           ^
stan_files/jm.cc:13:87: note: in instantiation of member function 'rstan::stan_fit<model_jm_namespace::model_jm, 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
   13 |     .method("call_sampler", &rstan::stan_fit<stan_model, boost::random::ecuyer1988> ::call_sampler)
      |                                                                                       ^
28 warnings generated.
"/home/hornik/tmp/R.check/r-devel-clang/Work/build/bin/Rscript" -e "source(file.path('..', 'tools', 'make_cc.R')); make_cc(commandArgs(TRUE))" stan_files/lm.stan
Wrote C++ file "stan_files/lm.cc"


clang++-18 -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/StanHeaders/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/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/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 stan_files/lm.cc -o stan_files/lm.o
In file included from stan_files/lm.cc:3:
In file included from stan_files/lm.hpp:18:
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 stan_files/lm.cc:3:
In file included from stan_files/lm.hpp:18:
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/SparseLU:35:
/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 stan_files/lm.cc:3:
In file included from stan_files/lm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:47:31: warning: 'rstan::io::r_cout_streambuf::xsputn' hides overloaded virtual function [-Woverloaded-virtual]
   47 |       virtual std::streamsize xsputn(const char_type* s, int n) {
      |                               ^
/usr/bin/../lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/streambuf:749:7: note: hidden overloaded virtual function 'std::basic_streambuf<char>::xsputn' declared here: type mismatch at 2nd parameter ('streamsize' (aka 'long') vs 'int')
  749 |       xsputn(const char_type* __s, streamsize __n);
      |       ^
In file included from stan_files/lm.cc:3:
In file included from stan_files/lm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:70:31: warning: 'rstan::io::r_cerr_streambuf::xsputn' hides overloaded virtual function [-Woverloaded-virtual]
   70 |       virtual std::streamsize xsputn(const char_type* s, int n) {
      |                               ^
/usr/bin/../lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/streambuf:749:7: note: hidden overloaded virtual function 'std::basic_streambuf<char>::xsputn' declared here: type mismatch at 2nd parameter ('streamsize' (aka 'long') vs 'int')
  749 |       xsputn(const char_type* __s, streamsize __n);
      |       ^
In file included from stan_files/lm.cc:3:
In file included from stan_files/lm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/IterativeSolvers:46:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/IDRS.h:72:10: warning: variable 'replacements' set but not used [-Wunused-but-set-variable]
   72 |                         Index replacements = 0;
      |                               ^
In file included from stan_files/lm.cc:3:
In file included from stan_files/lm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:45:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:246:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  246 |   int count = 0;
      |       ^
In file included from stan_files/lm.cc:3:
In file included from stan_files/lm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:35:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/binomial_coefficient_log.hpp:13:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/partials_propagator.hpp:8:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/operands_and_partials.hpp:57:1: warning: 'ops_partials_edge' defined as a struct template here but previously declared as a class template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   57 | struct ops_partials_edge<ViewElt, Op, require_st_arithmetic<Op>> {
      | ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/operands_and_partials.hpp:45:1: note: did you mean struct here?
   45 | class ops_partials_edge;
      | ^~~~~
      | struct
In file included from stan_files/lm.cc:3:
In file included from stan_files/lm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/lm.cc:3:
In file included from stan_files/lm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/lm.cc:3:
In file included from stan_files/lm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/lm.cc:3:
In file included from stan_files/lm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/lm.cc:3:
In file included from stan_files/lm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/lm.cc:3:
In file included from stan_files/lm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/lm.cc:3:
In file included from stan_files/lm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/lm.cc:3:
In file included from stan_files/lm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/lm.cc:3:
In file included from stan_files/lm.hpp:18:
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 stan_files/lm.cc:3:
stan_files/lm.hpp:950:11: warning: variable 'pos__' set but not used [-Wunused-but-set-variable]
  950 |       int pos__ = std::numeric_limits<int>::min();
      |           ^
In file included from stan_files/lm.cc:3:
In file included from stan_files/lm.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:46:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/choose.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/binomial.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/beta.hpp:1721:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:29:15: warning: unused variable 'x_extrema' [-Wunused-variable]
   29 |       const T x_extrema = 1 / (1 + a);
      |               ^~~~~~~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:304:7: note: in instantiation of member function 'boost::math::detail::temme_root_finder<double>::temme_root_finder' requested here
  304 |       temme_root_finder<T>(-lu, alpha), x, lower, upper, policies::digits<T, Policy>() / 2);
      |       ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:615:20: note: in instantiation of function template specialization 'boost::math::detail::temme_method_2_ibeta_inverse<double, boost::math::policies::policy<boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_float<false>, boost::math::policies::promote_double<false>>>' requested here
  615 |                x = temme_method_2_ibeta_inverse(a, b, p, r, theta, pol);
      |                    ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:992:17: note: in instantiation of function template specialization 'boost::math::detail::ibeta_inv_imp<double, boost::math::policies::policy<boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_float<false>, boost::math::policies::promote_double<false>>>' requested here
  992 |    rx = detail::ibeta_inv_imp(
      |                 ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:1023:11: note: in instantiation of function template specialization 'boost::math::ibeta_inv<double, double, double, double, boost::math::policies::policy<boost::math::policies::overflow_error<>, boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_double<false>, boost::math::policies::digits2<>>>' requested here
 1023 |    return ibeta_inv(a, b, p, static_cast<result_type*>(nullptr), pol);
      |           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/inv_inc_beta.hpp:32:23: note: in instantiation of function template specialization 'boost::math::ibeta_inv<double, double, double, boost::math::policies::policy<boost::math::policies::overflow_error<>, boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_double<false>, boost::math::policies::digits2<>>>' requested here
   32 |   return boost::math::ibeta_inv(a, b, p, boost_policy_t<>());
      |                       ^
19 warnings generated.
"/home/hornik/tmp/R.check/r-devel-clang/Work/build/bin/Rscript" -e "source(file.path('..', 'tools', 'make_cc.R')); make_cc(commandArgs(TRUE))" stan_files/mvmer.stan
Wrote C++ file "stan_files/mvmer.cc"


clang++-18 -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/StanHeaders/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/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/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 stan_files/mvmer.cc -o stan_files/mvmer.o
In file included from stan_files/mvmer.cc:3:
In file included from stan_files/mvmer.hpp:18:
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 stan_files/mvmer.cc:3:
In file included from stan_files/mvmer.hpp:18:
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/SparseLU:35:
/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 stan_files/mvmer.cc:3:
In file included from stan_files/mvmer.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:47:31: warning: 'rstan::io::r_cout_streambuf::xsputn' hides overloaded virtual function [-Woverloaded-virtual]
   47 |       virtual std::streamsize xsputn(const char_type* s, int n) {
      |                               ^
/usr/bin/../lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/streambuf:749:7: note: hidden overloaded virtual function 'std::basic_streambuf<char>::xsputn' declared here: type mismatch at 2nd parameter ('streamsize' (aka 'long') vs 'int')
  749 |       xsputn(const char_type* __s, streamsize __n);
      |       ^
In file included from stan_files/mvmer.cc:3:
In file included from stan_files/mvmer.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:70:31: warning: 'rstan::io::r_cerr_streambuf::xsputn' hides overloaded virtual function [-Woverloaded-virtual]
   70 |       virtual std::streamsize xsputn(const char_type* s, int n) {
      |                               ^
/usr/bin/../lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/streambuf:749:7: note: hidden overloaded virtual function 'std::basic_streambuf<char>::xsputn' declared here: type mismatch at 2nd parameter ('streamsize' (aka 'long') vs 'int')
  749 |       xsputn(const char_type* __s, streamsize __n);
      |       ^
In file included from stan_files/mvmer.cc:3:
In file included from stan_files/mvmer.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/IterativeSolvers:46:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/IDRS.h:72:10: warning: variable 'replacements' set but not used [-Wunused-but-set-variable]
   72 |                         Index replacements = 0;
      |                               ^
In file included from stan_files/mvmer.cc:3:
In file included from stan_files/mvmer.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:45:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:246:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  246 |   int count = 0;
      |       ^
In file included from stan_files/mvmer.cc:3:
In file included from stan_files/mvmer.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:35:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/binomial_coefficient_log.hpp:13:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/partials_propagator.hpp:8:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/operands_and_partials.hpp:57:1: warning: 'ops_partials_edge' defined as a struct template here but previously declared as a class template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   57 | struct ops_partials_edge<ViewElt, Op, require_st_arithmetic<Op>> {
      | ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/operands_and_partials.hpp:45:1: note: did you mean struct here?
   45 | class ops_partials_edge;
      | ^~~~~
      | struct
In file included from stan_files/mvmer.cc:3:
In file included from stan_files/mvmer.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/mvmer.cc:3:
In file included from stan_files/mvmer.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/mvmer.cc:3:
In file included from stan_files/mvmer.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/mvmer.cc:3:
In file included from stan_files/mvmer.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/mvmer.cc:3:
In file included from stan_files/mvmer.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/mvmer.cc:3:
In file included from stan_files/mvmer.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/mvmer.cc:3:
In file included from stan_files/mvmer.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/mvmer.cc:3:
In file included from stan_files/mvmer.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/mvmer.cc:3:
In file included from stan_files/mvmer.hpp:18:
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 stan_files/mvmer.cc:3:
stan_files/mvmer.hpp:8870:13: warning: variable 'mark' set but not used [-Wunused-but-set-variable]
 8870 |         int mark = std::numeric_limits<int>::min();
      |             ^
stan_files/mvmer.hpp:9784:13: warning: variable 'mark' set but not used [-Wunused-but-set-variable]
 9784 |         int mark = std::numeric_limits<int>::min();
      |             ^
stan_files/mvmer.hpp:10107:11: warning: variable 'pos__' set but not used [-Wunused-but-set-variable]
 10107 |       int pos__ = std::numeric_limits<int>::min();
       |           ^
In file included from stan_files/mvmer.cc:3:
In file included from stan_files/mvmer.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:46:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/choose.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/binomial.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/beta.hpp:1721:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:29:15: warning: unused variable 'x_extrema' [-Wunused-variable]
   29 |       const T x_extrema = 1 / (1 + a);
      |               ^~~~~~~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:304:7: note: in instantiation of member function 'boost::math::detail::temme_root_finder<double>::temme_root_finder' requested here
  304 |       temme_root_finder<T>(-lu, alpha), x, lower, upper, policies::digits<T, Policy>() / 2);
      |       ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:615:20: note: in instantiation of function template specialization 'boost::math::detail::temme_method_2_ibeta_inverse<double, boost::math::policies::policy<boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_float<false>, boost::math::policies::promote_double<false>>>' requested here
  615 |                x = temme_method_2_ibeta_inverse(a, b, p, r, theta, pol);
      |                    ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:992:17: note: in instantiation of function template specialization 'boost::math::detail::ibeta_inv_imp<double, boost::math::policies::policy<boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_float<false>, boost::math::policies::promote_double<false>>>' requested here
  992 |    rx = detail::ibeta_inv_imp(
      |                 ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:1023:11: note: in instantiation of function template specialization 'boost::math::ibeta_inv<double, double, double, double, boost::math::policies::policy<boost::math::policies::overflow_error<>, boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_double<false>, boost::math::policies::digits2<>>>' requested here
 1023 |    return ibeta_inv(a, b, p, static_cast<result_type*>(nullptr), pol);
      |           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/inv_inc_beta.hpp:32:23: note: in instantiation of function template specialization 'boost::math::ibeta_inv<double, double, double, boost::math::policies::policy<boost::math::policies::overflow_error<>, boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_double<false>, boost::math::policies::digits2<>>>' requested here
   32 |   return boost::math::ibeta_inv(a, b, p, boost_policy_t<>());
      |                       ^
In file included from stan_files/mvmer.cc:3:
stan_files/mvmer.hpp:4495:15: warning: unused variable 'log_y' [-Wunused-variable]
 4495 |   const auto& log_y = stan::math::to_ref(log_y_arg__);
      |               ^~~~~
stan_files/mvmer.hpp:9019:26: note: in instantiation of function template specialization 'model_mvmer_namespace::glm_lpdf<false, Eigen::Map<Eigen::Matrix<double, -1, 1>>, Eigen::Matrix<double, -1, 1>, double, double, Eigen::Map<Eigen::Matrix<double, -1, 1>>, Eigen::Map<Eigen::Matrix<double, -1, 1>>, nullptr>' requested here
 9019 |           lp_accum__.add(glm_lpdf<false>(yReal1, yInt1, yEta1, yAux1,
      |                          ^
stan_files/mvmer.hpp:11772:12: note: in instantiation of function template specialization 'model_mvmer_namespace::model_mvmer::log_prob_impl<false, true, std::vector<double>, std::vector<int>, nullptr, nullptr>' requested here
 11772 |     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:129:33: note: in instantiation of function template specialization 'model_mvmer_namespace::model_mvmer::log_prob<false, true, double>' requested here
  129 |       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_mvmer_namespace::model_mvmer, stan::io::var_context, 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_mvmer_namespace::model_mvmer>' 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_mvmer_namespace::model_mvmer, 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_,
      |           ^
stan_files/mvmer.cc:13:87: note: in instantiation of member function 'rstan::stan_fit<model_mvmer_namespace::model_mvmer, 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
   13 |     .method("call_sampler", &rstan::stan_fit<stan_model, boost::random::ecuyer1988> ::call_sampler)
      |                                                                                       ^
In file included from stan_files/mvmer.cc:3:
stan_files/mvmer.hpp:4495:15: warning: unused variable 'log_y' [-Wunused-variable]
 4495 |   const auto& log_y = stan::math::to_ref(log_y_arg__);
      |               ^~~~~
stan_files/mvmer.hpp:9019:26: note: in instantiation of function template specialization 'model_mvmer_namespace::glm_lpdf<false, Eigen::Map<Eigen::Matrix<double, -1, 1>>, Eigen::Matrix<stan::math::var_value<double>, -1, 1>, stan::math::var_value<double>, double, Eigen::Map<Eigen::Matrix<double, -1, 1>>, Eigen::Map<Eigen::Matrix<double, -1, 1>>, nullptr>' requested here
 9019 |           lp_accum__.add(glm_lpdf<false>(yReal1, yInt1, yEta1, yAux1,
      |                          ^
stan_files/mvmer.hpp:11772:12: note: in instantiation of function template specialization 'model_mvmer_namespace::model_mvmer::log_prob_impl<true, true, std::vector<stan::math::var_value<double>>, std::vector<int>, nullptr, nullptr>' requested here
 11772 |     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_mvmer_namespace::model_mvmer::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:167:31: note: in instantiation of function template specialization 'stan::model::log_prob_grad<true, true, model_mvmer_namespace::model_mvmer>' requested here
  167 |       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_mvmer_namespace::model_mvmer, stan::io::var_context, 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_mvmer_namespace::model_mvmer>' 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_mvmer_namespace::model_mvmer, 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_,
      |           ^
stan_files/mvmer.cc:13:87: note: in instantiation of member function 'rstan::stan_fit<model_mvmer_namespace::model_mvmer, 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
   13 |     .method("call_sampler", &rstan::stan_fit<stan_model, boost::random::ecuyer1988> ::call_sampler)
      |                                                                                       ^
23 warnings generated.
"/home/hornik/tmp/R.check/r-devel-clang/Work/build/bin/Rscript" -e "source(file.path('..', 'tools', 'make_cc.R')); make_cc(commandArgs(TRUE))" stan_files/polr.stan
Wrote C++ file "stan_files/polr.cc"


clang++-18 -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/StanHeaders/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/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/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 stan_files/polr.cc -o stan_files/polr.o
In file included from stan_files/polr.cc:3:
In file included from stan_files/polr.hpp:18:
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 stan_files/polr.cc:3:
In file included from stan_files/polr.hpp:18:
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/SparseLU:35:
/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 stan_files/polr.cc:3:
In file included from stan_files/polr.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:47:31: warning: 'rstan::io::r_cout_streambuf::xsputn' hides overloaded virtual function [-Woverloaded-virtual]
   47 |       virtual std::streamsize xsputn(const char_type* s, int n) {
      |                               ^
/usr/bin/../lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/streambuf:749:7: note: hidden overloaded virtual function 'std::basic_streambuf<char>::xsputn' declared here: type mismatch at 2nd parameter ('streamsize' (aka 'long') vs 'int')
  749 |       xsputn(const char_type* __s, streamsize __n);
      |       ^
In file included from stan_files/polr.cc:3:
In file included from stan_files/polr.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:70:31: warning: 'rstan::io::r_cerr_streambuf::xsputn' hides overloaded virtual function [-Woverloaded-virtual]
   70 |       virtual std::streamsize xsputn(const char_type* s, int n) {
      |                               ^
/usr/bin/../lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/streambuf:749:7: note: hidden overloaded virtual function 'std::basic_streambuf<char>::xsputn' declared here: type mismatch at 2nd parameter ('streamsize' (aka 'long') vs 'int')
  749 |       xsputn(const char_type* __s, streamsize __n);
      |       ^
In file included from stan_files/polr.cc:3:
In file included from stan_files/polr.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:31:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/IterativeSolvers:46:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/IDRS.h:72:10: warning: variable 'replacements' set but not used [-Wunused-but-set-variable]
   72 |                         Index replacements = 0;
      |                               ^
In file included from stan_files/polr.cc:3:
In file included from stan_files/polr.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:45:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppEigen/include/unsupported/Eigen/src/SparseExtra/MarketIO.h:246:7: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  246 |   int count = 0;
      |       ^
In file included from stan_files/polr.cc:3:
In file included from stan_files/polr.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:35:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/binomial_coefficient_log.hpp:13:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/partials_propagator.hpp:8:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/operands_and_partials.hpp:57:1: warning: 'ops_partials_edge' defined as a struct template here but previously declared as a class template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   57 | struct ops_partials_edge<ViewElt, Op, require_st_arithmetic<Op>> {
      | ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/functor/operands_and_partials.hpp:45:1: note: did you mean struct here?
   45 | class ops_partials_edge;
      | ^~~~~
      | struct
In file included from stan_files/polr.cc:3:
In file included from stan_files/polr.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/polr.cc:3:
In file included from stan_files/polr.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/polr.cc:3:
In file included from stan_files/polr.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/polr.cc:3:
In file included from stan_files/polr.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/polr.cc:3:
In file included from stan_files/polr.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/polr.cc:3:
In file included from stan_files/polr.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/polr.cc:3:
In file included from stan_files/polr.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/polr.cc:3:
In file included from stan_files/polr.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:28:13: note: expanded from macro 'BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP'
   28 |      <boost/typeof/incr_registration_group.hpp>
      |             ^
In file included from stan_files/polr.cc:3:
In file included from stan_files/polr.hpp:18:
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 stan_files/polr.cc:3:
stan_files/polr.hpp:629:9: warning: variable 'iter' set but not used [-Wunused-but-set-variable]
  629 |     int iter = std::numeric_limits<int>::min();
      |         ^
stan_files/polr.hpp:1872:11: warning: variable 'pos__' set but not used [-Wunused-but-set-variable]
 1872 |       int pos__ = std::numeric_limits<int>::min();
      |           ^
In file included from stan_files/polr.cc:3:
In file included from stan_files/polr.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rstan/include/rstan/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:7:
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:46:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/choose.hpp:7:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/binomial.hpp:15:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/beta.hpp:1721:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:29:15: warning: unused variable 'x_extrema' [-Wunused-variable]
   29 |       const T x_extrema = 1 / (1 + a);
      |               ^~~~~~~~~
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:304:7: note: in instantiation of member function 'boost::math::detail::temme_root_finder<double>::temme_root_finder' requested here
  304 |       temme_root_finder<T>(-lu, alpha), x, lower, upper, policies::digits<T, Policy>() / 2);
      |       ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:615:20: note: in instantiation of function template specialization 'boost::math::detail::temme_method_2_ibeta_inverse<double, boost::math::policies::policy<boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_float<false>, boost::math::policies::promote_double<false>>>' requested here
  615 |                x = temme_method_2_ibeta_inverse(a, b, p, r, theta, pol);
      |                    ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:992:17: note: in instantiation of function template specialization 'boost::math::detail::ibeta_inv_imp<double, boost::math::policies::policy<boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_float<false>, boost::math::policies::promote_double<false>>>' requested here
  992 |    rx = detail::ibeta_inv_imp(
      |                 ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/math/special_functions/detail/ibeta_inverse.hpp:1023:11: note: in instantiation of function template specialization 'boost::math::ibeta_inv<double, double, double, double, boost::math::policies::policy<boost::math::policies::overflow_error<>, boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_double<false>, boost::math::policies::digits2<>>>' requested here
 1023 |    return ibeta_inv(a, b, p, static_cast<result_type*>(nullptr), pol);
      |           ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/StanHeaders/include/stan/math/prim/fun/inv_inc_beta.hpp:32:23: note: in instantiation of function template specialization 'boost::math::ibeta_inv<double, double, double, boost::math::policies::policy<boost::math::policies::overflow_error<>, boost::math::policies::pole_error<boost::math::policies::errno_on_error>, boost::math::policies::promote_double<false>, boost::math::policies::digits2<>>>' requested here
   32 |   return boost::math::ibeta_inv(a, b, p, boost_policy_t<>());
      |                       ^
20 warnings generated.


clang++-18 -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/StanHeaders/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/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/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 init.cpp -o init.o
clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o rstanarm.so stan_files/bernoulli.o stan_files/binomial.o stan_files/continuous.o stan_files/count.o stan_files/jm.o stan_files/lm.o stan_files/mvmer.o stan_files/polr.o init.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
rm stan_files/polr.cc stan_files/mvmer.cc stan_files/count.cc stan_files/lm.cc stan_files/jm.cc stan_files/bernoulli.cc stan_files/binomial.cc stan_files/continuous.cc
make[1]: Leaving directory '/tmp/RtmpcpGRbA/R.INSTALL332a9934817279/rstanarm/src'
make[1]: Entering directory '/tmp/RtmpcpGRbA/R.INSTALL332a9934817279/rstanarm/src'
make[1]: Leaving directory '/tmp/RtmpcpGRbA/R.INSTALL332a9934817279/rstanarm/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-rstanarm/00new/rstanarm/libs
** R
** data
*** moving datasets to lazyload DB
** demo
** inst
** byte-compile and prepare package for lazy loading
** 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 (rstanarm)