Skip to content

Commit 9669312

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : b448bae Branch : main Author : Nicky Garland <58030201+nickyjgarland@users.noreply.github.com> Time : 2026-03-04 20:21:58 +0000 Message : Merge pull request #143 from LibraryCarpentry/update/packages Update 10 packages
1 parent 0fa225f commit 9669312

2 files changed

Lines changed: 4045 additions & 0 deletions

File tree

config.yaml

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
#------------------------------------------------------------
2+
# Values for this lesson.
3+
#------------------------------------------------------------
4+
5+
# Which carpentry is this (swc, dc, lc, or cp)?
6+
# swc: Software Carpentry
7+
# dc: Data Carpentry
8+
# lc: Library Carpentry
9+
# cp: Carpentries (to use for instructor training for instance)
10+
# incubator: The Carpentries Incubator
11+
carpentry: 'lc'
12+
13+
# Overall title for pages.
14+
title: 'Introduction to R'
15+
16+
# Date the lesson was created (YYYY-MM-DD, this is empty by default)
17+
created: '2019-05-30'
18+
19+
# Comma-separated list of keywords for the lesson
20+
keywords: 'software, data, lesson, The Carpentries'
21+
22+
# Life cycle stage of the lesson
23+
# possible values: pre-alpha, alpha, beta, stable
24+
life_cycle: 'alpha'
25+
26+
# License of the lesson materials (recommended CC-BY 4.0)
27+
license: 'CC-BY 4.0'
28+
29+
# Link to the source repository for this lesson
30+
source: 'https://github.com/librarycarpentry/lc-r'
31+
32+
# Default branch of your lesson
33+
branch: 'main'
34+
35+
# Who to contact if there are any issues
36+
contact: 'team@carpentries.org'
37+
38+
# Navigation ------------------------------------------------
39+
#
40+
# Use the following menu items to specify the order of
41+
# individual pages in each dropdown section. Leave blank to
42+
# include all pages in the folder.
43+
#
44+
# Example -------------
45+
#
46+
# episodes:
47+
# - introduction.md
48+
# - first-steps.md
49+
#
50+
# learners:
51+
# - setup.md
52+
#
53+
# instructors:
54+
# - instructor-notes.md
55+
#
56+
# profiles:
57+
# - one-learner.md
58+
# - another-learner.md
59+
60+
# Order of episodes in your lesson
61+
episodes:
62+
- 00-before-we-start.Rmd
63+
- 01-intro-to-r.Rmd
64+
- 02-starting-with-data.Rmd
65+
- 03-data-cleaning-and-transformation.Rmd
66+
- 04-data-viz-ggplot.Rmd
67+
- 05-reproducible-reports.Rmd
68+
69+
# Information for Learners
70+
learners:
71+
72+
# Information for Instructors
73+
instructors:
74+
75+
# Learner Profiles
76+
profiles:
77+
78+
# Customisation ---------------------------------------------
79+
#
80+
# This space below is where custom yaml items (e.g. pinning
81+
# sandpaper and varnish versions) should live
82+
83+
84+
url: 'https://librarycarpentry.github.io/lc-r'
85+
analytics: carpentries
86+
lang: en

0 commit comments

Comments
 (0)