The package check is adding a note that there are two many packages in imports.
To drop:
Move to suggests
These aren't widely used and requireNamespace() can be called to check for them before using them.
Consolidate?
- Matrix and SparseArray are slightly redundant. Matrix is used for sparse matrices SparseArray adds multi dimensional support. In theory we could maybe use SparseArray for both but it doesn't seem to support as many sub setting options.
Moving some functions into BirdFlowPipeline might alleviate some of the issues here. Moving the natural earth functions into their own package might also help. See #156.
The package check is adding a note that there are two many packages in imports.
To drop:
Move to suggests
These aren't widely used and
requireNamespace()can be called to check for them before using them.Consolidate?
Moving some functions into BirdFlowPipeline might alleviate some of the issues here. Moving the natural earth functions into their own package might also help. See #156.