From 5e8d3847c3279ed93f1f894f862fad7367c042e7 Mon Sep 17 00:00:00 2001 From: Degoot-AM Date: Thu, 18 Apr 2024 20:57:53 +0000 Subject: [PATCH] Repalce Q with q in word `Quantify` in the title --- learners/setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/learners/setup.md b/learners/setup.md index 3c7b1a70..559e1204 100644 --- a/learners/setup.md +++ b/learners/setup.md @@ -43,7 +43,7 @@ This course assumes intermediate R knowledge. This workshop is for you if: - You can read data into R, transform and reshape data, and make a wide variety of graphs - You are familiar with functions from `{dplyr}`, `{tidyr}`, and `{ggplot2}` -- You can use the magrittr pipe `%>%` and/or native pipe `|>` +- You can use the magrittr pipe `%>%` and/or native pipe `|>`. We expect participants to have some exposure to basic Statistical, Mathematical and Epidemic theory concepts, but NOT intermediate or expert familiarity with modeling. @@ -75,7 +75,7 @@ This tutorial requires **R version 4.0.0 or later**. To check if your R version is up to date: -- In RStudio your R version will be printed in [the console window](https://docs.posit.co/ide/user/ide/guide/code/console.html). Or run `sessionInfo()` there. +- In RStudio your R version will be printed in [the console window](https://docs.posit.co/ide/user/ide/guide/code/console.html). Or run `sessionInfo()`. - **To update R**, download and install the latest version from the [R project website](https://cran.rstudio.com/) for your operating system.