-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto-generated via `{sandpaper}` Source : c7a8fe2 Branch : main Author : Christian Knudsen <[email protected]> Time : 2024-11-05 11:51:28 +0000 Message : Merge pull request #142 from chrbknudsen/main Noter om hvordan man laver nye kurser
- Loading branch information
1 parent
b4ab40a
commit d714e42
Showing
6 changed files
with
57 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
title: 'making-a-new-course' | ||
teaching: 10 | ||
exercises: 2 | ||
--- | ||
|
||
:::::::::::::::::::::::::::::::::::::: questions | ||
|
||
- How do you write a lesson using R Markdown and `{sandpaper}`? | ||
|
||
:::::::::::::::::::::::::::::::::::::::::::::::: | ||
|
||
::::::::::::::::::::::::::::::::::::: objectives | ||
|
||
- Explain how to use markdown with the new lesson template | ||
- Demonstrate how to include pieces of code, figures, and nested challenge blocks | ||
|
||
:::::::::::::::::::::::::::::::::::::::::::::::: | ||
|
||
## Introduction | ||
Sådan laver du et ny kursus baseret på denne toolbox. | ||
|
||
|
||
på kodesiden af https://github.com/KUBDatalab/R-toolbox er der en grøn knap. | ||
"use this template". vælg | ||
"create a new repository" | ||
|
||
Giv det et navn, og gør det public. | ||
Husk at vælge at det er et kubdatalab repo, ellers kommer det til at ligge hos dig selv. | ||
|
||
Der skal redigeres ting - config.yaml | ||
|
||
title | ||
source | ||
|
||
created - ændre dato. | ||
|
||
episodes - tag kun dem med du vil have med. Juster evt. rækkefølge | ||
|
||
Husk også at evt. opdateringer ikke følger med. Rettelser i originalmaterialet | ||
slår ikke igennem på den nye side. | ||
|
||
::::::::::::::::::::::::::::::::::::: keypoints | ||
|
||
- Use `.md` files for episodes when you want static content | ||
- Use `.Rmd` files for episodes when you need to generate output | ||
- Run `sandpaper::check_lesson()` to identify any issues with your lesson | ||
- Run `sandpaper::build_lesson()` to preview your lesson locally | ||
|
||
:::::::::::::::::::::::::::::::::::::::::::::::: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters