ropensci / allodb

An R package for biomass estimation at extratropical forest plots.
https://docs.ropensci.org/allodb/
GNU General Public License v3.0
36 stars 11 forks source link

Do we really need Depends rather than Imports? #195

Closed maurolepore closed 3 years ago

maurolepore commented 3 years ago

It seems we can move depends to Imports and Suggests -- e.g. utils::data() is used only in tests so we can just Suggest it.

maurolepore commented 3 years ago

My bad -- this was never an issue.