Skip to content

Use r_process$cleanup() instead of r_process$finalize()#34

Merged
HenrikBengtsson merged 1 commit into
futureverse:developfrom
gaborcsardi:fix/callr-cleanup
Jun 5, 2026
Merged

Use r_process$cleanup() instead of r_process$finalize()#34
HenrikBengtsson merged 1 commit into
futureverse:developfrom
gaborcsardi:fix/callr-cleanup

Conversation

@gaborcsardi

Copy link
Copy Markdown
Contributor

Future callr will move r_process$finalize() to private (as required by newer R6) and adds a public cleanup() method for explicit resource cleanup.

Fall back to finalize() for compatibility with older callr versions.

Future callr will move r_process$finalize() to private
(as required by newer R6) and adds a public cleanup() method
for explicit resource cleanup.

Fall back to finalize() for compatibility with older callr versions.
@HenrikBengtsson HenrikBengtsson merged commit cd3bc91 into futureverse:develop Jun 5, 2026
19 checks passed
@HenrikBengtsson

Copy link
Copy Markdown
Collaborator

Thank you. I'll try to get this to CRAN asap.

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.

2 participants