Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move into compliance with C API changes #1165

Merged
merged 1 commit into from
Jan 23, 2025
Merged

Conversation

shikokuchuo
Copy link
Contributor

Rf_findVarInFrame3 -> Rf_findVarInFrame
STRING_PTR -> STR_PTR_RO
SET_FORMALS, SET_BODY, SET_CLOENV -> R_mkClosure (backported for R < 4.5.0)

Fixes #1164.

@hadley hadley merged commit 00b4e55 into tidyverse:main Jan 23, 2025
13 checks passed
@hadley
Copy link
Member

hadley commented Jan 23, 2025

Thanks!

@shikokuchuo shikokuchuo deleted the api branch February 4, 2025 20:43
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.

Non-API entry points CRAN package checks NOTE for R-devel
2 participants