Task
- Create a new package
MyStatsPackage
usinggenerate
- Add your
statistic_functions.jl
& βincludeβ it. - Export all functions
- Create a new environment in a separate folder and add the package.
- Does
using MyStatsPackage
work 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?