We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0771f commit b233533Copy full SHA for b233533
1 file changed
inst/tutorials/Lesson1/Lesson1.Rmd
@@ -11,11 +11,7 @@ description: "Learnr tutorial to start off with ggplot2. Created for a short wor
11
12
```{r setup, include=FALSE}
13
library(learnr)
14
-library(tibble)
15
-library(ggplot2)
16
-library(dplyr)
17
-library(tidyr)
18
-library(readr)
+library(tidyverse)
19
library(patchwork)
20
library(scico)
21
@@ -62,11 +58,7 @@ my_plot1_nicer <- my_plot1 +
62
58
Load the necessary libraries
63
59
64
60
```{r}
65
66
67
68
69
61
70
71
72
```
0 commit comments