Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via `{sandpaper}`
Source  : d8b86da
Branch  : main
Author  : peterlaurin <[email protected]>
Time    : 2024-11-23 01:38:06 +0000
Message : Merge pull request #73 from carpentries-incubator/minimal-reproducible-code-draft

Minimal reproducible code draft -- Resolved discrepancy in yaml with md and Rmd
  • Loading branch information
actions-user committed Nov 26, 2024
1 parent d7c2a92 commit a832cb7
Show file tree
Hide file tree
Showing 2 changed files with 1,178 additions and 0 deletions.
83 changes: 83 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
#------------------------------------------------------------
# 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: 'incubator'

# Overall title for pages.
title: 'RRRRRRR, I’m stuck!'

# Date the lesson was created (YYYY-MM-DD, this is empty by default)
created: 2024-05-14

# Comma-separated list of keywords for the lesson
keywords: 'R, reprex, help, The Carpentries, error, debug, reproducible example'

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

# License of the lesson
license: 'CC-BY 4.0'

# Link to the source repository for this lesson
source: 'https://github.com/carpentries-incubator/R-help-reprexes'

# 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:
- 1-intro-reproducible-examples.md
- 2-understanding-your-code.md
- 3-identify-the-problem.md
- 4-minimal-reproducible-data.Rmd
- 5-minimal-reproducible-code.Rmd
- 6-asking-your-question.md

# 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


Loading

0 comments on commit a832cb7

Please sign in to comment.