Tags: klmr/box
Tags
Add support for R 4.6 (#391) * Add support for R 4.6. R 4.6 removes the C (de-facto-)API function Rf_FindVarInFrame(). This commit updates the C implementation to add support for the new API. * Add more unit tests * Work around breaking change in ‘testthat’ v3.3.0 --------- Co-authored-by: ArcadeAntics <nsnjsnd@gmail.com>
Remove usage of forbidden function CRAN finally started enforcing the removal of internal functions that the R core team does not consider parts of its public API. This affects unlocking environments, even though this would be “benign” in our case. However, there is strictly speaking no need to unlock anything, so the code was rewritten (though at the cost of added complexity). This squashed commit also contains the following changes: * Test environment locking more thoroughly * Silence annoying message in test * Update outdated URL * Update roxygen2 version * Document changes
PreviousNext