hubverse-org / hubValidations

Testing framework for hubverse hub validations
https://hubverse-org.github.io/hubValidations/
Other
1 stars 4 forks source link

Re-export functions useful to modelers from `hubUtils` and `hubData` #149

Closed annakrystalli closed 2 weeks ago

annakrystalli commented 1 month ago

In a recent PR in hubDocs on model output data addressed heavily towards modelers, a number of useful functions were suggested which were spread over 3 different packages:

While there's good reason for the original functions to be spread out across these packages, I feel hubValidations is really the package with modelers as a key target and therefore should contain any functions required for their workflows. As such, I propose we re-export the above functions from other packages into hubValidations so they are available to modelers through this package.

hubUtils and hubData are already imports to hubValidations so it should be an easy fix.

zkamvar commented 1 month ago

I think this is a good idea and will implement.