Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : fa09269
Branch  : main
Author  : Matthieu Bruneaux <matthieu.bruneaux@gmail.com>
Time    : 2023-11-18 14:10:45 +0000
Message : Merge pull request #869 from emoryn/patch-1

Update 01-rstudio-intro.Rmd
  • Loading branch information
actions-user committed Nov 18, 2023
1 parent 6fbf9a0 commit 5ffd860
Show file tree
Hide file tree
Showing 4 changed files with 1,188 additions and 5 deletions.
7 changes: 3 additions & 4 deletions 01-rstudio-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,7 @@ the first element of the line being printed in the console. For more information
on indexing vectors, see [Episode 6: Subsetting Data](https://swcarpentry.github.io/r-novice-gapminder/06-data-subsetting/index.html).

If you type in an incomplete command, R will wait for you to
complete it. If you are familiar with Unix Shell's bash, you may recognize this
behavior from bash.
complete it. If you are familiar with Unix Shell's bash, you may recognize this behavior from bash.

```r
> 1 +
Expand Down Expand Up @@ -544,7 +543,7 @@ min-length
One final thing to be aware of is that R is *vectorized*, meaning that
variables and functions can have vectors as values. In contrast to physics and
mathematics, a vector in R describes a set of values in a certain order of the
same data type. For example
same data type. For example:


```r
Expand Down Expand Up @@ -644,7 +643,7 @@ function (name, pos = -1L, envir = as.environment(pos), all.names = FALSE,
}
else all.names
}
<bytecode: 0x55bec8f02a70>
<bytecode: 0x55de69f00a80>
<environment: namespace:base>
```

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: '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:
- 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 @@ -3,7 +3,7 @@
"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2023-11-16"
"config.yaml" "810028d39c377c82aef9239cb1ec0dd3" "site/built/config.yaml" "2023-11-16"
"index.md" "86c8fb559b13d1695d55b52dd6cbf574" "site/built/index.md" "2023-11-16"
"episodes/01-rstudio-intro.Rmd" "f52c105e2ad37a03d18353288f03e43f" "site/built/01-rstudio-intro.md" "2023-11-16"
"episodes/01-rstudio-intro.Rmd" "ba51e78f65d7c6c98be6b3329f5004ec" "site/built/01-rstudio-intro.md" "2023-11-18"
"episodes/02-project-intro.Rmd" "94e7911ebdd59fbc30de86ed1d84d4df" "site/built/02-project-intro.md" "2023-11-16"
"episodes/03-seeking-help.Rmd" "d24c310b8f36930e70379458f3c93461" "site/built/03-seeking-help.md" "2023-11-16"
"episodes/04-data-structures-part1.Rmd" "5ec938f71a9cec633cef9329d214c3a0" "site/built/04-data-structures-part1.md" "2023-11-16"
Expand Down
Loading

0 comments on commit 5ffd860

Please sign in to comment.