From f74000eedd2c584d84788d8319f86feff7faed04 Mon Sep 17 00:00:00 2001 From: avahoffman Date: Mon, 8 Jun 2026 11:58:46 -0400 Subject: [PATCH 1/4] 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/4] 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/4] 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")) ``` From 3fe7917e0e733b8ec7e02106ea0778222dbcfb14 Mon Sep 17 00:00:00 2001 From: avahoffman Date: Wed, 10 Jun 2026 09:36:26 -0400 Subject: [PATCH 4/4] Resolve #347 --- modules/Basic_R/Basic_R.Rmd | 18 ++++++++++++++++++ resources.Rmd | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/modules/Basic_R/Basic_R.Rmd b/modules/Basic_R/Basic_R.Rmd index ebbe5e1e..8ebf761f 100644 --- a/modules/Basic_R/Basic_R.Rmd +++ b/modules/Basic_R/Basic_R.Rmd @@ -19,6 +19,14 @@ For now, we will be working in the **Console** (Pane 1 ) knitr::include_graphics("../RStudio/images/three_panes.png") ``` +## FYI: Changing R versions + +Check your R version. + +You might change it later today if you aren't up to date with us. + +Go to Tools > Global Options > General. Next to "R version", click Change, choose the newest version from the list, click Apply, and restart RStudio. ([1](https://www.listendata.com/2015/08/how-to-update-r-software.html), [2](https://bioinformatics.ccr.cancer.gov/docs/rtools/R%20and%20RStudio/2.6_switching_r_version/), [3](https://r-coder.com/update-r/), [4](https://www.wikihow.com/Update-R)) + ## R as a calculator - The R console is a full calculator @@ -400,6 +408,16 @@ library(tidyverse) knitr::include_graphics("../../images/lol/install_packages.jpg") ``` +## RStudio Shortcuts + +| | Windows | Mac | +|-----------------------------------|---------|----------| +| Insert assignment operator (`<-`) | Alt+- | Option+- | + +

+ +More soon! See shortcuts [here](https://support.posit.co/hc/en-us/articles/200711853-Keyboard-Shortcuts-in-the-RStudio-IDE). + ## Summary - R functions as a calculator diff --git a/resources.Rmd b/resources.Rmd index d8775735..d2432cad 100644 --- a/resources.Rmd +++ b/resources.Rmd @@ -58,7 +58,7 @@ Here are additional resources to help you on your R journey - either before, dur
**Keyboard Shortcuts**
-- RStudio shortcuts can be found [here]() +- RStudio shortcuts can be found [here](https://support.posit.co/hc/en-us/articles/200711853-Keyboard-Shortcuts-in-the-RStudio-IDE) - Shortcut for the `%in%` operator can be found [here](https://stackoverflow.com/questions/58714081/is-there-a-shortcut-for-in)