Skip to content

Get parent environment with R (>= 4.5.0) via R_ParentEnv#1460

Merged
eddelbuettel merged 1 commit intomasterfrom
bugfix/issue1459
Mar 6, 2026
Merged

Get parent environment with R (>= 4.5.0) via R_ParentEnv#1460
eddelbuettel merged 1 commit intomasterfrom
bugfix/issue1459

Conversation

@eddelbuettel
Copy link
Member

@eddelbuettel eddelbuettel commented Mar 6, 2026

Closes #1459

R 4.5.0 added R_ParentEnv which we now use as R-devel took ENCLOS away. (And our CI did not fail yet as we rely on a weekly cadence for the container used; the last rebuild just missed the change.)

Also park two test files for now -- @Enchufa2 one of those is yours. Not quite clear why that is needed but I wouldn't mind getting the main branch building and testing under R-devel again so as a hot-fix it is added here.

Checklist

  • Code compiles correctly
  • R CMD check still passes all tests
  • Preferably, new tests were added which fail without the change
  • Document the changes by file in ChangeLog

@eddelbuettel eddelbuettel changed the title Get parent environment with R 4.5.0 via R_ParentEnv Get parent environment with R (>= 4.5.0) via R_ParentEnv Mar 6, 2026
Copy link
Contributor

@kevinushey kevinushey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@eddelbuettel eddelbuettel merged commit 02d7e11 into master Mar 6, 2026
26 checks passed
@eddelbuettel eddelbuettel deleted the bugfix/issue1459 branch March 6, 2026 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Only use ENCLOS with R (< 4.5.0)

2 participants