* installing *source* package 'exceedProb' ...
** package 'exceedProb' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.3.0'
using C++11
make[1]: Entering directory '/d/temp/2024_12_22_01_50_00_26287/RtmpUnuyK9/R.INSTALL1488453df3c04/exceedProb/src'
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/BH/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/BH/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c exceedProb.cpp -o exceedProb.o
g++  -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.5/BH/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -DR_NO_REMAP -c pnct.cpp -o pnct.o
In file included from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_beta.hpp:13,
                 from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:14,
                 from pnct.cpp:4:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/config.hpp:28:6: warning: #warning "Boost.Math requires C++14" [-Wcpp]
   28 | #    warning "Boost.Math requires C++14"
      |      ^~~~~~~
In file included from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:15,
                 from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_beta.hpp:18:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:208:12: error: 'is_final' has not been declared in 'std'
  208 | using std::is_final;
      |            ^~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:259:12: error: 'remove_cv_t' has not been declared in 'std'
  259 | using std::remove_cv_t;
      |            ^~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:261:12: error: 'remove_const_t' has not been declared in 'std'
  261 | using std::remove_const_t;
      |            ^~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:263:12: error: 'remove_volatile_t' has not been declared in 'std'
  263 | using std::remove_volatile_t;
      |            ^~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:265:12: error: 'add_cv_t' has not been declared in 'std'
  265 | using std::add_cv_t;
      |            ^~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:267:12: error: 'add_const_t' has not been declared in 'std'
  267 | using std::add_const_t;
      |            ^~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:269:12: error: 'add_volatile_t' has not been declared in 'std'
  269 | using std::add_volatile_t;
      |            ^~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:273:12: error: 'remove_reference_t' has not been declared in 'std'
  273 | using std::remove_reference_t;
      |            ^~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:275:12: error: 'add_lvalue_reference_t' has not been declared in 'std'
  275 | using std::add_lvalue_reference_t;
      |            ^~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:277:12: error: 'add_rvalue_reference_t' has not been declared in 'std'
  277 | using std::add_rvalue_reference_t;
      |            ^~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:281:12: error: 'remove_pointer_t' has not been declared in 'std'
  281 | using std::remove_pointer_t;
      |            ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:283:12: error: 'add_pointer_t' has not been declared in 'std'
  283 | using std::add_pointer_t;
      |            ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:287:12: error: 'make_signed_t' has not been declared in 'std'
  287 | using std::make_signed_t;
      |            ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:289:12: error: 'make_unsigned_t' has not been declared in 'std'
  289 | using std::make_unsigned_t;
      |            ^~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:293:12: error: 'remove_extent_t' has not been declared in 'std'
  293 | using std::remove_extent_t;
      |            ^~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:295:12: error: 'remove_all_extents_t' has not been declared in 'std'
  295 | using std::remove_all_extents_t;
      |            ^~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:299:12: error: 'decay_t' has not been declared in 'std'
  299 | using std::decay_t;
      |            ^~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:301:12: error: 'enable_if_t' has not been declared in 'std'
  301 | using std::enable_if_t;
      |            ^~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:303:12: error: 'conditional_t' has not been declared in 'std'
  303 | using std::conditional_t;
      |            ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:305:12: error: 'common_type_t' has not been declared in 'std'
  305 | using std::common_type_t;
      |            ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:307:12: error: 'underlying_type_t' has not been declared in 'std'
  307 | using std::underlying_type_t;
      |            ^~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:315:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  315 | BOOST_MATH_INLINE_CONSTEXPR bool is_void_v = boost::math::is_void<T>::value;
      |                                  ^~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:318:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  318 | BOOST_MATH_INLINE_CONSTEXPR bool is_null_pointer_v = boost::math::is_null_pointer<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:321:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  321 | BOOST_MATH_INLINE_CONSTEXPR bool is_integral_v = boost::math::is_integral<T>::value;
      |                                  ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:324:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  324 | BOOST_MATH_INLINE_CONSTEXPR bool is_floating_point_v = boost::math::is_floating_point<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:327:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  327 | BOOST_MATH_INLINE_CONSTEXPR bool is_array_v = boost::math::is_array<T>::value;
      |                                  ^~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:330:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  330 | BOOST_MATH_INLINE_CONSTEXPR bool is_enum_v = boost::math::is_enum<T>::value;
      |                                  ^~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:333:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  333 | BOOST_MATH_INLINE_CONSTEXPR bool is_union_v = boost::math::is_union<T>::value;
      |                                  ^~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:336:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  336 | BOOST_MATH_INLINE_CONSTEXPR bool is_class_v = boost::math::is_class<T>::value;
      |                                  ^~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:339:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  339 | BOOST_MATH_INLINE_CONSTEXPR bool is_function_v = boost::math::is_function<T>::value;
      |                                  ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:342:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  342 | BOOST_MATH_INLINE_CONSTEXPR bool is_pointer_v = boost::math::is_pointer<T>::value;
      |                                  ^~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:345:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  345 | BOOST_MATH_INLINE_CONSTEXPR bool is_lvalue_reference_v = boost::math::is_lvalue_reference<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:348:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  348 | BOOST_MATH_INLINE_CONSTEXPR bool is_rvalue_reference_v = boost::math::is_rvalue_reference<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:351:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  351 | BOOST_MATH_INLINE_CONSTEXPR bool is_member_object_pointer_v = boost::math::is_member_object_pointer<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:354:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  354 | BOOST_MATH_INLINE_CONSTEXPR bool is_member_function_pointer_v = boost::math::is_member_function_pointer<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:357:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  357 | BOOST_MATH_INLINE_CONSTEXPR bool is_fundamental_v = boost::math::is_fundamental<T>::value;
      |                                  ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:360:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  360 | BOOST_MATH_INLINE_CONSTEXPR bool is_arithmetic_v = boost::math::is_arithmetic<T>::value;
      |                                  ^~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:363:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  363 | BOOST_MATH_INLINE_CONSTEXPR bool is_scalar_v = boost::math::is_scalar<T>::value;
      |                                  ^~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:366:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  366 | BOOST_MATH_INLINE_CONSTEXPR bool is_object_v = boost::math::is_object<T>::value;
      |                                  ^~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:369:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  369 | BOOST_MATH_INLINE_CONSTEXPR bool is_compound_v = boost::math::is_compound<T>::value;
      |                                  ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:372:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  372 | BOOST_MATH_INLINE_CONSTEXPR bool is_reference_v = boost::math::is_reference<T>::value;
      |                                  ^~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:375:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  375 | BOOST_MATH_INLINE_CONSTEXPR bool is_member_pointer_v = boost::math::is_member_pointer<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:378:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  378 | BOOST_MATH_INLINE_CONSTEXPR bool is_const_v = boost::math::is_const<T>::value;
      |                                  ^~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:381:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  381 | BOOST_MATH_INLINE_CONSTEXPR bool is_volatile_v = boost::math::is_volatile<T>::value;
      |                                  ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:384:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  384 | BOOST_MATH_INLINE_CONSTEXPR bool is_trivial_v = boost::math::is_trivial<T>::value;
      |                                  ^~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:387:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  387 | BOOST_MATH_INLINE_CONSTEXPR bool is_trivially_copyable_v = boost::math::is_trivially_copyable<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:390:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  390 | BOOST_MATH_INLINE_CONSTEXPR bool is_standard_layout_v = boost::math::is_standard_layout<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:393:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  393 | BOOST_MATH_INLINE_CONSTEXPR bool is_empty_v = boost::math::is_empty<T>::value;
      |                                  ^~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:396:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  396 | BOOST_MATH_INLINE_CONSTEXPR bool is_polymorphic_v = boost::math::is_polymorphic<T>::value;
      |                                  ^~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:399:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  399 | BOOST_MATH_INLINE_CONSTEXPR bool is_abstract_v = boost::math::is_abstract<T>::value;
      |                                  ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:402:60: error: 'is_final' is not a member of 'boost::math'; did you mean 'is_final_v'?
  402 | BOOST_MATH_INLINE_CONSTEXPR bool is_final_v = boost::math::is_final<T>::value;
      |                                                            ^~~~~~~~
      |                                                            is_final_v
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:402:70: error: expected primary-expression before '>' token
  402 | BOOST_MATH_INLINE_CONSTEXPR bool is_final_v = boost::math::is_final<T>::value;
      |                                                                      ^
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:402:73: error: '::value' has not been declared
  402 | BOOST_MATH_INLINE_CONSTEXPR bool is_final_v = boost::math::is_final<T>::value;
      |                                                                         ^~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:402:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  402 | BOOST_MATH_INLINE_CONSTEXPR bool is_final_v = boost::math::is_final<T>::value;
      |                                  ^~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:405:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  405 | BOOST_MATH_INLINE_CONSTEXPR bool is_signed_v = boost::math::is_signed<T>::value;
      |                                  ^~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:408:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  408 | BOOST_MATH_INLINE_CONSTEXPR bool is_unsigned_v = boost::math::is_unsigned<T>::value;
      |                                  ^~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:411:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  411 | BOOST_MATH_INLINE_CONSTEXPR bool is_constructible_v = boost::math::is_constructible<T, Args...>::value;
      |                                  ^~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:414:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  414 | BOOST_MATH_INLINE_CONSTEXPR bool is_trivially_constructible_v = boost::math::is_trivially_constructible<T, Args...>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:417:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  417 | BOOST_MATH_INLINE_CONSTEXPR bool is_nothrow_constructible_v = boost::math::is_nothrow_constructible<T, Args...>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:420:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  420 | BOOST_MATH_INLINE_CONSTEXPR bool is_default_constructible_v = boost::math::is_default_constructible<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:423:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  423 | BOOST_MATH_INLINE_CONSTEXPR bool is_trivially_default_constructible_v = boost::math::is_trivially_default_constructible<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:426:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  426 | BOOST_MATH_INLINE_CONSTEXPR bool is_nothrow_default_constructible_v = boost::math::is_nothrow_default_constructible<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:429:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  429 | BOOST_MATH_INLINE_CONSTEXPR bool is_copy_constructible_v = boost::math::is_copy_constructible<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:432:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  432 | BOOST_MATH_INLINE_CONSTEXPR bool is_trivially_copy_constructible_v = boost::math::is_trivially_copy_constructible<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:435:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  435 | BOOST_MATH_INLINE_CONSTEXPR bool is_nothrow_copy_constructible_v = boost::math::is_nothrow_copy_constructible<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:438:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  438 | BOOST_MATH_INLINE_CONSTEXPR bool is_move_constructible_v = boost::math::is_move_constructible<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:441:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  441 | BOOST_MATH_INLINE_CONSTEXPR bool is_trivially_move_constructible_v = boost::math::is_trivially_move_constructible<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:444:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  444 | BOOST_MATH_INLINE_CONSTEXPR bool is_nothrow_move_constructible_v = boost::math::is_nothrow_move_constructible<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:447:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  447 | BOOST_MATH_INLINE_CONSTEXPR bool is_assignable_v = boost::math::is_assignable<T, U>::value;
      |                                  ^~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:450:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  450 | BOOST_MATH_INLINE_CONSTEXPR bool is_trivially_assignable_v = boost::math::is_trivially_assignable<T, U>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:453:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  453 | BOOST_MATH_INLINE_CONSTEXPR bool is_nothrow_assignable_v = boost::math::is_nothrow_assignable<T, U>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:456:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  456 | BOOST_MATH_INLINE_CONSTEXPR bool is_copy_assignable_v = boost::math::is_copy_assignable<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:459:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  459 | BOOST_MATH_INLINE_CONSTEXPR bool is_trivially_copy_assignable_v = boost::math::is_trivially_copy_assignable<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:462:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  462 | BOOST_MATH_INLINE_CONSTEXPR bool is_nothrow_copy_assignable_v = boost::math::is_nothrow_copy_assignable<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:465:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  465 | BOOST_MATH_INLINE_CONSTEXPR bool is_move_assignable_v = boost::math::is_move_assignable<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:468:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  468 | BOOST_MATH_INLINE_CONSTEXPR bool is_trivially_move_assignable_v = boost::math::is_trivially_move_assignable<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:471:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  471 | BOOST_MATH_INLINE_CONSTEXPR bool is_nothrow_move_assignable_v = boost::math::is_nothrow_move_assignable<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:474:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  474 | BOOST_MATH_INLINE_CONSTEXPR bool is_destructible_v = boost::math::is_destructible<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:477:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  477 | BOOST_MATH_INLINE_CONSTEXPR bool is_trivially_destructible_v = boost::math::is_trivially_destructible<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:480:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  480 | BOOST_MATH_INLINE_CONSTEXPR bool is_nothrow_destructible_v = boost::math::is_nothrow_destructible<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:483:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  483 | BOOST_MATH_INLINE_CONSTEXPR bool has_virtual_destructor_v = boost::math::has_virtual_destructor<T>::value;
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:486:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  486 | BOOST_MATH_INLINE_CONSTEXPR bool is_same_v = boost::math::is_same<T, U>::value;
      |                                  ^~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/type_traits.hpp:489:34: warning: variable templates only available with '-std=c++14' or '-std=gnu++14' [-Wc++14-extensions]
  489 | BOOST_MATH_INLINE_CONSTEXPR bool is_base_of_v = boost::math::is_base_of<T, U>::value;
      |                                  ^~~~~~~~~~~~
In file included from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:20:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/promotion.hpp:90:36: error: 'common_type_t' in namespace 'boost::math' does not name a template type; did you mean 'common_type'?
   90 |          using type = boost::math::common_type_t<T1, T2, float>;
      |                                    ^~~~~~~~~~~~~
      |                                    common_type
In file included from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:30,
                 from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:22:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/trunc.hpp:324:44: error: 'enable_if_t' in namespace 'boost::math' does not name a template type; did you mean 'enable_if'?
  324 | BOOST_MATH_GPU_ENABLED inline boost::math::enable_if_t<boost::math::is_constructible_v<int, T>, int>
      |                                            ^~~~~~~~~~~
      |                                            enable_if
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/trunc.hpp:331:44: error: 'enable_if_t' in namespace 'boost::math' does not name a template type; did you mean 'enable_if'?
  331 | BOOST_MATH_GPU_ENABLED inline boost::math::enable_if_t<!boost::math::is_constructible_v<int, T>, int>
      |                                            ^~~~~~~~~~~
      |                                            enable_if
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/trunc.hpp:339:44: error: 'enable_if_t' in namespace 'boost::math' does not name a template type; did you mean 'enable_if'?
  339 | BOOST_MATH_GPU_ENABLED inline boost::math::enable_if_t<boost::math::is_constructible_v<long, T>, long>
      |                                            ^~~~~~~~~~~
      |                                            enable_if
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/trunc.hpp:346:44: error: 'enable_if_t' in namespace 'boost::math' does not name a template type; did you mean 'enable_if'?
  346 | BOOST_MATH_GPU_ENABLED inline boost::math::enable_if_t<!boost::math::is_constructible_v<long, T>, long>
      |                                            ^~~~~~~~~~~
      |                                            enable_if
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/trunc.hpp:354:44: error: 'enable_if_t' in namespace 'boost::math' does not name a template type; did you mean 'enable_if'?
  354 | BOOST_MATH_GPU_ENABLED inline boost::math::enable_if_t<boost::math::is_constructible_v<long long, T>, long long>
      |                                            ^~~~~~~~~~~
      |                                            enable_if
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/trunc.hpp:361:53: error: 'enable_if_t' in namespace 'boost::math' does not name a template type; did you mean 'enable_if'?
  361 | BOOST_MATH_GPU_ENABLED inline typename boost::math::enable_if_t<!boost::math::is_constructible_v<long long, T>, long long>
      |                                                     ^~~~~~~~~~~
      |                                                     enable_if
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/trunc.hpp:361:64: error: expected unqualified-id before '<' token
  361 | BOOST_MATH_GPU_ENABLED inline typename boost::math::enable_if_t<!boost::math::is_constructible_v<long long, T>, long long>
      |                                                                ^
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/trunc.hpp:369:76: error: 'enable_if_t' in namespace 'boost::math' does not name a template type; did you mean 'enable_if'?
  369 | BOOST_MATH_GPU_ENABLED [[deprecated("Use llconvert")]] inline boost::math::enable_if_t<boost::math::is_constructible_v<long long, T>, long long>
      |                                                                            ^~~~~~~~~~~
      |                                                                            enable_if
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/trunc.hpp:376:85: error: 'enable_if_t' in namespace 'boost::math' does not name a template type; did you mean 'enable_if'?
  376 | BOOST_MATH_GPU_ENABLED [[deprecated("Use llconvert")]] inline typename boost::math::enable_if_t<!boost::math::is_constructible_v<long long, T>, long long>
      |                                                                                     ^~~~~~~~~~~
      |                                                                                     enable_if
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/trunc.hpp:376:96: error: expected unqualified-id before '<' token
  376 | BOOST_MATH_GPU_ENABLED [[deprecated("Use llconvert")]] inline typename boost::math::enable_if_t<!boost::math::is_constructible_v<long long, T>, long long>
      |                                                                                                ^
In file included from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/detail/polygamma.hpp:24,
                 from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/polygamma.hpp:15,
                 from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:42:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/pow.hpp:126:79: error: redeclaration 'constexpr typename boost::math::tools::promote_args<T2>::type boost::math::pow(T, const Policy&)' differs in 'constexpr' from previous declaration
  126 | BOOST_MATH_GPU_ENABLED constexpr inline typename tools::promote_args<T>::type pow(T base, const Policy& policy)
      |                                                                               ^~~
In file included from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:28:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/math_fwd.hpp:1173:79: note: previous declaration 'boost::math::tools::promote_args_t<T> boost::math::pow(T, const Policy&)'
 1173 |    BOOST_MATH_GPU_ENABLED BOOST_MATH_CXX14_CONSTEXPR tools::promote_args_t<T> pow(T base, const Policy& policy);
      |                                                                               ^~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/pow.hpp:133:79: error: redeclaration 'constexpr typename boost::math::tools::promote_args<T2>::type boost::math::pow(T)' differs in 'constexpr' from previous declaration
  133 | BOOST_MATH_GPU_ENABLED constexpr inline typename tools::promote_args<T>::type pow(T base)
      |                                                                               ^~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/math_fwd.hpp:1176:79: note: previous declaration 'boost::math::tools::promote_args_t<T> boost::math::pow(T)'
 1176 |    BOOST_MATH_GPU_ENABLED BOOST_MATH_CXX14_CONSTEXPR tools::promote_args_t<T> pow(T base);
      |                                                                               ^~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/promotion.hpp: In instantiation of 'struct boost::math::tools::promote_args_permissive<double, double, boost::math::policies::policy<boost::math::policies::promote_double<false>, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy> >':
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/promotion.hpp:119:16:   required from 'struct boost::math::tools::promote_args<double, double, boost::math::policies::policy<boost::math::policies::promote_double<false>, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy> >'
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/promotion.hpp:129:13:   required by substitution of 'template<class ... Args> using boost::math::tools::promote_args_t = typename boost::math::tools::promote_args::type [with Args = {double, double, boost::math::policies::policy<boost::math::policies::promote_double<false>, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>}]'
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1622:4:   required by substitution of 'template<class RT1, class RT2, class A> boost::math::tools::promote_args_t<RT1, RT2, A> boost::math::Rf_beta(RT1, RT2, A) [with RT1 = double; RT2 = double; A = boost::math::policies::policy<boost::math::policies::promote_double<false>, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>]'
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/binomial.hpp:47:55:   required from 'T boost::math::binomial_coefficient(unsigned int, unsigned int, const Policy&) [with T = double; Policy = policies::policy<policies::promote_double<false>, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy>]'
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/binomial.hpp:71:98:   required from here
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/promotion.hpp:105:16: error: no type named 'type' in 'struct boost::math::tools::pa2_integral_already_removed<double, double, true>'
  105 |          using type = typename pa2_integral_already_removed<
      |                ^~~~
In file included from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:32:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/binomial.hpp: In instantiation of 'T boost::math::binomial_coefficient(unsigned int, unsigned int, const Policy&) [with T = double; Policy = policies::policy<policies::promote_double<false>, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy>]':
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/binomial.hpp:71:98:   required from here
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/binomial.hpp:47:55: error: no matching function for call to 'Rf_beta(double, double, const boost::math::policies::policy<boost::math::policies::promote_double<false>, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>&)'
   47 |          result = static_cast<T>(k * boost::math::beta(static_cast<T>(k), static_cast<T>(n-k+1), pol));
      |                                      ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from D:/RCompile/CRANpkg/lib/4.5/Rcpp/include/RcppCommon.h:76,
                 from D:/RCompile/CRANpkg/lib/4.5/Rcpp/include/Rcpp.h:27,
                 from pnct.cpp:3:
D:/RCompile/recent/R/include/Rmath.h:211:25: note: candidate: 'template<class RT1, class RT2> boost::math::tools::promote_args_t<RT1, RT2> boost::math::Rf_beta(RT1, RT2)'
  211 | #define beta            Rf_beta
      |                         ^~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1631:4: note: in expansion of macro 'beta'
 1631 |    beta(RT1 a, RT2 b)
      |    ^~~~
D:/RCompile/recent/R/include/Rmath.h:211:25: note:   template argument deduction/substitution failed:
  211 | #define beta            Rf_beta
      |                         ^~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1631:4: note: in expansion of macro 'beta'
 1631 |    beta(RT1 a, RT2 b)
      |    ^~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/binomial.hpp:47:55: note:   candidate expects 2 arguments, 3 provided
   47 |          result = static_cast<T>(k * boost::math::beta(static_cast<T>(k), static_cast<T>(n-k+1), pol));
      |                                      ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/recent/R/include/Rmath.h:211:25: note: candidate: 'template<class RT1, class RT2, class A> boost::math::tools::promote_args_t<RT1, RT2, A> boost::math::Rf_beta(RT1, RT2, A)'
  211 | #define beta            Rf_beta
      |                         ^~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1622:4: note: in expansion of macro 'beta'
 1622 |    beta(RT1 a, RT2 b, A arg)
      |    ^~~~
D:/RCompile/recent/R/include/Rmath.h:211:25: note:   substitution of deduced template arguments resulted in errors seen above
  211 | #define beta            Rf_beta
      |                         ^~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1622:4: note: in expansion of macro 'beta'
 1622 |    beta(RT1 a, RT2 b, A arg)
      |    ^~~~
D:/RCompile/recent/R/include/Rmath.h:211:25: note: candidate: 'template<class RT1, class RT2, class RT3, class Policy> boost::math::tools::promote_args_t<RT1, RT2, A> boost::math::Rf_beta(RT1, RT2, RT3, const Policy&)'
  211 | #define beta            Rf_beta
      |                         ^~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1638:4: note: in expansion of macro 'beta'
 1638 |    beta(RT1 a, RT2 b, RT3 x, const Policy&)
      |    ^~~~
D:/RCompile/recent/R/include/Rmath.h:211:25: note:   template argument deduction/substitution failed:
  211 | #define beta            Rf_beta
      |                         ^~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1638:4: note: in expansion of macro 'beta'
 1638 |    beta(RT1 a, RT2 b, RT3 x, const Policy&)
      |    ^~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/binomial.hpp:47:55: note:   candidate expects 4 arguments, 3 provided
   47 |          result = static_cast<T>(k * boost::math::beta(static_cast<T>(k), static_cast<T>(n-k+1), pol));
      |                                      ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/binomial.hpp:49:61: error: no matching function for call to 'Rf_beta(double, double, const boost::math::policies::policy<boost::math::policies::promote_double<false>, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>&)'
   49 |          result = static_cast<T>((n - k) * boost::math::beta(static_cast<T>(k+1), static_cast<T>(n-k), pol));
      |                                            ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/recent/R/include/Rmath.h:211:25: note: candidate: 'template<class RT1, class RT2> boost::math::tools::promote_args_t<RT1, RT2> boost::math::Rf_beta(RT1, RT2)'
  211 | #define beta            Rf_beta
      |                         ^~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1631:4: note: in expansion of macro 'beta'
 1631 |    beta(RT1 a, RT2 b)
      |    ^~~~
D:/RCompile/recent/R/include/Rmath.h:211:25: note:   template argument deduction/substitution failed:
  211 | #define beta            Rf_beta
      |                         ^~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1631:4: note: in expansion of macro 'beta'
 1631 |    beta(RT1 a, RT2 b)
      |    ^~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/binomial.hpp:49:61: note:   candidate expects 2 arguments, 3 provided
   49 |          result = static_cast<T>((n - k) * boost::math::beta(static_cast<T>(k+1), static_cast<T>(n-k), pol));
      |                                            ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/recent/R/include/Rmath.h:211:25: note: candidate: 'template<class RT1, class RT2, class A> boost::math::tools::promote_args_t<RT1, RT2, A> boost::math::Rf_beta(RT1, RT2, A)'
  211 | #define beta            Rf_beta
      |                         ^~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1622:4: note: in expansion of macro 'beta'
 1622 |    beta(RT1 a, RT2 b, A arg)
      |    ^~~~
D:/RCompile/recent/R/include/Rmath.h:211:25: note:   template argument deduction/substitution failed:
  211 | #define beta            Rf_beta
      |                         ^~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1622:4: note: in expansion of macro 'beta'
 1622 |    beta(RT1 a, RT2 b, A arg)
      |    ^~~~
D:/RCompile/recent/R/include/Rmath.h:211:25: note: candidate: 'template<class RT1, class RT2, class RT3, class Policy> boost::math::tools::promote_args_t<RT1, RT2, A> boost::math::Rf_beta(RT1, RT2, RT3, const Policy&)'
  211 | #define beta            Rf_beta
      |                         ^~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1638:4: note: in expansion of macro 'beta'
 1638 |    beta(RT1 a, RT2 b, RT3 x, const Policy&)
      |    ^~~~
D:/RCompile/recent/R/include/Rmath.h:211:25: note:   template argument deduction/substitution failed:
  211 | #define beta            Rf_beta
      |                         ^~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1638:4: note: in expansion of macro 'beta'
 1638 |    beta(RT1 a, RT2 b, RT3 x, const Policy&)
      |    ^~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/binomial.hpp:49:61: note:   candidate expects 4 arguments, 3 provided
   49 |          result = static_cast<T>((n - k) * boost::math::beta(static_cast<T>(k+1), static_cast<T>(n-k), pol));
      |                                            ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/promotion.hpp: In instantiation of 'struct boost::math::tools::promote_args_permissive<double, double>':
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/promotion.hpp:105:16:   required from 'struct boost::math::tools::promote_args_permissive<double, double, double>'
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/promotion.hpp:119:16:   required from 'struct boost::math::tools::promote_args<double, double, double>'
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/promotion.hpp:129:13:   required by substitution of 'template<class ... Args> using boost::math::tools::promote_args_t = typename boost::math::tools::promote_args::type [with Args = {double, double, double}]'
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1701:4:   required by substitution of 'template<class RT1, class RT2, class RT3, class Policy> boost::math::tools::promote_args_t<RT1, RT2, A> boost::math::ibetac(RT1, RT2, RT3, const Policy&) [with RT1 = double; RT2 = double; RT3 = double; Policy = boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>]'
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/students_t.hpp:203:29:   required from 'RealType boost::math::cdf(const students_t_distribution<RealType, Policy>&, const RealType&) [with RealType = double; Policy = policies::policy<policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy>]'
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:1232:23:   required from 'RealType boost::math::cdf(const non_central_t_distribution<RealType, Policy>&, const RealType&) [with RealType = double; Policy = policies::policy<policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy>]'
pnct.cpp:20:13:   required from here
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/promotion.hpp:105:16: error: no type named 'type' in 'struct boost::math::tools::pa2_integral_already_removed<double, double, true>'
  105 |          using type = typename pa2_integral_already_removed<
      |                ^~~~
In file included from D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:16:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/students_t.hpp: In instantiation of 'RealType boost::math::cdf(const students_t_distribution<RealType, Policy>&, const RealType&) [with RealType = double; Policy = policies::policy<policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy>]':
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:1232:23:   required from 'RealType boost::math::cdf(const non_central_t_distribution<RealType, Policy>&, const RealType&) [with RealType = double; Policy = policies::policy<policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy>]'
pnct.cpp:20:13:   required from here
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/students_t.hpp:203:29: error: no matching function for call to 'ibetac(double, double, double&, boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>)'
  203 |         probability = ibetac(static_cast<RealType>(0.5), df / 2, z, Policy()) / 2;
      |                       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1717:4: note: candidate: 'template<class RT1, class RT2, class RT3> boost::math::tools::promote_args_t<RT1, RT2, A> boost::math::ibetac(RT1, RT2, RT3)'
 1717 |    ibetac(RT1 a, RT2 b, RT3 x)
      |    ^~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1717:4: note:   template argument deduction/substitution failed:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/students_t.hpp:203:29: note:   candidate expects 3 arguments, 4 provided
  203 |         probability = ibetac(static_cast<RealType>(0.5), df / 2, z, Policy()) / 2;
      |                       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1701:4: note: candidate: 'template<class RT1, class RT2, class RT3, class Policy> boost::math::tools::promote_args_t<RT1, RT2, A> boost::math::ibetac(RT1, RT2, RT3, const Policy&)'
 1701 |    ibetac(RT1 a, RT2 b, RT3 x, const Policy&)
      |    ^~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1701:4: note:   substitution of deduced template arguments resulted in errors seen above
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/students_t.hpp:208:28: error: no matching function for call to 'ibeta(double, double, double&, boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>)'
  208 |         probability = ibeta(df / 2, static_cast<RealType>(0.5), z, Policy()) / 2;
      |                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1694:4: note: candidate: 'template<class RT1, class RT2, class RT3> boost::math::tools::promote_args_t<RT1, RT2, A> boost::math::ibeta(RT1, RT2, RT3)'
 1694 |    ibeta(RT1 a, RT2 b, RT3 x)
      |    ^~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1694:4: note:   template argument deduction/substitution failed:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/students_t.hpp:208:28: note:   candidate expects 3 arguments, 4 provided
  208 |         probability = ibeta(df / 2, static_cast<RealType>(0.5), z, Policy()) / 2;
      |                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1678:4: note: candidate: 'template<class RT1, class RT2, class RT3, class Policy> boost::math::tools::promote_args_t<RT1, RT2, A> boost::math::ibeta(RT1, RT2, RT3, const Policy&)'
 1678 |    ibeta(RT1 a, RT2 b, RT3 x, const Policy&)
      |    ^~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1678:4: note:   template argument deduction/substitution failed:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/promotion.hpp: In instantiation of 'struct boost::math::tools::promote_args_permissive<long double, long double>':
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/promotion.hpp:105:16:   required from 'struct boost::math::tools::promote_args_permissive<long double, long double, long double>'
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/promotion.hpp:119:16:   required from 'struct boost::math::tools::promote_args<long double, long double, long double>'
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/promotion.hpp:129:13:   required by substitution of 'template<class ... Args> using boost::math::tools::promote_args_t = typename boost::math::tools::promote_args::type [with Args = {long double, long double, long double}]'
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1701:4:   required by substitution of 'template<class RT1, class RT2, class RT3, class Policy> boost::math::tools::promote_args_t<RT1, RT2, A> boost::math::ibetac(RT1, RT2, RT3, const Policy&) [with RT1 = long double; RT2 = long double; RT3 = long double; Policy = boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>]'
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/students_t.hpp:203:29:   required from 'RealType boost::math::cdf(const students_t_distribution<RealType, Policy>&, const RealType&) [with RealType = long double; Policy = policies::policy<policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy>]'
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:248:30:   required from 'T boost::math::detail::non_central_t_cdf(T, T, T, bool, const Policy&) [with T = long double; Policy = boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>]'
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:1235:38:   required from 'RealType boost::math::cdf(const non_central_t_distribution<RealType, Policy>&, const RealType&) [with RealType = double; Policy = policies::policy<policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy>]'
pnct.cpp:20:13:   required from here
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/tools/promotion.hpp:105:16: error: no type named 'type' in 'struct boost::math::tools::pa2_integral_already_removed<long double, long double, true>'
  105 |          using type = typename pa2_integral_already_removed<
      |                ^~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/students_t.hpp: In instantiation of 'RealType boost::math::cdf(const students_t_distribution<RealType, Policy>&, const RealType&) [with RealType = long double; Policy = policies::policy<policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy>]':
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:248:30:   required from 'T boost::math::detail::non_central_t_cdf(T, T, T, bool, const Policy&) [with T = long double; Policy = boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>]'
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:1235:38:   required from 'RealType boost::math::cdf(const non_central_t_distribution<RealType, Policy>&, const RealType&) [with RealType = double; Policy = policies::policy<policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy>]'
pnct.cpp:20:13:   required from here
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/students_t.hpp:203:29: error: no matching function for call to 'ibetac(long double, long double, long double&, boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>)'
  203 |         probability = ibetac(static_cast<RealType>(0.5), df / 2, z, Policy()) / 2;
      |                       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1717:4: note: candidate: 'template<class RT1, class RT2, class RT3> boost::math::tools::promote_args_t<RT1, RT2, A> boost::math::ibetac(RT1, RT2, RT3)'
 1717 |    ibetac(RT1 a, RT2 b, RT3 x)
      |    ^~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1717:4: note:   template argument deduction/substitution failed:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/students_t.hpp:203:29: note:   candidate expects 3 arguments, 4 provided
  203 |         probability = ibetac(static_cast<RealType>(0.5), df / 2, z, Policy()) / 2;
      |                       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1701:4: note: candidate: 'template<class RT1, class RT2, class RT3, class Policy> boost::math::tools::promote_args_t<RT1, RT2, A> boost::math::ibetac(RT1, RT2, RT3, const Policy&)'
 1701 |    ibetac(RT1 a, RT2 b, RT3 x, const Policy&)
      |    ^~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1701:4: note:   substitution of deduced template arguments resulted in errors seen above
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/students_t.hpp:208:28: error: no matching function for call to 'ibeta(long double, long double, long double&, boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>)'
  208 |         probability = ibeta(df / 2, static_cast<RealType>(0.5), z, Policy()) / 2;
      |                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1694:4: note: candidate: 'template<class RT1, class RT2, class RT3> boost::math::tools::promote_args_t<RT1, RT2, A> boost::math::ibeta(RT1, RT2, RT3)'
 1694 |    ibeta(RT1 a, RT2 b, RT3 x)
      |    ^~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1694:4: note:   template argument deduction/substitution failed:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/students_t.hpp:208:28: note:   candidate expects 3 arguments, 4 provided
  208 |         probability = ibeta(df / 2, static_cast<RealType>(0.5), z, Policy()) / 2;
      |                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1678:4: note: candidate: 'template<class RT1, class RT2, class RT3, class Policy> boost::math::tools::promote_args_t<RT1, RT2, A> boost::math::ibeta(RT1, RT2, RT3, const Policy&)'
 1678 |    ibeta(RT1 a, RT2 b, RT3 x, const Policy&)
      |    ^~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/beta.hpp:1678:4: note:   template argument deduction/substitution failed:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_beta.hpp: In instantiation of 'T boost::math::detail::non_central_beta_p(T, T, T, T, T, const Policy&, T) [with T = long double; Policy = boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>]':
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:275:46:   required from 'T boost::math::detail::non_central_t_cdf(T, T, T, bool, const Policy&) [with T = long double; Policy = boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>]'
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:1235:38:   required from 'RealType boost::math::cdf(const non_central_t_distribution<RealType, Policy>&, const RealType&) [with RealType = double; Policy = policies::policy<policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy>]'
pnct.cpp:20:13:   required from here
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_beta.hpp:61:40: error: no matching function for call to 'gamma_p_derivative(long double, long double&, const boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>&)'
   61 |             T pois = gamma_p_derivative(T(k+1), l2, pol);
      |                      ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2535:4: note: candidate: 'template<class T1, class T2> boost::math::tools::promote_args_t<RT1, RT2> boost::math::gamma_p_derivative(T1, T2)'
 2535 |    gamma_p_derivative(T1 a, T2 x)
      |    ^~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2535:4: note:   template argument deduction/substitution failed:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_beta.hpp:61:40: note:   candidate expects 2 arguments, 3 provided
   61 |             T pois = gamma_p_derivative(T(k+1), l2, pol);
      |                      ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2519:4: note: candidate: 'template<class T1, class T2, class Policy> boost::math::tools::promote_args_t<RT1, RT2> boost::math::gamma_p_derivative(T1, T2, const Policy&)'
 2519 |    gamma_p_derivative(T1 a, T2 x, const Policy&)
      |    ^~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2519:4: note:   template argument deduction/substitution failed:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_beta.hpp:76:41: error: no matching function for call to 'gamma_p_derivative(long double, long double&, const boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>&)'
   76 |                pois = gamma_p_derivative(T(k + 1), l2, pol);
      |                       ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2535:4: note: candidate: 'template<class T1, class T2> boost::math::tools::promote_args_t<RT1, RT2> boost::math::gamma_p_derivative(T1, T2)'
 2535 |    gamma_p_derivative(T1 a, T2 x)
      |    ^~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2535:4: note:   template argument deduction/substitution failed:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_beta.hpp:76:41: note:   candidate expects 2 arguments, 3 provided
   76 |                pois = gamma_p_derivative(T(k + 1), l2, pol);
      |                       ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2519:4: note: candidate: 'template<class T1, class T2, class Policy> boost::math::tools::promote_args_t<RT1, RT2> boost::math::gamma_p_derivative(T1, T2, const Policy&)'
 2519 |    gamma_p_derivative(T1 a, T2 x, const Policy&)
      |    ^~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2519:4: note:   template argument deduction/substitution failed:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp: In instantiation of 'T boost::math::detail::non_central_t2_p(T, T, T, T, const Policy&, T) [with T = long double; Policy = boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>]':
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:276:44:   required from 'T boost::math::detail::non_central_t_cdf(T, T, T, bool, const Policy&) [with T = long double; Policy = boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>]'
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:1235:38:   required from 'RealType boost::math::cdf(const non_central_t_distribution<RealType, Policy>&, const RealType&) [with RealType = double; Policy = policies::policy<policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy>]'
pnct.cpp:20:13:   required from here
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:53:38: error: no matching function for call to 'gamma_p_derivative(long double, long double&, const boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>&)'
   53 |             pois = gamma_p_derivative(T(k+1), d2, pol)
      |                    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2535:4: note: candidate: 'template<class T1, class T2> boost::math::tools::promote_args_t<RT1, RT2> boost::math::gamma_p_derivative(T1, T2)'
 2535 |    gamma_p_derivative(T1 a, T2 x)
      |    ^~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2535:4: note:   template argument deduction/substitution failed:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:53:38: note:   candidate expects 2 arguments, 3 provided
   53 |             pois = gamma_p_derivative(T(k+1), d2, pol)
      |                    ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2519:4: note: candidate: 'template<class T1, class T2, class Policy> boost::math::tools::promote_args_t<RT1, RT2> boost::math::gamma_p_derivative(T1, T2, const Policy&)'
 2519 |    gamma_p_derivative(T1 a, T2 x, const Policy&)
      |    ^~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2519:4: note:   template argument deduction/substitution failed:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:54:36: error: no matching function for call to 'tgamma_delta_ratio(long double, long double)'
   54 |                * tgamma_delta_ratio(T(k + 1), T(0.5f))
      |                  ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2491:4: note: candidate: 'template<class T1, class T2> boost::math::tools::promote_args_t<RT1, RT2> boost::math::tgamma_delta_ratio(T1, T2)'
 2491 |    tgamma_delta_ratio(T1 z, T2 delta)
      |    ^~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2491:4: note:   template argument deduction/substitution failed:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2475:4: note: candidate: 'template<class T1, class T2, class Policy> boost::math::tools::promote_args_t<RT1, RT2> boost::math::tgamma_delta_ratio(T1, T2, const Policy&)'
 2475 |    tgamma_delta_ratio(T1 z, T2 delta, const Policy& /* pol */)
      |    ^~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2475:4: note:   template argument deduction/substitution failed:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:54:36: note:   candidate expects 3 arguments, 2 provided
   54 |                * tgamma_delta_ratio(T(k + 1), T(0.5f))
      |                  ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:69:41: error: no matching function for call to 'gamma_p_derivative(long double, long double&, const boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>&)'
   69 |                pois = gamma_p_derivative(T(k + 1), d2, pol)
      |                       ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2535:4: note: candidate: 'template<class T1, class T2> boost::math::tools::promote_args_t<RT1, RT2> boost::math::gamma_p_derivative(T1, T2)'
 2535 |    gamma_p_derivative(T1 a, T2 x)
      |    ^~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2535:4: note:   template argument deduction/substitution failed:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:69:41: note:   candidate expects 2 arguments, 3 provided
   69 |                pois = gamma_p_derivative(T(k + 1), d2, pol)
      |                       ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2519:4: note: candidate: 'template<class T1, class T2, class Policy> boost::math::tools::promote_args_t<RT1, RT2> boost::math::gamma_p_derivative(T1, T2, const Policy&)'
 2519 |    gamma_p_derivative(T1 a, T2 x, const Policy&)
      |    ^~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2519:4: note:   template argument deduction/substitution failed:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:70:39: error: no matching function for call to 'tgamma_delta_ratio(long double, long double)'
   70 |                   * tgamma_delta_ratio(T(k + 1), T(0.5f))
      |                     ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2491:4: note: candidate: 'template<class T1, class T2> boost::math::tools::promote_args_t<RT1, RT2> boost::math::tgamma_delta_ratio(T1, T2)'
 2491 |    tgamma_delta_ratio(T1 z, T2 delta)
      |    ^~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2491:4: note:   template argument deduction/substitution failed:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2475:4: note: candidate: 'template<class T1, class T2, class Policy> boost::math::tools::promote_args_t<RT1, RT2> boost::math::tgamma_delta_ratio(T1, T2, const Policy&)'
 2475 |    tgamma_delta_ratio(T1 z, T2 delta, const Policy& /* pol */)
      |    ^~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2475:4: note:   template argument deduction/substitution failed:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:70:39: note:   candidate expects 3 arguments, 2 provided
   70 |                   * tgamma_delta_ratio(T(k + 1), T(0.5f))
      |                     ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_beta.hpp: In instantiation of 'T boost::math::detail::non_central_beta_q(T, T, T, T, T, const Policy&, T) [with T = long double; Policy = boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>]':
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:297:46:   required from 'T boost::math::detail::non_central_t_cdf(T, T, T, bool, const Policy&) [with T = long double; Policy = boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>]'
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:1235:38:   required from 'RealType boost::math::cdf(const non_central_t_distribution<RealType, Policy>&, const RealType&) [with RealType = double; Policy = policies::policy<policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy>]'
pnct.cpp:20:13:   required from here
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_beta.hpp:171:41: error: no matching function for call to 'gamma_p_derivative(long double, long double&, const boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>&)'
  171 |                pois = gamma_p_derivative(T(k+1), l2, pol);
      |                       ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2535:4: note: candidate: 'template<class T1, class T2> boost::math::tools::promote_args_t<RT1, RT2> boost::math::gamma_p_derivative(T1, T2)'
 2535 |    gamma_p_derivative(T1 a, T2 x)
      |    ^~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2535:4: note:   template argument deduction/substitution failed:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_beta.hpp:171:41: note:   candidate expects 2 arguments, 3 provided
  171 |                pois = gamma_p_derivative(T(k+1), l2, pol);
      |                       ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2519:4: note: candidate: 'template<class T1, class T2, class Policy> boost::math::tools::promote_args_t<RT1, RT2> boost::math::gamma_p_derivative(T1, T2, const Policy&)'
 2519 |    gamma_p_derivative(T1 a, T2 x, const Policy&)
      |    ^~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2519:4: note:   template argument deduction/substitution failed:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp: In instantiation of 'T boost::math::detail::non_central_t2_q(T, T, T, T, const Policy&, T) [with T = long double; Policy = boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>]':
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:298:44:   required from 'T boost::math::detail::non_central_t_cdf(T, T, T, bool, const Policy&) [with T = long double; Policy = boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>]'
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:1235:38:   required from 'RealType boost::math::cdf(const non_central_t_distribution<RealType, Policy>&, const RealType&) [with RealType = double; Policy = policies::policy<policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy, policies::default_policy>]'
pnct.cpp:20:13:   required from here
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:156:41: error: no matching function for call to 'gamma_p_derivative(long double, long double&, const boost::math::policies::policy<boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy, boost::math::policies::default_policy>&)'
  156 |                pois = gamma_p_derivative(T(k+1), d2, pol)
      |                       ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2535:4: note: candidate: 'template<class T1, class T2> boost::math::tools::promote_args_t<RT1, RT2> boost::math::gamma_p_derivative(T1, T2)'
 2535 |    gamma_p_derivative(T1 a, T2 x)
      |    ^~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2535:4: note:   template argument deduction/substitution failed:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:156:41: note:   candidate expects 2 arguments, 3 provided
  156 |                pois = gamma_p_derivative(T(k+1), d2, pol)
      |                       ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2519:4: note: candidate: 'template<class T1, class T2, class Policy> boost::math::tools::promote_args_t<RT1, RT2> boost::math::gamma_p_derivative(T1, T2, const Policy&)'
 2519 |    gamma_p_derivative(T1 a, T2 x, const Policy&)
      |    ^~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2519:4: note:   template argument deduction/substitution failed:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:157:39: error: no matching function for call to 'tgamma_delta_ratio(long double, long double)'
  157 |                   * tgamma_delta_ratio(T(k + 1), T(0.5f))
      |                     ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2491:4: note: candidate: 'template<class T1, class T2> boost::math::tools::promote_args_t<RT1, RT2> boost::math::tgamma_delta_ratio(T1, T2)'
 2491 |    tgamma_delta_ratio(T1 z, T2 delta)
      |    ^~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2491:4: note:   template argument deduction/substitution failed:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2475:4: note: candidate: 'template<class T1, class T2, class Policy> boost::math::tools::promote_args_t<RT1, RT2> boost::math::tgamma_delta_ratio(T1, T2, const Policy&)'
 2475 |    tgamma_delta_ratio(T1 z, T2 delta, const Policy& /* pol */)
      |    ^~~~~~~~~~~~~~~~~~
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/special_functions/gamma.hpp:2475:4: note:   template argument deduction/substitution failed:
D:/RCompile/CRANpkg/lib/4.5/BH/include/boost/math/distributions/non_central_t.hpp:157:39: note:   candidate expects 3 arguments, 2 provided
  157 |                   * tgamma_delta_ratio(T(k + 1), T(0.5f))
      |                     ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
make[1]: *** [D:/RCompile/recent/R/etc/x64/Makeconf:297: pnct.o] Error 1
make[1]: Leaving directory '/d/temp/2024_12_22_01_50_00_26287/RtmpUnuyK9/R.INSTALL1488453df3c04/exceedProb/src'
ERROR: compilation failed for package 'exceedProb'
* removing 'd:/Rcompile/CRANpkg/lib/4.5/exceedProb'
* restoring previous 'd:/Rcompile/CRANpkg/lib/4.5/exceedProb'