taxa icon indicating copy to clipboard operation
taxa copied to clipboard

possible to put taxize in Suggests?

Open sckott opened this issue 7 years ago • 2 comments

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/

sckott avatar Mar 29 '19 18:03 sckott

I have been thinking about that too. I think that makes sense. Only lookup_tax_data and extract_tax_data use taxize I think.

zachary-foster avatar Mar 29 '19 20:03 zachary-foster

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)

sckott avatar Mar 29 '19 20:03 sckott