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

subtaxa errors when subset is all FALSE #143

Closed
zachary-foster opened this issue Jun 6, 2017 · 1 comment
Closed

subtaxa errors when subset is all FALSE #143

zachary-foster opened this issue Jun 6, 2017 · 1 comment

Comments

@zachary-foster
Copy link
Contributor

zachary-foster commented Jun 6, 2017

Browse[5]> subtaxa(unite_ex_data_3, subset = rep(FALSE, nrow(unite_ex_data_3$taxon_data)))
Error in names(object) <- nm : attempt to set an attribute on NULL

This bug also exists in the taxa version of subtaxa. issue

Browse[5]> taxa::subtaxa(ex_taxmap, subset = rep(FALSE, length(ex_taxmap$taxa)))
Error in names(object) <- nm : attempt to set an attribute on NULL
@zachary-foster
Copy link
Contributor Author

Fixed

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