Skip to content

Commit

Permalink
differences for PR #190
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 6, 2024
1 parent f52db58 commit 37b13ee
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 533 deletions.
92 changes: 0 additions & 92 deletions config.yaml

This file was deleted.

16 changes: 8 additions & 8 deletions episodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,18 +101,18 @@ But when I open the fence with ```` ```{r} ```` then it becomes an R Markdown
code fence and will execute the code inside the fence:


````markdown
```` markdown
```{r}
print("hello world!")
```
````


```r
``` r
print("hello world!")
```

```{.output}
``` output
[1] "hello world!"
```

Expand Down Expand Up @@ -524,7 +524,7 @@ To add more content to the challenge, you close the first solution and add more
What is the output of this command?


```r
``` r
paste("This", "new", "template", "looks", "good")
```

Expand All @@ -533,7 +533,7 @@ paste("This", "new", "template", "looks", "good")
## Output


```{.output}
``` output
[1] "This new template looks good"
```

Expand Down Expand Up @@ -783,7 +783,7 @@ Notice how the pipe characters (`|`) do not necessarily have to line up to
produce a table.


```markdown
``` markdown
Table: Four fruits with color, price in imaginary dollars, and description

| fruit | color | price | description |
Expand Down Expand Up @@ -855,7 +855,7 @@ If you are using R Markdown, then you can generate a table from packages like
{knitr} or {gt}, but make sure to use `results = 'asis'` in your chunk option:


````markdown
```` markdown

```{r fruits-table, results = 'asis'}
dat <- data.frame(
Expand Down Expand Up @@ -1066,7 +1066,7 @@ can also use `fig.cap` to provide a caption that puts the picture into context
(but take care to not be redundant; screen readers will read both fields).


```r
``` r
pie(
c(Sky = 78, "Sunny side of pyramid" = 17, "Shady side of pyramid" = 5),
init.angle = 315,
Expand Down
6 changes: 3 additions & 3 deletions example.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ Code fences written using R Markdown chunk notation will be highlighted and
executed:


```r
``` r
magic <- sprintf("47 plus 2 equals %d\n47 times 2 equals %d", 47 + 2, 47 * 2)
cat(magic)
```

```{.output}
``` output
47 plus 2 equals 49
47 times 2 equals 94
```
Expand Down Expand Up @@ -103,7 +103,7 @@ You can add a line with at least three colons and a `solution` tag.
You can also include figures generated from R Markdown:


```r
``` r
pie(
c(Sky = 78, "Sunny side of pyramid" = 17, "Shady side of pyramid" = 5),
init.angle = 315,
Expand Down
44 changes: 22 additions & 22 deletions md5sum.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
"file" "checksum" "built" "date"
"CODE_OF_CONDUCT.md" "8d9e44dd5c39f241b5e8b47ecfc802d1" "site/built/CODE_OF_CONDUCT.md" "2024-07-02"
"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2024-07-02"
"config.yaml" "b9e699e477760f48f2c74c21fa37c550" "site/built/config.yaml" "2024-07-02"
"index.md" "4d117199b579f6901292749f1a414a00" "site/built/index.md" "2024-07-02"
"links.md" "a7ea11385a9d821b8f57edb0951c83ca" "site/built/links.md" "2024-07-02"
"episodes/introduction.md" "b1ca0d51bfee1538beabc08f46b389cf" "site/built/introduction.md" "2024-07-02"
"episodes/episodes.Rmd" "4f9401544dcfcd6d0ba5b61dca806f04" "site/built/episodes.md" "2024-07-02"
"episodes/editing.md" "7b5d6a45cfe297d06bf61326bea97251" "site/built/editing.md" "2024-07-26"
"episodes/example.Rmd" "215e3c4ed500fef3410f040349fb0a73" "site/built/example.md" "2024-07-02"
"episodes/deployment.md" "f15377cac190ef5435a60d074aa8aeb3" "site/built/deployment.md" "2024-07-02"
"episodes/update.md" "e3939117fb9b893806c4f43e7f08594e" "site/built/update.md" "2024-07-02"
"episodes/pull-request.md" "2afffbb78274f9054f55cc7756c9ee03" "site/built/pull-request.md" "2024-07-02"
"instructors/instructor-notes.md" "52cc20bd20dc02bf0f9df0f583a6c2ff" "site/built/instructor-notes.md" "2024-07-02"
"learners/reference.md" "3eeb20922176cd8397cbe420532fd21c" "site/built/reference.md" "2024-07-02"
"learners/setup.md" "04be5f060e281fdd218dcaa3407e1b48" "site/built/setup.md" "2024-07-02"
"learners/github-pat.md" "65a2c6f46233a1335a6fc0392cb8a405" "site/built/github-pat.md" "2024-07-02"
"learners/component-guide.md" "acd50b728fc8f6c9945e7fe7962da61b" "site/built/component-guide.md" "2024-07-02"
"learners/migrating-from-styles.md" "68dd61e4d88734fbf0ce9d3237080ebc" "site/built/migrating-from-styles.md" "2024-07-26"
"learners/style.md" "59a4d847201ced45d9b78b8ec9b05993" "site/built/style.md" "2024-07-02"
"profiles/maintainer.md" "2a2b790c0aa8da5fb72e323e4fafabd9" "site/built/maintainer.md" "2024-07-02"
"profiles/instructor.md" "ff8c586028a5e1c7ef0be4178b40417c" "site/built/instructor.md" "2024-07-02"
"renv/profiles/lesson-requirements/renv.lock" "0abb52632bff723426d880a0ecabec98" "site/built/renv.lock" "2024-07-02"
"CODE_OF_CONDUCT.md" "8d9e44dd5c39f241b5e8b47ecfc802d1" "site/built/CODE_OF_CONDUCT.md" "2024-08-06"
"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2024-08-06"
"config.yaml" "b9e699e477760f48f2c74c21fa37c550" "site/built/config.yaml" "2024-08-06"
"index.md" "4d117199b579f6901292749f1a414a00" "site/built/index.md" "2024-08-06"
"links.md" "a7ea11385a9d821b8f57edb0951c83ca" "site/built/links.md" "2024-08-06"
"episodes/introduction.md" "b1ca0d51bfee1538beabc08f46b389cf" "site/built/introduction.md" "2024-08-06"
"episodes/episodes.Rmd" "4f9401544dcfcd6d0ba5b61dca806f04" "site/built/episodes.md" "2024-08-06"
"episodes/editing.md" "7b5d6a45cfe297d06bf61326bea97251" "site/built/editing.md" "2024-08-06"
"episodes/example.Rmd" "215e3c4ed500fef3410f040349fb0a73" "site/built/example.md" "2024-08-06"
"episodes/deployment.md" "f15377cac190ef5435a60d074aa8aeb3" "site/built/deployment.md" "2024-08-06"
"episodes/update.md" "e3939117fb9b893806c4f43e7f08594e" "site/built/update.md" "2024-08-06"
"episodes/pull-request.md" "2afffbb78274f9054f55cc7756c9ee03" "site/built/pull-request.md" "2024-08-06"
"instructors/instructor-notes.md" "52cc20bd20dc02bf0f9df0f583a6c2ff" "site/built/instructor-notes.md" "2024-08-06"
"learners/reference.md" "3eeb20922176cd8397cbe420532fd21c" "site/built/reference.md" "2024-08-06"
"learners/setup.md" "04be5f060e281fdd218dcaa3407e1b48" "site/built/setup.md" "2024-08-06"
"learners/github-pat.md" "65a2c6f46233a1335a6fc0392cb8a405" "site/built/github-pat.md" "2024-08-06"
"learners/component-guide.md" "acd50b728fc8f6c9945e7fe7962da61b" "site/built/component-guide.md" "2024-08-06"
"learners/migrating-from-styles.md" "68dd61e4d88734fbf0ce9d3237080ebc" "site/built/migrating-from-styles.md" "2024-08-06"
"learners/style.md" "59a4d847201ced45d9b78b8ec9b05993" "site/built/style.md" "2024-08-06"
"profiles/maintainer.md" "2a2b790c0aa8da5fb72e323e4fafabd9" "site/built/maintainer.md" "2024-08-06"
"profiles/instructor.md" "ff8c586028a5e1c7ef0be4178b40417c" "site/built/instructor.md" "2024-08-06"
"renv/profiles/lesson-requirements/renv.lock" "7a6fc470af6f11f8af81e88f5023b992" "site/built/renv.lock" "2024-08-06"
Loading

0 comments on commit 37b13ee

Please sign in to comment.