* using log directory 'd:/Rcompile/CRANpkg/local/4.1/rstan.Rcheck' * using R version 4.1.3 (2022-03-10) * using platform: x86_64-w64-mingw32 (64-bit) * using session charset: ISO8859-1 * checking for file 'rstan/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'rstan' version '2.21.8' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'rstan' can be installed ... ERROR Installation failed. See 'd:/Rcompile/CRANpkg/local/4.1/rstan.Rcheck/00install.out' for details. * DONE The installation logfile: * installing *source* package 'rstan' ... ** package 'rstan' successfully unpacked and MD5 sums checked ** using staged installation ** libs *** arch - i386 make[1]: Entering directory '/d/temp/Rtmp69dNjM/R.INSTALLb7a474d6432a/rstan/src-i386' d:/Compiler/rtools40/mingw32/bin/g++ -std=gnu++14 -I"D:/RCompile/recent/R-4.1.3/include" -DNDEBUG -I"../inst/include" -I"../inst/include/boost_not_in_BH" -I"." -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -DBOOST_NO_AUTO_PTR -DSTAN_THREADS -DRCPP_PARALLEL_USE_TBB=1 -I'd:/RCompile/CRANpkg/lib/4.1/Rcpp/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppEigen/include' -I'd:/RCompile/CRANpkg/lib/4.1/BH/include' -I'd:/RCompile/CRANpkg/lib/4.1/StanHeaders/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppParallel/include' -I"d:/Compiler/gcc-4.9.3/local330/include" -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sparse_extractors.cpp -o sparse_extractors.o In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:397, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/meta/append_return_type.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/meta.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/csr_extract_u.hpp:4, from sparse_extractors.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:60:39: warning: ignoring attributes on template argument '__m128' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct is_arithmetic<__m128> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:61:40: warning: ignoring attributes on template argument '__m128i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct is_arithmetic<__m128i> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:62:40: warning: ignoring attributes on template argument '__m128d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct is_arithmetic<__m128d> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:161:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct unpacket_traits { typedef float type; enum {size=4, alignment=Aligned16}; typedef Packet4f half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:162:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct unpacket_traits { typedef double type; enum {size=2, alignment=Aligned16}; typedef Packet2d half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:163:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct unpacket_traits { typedef int type; enum {size=4, alignment=Aligned16}; typedef Packet4i half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:718:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:741:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:764:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:778:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:783:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:790:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:377, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/meta/append_return_type.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/meta.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/csr_extract_u.hpp:4, from sparse_extractors.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/meta/append_return_type.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/meta.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/csr_extract_u.hpp:4, from sparse_extractors.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:101:22: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) long long int>::half' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/meta/append_return_type.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/meta.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/csr_extract_u.hpp:4, from sparse_extractors.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:101:22: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase >, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Ref.h:193:76: required from 'class Eigen::Ref >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:694:17: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/meta/append_return_type.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/meta.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/csr_extract_u.hpp:4, from sparse_extractors.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:24:46: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/meta/append_return_type.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/meta.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/csr_extract_u.hpp:4, from sparse_extractors.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:27:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/meta/append_return_type.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/meta.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/csr_extract_u.hpp:4, from sparse_extractors.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:88:47: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/meta/append_return_type.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/meta.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/csr_extract_u.hpp:4, from sparse_extractors.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:92:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/SparseCore:37, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Sparse:26, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/meta/append_return_type.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/meta.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/csr_extract_u.hpp:4, from sparse_extractors.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/meta/append_return_type.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/meta.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/csr_extract_u.hpp:4, from sparse_extractors.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:168:29: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase >, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Transpose.h:115:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:178:72: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:179:36: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/SparseCore:37, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Sparse:26, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/meta/append_return_type.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/meta.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/csr_extract_u.hpp:4, from sparse_extractors.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' sparse_extractors.cpp:11:51: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 1024>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, Eigen::Sparse>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' sparse_extractors.cpp:11:64: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/meta/append_return_type.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/meta.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/csr_extract_u.hpp:4, from sparse_extractors.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' sparse_extractors.cpp:12:44: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/meta/append_return_type.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/meta.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/csr_extract_u.hpp:4, from sparse_extractors.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' sparse_extractors.cpp:12:44: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:298:80: required from 'struct Eigen::internal::evaluator > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1391:8: required from 'struct Eigen::internal::evaluator >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:58:63: required from 'struct Eigen::internal::unary_evaluator >, Eigen::internal::IteratorBased, double>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:683:103: required from 'Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::SparseMatrix(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::Transpose >; _Scalar = double; int _Options = 1; _StorageIndex = int]' sparse_extractors.cpp:11:65: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1084:12: required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::Transpose >; _Scalar = double; int _Options = 1; _StorageIndex = int]' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:685:15: required from 'Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::SparseMatrix(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::Transpose >; _Scalar = double; int _Options = 1; _StorageIndex = int]' sparse_extractors.cpp:11:65: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:65:32: required from 'Eigen::Index Eigen::SparseCompressedBase::nonZeros() const [with Derived = Eigen::SparseMatrix; Eigen::Index = int]' d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/csr_extract_w.hpp:22:39: required from 'const Eigen::Matrix stan::math::csr_extract_w(const Eigen::SparseMatrix&) [with T = double]' sparse_extractors.cpp:12:76: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:327:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Eigen::DenseBase::Scalar = double]' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:501:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/csr_extract_w.hpp:23:3: required from 'const Eigen::Matrix stan::math::csr_extract_w(const Eigen::SparseMatrix&) [with T = double]' sparse_extractors.cpp:12:76: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:327:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Eigen::DenseBase::Scalar = int]' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:501:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1084:5: required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::Transpose >; _Scalar = double; int _Options = 1; _StorageIndex = int]' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:685:15: required from 'Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::SparseMatrix(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::Transpose >; _Scalar = double; int _Options = 1; _StorageIndex = int]' sparse_extractors.cpp:11:65: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:298:80: required from 'struct Eigen::internal::evaluator > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1391:8: required from 'struct Eigen::internal::evaluator >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseAssign.h:79:51: required from 'void Eigen::internal::assign_sparse_to_sparse(DstXprType&, const SrcXprType&) [with DstXprType = Eigen::SparseMatrix; SrcXprType = Eigen::Transpose >]' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseAssign.h:132:28: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::SparseMatrix; SrcXprType = Eigen::Transpose >; Functor = Eigen::internal::assign_op; typename SrcXprType::Scalar = double; typename DstXprType::Scalar = double]' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseAssign.h:38:16: required from 'Derived& Eigen::SparseMatrixBase::operator=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::Transpose >; Derived = Eigen::SparseMatrix]' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:1125:27: required from 'Eigen::SparseMatrix<_Scalar, _Options, _StorageIndex>& Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::operator=(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::Transpose >; _Scalar = double; int _Options = 1; _StorageIndex = int]' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:685:15: required from 'Eigen::SparseMatrix<_Scalar, _Flags, _StorageIndex>::SparseMatrix(const Eigen::SparseMatrixBase&) [with OtherDerived = Eigen::Transpose >; _Scalar = double; int _Options = 1; _StorageIndex = int]' sparse_extractors.cpp:11:65: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Eigen::Index = int]': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, 0, Eigen::Stride<0, 0> > >; Eigen::internal::redux_impl::Scalar = int]' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Scalar = int]' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Scalar = int]' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:65:36: required from 'Eigen::Index Eigen::SparseCompressedBase::nonZeros() const [with Derived = Eigen::SparseMatrix; Eigen::Index = int]' d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/csr_extract_w.hpp:22:39: required from 'const Eigen::Matrix stan::math::csr_extract_w(const Eigen::SparseMatrix&) [with T = double]' sparse_extractors.cpp:12:76: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] return internal::first_aligned::alignment),Derived>(m); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/Compiler/rtools40/mingw32/bin/g++ -std=gnu++14 -I"D:/RCompile/recent/R-4.1.3/include" -DNDEBUG -I"../inst/include" -I"../inst/include/boost_not_in_BH" -I"." -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -DBOOST_NO_AUTO_PTR -DSTAN_THREADS -DRCPP_PARALLEL_USE_TBB=1 -I'd:/RCompile/CRANpkg/lib/4.1/Rcpp/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppEigen/include' -I'd:/RCompile/CRANpkg/lib/4.1/BH/include' -I'd:/RCompile/CRANpkg/lib/4.1/StanHeaders/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppParallel/include' -I"d:/Compiler/gcc-4.9.3/local330/include" -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c misc.cpp -o misc.o d:/Compiler/rtools40/mingw32/bin/g++ -std=gnu++14 -I"D:/RCompile/recent/R-4.1.3/include" -DNDEBUG -I"../inst/include" -I"../inst/include/boost_not_in_BH" -I"." -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -DBOOST_NO_AUTO_PTR -DSTAN_THREADS -DRCPP_PARALLEL_USE_TBB=1 -I'd:/RCompile/CRANpkg/lib/4.1/Rcpp/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppEigen/include' -I'd:/RCompile/CRANpkg/lib/4.1/BH/include' -I'd:/RCompile/CRANpkg/lib/4.1/StanHeaders/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppParallel/include' -I"d:/Compiler/gcc-4.9.3/local330/include" -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c stan_fit_rccp.cpp -o stan_fit_rccp.o In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:397, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from ../inst/include/rstan_next/stan_fit_base.hpp:5, from stan_fit_rccp.cpp:1: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:60:39: warning: ignoring attributes on template argument '__m128' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct is_arithmetic<__m128> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:61:40: warning: ignoring attributes on template argument '__m128i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct is_arithmetic<__m128i> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:62:40: warning: ignoring attributes on template argument '__m128d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct is_arithmetic<__m128d> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:161:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct unpacket_traits { typedef float type; enum {size=4, alignment=Aligned16}; typedef Packet4f half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:162:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct unpacket_traits { typedef double type; enum {size=2, alignment=Aligned16}; typedef Packet2d half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:163:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct unpacket_traits { typedef int type; enum {size=4, alignment=Aligned16}; typedef Packet4i half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:718:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:741:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:764:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:778:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:783:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:790:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:377, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from ../inst/include/rstan_next/stan_fit_base.hpp:5, from stan_fit_rccp.cpp:1: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from ../inst/include/rstan_next/stan_fit_base.hpp:5, from stan_fit_rccp.cpp:1: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:101:22: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) long long int>::half' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from ../inst/include/rstan_next/stan_fit_base.hpp:5, from stan_fit_rccp.cpp:1: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:101:22: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase >, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Ref.h:193:76: required from 'class Eigen::Ref >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:694:17: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from ../inst/include/rstan_next/stan_fit_base.hpp:5, from stan_fit_rccp.cpp:1: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:24:46: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from ../inst/include/rstan_next/stan_fit_base.hpp:5, from stan_fit_rccp.cpp:1: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:27:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from ../inst/include/rstan_next/stan_fit_base.hpp:5, from stan_fit_rccp.cpp:1: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:88:47: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from ../inst/include/rstan_next/stan_fit_base.hpp:5, from stan_fit_rccp.cpp:1: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:92:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/SparseCore:37, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Sparse:26, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:14, from ../inst/include/rstan_next/stan_fit_base.hpp:5, from stan_fit_rccp.cpp:1: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from ../inst/include/rstan_next/stan_fit_base.hpp:5, from stan_fit_rccp.cpp:1: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:168:29: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase >, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Transpose.h:115:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:178:72: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:179:36: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from ../inst/include/rstan_next/stan_fit_base.hpp:5, from stan_fit_rccp.cpp:1: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Map.h:18:8: required from 'struct Eigen::internal::traits > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:32:54: required from 'struct Eigen::internal::accessors_level > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:109:75: required from 'class Eigen::Map >' stan_fit_rccp.cpp:57:48: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from ../inst/include/rstan_next/stan_fit_base.hpp:5, from stan_fit_rccp.cpp:1: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Map.h:24:30: required from 'struct Eigen::internal::traits > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:32:54: required from 'struct Eigen::internal::accessors_level > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:109:75: required from 'class Eigen::Map >' stan_fit_rccp.cpp:57:48: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase >, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' stan_fit_rccp.cpp:57:48: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] d:/Compiler/rtools40/mingw32/bin/g++ -std=gnu++14 -I"D:/RCompile/recent/R-4.1.3/include" -DNDEBUG -I"../inst/include" -I"../inst/include/boost_not_in_BH" -I"." -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -DBOOST_NO_AUTO_PTR -DSTAN_THREADS -DRCPP_PARALLEL_USE_TBB=1 -I'd:/RCompile/CRANpkg/lib/4.1/Rcpp/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppEigen/include' -I'd:/RCompile/CRANpkg/lib/4.1/BH/include' -I'd:/RCompile/CRANpkg/lib/4.1/StanHeaders/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppParallel/include' -I"d:/Compiler/gcc-4.9.3/local330/include" -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Module.cpp -o Module.o In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:397, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/meta/append_return_type.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/meta.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/memory/stack_alloc.hpp:7, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/autodiffstackstorage.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:4, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:60:39: warning: ignoring attributes on template argument '__m128' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct is_arithmetic<__m128> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:61:40: warning: ignoring attributes on template argument '__m128i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct is_arithmetic<__m128i> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:62:40: warning: ignoring attributes on template argument '__m128d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct is_arithmetic<__m128d> { enum { value = true }; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:161:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct unpacket_traits { typedef float type; enum {size=4, alignment=Aligned16}; typedef Packet4f half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:162:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct unpacket_traits { typedef double type; enum {size=2, alignment=Aligned16}; typedef Packet2d half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:163:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] template<> struct unpacket_traits { typedef int type; enum {size=4, alignment=Aligned16}; typedef Packet4i half; }; ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:718:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:741:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:764:35: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] struct palign_impl ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:778:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:783:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:790:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4i' {aka '__vector(2) long long int'} [-Wignored-attributes] ptranspose(PacketBlock& kernel) { ^ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:377, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/meta/append_return_type.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/meta.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/memory/stack_alloc.hpp:7, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/autodiffstackstorage.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:4, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__vector(4) float'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__vector(2) double'} [-Wignored-attributes] template<> struct conj_helper { \ ^ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/meta/append_return_type.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/meta.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/memory/stack_alloc.hpp:7, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/autodiffstackstorage.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:4, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:101:22: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) long long int>::half' {aka '__vector(2) long long int'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/meta/append_return_type.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/meta.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/memory/stack_alloc.hpp:7, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/autodiffstackstorage.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:4, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:101:22: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase >, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: required from 'class Eigen::MapBase >, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Ref.h:193:76: required from 'class Eigen::Ref >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:694:17: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) long long int'} [-Wignored-attributes] In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/meta/append_return_type.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/meta.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/memory/stack_alloc.hpp:7, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/autodiffstackstorage.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:4, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:24:46: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__vector(4) float'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/meta/append_return_type.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/meta.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/memory/stack_alloc.hpp:7, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/autodiffstackstorage.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:4, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:27:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(4) float'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/meta/append_return_type.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/meta.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/memory/stack_alloc.hpp:7, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/autodiffstackstorage.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:4, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:88:47: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/meta/append_return_type.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/meta.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/memory/stack_alloc.hpp:7, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/autodiffstackstorage.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:4, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from 'class Eigen::Quaternion' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:92:3: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task_arena.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task_scheduler_observer.h:22, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/init_chainablestack.hpp:8, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:8, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task.h:1065:84: warning: optimization attribute on 'void* operator new(size_t, const tbb::internal::allocate_root_proxy&)' follows definition but the attribute doesn't match [-Wattributes] inline void *operator new( size_t bytes, const tbb::internal::allocate_root_proxy& ) { ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from Module.cpp:1: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:168:14: note: previous definition of 'void* operator new(std::size_t, void*)' was here inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task_arena.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task_scheduler_observer.h:22, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/init_chainablestack.hpp:8, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:8, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task.h:1069:84: warning: optimization attribute on 'void operator delete(void*, const tbb::internal::allocate_root_proxy&)' follows definition but the attribute doesn't match [-Wattributes] inline void operator delete( void* task, const tbb::internal::allocate_root_proxy& ) { ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from Module.cpp:1: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:174:13: note: previous definition of 'void operator delete(void*, void*)' was here inline void operator delete (void*, void*) _GLIBCXX_USE_NOEXCEPT { } ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task_arena.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task_scheduler_observer.h:22, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/init_chainablestack.hpp:8, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:8, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task.h:1074:99: warning: optimization attribute on 'void* operator new(size_t, const tbb::internal::allocate_root_with_context_proxy&)' follows definition but the attribute doesn't match [-Wattributes] inline void *operator new( size_t bytes, const tbb::internal::allocate_root_with_context_proxy& p ) { ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from Module.cpp:1: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:168:14: note: previous definition of 'void* operator new(std::size_t, void*)' was here inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task_arena.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task_scheduler_observer.h:22, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/init_chainablestack.hpp:8, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:8, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task.h:1078:99: warning: optimization attribute on 'void operator delete(void*, const tbb::internal::allocate_root_with_context_proxy&)' follows definition but the attribute doesn't match [-Wattributes] inline void operator delete( void* task, const tbb::internal::allocate_root_with_context_proxy& p ) { ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from Module.cpp:1: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:174:13: note: previous definition of 'void operator delete(void*, void*)' was here inline void operator delete (void*, void*) _GLIBCXX_USE_NOEXCEPT { } ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task_arena.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task_scheduler_observer.h:22, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/init_chainablestack.hpp:8, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:8, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task.h:1083:94: warning: optimization attribute on 'void* operator new(size_t, const tbb::internal::allocate_continuation_proxy&)' follows definition but the attribute doesn't match [-Wattributes] inline void *operator new( size_t bytes, const tbb::internal::allocate_continuation_proxy& p ) { ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from Module.cpp:1: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:168:14: note: previous definition of 'void* operator new(std::size_t, void*)' was here inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task_arena.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task_scheduler_observer.h:22, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/init_chainablestack.hpp:8, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:8, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task.h:1087:94: warning: optimization attribute on 'void operator delete(void*, const tbb::internal::allocate_continuation_proxy&)' follows definition but the attribute doesn't match [-Wattributes] inline void operator delete( void* task, const tbb::internal::allocate_continuation_proxy& p ) { ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from Module.cpp:1: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:174:13: note: previous definition of 'void operator delete(void*, void*)' was here inline void operator delete (void*, void*) _GLIBCXX_USE_NOEXCEPT { } ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task_arena.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task_scheduler_observer.h:22, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/init_chainablestack.hpp:8, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:8, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task.h:1091:87: warning: optimization attribute on 'void* operator new(size_t, const tbb::internal::allocate_child_proxy&)' follows definition but the attribute doesn't match [-Wattributes] inline void *operator new( size_t bytes, const tbb::internal::allocate_child_proxy& p ) { ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from Module.cpp:1: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:168:14: note: previous definition of 'void* operator new(std::size_t, void*)' was here inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task_arena.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task_scheduler_observer.h:22, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/init_chainablestack.hpp:8, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:8, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task.h:1095:87: warning: optimization attribute on 'void operator delete(void*, const tbb::internal::allocate_child_proxy&)' follows definition but the attribute doesn't match [-Wattributes] inline void operator delete( void* task, const tbb::internal::allocate_child_proxy& p ) { ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from Module.cpp:1: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:174:13: note: previous definition of 'void operator delete(void*, void*)' was here inline void operator delete (void*, void*) _GLIBCXX_USE_NOEXCEPT { } ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task_arena.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task_scheduler_observer.h:22, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/init_chainablestack.hpp:8, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:8, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task.h:1099:101: warning: optimization attribute on 'void* operator new(size_t, const tbb::internal::allocate_additional_child_of_proxy&)' follows definition but the attribute doesn't match [-Wattributes] inline void *operator new( size_t bytes, const tbb::internal::allocate_additional_child_of_proxy& p ) { ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from Module.cpp:1: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:168:14: note: previous definition of 'void* operator new(std::size_t, void*)' was here inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task_arena.h:20, from d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task_scheduler_observer.h:22, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/init_chainablestack.hpp:8, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:8, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppParallel/include/tbb/task.h:1103:101: warning: optimization attribute on 'void operator delete(void*, const tbb::internal::allocate_additional_child_of_proxy&)' follows definition but the attribute doesn't match [-Wattributes] inline void operator delete( void* task, const tbb::internal::allocate_additional_child_of_proxy& p ) { ^ In file included from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/ext/new_allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/i686-w64-mingw32/bits/c++allocator.h:33, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/bits/allocator.h:46, from D:/Compiler/rtools40/mingw32/include/c++/8.3.0/unordered_map:40, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:153, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from Module.cpp:1: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/new:174:13: note: previous definition of 'void operator delete(void*, void*)' was here inline void operator delete (void*, void*) _GLIBCXX_USE_NOEXCEPT { } ^~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:370, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/meta/append_return_type.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/meta.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/memory/stack_alloc.hpp:7, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/autodiffstackstorage.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:4, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/mat/fun/typedefs.hpp:11:72: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] typedef typename find_best_packet_helper::type>::type type; ^~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Core:439, from d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/Dense:1, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/fun/Eigen.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/mat/meta/append_return_type.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/meta.hpp:9, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/memory/stack_alloc.hpp:7, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/autodiffstackstorage.hpp:4, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:4, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/mat/fun/typedefs.hpp:11:72: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] >::type PacketReturnType; ^~~~~~~~~~~~~~~~ d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from 'class Eigen::DenseCoeffsBase, 1>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from 'class Eigen::DenseCoeffsBase, 3>' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/mat/meta/operands_and_partials.hpp:20:14: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/mat/meta/operands_and_partials.hpp:23:45: required from here d:/RCompile/CRANpkg/lib/4.1/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__vector(2) double'} [-Wignored-attributes] In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/aux_/na_assert.hpp:23, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/arg.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/placeholders.hpp:24, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/iterator/iterator_categories.hpp:16, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/iterator/iterator_facade.hpp:13, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/range/iterator_range_core.hpp:27, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/lexical_cast.hpp:30, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/math/tools/convert_from_string.hpp:15, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/math/constants/constants.hpp:14, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/prim/scal/fun/constants.hpp:6, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/operator_unary_plus.hpp:7, from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:38, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses] failed ************ (Pred::************ ^ d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses] failed ************ (boost::mpl::not_::************ ^ In file included from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:49, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/std_isinf.hpp:16:42: warning: optimization attribute on 'int std::isinf(const stan::math::var&)' follows definition but the attribute doesn't match [-Wattributes] inline int isinf(const stan::math::var& a) { ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:100, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from Module.cpp:1: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/cmath:597:3: note: previous definition of 'constexpr bool std::isinf(long double)' was here isinf(long double __x) ^~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:49, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/std_isinf.hpp:16:42: warning: optimization attribute on 'int std::isinf(const stan::math::var&)' follows definition but the attribute doesn't match [-Wattributes] inline int isinf(const stan::math::var& a) { ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:100, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from Module.cpp:1: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/cmath:592:3: note: previous definition of 'constexpr bool std::isinf(double)' was here isinf(double __x) ^~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:49, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/std_isinf.hpp:16:42: warning: optimization attribute on 'int std::isinf(const stan::math::var&)' follows definition but the attribute doesn't match [-Wattributes] inline int isinf(const stan::math::var& a) { ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:100, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from Module.cpp:1: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/cmath:584:3: note: previous definition of 'constexpr bool std::isinf(float)' was here isinf(float __x) ^~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:50, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/std_isnan.hpp:18:42: warning: optimization attribute on 'int std::isnan(const stan::math::var&)' follows definition but the attribute doesn't match [-Wattributes] inline int isnan(const stan::math::var& a) { return isnan(a.val()); } ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:100, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from Module.cpp:1: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/cmath:624:3: note: previous definition of 'constexpr bool std::isnan(long double)' was here isnan(long double __x) ^~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:50, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/std_isnan.hpp:18:42: warning: optimization attribute on 'int std::isnan(const stan::math::var&)' follows definition but the attribute doesn't match [-Wattributes] inline int isnan(const stan::math::var& a) { return isnan(a.val()); } ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:100, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from Module.cpp:1: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/cmath:619:3: note: previous definition of 'constexpr bool std::isnan(double)' was here isnan(double __x) ^~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:50, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/std_isnan.hpp:18:42: warning: optimization attribute on 'int std::isnan(const stan::math::var&)' follows definition but the attribute doesn't match [-Wattributes] inline int isnan(const stan::math::var& a) { return isnan(a.val()); } ^ In file included from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/platform/compiler.h:100, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp/r/headers.h:62, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/RcppCommon.h:30, from d:/RCompile/CRANpkg/lib/4.1/Rcpp/include/Rcpp.h:27, from Module.cpp:1: D:/Compiler/rtools40/mingw32/include/c++/8.3.0/cmath:611:3: note: previous definition of 'constexpr bool std::isnan(float)' was here isnan(float __x) ^~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:47, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/set_zero_all_adjoints_nested.hpp:17:13: warning: 'void stan::math::set_zero_all_adjoints_nested()' defined but not used [-Wunused-function] static void set_zero_all_adjoints_nested() { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core.hpp:46, from ./stan/model/model_base.hpp:5, from Module.cpp:2: d:/RCompile/CRANpkg/lib/4.1/StanHeaders/include/stan/math/rev/core/set_zero_all_adjoints.hpp:14:13: warning: 'void stan::math::set_zero_all_adjoints()' defined but not used [-Wunused-function] static void set_zero_all_adjoints() { ^~~~~~~~~~~~~~~~~~~~~ d:/Compiler/rtools40/mingw32/bin/g++ -std=gnu++14 -I"D:/RCompile/recent/R-4.1.3/include" -DNDEBUG -I"../inst/include" -I"../inst/include/boost_not_in_BH" -I"." -DBOOST_DISABLE_ASSERTS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -DBOOST_NO_AUTO_PTR -DSTAN_THREADS -DRCPP_PARALLEL_USE_TBB=1 -I'd:/RCompile/CRANpkg/lib/4.1/Rcpp/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppEigen/include' -I'd:/RCompile/CRANpkg/lib/4.1/BH/include' -I'd:/RCompile/CRANpkg/lib/4.1/StanHeaders/include' -I'd:/RCompile/CRANpkg/lib/4.1/RcppParallel/include' -I"d:/Compiler/gcc-4.9.3/local330/include" -DRCPP_PARALLEL_USE_TBB=1 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c grammar_inst.cpp -o grammar_inst.o In file included from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/aux_/na_assert.hpp:23, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/arg.hpp:25, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/variant/variant_fwd.hpp:19, from d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/variant/recursive_variant.hpp:16, from ./stan/lang/ast/node/expression.hpp:4, from ./stan/lang/ast/type/bare_expr_type.hpp:4, from ./stan/lang/ast/variable_map.hpp:5, from ./stan/lang/ast.hpp:7, from ./stan/lang/grammars/bare_type_grammar_def.hpp:4, from grammar_inst.cpp:1: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/assert.hpp:194:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses] failed ************ (Pred::************ ^ d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/mpl/assert.hpp:199:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses] failed ************ (boost::mpl::not_::************ ^ In file included from ./stan/lang/grammars/bare_type_grammar_def.hpp:8, from grammar_inst.cpp:1: d:/RCompile/CRANpkg/lib/4.1/BH/include/boost/spirit/include/phoenix_core.hpp:12:51: note: #pragma message: This header is deprecated. Use instead. BOOST_HEADER_DEPRECATED("") ^ cc1plus.exe: out of memory allocating 65536 bytes make[1]: *** [D:/RCompile/recent/R-4.1.3/etc/i386/Makeconf:245: grammar_inst.o] Error 1 make[1]: Leaving directory '/d/temp/Rtmp69dNjM/R.INSTALLb7a474d6432a/rstan/src-i386' ERROR: compilation failed for package 'rstan' * removing 'd:/Rcompile/CRANpkg/lib/4.1/rstan' * restoring previous 'd:/Rcompile/CRANpkg/lib/4.1/rstan'