I want to bundle together with my package a “.jld2” file with a DataFrame.
This DataFrame is provided as an alternative option: it is not loaded by default, however, I am going to supplement the package with a function, that loads it if needed.
There are quite a few package, that are only needed in the case the user decides to download this DataFrame: JLD2, DataFrames, etc.
Is there a way to isolate artifact-specific packages, so that they are pulled only if the artifact is used?