Skip to content

Commit eee5ff7

Browse files
actions-userzkamvar
andcommitted
markdown source builds
Auto-generated via `{sandpaper}` Source : 757d69b Branch : main Author : The Carpentries Apprentice (beta) <[email protected]> Time : 2024-11-05 08:49:16 +0000 Message : Update 6 packages (#637) Co-authored-by: zkamvar <[email protected]>
1 parent 093b352 commit eee5ff7

File tree

3 files changed

+531
-0
lines changed

3 files changed

+531
-0
lines changed

Diff for: config.yaml

+95
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: 'Programming with R'
15+
16+
# Date the lesson was created (YYYY-MM-DD, this is empty by default)
17+
created: '2014-12-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-inflammation'
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-starting-with-data.Rmd
63+
- 02-func-R.Rmd
64+
- 03-loops-R.Rmd
65+
- 04-cond.Rmd
66+
- 05-cmdline.Rmd
67+
- 06-best-practices-R.Rmd
68+
- 07-knitr-R.Rmd
69+
- 08-making-packages-R.Rmd
70+
- 09-supp-intro-rstudio.Rmd
71+
- 10-supp-addressing-data.Rmd
72+
- 11-supp-read-write-csv.Rmd
73+
- 12-supp-factors.Rmd
74+
- 13-supp-data-structures.Rmd
75+
- 14-supp-call-stack.Rmd
76+
- 15-supp-loops-in-depth.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-inflammation'
94+
analytics: carpentries
95+
lang: en

Diff for: data/car-speeds-cleaned.csv

+94
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,97 @@
55
"White",34,"Arizona"
66
"Red",25,"Arizona"
77
"Blue",41,"Arizona"
8+
"Blue",34,"NewMexico"
9+
"Black",29,"Colorado"
10+
"White",31,"Arizona"
11+
"Red",26,"Colorado"
12+
"Red",43,"Utah"
13+
"White",26,"Utah"
14+
"Blue",45,"Utah"
15+
"Blue",49,"Utah"
16+
"Black",33,"Utah"
17+
"Red",53,"NewMexico"
18+
"Blue",27,"Arizona"
19+
"Blue",29,"NewMexico"
20+
"White",27,"Arizona"
21+
"Blue",42,"Utah"
22+
"Blue",37,"Utah"
23+
"Blue",42,"Utah"
24+
"Red",48,"NewMexico"
25+
"Blue",26,"Colorado"
26+
"Red",40,"Colorado"
27+
"Red",43,"NewMexico"
28+
"Red",43,"Colorado"
29+
"Red",25,"Utah"
30+
"White",51,"Colorado"
31+
"Blue",48,"Utah"
32+
"Red",54,"NewMexico"
33+
"White",36,"Colorado"
34+
"Black",37,"Colorado"
35+
"Red",38,"Utah"
36+
"Black",33,"Colorado"
37+
"Black",51,"Colorado"
38+
"Blue",28,"NewMexico"
39+
"Red",34,"Arizona"
40+
"Black",54,"Utah"
41+
"Red",47,"Colorado"
42+
"Black",48,"Colorado"
43+
"Black",53,"NewMexico"
44+
"Red",32,"Arizona"
45+
"Red",46,"Utah"
46+
"White",34,"Arizona"
47+
"Black",46,"Colorado"
48+
"Blue",34,"NewMexico"
49+
"Red",43,"NewMexico"
50+
"Red",34,"NewMexico"
51+
"Black",33,"Colorado"
52+
"Black",43,"Arizona"
53+
"Red",41,"Utah"
54+
"White",42,"Utah"
55+
"Red",45,"Arizona"
56+
"Blue",52,"NewMexico"
57+
"Blue",39,"Colorado"
58+
"Black",29,"Utah"
59+
"Blue",27,"Colorado"
60+
"White",30,"Utah"
61+
"Black",31,"Utah"
62+
"Red",29,"Utah"
63+
"Blue",27,"Colorado"
64+
"Blue",50,"NewMexico"
65+
"White",53,"Colorado"
66+
"Black",50,"NewMexico"
67+
"Red",46,"Colorado"
68+
"Red",26,"NewMexico"
69+
"Black",32,"Arizona"
70+
"Blue",54,"NewMexico"
71+
"White",36,"Utah"
72+
"Blue",48,"Utah"
73+
"Red",29,"Colorado"
74+
"White",44,"Arizona"
75+
"White",38,"Utah"
76+
"Blue",49,"Colorado"
77+
"Blue",52,"Colorado"
78+
"Blue",36,"Colorado"
79+
"Blue",45,"Arizona"
80+
"Blue",34,"NewMexico"
81+
"White",31,"Arizona"
82+
"Black",44,"Utah"
83+
"Blue",32,"Colorado"
84+
"White",53,"Colorado"
85+
"Black",34,"Arizona"
86+
"Black",25,"Arizona"
87+
"Red",41,"Arizona"
88+
"Red",43,"Utah"
89+
"White",41,"Arizona"
90+
"White",40,"Utah"
91+
"White",52,"Utah"
92+
"White",44,"Utah"
93+
"Red",34,"Arizona"
94+
"Red",41,"Arizona"
95+
"Red",31,"NewMexico"
96+
"White",25,"Colorado"
97+
"Black",46,"Colorado"
98+
"White",34,"Utah"
99+
"Black",25,"NewMexico"
100+
"Black",32,"Arizona"
101+
"White",42,"Utah"

0 commit comments

Comments
 (0)