From 57ef163807aa4c96a6f49031fa818f7de256f5e1 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 7 Nov 2023 00:22:39 +0000 Subject: [PATCH] site deploy Auto-generated via {sandpaper} Source : f9cc1bc68ba9e53b1db197d6ac74c10cca2e660c Branch : md-outputs Author : GitHub Actions Time : 2023-11-03 09:11:11 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : 28c21ed2c582aea1880dd1fde9c0b2e07b8314eb Branch : main Author : Toby Hodges Time : 2023-11-03 09:08:52 +0000 Message : Merge pull request #146 from datacarpentry/setup-link Link to setup instructions --- 01-rstudio-intro.html | 12 ++--- 02-project-intro.html | 2 +- 03-data-structures-part1.html | 14 +++--- 04-data-structures-part2.html | 8 ++-- 05-data-subsetting.html | 2 +- 06-dplyr.html | 2 +- 07-plot-ggplot2.html | 6 +-- 08-writing-data.html | 6 +-- 404.html | 4 +- CODE_OF_CONDUCT.html | 2 +- LICENSE.html | 2 +- aio.html | 40 ++++++++--------- discuss.html | 2 +- images.html | 4 +- index.html | 4 +- instructor-notes.html | 4 +- instructor/01-rstudio-intro.html | 18 ++++---- instructor/02-project-intro.html | 2 +- instructor/03-data-structures-part1.html | 16 +++---- instructor/04-data-structures-part2.html | 10 ++--- instructor/05-data-subsetting.html | 2 +- instructor/06-dplyr.html | 2 +- instructor/07-plot-ggplot2.html | 8 ++-- instructor/08-writing-data.html | 10 ++--- instructor/404.html | 4 +- instructor/CODE_OF_CONDUCT.html | 2 +- instructor/LICENSE.html | 2 +- instructor/aio.html | 56 ++++++++++++------------ instructor/discuss.html | 2 +- instructor/images.html | 4 +- instructor/index.html | 4 +- instructor/instructor-notes.html | 4 +- instructor/key-points.html | 4 +- instructor/profiles.html | 4 +- instructor/reference.html | 2 +- key-points.html | 4 +- pkgdown.yml | 2 +- profiles.html | 4 +- reference.html | 2 +- 39 files changed, 141 insertions(+), 141 deletions(-) diff --git a/01-rstudio-intro.html b/01-rstudio-intro.html index 88bdc7be..8871c2d4 100644 --- a/01-rstudio-intro.html +++ b/01-rstudio-intro.html @@ -741,7 +741,7 @@

Solution to challenge 1

-
+

R @@ -797,7 +797,7 @@

Solution to challenge 2

-
+

One way of answering this question in R is to use the > to set up the following:

@@ -871,7 +871,7 @@

Solution to challenge 3

-
+

The following can be used as R variables:

@@ -975,7 +975,7 @@

Solution to challenge 4

-
+

We would use the following R code to install the ggplot2 package:

@@ -1047,7 +1047,7 @@

Solution to challenge 5

-
+

The correct answers are b and c. Answer a will install, not load, the ggplot2 package. Answer b will correctly load the ggplot2 package. Note @@ -1142,7 +1142,7 @@

Keypoints