Skip to content

Remove SET_ENCLOS() usage #1707

@lionel-

Description

@lionel-
  • Tidy eval: Used to restore data mask top environments after a quosure has been

  • r_alloc_empty_environment(): Used in vctrs.

    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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions