Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : b22497c
Branch  : main
Author  : Naupaka Zimmerman <naupaka@gmail.com>
Time    : 2024-05-14 19:58:23 +0000
Message : Merge pull request #275 from datacarpentry/update/packages

Update 13 packages
  • Loading branch information
actions-user committed Jul 9, 2024
1 parent f5385a2 commit 7ef203c
Show file tree
Hide file tree
Showing 2 changed files with 1,062 additions and 0 deletions.
88 changes: 88 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
#------------------------------------------------------------
# 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: 'dc'

# Overall title for pages.
title: 'Intro to R and RStudio for Genomics'

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

# 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: 'beta'

# 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/datacarpentry/genomics-r-intro'

# Default branch of your lesson
branch: 'main'

# Who to contact if there are any issues
contact: 'team@carpentries.org'

# 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:
- 00-introduction.Rmd
- 01-r-basics.Rmd
- 02-data-prelude.Rmd
- 03-basics-factors-dataframes.Rmd
- 04-bioconductor-vcfr.Rmd
- 05-dplyr.Rmd
- 06-data-visualization.Rmd
- 07-r-help.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://datacarpentry.github.io/genomics-r-intro'
analytics: carpentries
lang: en
Loading

0 comments on commit 7ef203c

Please sign in to comment.