Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
differences for PR #7
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 5, 2023
1 parent 162a5b7 commit 690ca1f
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 2 deletions.
94 changes: 94 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
#------------------------------------------------------------
# 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: 'R for Social Scientists'

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

# 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: 'transition-step-1'

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

# Link to the source repository for this lesson
source: 'https://github.com/fishtree-attempt/r-socialsci/'

# 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:
- 00-intro.Rmd
- 01-intro-to-r.Rmd
- 02-starting-with-data.Rmd
- 03-dplyr.Rmd
- 04-tidyr.Rmd
- 05-ggplot2.Rmd
- 06-rmarkdown.Rmd
- 07-json.Rmd

# Information for Learners
learners:
- reference.md
- intro-R-handout.Rmd
- starting-with-data-handout.Rmd
- data-wrangling-handout.Rmd
- data-visualisation-handout.Rmd

# 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://preview.carpentries.org/r-socialsci
workbench-beta: 'true'
pre-beta-date: '2022-10-31'
old-url: 'https://datacarpentry.github.io/r-socialsci'
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"config.yaml" "667c8e4097d8df2df06a9f31bfb7d6f6" "site/built/config.yaml" "2023-01-05"
"index.md" "a10973d4c5d57b9f0802d307d93a360a" "site/built/index.md" "2023-01-05"
"reference.md" "4f5c397d479e3acd4c91631344f02b84" "site/built/reference.md" "2023-01-05"
"setup.md" "a157da406d2ddf802a29695e4f7bbe17" "site/built/setup.md" "2023-01-05"
"setup.md" "bd8b8219e559abfa3953e234e567bcc5" "site/built/setup.md" "2023-01-05"
"episodes/00-intro.Rmd" "7f7ff8b2b33a6a9c88873801de5f6449" "site/built/00-intro.md" "2023-01-05"
"episodes/01-intro-to-r.Rmd" "1a7bc40472e0f6a387fd10caa28934d3" "site/built/01-intro-to-r.md" "2023-01-05"
"episodes/02-starting-with-data.Rmd" "a83cca5dbec880ad28d656c25e996f0e" "site/built/02-starting-with-data.md" "2023-01-05"
Expand Down
2 changes: 1 addition & 1 deletion setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ from `R`:
`download.file("https://ndownloader.figshare.com/files/11492171","data/SAFI_clean.csv", mode = "wb")`

* The [json episode](https://datacarpentry.org/r-socialsci/06-json/index.html) uses
`SAFI.json`. The downlink link is <https://raw.githubusercontent.com/datacarpentry/r-socialsci/main/data/SAFI.json>.
`SAFI.json`. The download link is <https://raw.githubusercontent.com/datacarpentry/r-socialsci/main/data/SAFI.json>.

0 comments on commit 690ca1f

Please sign in to comment.