small updates
This commit is contained in:
parent
1a1ea6fde2
commit
8adf75b14c
@ -3,6 +3,20 @@
|
|||||||
2. Add your `statistic.jl` & "include" it.
|
2. Add your `statistic.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? :tada: congratulations!
|
5. Does `using MyStatsPackage` work now?
|
||||||
6. Go back to your package environment. Now add a dependency (e.g. ProgressMeter) and a `compat`-entry
|
|
||||||
7. Go back to your project environment, has the dependency been updated? Think: should you use `resolve` or `instantiate`?
|
:::{.callout collapse=true}
|
||||||
|
## Yes!
|
||||||
|
:tada: congratulations!
|
||||||
|
:::
|
||||||
|
|
||||||
|
:::{.callout collapse=true}
|
||||||
|
## No!
|
||||||
|
Oh no, better check you activated the right environment - ask for help!
|
||||||
|
:::
|
||||||
|
6. Go back to your package environment. Now add a dependency (e.g. ProgressMeter.jl) and a `compat`-entry
|
||||||
|
7. Go back to your project environment, has the dependency been updated?
|
||||||
|
|
||||||
|
:::{.callout-hint collapse=true}
|
||||||
|
Should you use `resolve` or `instantiate`?
|
||||||
|
:::
|
@ -2,6 +2,9 @@
|
|||||||
format:
|
format:
|
||||||
revealjs:
|
revealjs:
|
||||||
output-file: rse_basics_slides_revealjs.html
|
output-file: rse_basics_slides_revealjs.html
|
||||||
|
scrollable: true
|
||||||
|
progress: true
|
||||||
|
history: false
|
||||||
html: default
|
html: default
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user