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

Subset calls not properly recursively substituted #87

Open
brodieG opened this issue Nov 23, 2017 · 1 comment
Open

Subset calls not properly recursively substituted #87

brodieG opened this issue Nov 23, 2017 · 1 comment
Milestone

Comments

@brodieG
Copy link
Owner

brodieG commented Nov 23, 2017

> val.toks <- list(INT)
> vet(val.toks[[1]], 1L)
[1] "`1L` should be type \"language\" (is \"integer\")"
@brodieG brodieG added the bug label Nov 23, 2017
@brodieG brodieG modified the milestones: 0.2., 0.2.3 Nov 23, 2017
@brodieG brodieG modified the milestones: 0.2.3, 0.2.4 Mar 2, 2018
@brodieG brodieG modified the milestones: 0.2.4, 0.4.0 Mar 27, 2018
@brodieG brodieG added enhancement and removed bug labels Mar 27, 2018
@brodieG
Copy link
Owner Author

brodieG commented Mar 27, 2018

There doesn't seem to be a great solution here since the problem is that val.toks is a list, so it will not get recursively substituted. One potential question to explore is whether we want to allow recursive substitution with expressions so that we could have a "list" of vetting expressions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant