As a user, I have a package registered on JuliaHub, and I want to upload a dataset to JuliaHub which a test script (e.g., test/runtests.jl) from my registered package can access.
Here are some questions on how this package should be setup:
- Should my package include a
Data.toml & the project be activated from the test script using DataSets.jl's API?
- Should my package rely on
DataSets.jl's global configuration instead of including a Data.toml with my package?
- Who should be the owner of the dataset? Me or a group?
- Is this a valid use case for
DataSets.jl?
As a user, I have a package registered on JuliaHub, and I want to upload a dataset to JuliaHub which a test script (e.g.,
test/runtests.jl) from my registered package can access.Here are some questions on how this package should be setup:
Data.toml& the project be activated from the test script usingDataSets.jl's API?DataSets.jl's global configuration instead of including aData.tomlwith my package?DataSets.jl?