* installing *source* package 'gkwreg' ...
** this is package 'gkwreg' version '2.1.1'
** package 'gkwreg' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2025_11_15_13_34_13_7498/Rtmp6Ht07x/R.INSTALLf1342d6f946/gkwreg/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I"" -I"../inst/include" -I'D:/RCompile/CRANpkg/lib/4.5/TMB/include' -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c RcppExports.cpp -o RcppExports.o
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo:26,
                 from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
                 from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:32,
                 from RcppExports.cpp:4:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
  373 |   #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
      |                                                                        ^
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/Core:205,
                 from D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/Dense:1,
                 from D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/RcppEigenForward.h:28,
                 from D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/RcppEigen.h:25,
                 from RcppExports.cpp:5:
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes]
   46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i;
      |                                        ^
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes]
   47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b;
      |                                        ^
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes]
   49 | template<> struct is_arithmetic<__m128>  { enum { value = true }; };
      |                                       ^
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes]
   50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; };
      |                                        ^
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes]
   51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; };
      |                                        ^
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:222:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes]
  222 | template<> struct unpacket_traits<Packet4f> {
      |                                           ^
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:228:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes]
  228 | template<> struct unpacket_traits<Packet2d> {
      |                                           ^
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:1124:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes]
 1124 | ptranspose(PacketBlock<Packet4f,4>& kernel) {
      |                                  ^
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:1129:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes]
 1129 | ptranspose(PacketBlock<Packet2d,2>& kernel) {
      |                                  ^
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/Core:174:
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes]
   16 |   struct conj_helper<PACKET_REAL, PACKET_CPLX, false, false> {          \
      |                                                            ^
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL'
  173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes]
   29 |   struct conj_helper<PACKET_CPLX, PACKET_REAL, false, false> {          \
      |                                                            ^
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL'
  173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes]
   16 |   struct conj_helper<PACKET_REAL, PACKET_CPLX, false, false> {          \
      |                                                            ^
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL'
  298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes]
   29 |   struct conj_helper<PACKET_CPLX, PACKET_REAL, false, false> {          \
      |                                                            ^
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL'
  298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/Core:165:
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet<float, 4>':
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57:   required from 'struct Eigen::internal::traits<Eigen::Matrix<float, 4, 1> >'
   22 |   typedef typename find_best_packet<_Scalar,size>::type PacketScalar;
      |                                                         ^~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49:   required from 'struct Eigen::internal::traits<Eigen::Quaternion<float> >'
  266 |     Alignment = internal::traits<Coefficients>::Alignment,
      |                                                 ^~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46:   required from here
   24 |     ResAlignment = traits<Quaternion<float> >::Alignment
      |                                              ^~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
  208 |   typedef typename find_best_packet_helper<Size,typename packet_traits<T>::type>::type type;
      |                                                                                        ^~~~
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/Core:271:
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, 4, 1>, 0>':
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, 4, 1>, 1>'
  302 | class DenseCoeffsBase<Derived, WriteAccessors> : public DenseCoeffsBase<Derived, ReadOnlyAccessors>
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<float, 4, 1>, 3>'
  555 | class DenseCoeffsBase<Derived, DirectWriteAccessors>
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Matrix<float, 4, 1> >'
   41 | template<typename Derived> class DenseBase
      |                                  ^~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Matrix<float, 4, 1> >'
   48 | template<typename Derived> class MatrixBase
      |                                  ^~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7:   required from 'class Eigen::PlainObjectBase<Eigen::Matrix<float, 4, 1> >'
   98 | class PlainObjectBase : public internal::dense_xpr_base<Derived>::type
      |       ^~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7:   required from 'class Eigen::Matrix<float, 4, 1>'
  178 | class Matrix
      |       ^~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50:   required from 'class Eigen::QuaternionBase<Eigen::Quaternion<float> >'
   46 |   typedef typename Coefficients::CoeffReturnType CoeffReturnType;
      |                                                  ^~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7:   required from 'class Eigen::Quaternion<float>'
  273 | class Quaternion : public QuaternionBase<Quaternion<_Scalar,_Options> >
      |       ^~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3:   required from here
   27 |   {
      |   ^
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<float>::type' {aka '__m128'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet<double, 4>':
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57:   required from 'struct Eigen::internal::traits<Eigen::Matrix<double, 4, 1> >'
   22 |   typedef typename find_best_packet<_Scalar,size>::type PacketScalar;
      |                                                         ^~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49:   required from 'struct Eigen::internal::traits<Eigen::Quaternion<double> >'
  266 |     Alignment = internal::traits<Coefficients>::Alignment,
      |                                                 ^~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47:   required from here
   98 |     ResAlignment = traits<Quaternion<double> >::Alignment
      |                                               ^~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
  190 |          bool Stop = Size==Dynamic || (Size%unpacket_traits<PacketType>::size)==0 || is_same<PacketType,typename unpacket_traits<PacketType>::half>::value>
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes]
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
  208 |   typedef typename find_best_packet_helper<Size,typename packet_traits<T>::type>::type type;
      |                                                                                        ^~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 4, 1>, 0>':
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 4, 1>, 1>'
  302 | class DenseCoeffsBase<Derived, WriteAccessors> : public DenseCoeffsBase<Derived, ReadOnlyAccessors>
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7:   required from 'class Eigen::DenseCoeffsBase<Eigen::Matrix<double, 4, 1>, 3>'
  555 | class DenseCoeffsBase<Derived, DirectWriteAccessors>
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34:   required from 'class Eigen::DenseBase<Eigen::Matrix<double, 4, 1> >'
   41 | template<typename Derived> class DenseBase
      |                                  ^~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34:   required from 'class Eigen::MatrixBase<Eigen::Matrix<double, 4, 1> >'
   48 | template<typename Derived> class MatrixBase
      |                                  ^~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7:   required from 'class Eigen::PlainObjectBase<Eigen::Matrix<double, 4, 1> >'
   98 | class PlainObjectBase : public internal::dense_xpr_base<Derived>::type
      |       ^~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7:   required from 'class Eigen::Matrix<double, 4, 1>'
  178 | class Matrix
      |       ^~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50:   required from 'class Eigen::QuaternionBase<Eigen::Quaternion<double> >'
   46 |   typedef typename Coefficients::CoeffReturnType CoeffReturnType;
      |                                                  ^~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7:   required from 'class Eigen::Quaternion<double>'
  273 | class Quaternion : public QuaternionBase<Quaternion<_Scalar,_Options> >
      |       ^~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3:   required from here
  102 |   {
      |   ^
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
   56 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/SparseCore:37,
                 from D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/Sparse:26,
                 from D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/RcppEigenForward.h:29:
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase<Eigen::SparseMatrix<double, 0, int> >':
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7:   required from 'class Eigen::SparseCompressedBase<Eigen::SparseMatrix<double, 0, int> >'
   36 | class SparseCompressedBase
      |       ^~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7:   required from 'class Eigen::SparseMatrix<double, 0, int>'
   96 | class SparseMatrix
      |       ^~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25:   required from here
   61 |   typedef Triplet<double> T;
      |                         ^
D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits<double>::type' {aka '__m128d'} [-Wignored-attributes]
   47 |                      >::type PacketReturnType;
      |                              ^~~~~~~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I"" -I"../inst/include" -I'D:/RCompile/CRANpkg/lib/4.5/TMB/include' -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c gkwreg-predict-resid.cpp -o gkwreg-predict-resid.o
In file included from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo:26,
                 from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
                 from D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/RcppArmadillo.h:32,
                 from gkwreg-predict-resid.cpp:4:
D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
  373 |   #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
      |                                                                        ^
g++ -std=gnu++17 -shared -s -static-libgcc -o gkwreg.dll tmp.def RcppExports.o gkwreg-predict-resid.o -L -LD:/RCompile/recent/R-4.5.2/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.5.2/bin/x64 -lRblas -lgfortran -lquadmath -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.5.2/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_11_15_13_34_13_7498/Rtmp6Ht07x/R.INSTALLf1342d6f946/gkwreg/src'
make[1]: Entering directory '/d/temp/2025_11_15_13_34_13_7498/Rtmp6Ht07x/R.INSTALLf1342d6f946/gkwreg/src'
make[1]: Leaving directory '/d/temp/2025_11_15_13_34_13_7498/Rtmp6Ht07x/R.INSTALLf1342d6f946/gkwreg/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-gkwreg/00new/gkwreg/libs/x64
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/c/RTMP/gkwbetareg_20251115133726'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I"D:/RCompile/CRANpkg/lib/4.5/TMB/include" -I"D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include"   -DTMB_EIGEN_DISABLE_WARNINGS   -DTMB_LIB_INIT=R_init_gkwbetareg  -DCPPAD_FRAMEWORK -I'D:/RCompile/CRANpkg/lib/4.5/TMB/include' -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c gkwbetareg.cpp -o gkwbetareg.o
In file included from D:/RCompile/CRANpkg/lib/4.5/TMB/include/TMB.hpp:228,
                 from gkwbetareg.cpp:17:
gkwbetareg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = CppAD::AD<double>]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:1312:6:   required from here
 1312 |     F(); // Run through user template (modifies reportvector)
      |     ~^~
gkwbetareg.cpp:206:16: warning: unused variable 'useMeanCache' [-Wunused-variable]
  206 |   DATA_INTEGER(useMeanCache);  // Ignored - removed caching overhead
      |                ^~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
gkwbetareg.cpp:208:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  208 |   DATA_INTEGER(userChunkSize);  // Ignored - removed complexity
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
gkwbetareg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = double]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:2035:7:   required from here
 2035 |       PROTECT( res = asSEXP( pf->operator()() ) );
      |                              ~~~~~~~~~~~~~~^~
gkwbetareg.cpp:206:16: warning: unused variable 'useMeanCache' [-Wunused-variable]
  206 |   DATA_INTEGER(useMeanCache);  // Ignored - removed caching overhead
      |                ^~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
gkwbetareg.cpp:208:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  208 |   DATA_INTEGER(userChunkSize);  // Ignored - removed complexity
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
gkwbetareg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = CppAD::AD<CppAD::AD<double> >]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:917:29:   required from 'Type objective_function<Type>::evalUserTemplate() [with Type = CppAD::AD<CppAD::AD<double> >]'
  917 |     Type ans=this->operator()();
      |              ~~~~~~~~~~~~~~~^
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:2116:26:   required from here
 2116 |   y[0]=F.evalUserTemplate();
      |        ~~~~~~~~~~~~~~~~~~^~
gkwbetareg.cpp:206:16: warning: unused variable 'useMeanCache' [-Wunused-variable]
  206 |   DATA_INTEGER(useMeanCache);  // Ignored - removed caching overhead
      |                ^~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
gkwbetareg.cpp:208:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  208 |   DATA_INTEGER(userChunkSize);  // Ignored - removed complexity
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
gkwbetareg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = CppAD::AD<CppAD::AD<CppAD::AD<double> > >]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:917:29:   required from 'Type objective_function<Type>::evalUserTemplate() [with Type = CppAD::AD<CppAD::AD<CppAD::AD<double> > >]'
  917 |     Type ans=this->operator()();
      |              ~~~~~~~~~~~~~~~^
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:2365:28:   required from here
 2365 |   y[0] = F.evalUserTemplate();
      |          ~~~~~~~~~~~~~~~~~~^~
gkwbetareg.cpp:206:16: warning: unused variable 'useMeanCache' [-Wunused-variable]
  206 |   DATA_INTEGER(useMeanCache);  // Ignored - removed caching overhead
      |                ^~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
gkwbetareg.cpp:208:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  208 |   DATA_INTEGER(userChunkSize);  // Ignored - removed complexity
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o gkwbetareg.dll tmp.def gkwbetareg.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.5.2/bin/x64 -lR
make[1]: Leaving directory '/c/RTMP/gkwbetareg_20251115133726'
make[1]: Entering directory '/c/RTMP/gkwbetareg_20251115133726'
make[1]: Leaving directory '/c/RTMP/gkwbetareg_20251115133726'
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/c/RTMP/bkwreg_20251115133821'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I"D:/RCompile/CRANpkg/lib/4.5/TMB/include" -I"D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include"   -DTMB_EIGEN_DISABLE_WARNINGS   -DTMB_LIB_INIT=R_init_bkwreg  -DCPPAD_FRAMEWORK -I'D:/RCompile/CRANpkg/lib/4.5/TMB/include' -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c bkwreg.cpp -o bkwreg.o
In file included from D:/RCompile/CRANpkg/lib/4.5/TMB/include/TMB.hpp:228,
                 from bkwreg.cpp:13:
bkwreg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = CppAD::AD<double>]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:1312:6:   required from here
 1312 |     F(); // Run through user template (modifies reportvector)
      |     ~^~
bkwreg.cpp:314:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  314 |   DATA_INTEGER(userChunkSize);  // For compatibility
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
bkwreg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = double]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:2035:7:   required from here
 2035 |       PROTECT( res = asSEXP( pf->operator()() ) );
      |                              ~~~~~~~~~~~~~~^~
bkwreg.cpp:314:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  314 |   DATA_INTEGER(userChunkSize);  // For compatibility
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
bkwreg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = CppAD::AD<CppAD::AD<double> >]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:917:29:   required from 'Type objective_function<Type>::evalUserTemplate() [with Type = CppAD::AD<CppAD::AD<double> >]'
  917 |     Type ans=this->operator()();
      |              ~~~~~~~~~~~~~~~^
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:2116:26:   required from here
 2116 |   y[0]=F.evalUserTemplate();
      |        ~~~~~~~~~~~~~~~~~~^~
bkwreg.cpp:314:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  314 |   DATA_INTEGER(userChunkSize);  // For compatibility
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
bkwreg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = CppAD::AD<CppAD::AD<CppAD::AD<double> > >]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:917:29:   required from 'Type objective_function<Type>::evalUserTemplate() [with Type = CppAD::AD<CppAD::AD<CppAD::AD<double> > >]'
  917 |     Type ans=this->operator()();
      |              ~~~~~~~~~~~~~~~^
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:2365:28:   required from here
 2365 |   y[0] = F.evalUserTemplate();
      |          ~~~~~~~~~~~~~~~~~~^~
bkwreg.cpp:314:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  314 |   DATA_INTEGER(userChunkSize);  // For compatibility
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o bkwreg.dll tmp.def bkwreg.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.5.2/bin/x64 -lR
make[1]: Leaving directory '/c/RTMP/bkwreg_20251115133821'
make[1]: Entering directory '/c/RTMP/bkwreg_20251115133821'
make[1]: Leaving directory '/c/RTMP/bkwreg_20251115133821'
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/c/RTMP/ekwreg_20251115133910'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I"D:/RCompile/CRANpkg/lib/4.5/TMB/include" -I"D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include"   -DTMB_EIGEN_DISABLE_WARNINGS   -DTMB_LIB_INIT=R_init_ekwreg  -DCPPAD_FRAMEWORK -I'D:/RCompile/CRANpkg/lib/4.5/TMB/include' -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c ekwreg.cpp -o ekwreg.o
In file included from D:/RCompile/CRANpkg/lib/4.5/TMB/include/TMB.hpp:228,
                 from ekwreg.cpp:20:
ekwreg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = CppAD::AD<double>]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:1312:6:   required from here
 1312 |     F(); // Run through user template (modifies reportvector)
      |     ~^~
ekwreg.cpp:318:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  318 |   DATA_INTEGER(userChunkSize);
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
ekwreg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = double]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:2035:7:   required from here
 2035 |       PROTECT( res = asSEXP( pf->operator()() ) );
      |                              ~~~~~~~~~~~~~~^~
ekwreg.cpp:318:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  318 |   DATA_INTEGER(userChunkSize);
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
ekwreg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = CppAD::AD<CppAD::AD<double> >]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:917:29:   required from 'Type objective_function<Type>::evalUserTemplate() [with Type = CppAD::AD<CppAD::AD<double> >]'
  917 |     Type ans=this->operator()();
      |              ~~~~~~~~~~~~~~~^
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:2116:26:   required from here
 2116 |   y[0]=F.evalUserTemplate();
      |        ~~~~~~~~~~~~~~~~~~^~
ekwreg.cpp:318:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  318 |   DATA_INTEGER(userChunkSize);
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
ekwreg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = CppAD::AD<CppAD::AD<CppAD::AD<double> > >]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:917:29:   required from 'Type objective_function<Type>::evalUserTemplate() [with Type = CppAD::AD<CppAD::AD<CppAD::AD<double> > >]'
  917 |     Type ans=this->operator()();
      |              ~~~~~~~~~~~~~~~^
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:2365:28:   required from here
 2365 |   y[0] = F.evalUserTemplate();
      |          ~~~~~~~~~~~~~~~~~~^~
ekwreg.cpp:318:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  318 |   DATA_INTEGER(userChunkSize);
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o ekwreg.dll tmp.def ekwreg.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.5.2/bin/x64 -lR
make[1]: Leaving directory '/c/RTMP/ekwreg_20251115133910'
make[1]: Entering directory '/c/RTMP/ekwreg_20251115133910'
make[1]: Leaving directory '/c/RTMP/ekwreg_20251115133910'
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/c/RTMP/gkwreg_20251115133946'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I"D:/RCompile/CRANpkg/lib/4.5/TMB/include" -I"D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include"   -DTMB_EIGEN_DISABLE_WARNINGS   -DTMB_LIB_INIT=R_init_gkwreg  -DCPPAD_FRAMEWORK -I'D:/RCompile/CRANpkg/lib/4.5/TMB/include' -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c gkwreg.cpp -o gkwreg.o
In file included from D:/RCompile/CRANpkg/lib/4.5/TMB/include/TMB.hpp:228,
                 from gkwreg.cpp:29:
gkwreg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = CppAD::AD<double>]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:1312:6:   required from here
 1312 |     F(); // Run through user template (modifies reportvector)
      |     ~^~
gkwreg.cpp:345:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  345 |   DATA_INTEGER(userChunkSize);  // For compatibility
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
gkwreg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = double]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:2035:7:   required from here
 2035 |       PROTECT( res = asSEXP( pf->operator()() ) );
      |                              ~~~~~~~~~~~~~~^~
gkwreg.cpp:345:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  345 |   DATA_INTEGER(userChunkSize);  // For compatibility
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
gkwreg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = CppAD::AD<CppAD::AD<double> >]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:917:29:   required from 'Type objective_function<Type>::evalUserTemplate() [with Type = CppAD::AD<CppAD::AD<double> >]'
  917 |     Type ans=this->operator()();
      |              ~~~~~~~~~~~~~~~^
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:2116:26:   required from here
 2116 |   y[0]=F.evalUserTemplate();
      |        ~~~~~~~~~~~~~~~~~~^~
gkwreg.cpp:345:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  345 |   DATA_INTEGER(userChunkSize);  // For compatibility
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
gkwreg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = CppAD::AD<CppAD::AD<CppAD::AD<double> > >]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:917:29:   required from 'Type objective_function<Type>::evalUserTemplate() [with Type = CppAD::AD<CppAD::AD<CppAD::AD<double> > >]'
  917 |     Type ans=this->operator()();
      |              ~~~~~~~~~~~~~~~^
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:2365:28:   required from here
 2365 |   y[0] = F.evalUserTemplate();
      |          ~~~~~~~~~~~~~~~~~~^~
gkwreg.cpp:345:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  345 |   DATA_INTEGER(userChunkSize);  // For compatibility
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o gkwreg.dll tmp.def gkwreg.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.5.2/bin/x64 -lR
make[1]: Leaving directory '/c/RTMP/gkwreg_20251115133946'
make[1]: Entering directory '/c/RTMP/gkwreg_20251115133946'
make[1]: Leaving directory '/c/RTMP/gkwreg_20251115133946'
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/c/RTMP/kkwreg_20251115134029'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I"D:/RCompile/CRANpkg/lib/4.5/TMB/include" -I"D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include"   -DTMB_EIGEN_DISABLE_WARNINGS   -DTMB_LIB_INIT=R_init_kkwreg  -DCPPAD_FRAMEWORK -I'D:/RCompile/CRANpkg/lib/4.5/TMB/include' -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c kkwreg.cpp -o kkwreg.o
In file included from D:/RCompile/CRANpkg/lib/4.5/TMB/include/TMB.hpp:228,
                 from kkwreg.cpp:17:
kkwreg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = CppAD::AD<double>]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:1312:6:   required from here
 1312 |     F(); // Run through user template (modifies reportvector)
      |     ~^~
kkwreg.cpp:315:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  315 |   DATA_INTEGER(userChunkSize);  // For compatibility
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
kkwreg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = double]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:2035:7:   required from here
 2035 |       PROTECT( res = asSEXP( pf->operator()() ) );
      |                              ~~~~~~~~~~~~~~^~
kkwreg.cpp:315:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  315 |   DATA_INTEGER(userChunkSize);  // For compatibility
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
kkwreg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = CppAD::AD<CppAD::AD<double> >]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:917:29:   required from 'Type objective_function<Type>::evalUserTemplate() [with Type = CppAD::AD<CppAD::AD<double> >]'
  917 |     Type ans=this->operator()();
      |              ~~~~~~~~~~~~~~~^
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:2116:26:   required from here
 2116 |   y[0]=F.evalUserTemplate();
      |        ~~~~~~~~~~~~~~~~~~^~
kkwreg.cpp:315:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  315 |   DATA_INTEGER(userChunkSize);  // For compatibility
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
kkwreg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = CppAD::AD<CppAD::AD<CppAD::AD<double> > >]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:917:29:   required from 'Type objective_function<Type>::evalUserTemplate() [with Type = CppAD::AD<CppAD::AD<CppAD::AD<double> > >]'
  917 |     Type ans=this->operator()();
      |              ~~~~~~~~~~~~~~~^
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:2365:28:   required from here
 2365 |   y[0] = F.evalUserTemplate();
      |          ~~~~~~~~~~~~~~~~~~^~
kkwreg.cpp:315:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  315 |   DATA_INTEGER(userChunkSize);  // For compatibility
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o kkwreg.dll tmp.def kkwreg.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.5.2/bin/x64 -lR
make[1]: Leaving directory '/c/RTMP/kkwreg_20251115134029'
make[1]: Entering directory '/c/RTMP/kkwreg_20251115134029'
make[1]: Leaving directory '/c/RTMP/kkwreg_20251115134029'
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/c/RTMP/kwreg_20251115134108'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I"D:/RCompile/CRANpkg/lib/4.5/TMB/include" -I"D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include"   -DTMB_EIGEN_DISABLE_WARNINGS   -DTMB_LIB_INIT=R_init_kwreg  -DCPPAD_FRAMEWORK -I'D:/RCompile/CRANpkg/lib/4.5/TMB/include' -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c kwreg.cpp -o kwreg.o
In file included from D:/RCompile/CRANpkg/lib/4.5/TMB/include/TMB.hpp:228,
                 from kwreg.cpp:20:
kwreg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = CppAD::AD<double>]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:1312:6:   required from here
 1312 |     F(); // Run through user template (modifies reportvector)
      |     ~^~
kwreg.cpp:290:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  290 |   DATA_INTEGER(userChunkSize);  // For compatibility
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
kwreg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = double]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:2035:7:   required from here
 2035 |       PROTECT( res = asSEXP( pf->operator()() ) );
      |                              ~~~~~~~~~~~~~~^~
kwreg.cpp:290:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  290 |   DATA_INTEGER(userChunkSize);  // For compatibility
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
kwreg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = CppAD::AD<CppAD::AD<double> >]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:917:29:   required from 'Type objective_function<Type>::evalUserTemplate() [with Type = CppAD::AD<CppAD::AD<double> >]'
  917 |     Type ans=this->operator()();
      |              ~~~~~~~~~~~~~~~^
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:2116:26:   required from here
 2116 |   y[0]=F.evalUserTemplate();
      |        ~~~~~~~~~~~~~~~~~~^~
kwreg.cpp:290:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  290 |   DATA_INTEGER(userChunkSize);  // For compatibility
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
kwreg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = CppAD::AD<CppAD::AD<CppAD::AD<double> > >]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:917:29:   required from 'Type objective_function<Type>::evalUserTemplate() [with Type = CppAD::AD<CppAD::AD<CppAD::AD<double> > >]'
  917 |     Type ans=this->operator()();
      |              ~~~~~~~~~~~~~~~^
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:2365:28:   required from here
 2365 |   y[0] = F.evalUserTemplate();
      |          ~~~~~~~~~~~~~~~~~~^~
kwreg.cpp:290:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  290 |   DATA_INTEGER(userChunkSize);  // For compatibility
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o kwreg.dll tmp.def kwreg.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.5.2/bin/x64 -lR
make[1]: Leaving directory '/c/RTMP/kwreg_20251115134108'
make[1]: Entering directory '/c/RTMP/kwreg_20251115134108'
make[1]: Leaving directory '/c/RTMP/kwreg_20251115134108'
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/c/RTMP/mcreg_20251115134150'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.5.2/include" -DNDEBUG -I"D:/RCompile/CRANpkg/lib/4.5/TMB/include" -I"D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include"   -DTMB_EIGEN_DISABLE_WARNINGS   -DTMB_LIB_INIT=R_init_mcreg  -DCPPAD_FRAMEWORK -I'D:/RCompile/CRANpkg/lib/4.5/TMB/include' -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppArmadillo/include' -I'D:/RCompile/CRANpkg/lib/4.5/RcppEigen/include'   -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c mcreg.cpp -o mcreg.o
In file included from D:/RCompile/CRANpkg/lib/4.5/TMB/include/TMB.hpp:228,
                 from mcreg.cpp:19:
mcreg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = CppAD::AD<double>]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:1312:6:   required from here
 1312 |     F(); // Run through user template (modifies reportvector)
      |     ~^~
mcreg.cpp:262:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  262 |   DATA_INTEGER(userChunkSize);  // Restored (but not used in simple loop)
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
mcreg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = double]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:2035:7:   required from here
 2035 |       PROTECT( res = asSEXP( pf->operator()() ) );
      |                              ~~~~~~~~~~~~~~^~
mcreg.cpp:262:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  262 |   DATA_INTEGER(userChunkSize);  // Restored (but not used in simple loop)
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
mcreg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = CppAD::AD<CppAD::AD<double> >]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:917:29:   required from 'Type objective_function<Type>::evalUserTemplate() [with Type = CppAD::AD<CppAD::AD<double> >]'
  917 |     Type ans=this->operator()();
      |              ~~~~~~~~~~~~~~~^
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:2116:26:   required from here
 2116 |   y[0]=F.evalUserTemplate();
      |        ~~~~~~~~~~~~~~~~~~^~
mcreg.cpp:262:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  262 |   DATA_INTEGER(userChunkSize);  // Restored (but not used in simple loop)
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
mcreg.cpp: In instantiation of 'Type objective_function<Type>::operator()() [with Type = CppAD::AD<CppAD::AD<CppAD::AD<double> > >]':
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:917:29:   required from 'Type objective_function<Type>::evalUserTemplate() [with Type = CppAD::AD<CppAD::AD<CppAD::AD<double> > >]'
  917 |     Type ans=this->operator()();
      |              ~~~~~~~~~~~~~~~^
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:2365:28:   required from here
 2365 |   y[0] = F.evalUserTemplate();
      |          ~~~~~~~~~~~~~~~~~~^~
mcreg.cpp:262:16: warning: unused variable 'userChunkSize' [-Wunused-variable]
  262 |   DATA_INTEGER(userChunkSize);  // Restored (but not used in simple loop)
      |                ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/TMB/include/tmb_core.hpp:261:32: note: in definition of macro 'DATA_INTEGER'
  261 | #define DATA_INTEGER(name) int name(CppAD::Integer(asVector<Type>(      \
      |                                ^~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o mcreg.dll tmp.def mcreg.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.5.2/bin/x64 -lR
make[1]: Leaving directory '/c/RTMP/mcreg_20251115134150'
make[1]: Entering directory '/c/RTMP/mcreg_20251115134150'
make[1]: Leaving directory '/c/RTMP/mcreg_20251115134150'
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'gkwreg' as gkwreg_2.1.1.zip
* DONE (gkwreg)