Skip to content

Commit b233533

Browse files
committed
fewer packages - library(tidyverse)
1 parent dc0771f commit b233533

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

inst/tutorials/Lesson1/Lesson1.Rmd

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ description: "Learnr tutorial to start off with ggplot2. Created for a short wor
1111

1212
```{r setup, include=FALSE}
1313
library(learnr)
14-
library(tibble)
15-
library(ggplot2)
16-
library(dplyr)
17-
library(tidyr)
18-
library(readr)
14+
library(tidyverse)
1915
library(patchwork)
2016
library(scico)
2117
@@ -62,11 +58,7 @@ my_plot1_nicer <- my_plot1 +
6258
Load the necessary libraries
6359

6460
```{r}
65-
library(tibble)
66-
library(ggplot2)
67-
library(dplyr)
68-
library(tidyr)
69-
library(readr)
61+
library(tidyverse)
7062
library(patchwork)
7163
library(scico)
7264
```

0 commit comments

Comments
 (0)