Andrew Johnson

Results 115 issues of Andrew Johnson

Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` If Disabling that^ makes the problem go away, then follow this to make an issue on the C++...

## Summary This PR replaces our manual implementation of the `beta` function with the one from Boost which is [more accurate over a broader domain](https://www.boost.org/doc/libs/1_87_0/libs/math/doc/html/math_toolkit/sf_beta/beta_function.html#math_toolkit.sf_beta.beta_function.implementation) I've also combined the multiple...

Would it be possible to add a Windows ARM64 pak build to the repo? So that the `setup-r-dependencies` action can be used on the `windows-11-arm` runners without any additional config...

feature
builds

#### Submission Checklist - [x] Run unit tests - [x] Declare copyright holder and agree to license (see below) #### Summary Updated implementation of #894. Now that we use the...

I'm seeing an `rchk` false positive with the following function which uses one of the integrators from Boost: ```cpp #include #include #include #include extern "C" { SEXP tanh_sinh_() { BEGIN_CPP11...