Skip to content

Tags: klmr/box

Tags

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
klmr Konrad Rudolph
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

v1.2.0

Toggle v1.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
klmr Konrad Rudolph
CRAN release v1.2.0

v1.1.3

Toggle v1.1.3's commit message

Verified

This tag was signed with the committer’s verified signature.
klmr Konrad Rudolph
CRAN release v1.1.3

v1.1.2

Toggle v1.1.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
klmr Konrad Rudolph
Fix vignettes on CRAN

v1.1.1

Toggle v1.1.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
klmr Konrad Rudolph
Fix test failure on R-devel

v1.1.0

Toggle v1.1.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
klmr Konrad Rudolph
Release v1.1.0

hotfix-203

Toggle hotfix-203's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
klmr Konrad Rudolph
Hotfix for issue #203

Verified

This tag was signed with the committer’s verified signature. The key has expired.
klmr Konrad Rudolph

v1.0.1

Toggle v1.0.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
klmr Konrad Rudolph
Bump version number