taxa
taxa copied to clipboard
possible to put taxize in Suggests?
I think I will have to put taxa in Imports in taxize, and since taxize is in Imports in taxa, leads to circular depen error in check.
Just briefly looked at taxa code that uses taxize, so not sure if you'd be okay with moving it to Suggests/
I have been thinking about that too. I think that makes sense. Only lookup_tax_data and extract_tax_data use taxize I think.
okay, seems pretty easy, since check_for_pkg("taxize") was already in one place where it was used, and i've put it in the other place used in branch taxize-compat-changes (see commit above)