Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : f147e1e
Branch  : main
Author  : Naupaka Zimmerman <[email protected]>
Time    : 2023-12-13 17:10:52 +0000
Message : Merge pull request #880 from louise-ord/data-url-update

Update 05-data-structures-part2.Rmd
  • Loading branch information
actions-user committed Dec 13, 2023
1 parent 92f02a0 commit 854dae0
Show file tree
Hide file tree
Showing 4 changed files with 1,189 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 05-data-structures-part2.md
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ Check out `?source` to find out more.


```r
download.file("https://raw.githubusercontent.com/swcarpentry/r-novice-gapminder/gh-pages/_episodes_rmd/data/gapminder_data.csv", destfile = "data/gapminder_data.csv")
download.file("https://raw.githubusercontent.com/swcarpentry/r-novice-gapminder/main/episodes/data/gapminder_data.csv", destfile = "data/gapminder_data.csv")
gapminder <- read.csv(file = "data/gapminder_data.csv")
```

Expand Down
96 changes: 96 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
#------------------------------------------------------------
# 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 Reproducible Scientific Analysis'

# Date the lesson was created (YYYY-MM-DD, this is empty by default)
created: '2015-04-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-gapminder'

# 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-rstudio-intro.Rmd
- 02-project-intro.Rmd
- 03-seeking-help.Rmd
- 04-data-structures-part1.Rmd
- 05-data-structures-part2.Rmd
- 06-data-subsetting.Rmd
- 07-control-flow.Rmd
- 08-plot-ggplot2.Rmd
- 09-vectorization.Rmd
- 10-functions.Rmd
- 11-writing-data.Rmd
- 12-plyr.Rmd
- 13-dplyr.Rmd
- 14-tidyr.Rmd
- 15-knitr-markdown.Rmd
- 16-wrap-up.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-gapminder'
analytics: carpentries
lang: en
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"episodes/02-project-intro.Rmd" "cd60cc3116d4f6be92f03f5cc51bcc3b" "site/built/02-project-intro.md" "2023-12-13"
"episodes/03-seeking-help.Rmd" "d24c310b8f36930e70379458f3c93461" "site/built/03-seeking-help.md" "2023-12-13"
"episodes/04-data-structures-part1.Rmd" "5ec938f71a9cec633cef9329d214c3a0" "site/built/04-data-structures-part1.md" "2023-12-13"
"episodes/05-data-structures-part2.Rmd" "c2def187e8cb1c53fd2ca2dc6f7b5d43" "site/built/05-data-structures-part2.md" "2023-12-13"
"episodes/05-data-structures-part2.Rmd" "95c5dd30b8288090ce89ecbf2d3072bd" "site/built/05-data-structures-part2.md" "2023-12-13"
"episodes/06-data-subsetting.Rmd" "5d4ce8731ab37ddea81874d63ae1ce86" "site/built/06-data-subsetting.md" "2023-12-13"
"episodes/07-control-flow.Rmd" "6a8691c8668737e4202f49b52aeb8ac6" "site/built/07-control-flow.md" "2023-12-13"
"episodes/08-plot-ggplot2.Rmd" "a9a97a1eee46dc82b83c6c740a4412cf" "site/built/08-plot-ggplot2.md" "2023-12-13"
Expand Down
Loading

0 comments on commit 854dae0

Please sign in to comment.