Skip to content

Commit

Permalink
Merge pull request #47 from UCL-ARC/40-restructure-course-materials
Browse files Browse the repository at this point in the history
Update config.yaml - initial changes to reflect v5 changes
  • Loading branch information
quirksahern authored Feb 10, 2025
2 parents f1454c6 + e0d0092 commit 7a98612
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
carpentry: "swc"

# Overall title for pages.
title: "R for AMR Epidemiology"
title: "Introduction to R, databases and reproducibility for AMR Epidemiologists"

# Date the lesson was created (YYYY-MM-DD, this is empty by default)
created: "2015-04-18"
Expand Down Expand Up @@ -64,32 +64,32 @@ episodes:
- 02-project-intro.Rmd
- 03-seeking-help.Rmd
- 04-data-structures-part1.Rmd
- 05-data-structures-part2.Rmd
- 06-filedir.md
- 07-basics.md
- 08-setup.md
- 09-create.md
- 10-changes.md
- 11-history.md
- 12-ignore.md
- 13-supplemental-rstudio.md
- 05-data-structures-part2.Rmd
- 14-data-subsetting.Rmd
# - 07-control-flow.Rmd
- 15-plot-ggplot2.Rmd
# - 09-vectorization.Rmd
# - 10-functions.Rmd
- 16-writing-data.Rmd
- 17-github.md
- 18-collab.md
- 19-conflict.md

- 20-dplyr.Rmd
- 21-tidyr.Rmd
# basic stats
- 22-quarto.md
- 23-statistics.Rmd
- 24-linear-reg-broom.Rmd
- 25-linreg-diagnostics.Rmd
- 26-log-regression.Rmd
# - 25-linreg-diagnostics.Rmd
- 26-log-regression.Rmd # content to be redcued to be an intro
- 24-linear-reg-broom.Rmd # to be modified to ba an intro broom
# - 07-basics.md Git/GH content to be rewritten to be done via RStudio only
# - 08-setup.md
# - 09-create.md
# - 10-changes.md
# - 11-history.md
# - 12-ignore.md
# - 13-supplemental-rstudio.md
# - 17-github.md
# - 18-collab.md
# - 19-conflict.md
- 27-sql-r.Rmd
- 27-wrap-up.Rmd

Expand Down

0 comments on commit 7a98612

Please sign in to comment.