Skip to content

Commit 4ce5d74

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : b603d58 Branch : main Author : Sehrish Kanwal <[email protected]> Time : 2025-09-02 00:31:37 +0000 Message : Merge pull request #930 from swcarpentry/update/packages Update 7 packages
1 parent 2eced6b commit 4ce5d74

File tree

3 files changed

+2806
-1
lines changed

3 files changed

+2806
-1
lines changed

config.yaml

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
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: 'swc'
12+
13+
# Overall title for pages.
14+
title: 'R for Reproducible Scientific Analysis'
15+
16+
# Date the lesson was created (YYYY-MM-DD, this is empty by default)
17+
created: '2015-04-18'
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: 'stable'
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/swcarpentry/r-novice-gapminder'
31+
32+
# Default branch of your lesson
33+
branch: 'main'
34+
35+
# Who to contact if there are any issues
36+
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+
- 01-rstudio-intro.Rmd
63+
- 02-project-intro.Rmd
64+
- 03-seeking-help.Rmd
65+
- 04-data-structures-part1.Rmd
66+
- 05-data-structures-part2.Rmd
67+
- 06-data-subsetting.Rmd
68+
- 07-control-flow.Rmd
69+
- 08-plot-ggplot2.Rmd
70+
- 09-vectorization.Rmd
71+
- 10-functions.Rmd
72+
- 11-writing-data.Rmd
73+
- 12-dplyr.Rmd
74+
- 13-tidyr.Rmd
75+
- 14-knitr-markdown.Rmd
76+
- 15-wrap-up.Rmd
77+
78+
# Information for Learners
79+
learners:
80+
81+
# Information for Instructors
82+
instructors:
83+
84+
# Learner Profiles
85+
profiles:
86+
87+
# Customisation ---------------------------------------------
88+
#
89+
# This space below is where custom yaml items (e.g. pinning
90+
# sandpaper and varnish versions) should live
91+
92+
93+
url: 'https://swcarpentry.github.io/r-novice-gapminder'
94+
analytics: carpentries
95+
lang: en

data/feline-data.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"coat","weight","likes_catnip"
1+
"coat","weight","likes_string"
22
"calico",2.1,1
33
"black",5,0
44
"tabby",3.2,1

0 commit comments

Comments
 (0)