Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : 7c5cd2b
Branch  : main
Author  : Pat Bills <billspat@users.noreply.github.com>
Time    : 2023-06-30 13:45:18 +0000
Message : Merge pull request #3 from billspat/2-plotting

closes #2
  • Loading branch information
actions-user committed Mar 19, 2024
1 parent cb738a7 commit 4e59e03
Show file tree
Hide file tree
Showing 2 changed files with 491 additions and 0 deletions.
82 changes: 82 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
#------------------------------------------------------------
# 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: 'R for the HPCC'

# Date the lesson was created (YYYY-MM-DD, this is empty by default)
created: '2023-06-30'

# Comma-separated list of keywords for the lesson
keywords: 'r, hpcc, parallel, cluster, icer'

# 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/cgross95/r-for-hpcc'

# Default branch of your lesson
branch: 'main'

# Who to contact if there are any issues
contact: 'grosscra@msu.edu'

# 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:
- rstudio-ondemand.Rmd
- managing-r-env-packages.Rmd
- parallelizing-r-code.Rmd
- r-command-line.Rmd
- r-slurm-jobs.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

varnish: cgross95/varnish@icer
Loading

0 comments on commit 4e59e03

Please sign in to comment.