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

unenclose has trouble with lists #35

Open
mdbauer opened this issue Feb 26, 2015 · 0 comments
Open

unenclose has trouble with lists #35

mdbauer opened this issue Feb 26, 2015 · 0 comments

Comments

@mdbauer
Copy link

mdbauer commented Feb 26, 2015

When we create a list of closures, for example using
tag_fs <- setNames(lapply(void_tags, void_tag), void_tags))
where the tag function and the list tags can be found at http://adv-r.had.co.nz/dsl.html,
then unenclose(tag_fs$command) does not replace the variable tag by "command" but instead by the content of the entire list void_tags.

I am 90% sure this behavior is not intended and hence should be classified as an issue/bug, but I may be missing something.

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

No branches or pull requests

1 participant