Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : 225ed1b
Branch  : main
Author  : The Carpentries Apprentice (beta) <[email protected]>
Time    : 2024-09-03 07:31:32 +0000
Message : Update 3 packages (#632)

Co-authored-by: zkamvar <[email protected]>
  • Loading branch information
actions-user and zkamvar committed Sep 10, 2024
1 parent dc02aa6 commit fec39aa
Show file tree
Hide file tree
Showing 3 changed files with 532 additions and 0 deletions.
95 changes: 95 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
#------------------------------------------------------------
# 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: 'Programming with R'

# Date the lesson was created (YYYY-MM-DD, this is empty by default)
created: '2014-12-18'

# 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/swcarpentry/r-novice-inflammation'

# 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-starting-with-data.Rmd
- 02-func-R.Rmd
- 03-loops-R.Rmd
- 04-cond.Rmd
- 05-cmdline.Rmd
- 06-best-practices-R.Rmd
- 07-knitr-R.Rmd
- 08-making-packages-R.Rmd
- 09-supp-intro-rstudio.Rmd
- 10-supp-addressing-data.Rmd
- 11-supp-read-write-csv.Rmd
- 12-supp-factors.Rmd
- 13-supp-data-structures.Rmd
- 14-supp-call-stack.Rmd
- 15-supp-loops-in-depth.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://swcarpentry.github.io/r-novice-inflammation'
analytics: carpentries
lang: en
94 changes: 94 additions & 0 deletions data/car-speeds-cleaned.csv
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,97 @@
"White",34,"Arizona"
"Red",25,"Arizona"
"Blue",41,"Arizona"
"Blue",34,"NewMexico"
"Black",29,"Colorado"
"White",31,"Arizona"
"Red",26,"Colorado"
"Red",43,"Utah"
"White",26,"Utah"
"Blue",45,"Utah"
"Blue",49,"Utah"
"Black",33,"Utah"
"Red",53,"NewMexico"
"Blue",27,"Arizona"
"Blue",29,"NewMexico"
"White",27,"Arizona"
"Blue",42,"Utah"
"Blue",37,"Utah"
"Blue",42,"Utah"
"Red",48,"NewMexico"
"Blue",26,"Colorado"
"Red",40,"Colorado"
"Red",43,"NewMexico"
"Red",43,"Colorado"
"Red",25,"Utah"
"White",51,"Colorado"
"Blue",48,"Utah"
"Red",54,"NewMexico"
"White",36,"Colorado"
"Black",37,"Colorado"
"Red",38,"Utah"
"Black",33,"Colorado"
"Black",51,"Colorado"
"Blue",28,"NewMexico"
"Red",34,"Arizona"
"Black",54,"Utah"
"Red",47,"Colorado"
"Black",48,"Colorado"
"Black",53,"NewMexico"
"Red",32,"Arizona"
"Red",46,"Utah"
"White",34,"Arizona"
"Black",46,"Colorado"
"Blue",34,"NewMexico"
"Red",43,"NewMexico"
"Red",34,"NewMexico"
"Black",33,"Colorado"
"Black",43,"Arizona"
"Red",41,"Utah"
"White",42,"Utah"
"Red",45,"Arizona"
"Blue",52,"NewMexico"
"Blue",39,"Colorado"
"Black",29,"Utah"
"Blue",27,"Colorado"
"White",30,"Utah"
"Black",31,"Utah"
"Red",29,"Utah"
"Blue",27,"Colorado"
"Blue",50,"NewMexico"
"White",53,"Colorado"
"Black",50,"NewMexico"
"Red",46,"Colorado"
"Red",26,"NewMexico"
"Black",32,"Arizona"
"Blue",54,"NewMexico"
"White",36,"Utah"
"Blue",48,"Utah"
"Red",29,"Colorado"
"White",44,"Arizona"
"White",38,"Utah"
"Blue",49,"Colorado"
"Blue",52,"Colorado"
"Blue",36,"Colorado"
"Blue",45,"Arizona"
"Blue",34,"NewMexico"
"White",31,"Arizona"
"Black",44,"Utah"
"Blue",32,"Colorado"
"White",53,"Colorado"
"Black",34,"Arizona"
"Black",25,"Arizona"
"Red",41,"Arizona"
"Red",43,"Utah"
"White",41,"Arizona"
"White",40,"Utah"
"White",52,"Utah"
"White",44,"Utah"
"Red",34,"Arizona"
"Red",41,"Arizona"
"Red",31,"NewMexico"
"White",25,"Colorado"
"Black",46,"Colorado"
"White",34,"Utah"
"Black",25,"NewMexico"
"Black",32,"Arizona"
"White",42,"Utah"
Loading

0 comments on commit fec39aa

Please sign in to comment.