Task

  1. Create a new package MyStatsPackage using generate
  2. Add your statistic_functions.jl & β€œinclude” it.
  3. Export all functions
  4. Create a new environment in a separate folder and add the package.
  5. Does using MyStatsPackage work now?

πŸŽ‰ congratulations!

Oh no, better check you activated the right environment - ask for help!

  1. Go back to your package environment. Now add a dependency (e.g. ProgressMeter.jl) and a compat-entry
  2. Go back to your project environment, has the dependency been updated?

Should you use resolve or instantiate?