From f74000eedd2c584d84788d8319f86feff7faed04 Mon Sep 17 00:00:00 2001 From: avahoffman Date: Mon, 8 Jun 2026 11:58:46 -0400 Subject: [PATCH 1/3] Add zoom quote issue; switch to html --- modules/Basic_R/Basic_R.Rmd | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/modules/Basic_R/Basic_R.Rmd b/modules/Basic_R/Basic_R.Rmd index 58d8f84e..ebbe5e1e 100644 --- a/modules/Basic_R/Basic_R.Rmd +++ b/modules/Basic_R/Basic_R.Rmd @@ -141,6 +141,18 @@ z <- 3,000 knitr::include_graphics("images/incomplete_statement.png") ``` +## TROUBLESHOOTING: Zoom Quotation Marks + +```{r error = TRUE} +y <- β€œhello world!” +``` + +Retype the quotation marks! + +```{r error = TRUE} +y <- "hello world!" +``` + ## Simple object practice Try assigning your full name to an R object called `name` @@ -251,7 +263,7 @@ class(name2) Just open up the file to see the questions for lab. More about the file type soon! -πŸ’» [Lab](https://daseh.org/modules/Basic_R/lab/Basic_R_Lab.Rmd) +πŸ’» [Lab](https://daseh.org/modules/Basic_R/lab/Basic_R_Lab.html) ## Math + vector objects @@ -403,7 +415,7 @@ knitr::include_graphics("../../images/lol/install_packages.jpg") 🏠 [Class Website](https://daseh.org/) -πŸ’» [Basic R Lab](https://daseh.org/modules/Basic_R/lab/Basic_R_Lab.Rmd) +πŸ’» [Basic R Lab](https://daseh.org/modules/Basic_R/lab/Basic_R_Lab.html) πŸ“ƒ [Day 1 Cheatsheet](https://daseh.org/modules/cheatsheets/Day-1.pdf) From 01151ef86984024e9213015840ff7d5be6d87210 Mon Sep 17 00:00:00 2001 From: avahoffman Date: Mon, 8 Jun 2026 12:05:23 -0400 Subject: [PATCH 2/3] Image missing --- modules/Intro/Intro.Rmd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/Intro/Intro.Rmd b/modules/Intro/Intro.Rmd index c07311d9..1ec1dbe3 100644 --- a/modules/Intro/Intro.Rmd +++ b/modules/Intro/Intro.Rmd @@ -297,4 +297,8 @@ More on that soon! 🩺 [Pulse Check - `r config::get("pulsecheck_survey")`](`r config::get("pulsecheck_survey")`) +```{r, fig.alt="The End", out.width = "30%", echo = FALSE, fig.align='center'} +knitr::include_graphics(here::here("images/the-end-g23b994289_1280.jpg")) +``` + Image by Gerd Altmann from Pixabay From 4bd7260cfaac46c68c081d9cb24c43b13922414a Mon Sep 17 00:00:00 2001 From: avahoffman Date: Mon, 8 Jun 2026 12:06:18 -0400 Subject: [PATCH 3/3] Add line break --- modules/Intro/Intro.Rmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/Intro/Intro.Rmd b/modules/Intro/Intro.Rmd index 1ec1dbe3..9a3a1d8b 100644 --- a/modules/Intro/Intro.Rmd +++ b/modules/Intro/Intro.Rmd @@ -297,6 +297,8 @@ More on that soon! 🩺 [Pulse Check - `r config::get("pulsecheck_survey")`](`r config::get("pulsecheck_survey")`) +
+ ```{r, fig.alt="The End", out.width = "30%", echo = FALSE, fig.align='center'} knitr::include_graphics(here::here("images/the-end-g23b994289_1280.jpg")) ```