|
19 | 19 | "\n",
|
20 | 20 | "## Course Objectives \n",
|
21 | 21 | "On completion of this series of workshops, participants will:\n",
|
22 |
| - "- Be able to explain what is meant by the ‘tidy’ format (a widely recognised convention for structuring data).\n", |
| 22 | + "- Learn to explain what is meant by the ‘tidy’ format (a widely recognised convention for structuring data).\n", |
23 | 23 | "- Know how to read tabular data from a file to a dataframe.\n",
|
24 |
| - "- Be able to manipulate datasets, including creating new variables, filtering data, summarising and sorting data.\n", |
| 24 | + "- Manipulate datasets, including creating new variables, filtering data, summarising and sorting data.\n", |
25 | 25 | "- Know how to join multiple datasets together and reshape data.\n",
|
26 | 26 | "- Learn how to work with strings and dates (as time permits).\n",
|
27 | 27 | "- Gain hands on experience working with R notebooks for analysis.\n",
|
|
32 | 32 | "\n",
|
33 | 33 | "## Installation Guide \n",
|
34 | 34 | "\n",
|
35 |
| - "In order to fully participate in this course, you should bring a laptop to work\n", |
36 |
| - "on during the sessions and make sure you have the following installed on it\n", |
37 |
| - "**before** the first session.\n", |
| 35 | + "All CfRR courses require attendees to use their own computer/laptop to follow workshop activities and take effective notes. \n", |
38 | 36 | "\n",
|
39 |
| - "- R, version 4.1 or later. You can install this from the University's\n", |
| 37 | + "Ensure you have the following installed **before** the first session.\n", |
| 38 | + "\n", |
| 39 | + "- **R, version 4.1 or later** You can install this from the University's\n", |
40 | 40 | " Company Portal software repository. Alternatively, visit\n",
|
41 | 41 | " <a href=\"https://cran.rstudio.com\" target=\"_blank\" rel=\"external noreferrer\">https://cran.rstudio.com</a>,\n",
|
42 | 42 | " or adopt whatever method you usually use.\n",
|
43 | 43 | " \n",
|
44 |
| - "- RStudio desktop. You can download this from the University's\n", |
| 44 | + "- **RStudio desktop** You can download this from the University's\n", |
45 | 45 | " Company Portal software repository. Alternatively, visit\n",
|
46 | 46 | " <a href=\"https://posit.co/download/rstudio-desktop/\" target=\"_blank\" rel=\"external noreferrer\">https://posit.co/download/rstudio-desktop/</a>.\n",
|
47 | 47 | " We will use RStudio to work with R notebooks throughout the course. If you have\n",
|
48 | 48 | " another way of working with R notebooks that you prefer, then you are welcome\n",
|
49 | 49 | " to use this, but we recommend using RStudio if you're unsure.\n",
|
50 | 50 | "\n",
|
51 |
| - "- Ensure you have following R packages installed:\n", |
| 51 | + "- Ensure you have the following R packages installed:\n", |
52 | 52 | " - `tidyverse`\n",
|
53 | 53 | " - `palmerpenguins` (This contains a dataset we'll use in examples during the\n",
|
54 | 54 | " course.)\n",
|
|
0 commit comments