Task
- Create a new package
MyStatsPackageusinggenerate - Add your
statistic_functions.jl& βincludeβ it. - Export all functions
- Create a new environment in a separate folder and add the package.
- Does
using MyStatsPackagework now?
- Go back to your package environment. Now add a dependency (e.g. ProgressMeter.jl) and a
compat-entry - Go back to your project environment, has the dependency been updated?
