Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : 337cc15
Branch  : main
Author  : Milan Malfait <[email protected]>
Time    : 2024-10-01 07:26:03 +0000
Message : Update 15 packages (#49)

Co-authored-by: milanmlft <[email protected]>
  • Loading branch information
actions-user and milanmlft committed Oct 8, 2024
1 parent baeb10b commit e51cedd
Show file tree
Hide file tree
Showing 2 changed files with 1,700 additions and 0 deletions.
93 changes: 93 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
#------------------------------------------------------------
# Values for this lesson.
#------------------------------------------------------------

# Which carpentry is this (swc, dc, lc, or cp)?
# swc: Software Carpentry
# dc: Data Carpentry
# lc: Library Carpentry
# cp: Carpentries (to use for instructor training for instance)
# incubator: The Carpentries Incubator
carpentry: 'swc'

# Overall title for pages.
title: 'UCL ClinicianCoders - R for Reproducible Scientific Analysis'

# Date the lesson was created (YYYY-MM-DD, this is empty by default)
created: '2023-10-26'

# Comma-separated list of keywords for the lesson
keywords: 'software, data, lesson, The Carpentries'

# Life cycle stage of the lesson
# possible values: pre-alpha, alpha, beta, stable
life_cycle: 'stable'

# License of the lesson materials (recommended CC-BY 4.0)
license: 'CC-BY 4.0'

# Link to the source repository for this lesson
source: 'https://github.com/UCL/ClinicianCoders'

# Default branch of your lesson
branch: 'main'

# Who to contact if there are any issues
contact: '[email protected]'

# Navigation ------------------------------------------------
#
# Use the following menu items to specify the order of
# individual pages in each dropdown section. Leave blank to
# include all pages in the folder.
#
# Example -------------
#
# episodes:
# - introduction.md
# - first-steps.md
#
# learners:
# - setup.md
#
# instructors:
# - instructor-notes.md
#
# profiles:
# - one-learner.md
# - another-learner.md

# Order of episodes in your lesson
episodes:
- 01-rstudio-intro.Rmd
- 02-project-intro.Rmd
- 03-seeking-help.Rmd
- 04-data-structures-part1.Rmd
- 05-data-structures-part2.Rmd
- 06-data-subsetting.Rmd
- 08-plot-ggplot2.Rmd
- 11-writing-data.Rmd
- 12-dplyr.Rmd
- 13-tidyr.Rmd
- statistics.Rmd
- 14-knitr-markdown.Rmd
- 15-wrap-up.Rmd

# Information for Learners
learners:

# Information for Instructors
instructors:

# Learner Profiles
profiles:

# Customisation ---------------------------------------------
#
# This space below is where custom yaml items (e.g. pinning
# sandpaper and varnish versions) should live


url: 'https://UCL.github.io/ClinicianCoders'
analytics: carpentries
lang: en
Loading

0 comments on commit e51cedd

Please sign in to comment.