Skip to content

Commit

Permalink
Fixed website link embedded in slides and named the secret ggplot cod…
Browse files Browse the repository at this point in the history
…e chunk in lecture 1
  • Loading branch information
njlyon0 committed Jan 20, 2024
1 parent 323c7f4 commit 9a57b7e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions _freeze/materials/slides_1a/execute-results/html.json

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions _freeze/materials/slides_template/execute-results/html.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"hash": "31edf729b7ef64e17262035526024ca3",
"hash": "3a108990dc49417ab5b5eec979797fe9",
"result": {
"markdown": "---\ntitle: \"Intro to Data Science\"\nauthor: \"Nick J Lyon\"\nengine: knitr\nformat: \n revealjs: \n slide-number: c\n scrollable: false\n theme: [night, slides.scss]\n reference-location: document\n footer: \"[Programming in R for Biologists](https://njlyon0.github.io/teach_r-for-bio/)\"\n---\n\n\n## A Guide to Your Process\n\n### [Scheduling]{.blue}\n\n### [Learning Objectives]{.purple}\n\n### [Practice]{.pink}\n\n### [Supporting Information]{.orange}\n\n### [Class Discussion]{.gold}\n\n## [Today's Plan]{.blue}\n\n- Y\n\n## [Today's Learning Objectives]{.purple}\n\nAfter today's session you will be able to:\n\n. . .\n\n- X\n\n## [Temperature Check]{.purple}\n\n#### How are you Feeling?\n\n<p align=\"center\">\n<img src=\"comics/debugging.png\" alt=\"Comic-style graph depicting someone's emotional state as they debug code (from initial struggle and defeat to eventual triumph)\">\n</p>\n\n\n\n## [Upcoming Due Dates]{.blue} {.smaller}\n\n::::{.columns}\n\n:::{.column width=\"50%\"}\n\n### Due before lab\n\n#### (By midnight)\n\n- Muddiest Point \\#x\n\n:::\n\n:::{.column width=\"50%\"}\n\n### Due before lecture\n\n#### (By midnight)\n\n- X\n\n:::\n\n::::\n\n",
"supporting": [],
"markdown": "---\ntitle: \"Intro to Data Science\"\nauthor: \"Nick J Lyon\"\nengine: knitr\nformat: \n revealjs: \n slide-number: c\n scrollable: false\n theme: [night, slides.scss]\n reference-location: document\n footer: \"[Programming in R for Biologists](https://njlyon0.github.io/teach_r-for-biologists/)\"\n---\n\n\n## A Guide to Your Process\n\n### [Scheduling]{.blue}\n\n### [Learning Objectives]{.purple}\n\n### [Practice]{.pink}\n\n### [Supporting Information]{.orange}\n\n### [Class Discussion]{.gold}\n\n## [Today's Plan]{.blue}\n\n- Y\n\n## [Today's Learning Objectives]{.purple}\n\nAfter today's session you will be able to:\n\n. . .\n\n- X\n\n## [Temperature Check]{.purple}\n\n#### How are you Feeling?\n\n<p align=\"center\">\n<img src=\"comics/debugging.png\" alt=\"Comic-style graph depicting someone's emotional state as they debug code (from initial struggle and defeat to eventual triumph)\">\n</p>\n\n\n\n## [Upcoming Due Dates]{.blue} {.smaller}\n\n::::{.columns}\n\n:::{.column width=\"50%\"}\n\n### Due before lab\n\n#### (By midnight)\n\n- Muddiest Point \\#x\n\n:::\n\n:::{.column width=\"50%\"}\n\n### Due before lecture\n\n#### (By midnight)\n\n- X\n\n:::\n\n::::\n\n",
"supporting": [
"slides_template_files"
],
"filters": [
"rmarkdown/pagebreak.lua"
],
Expand Down
4 changes: 2 additions & 2 deletions materials/slides_1a.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ format:
scrollable: false
theme: [night, slides.scss]
reference-location: document
footer: "[Programming in R for Biologists](https://njlyon0.github.io/teach_r-for-bio/)"
footer: "[Programming in R for Biologists](https://njlyon0.github.io/teach_r-for-biologists/)"
---

## A Guide to Your Process
Expand Down Expand Up @@ -96,7 +96,7 @@ Benefits of R:

## [R's Popularity]{.orange}

```{r}
```{r popularity-ggplot}
#| echo: false
# Read in data
Expand Down
2 changes: 1 addition & 1 deletion materials/slides_template.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ format:
scrollable: false
theme: [night, slides.scss]
reference-location: document
footer: "[Programming in R for Biologists](https://njlyon0.github.io/teach_r-for-bio/)"
footer: "[Programming in R for Biologists](https://njlyon0.github.io/teach_r-for-biologists/)"
---

## A Guide to Your Process
Expand Down
Binary file not shown.

0 comments on commit 9a57b7e

Please sign in to comment.