ropensci / taxa

taxonomic classes for R
https://docs.ropensci.org/taxa
Other
48 stars 12 forks source link

possible to put taxize in Suggests? #198

Open sckott opened 5 years ago

sckott commented 5 years ago

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/

zachary-foster commented 5 years ago

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

sckott commented 5 years ago

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)