You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.toml
with my package?DataSets.jl
?The text was updated successfully, but these errors were encountered: