Update tasks.qmd changing 'statistic.jl' to statistic_functions.jl for coherence

This commit is contained in:
René Skukies 2023-10-09 17:44:59 +02:00 committed by GitHub
parent b265c7afe0
commit ce94d99b4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Task
1. Create a new package `MyStatsPackage` using `generate`
2. Add your `statistic.jl` & "include" it.
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?
@ -21,4 +21,4 @@ Oh no, better check you activated the right environment - ask for help!
:::{.callout collapse=true}
## Hint?
Should you use `resolve` or `instantiate`?
:::
:::