We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SET_ENCLOS()
Tidy eval: Used to restore data mask top environments after a quosure has been
r_alloc_empty_environment(): Used in vctrs.
r_alloc_empty_environment()
r_obj* env = Rf_allocSExp(R_TYPE_environment); r_env_poke_parent(env, parent);
Should be able to use the new R_newEnv() API that Luke added 3 years ago.
R_newEnv()
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Tidy eval: Used to restore data mask top environments after a quosure has been
r_alloc_empty_environment()
: Used in vctrs.Should be able to use the new
R_newEnv()
API that Luke added 3 years ago.The text was updated successfully, but these errors were encountered: