Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
commit
e563378bcb
@ -1,6 +1,6 @@
|
|||||||
# Task
|
# Task
|
||||||
1. Create a new package `MyStatsPackage` using `generate`
|
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
|
3. Export all functions
|
||||||
4. Create a new environment in a separate folder and add the package.
|
4. Create a new environment in a separate folder and add the package.
|
||||||
5. Does `using MyStatsPackage` work now?
|
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}
|
:::{.callout collapse=true}
|
||||||
## Hint?
|
## Hint?
|
||||||
Should you use `resolve` or `instantiate`?
|
Should you use `resolve` or `instantiate`?
|
||||||
:::
|
:::
|
||||||
|
Loading…
Reference in New Issue
Block a user