Skip to content

Commit f59da1d

Browse files
Melissa LeeMelissa Lee
authored andcommitted
removing message for tidymodels to make it look cleaner
1 parent 9821abb commit f59da1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

classification1.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ manipulate factors in R. As we learned in Chapter \@ref(viz), factors are a spec
9999
R that are often used for class label data.
100100

101101

102-
```{r 05-load-libraries, warning = FALSE}
102+
```{r 05-load-libraries, warning = FALSE, message = FALSE}
103103
library(tidyverse)
104104
library(forcats)
105105
```
@@ -543,7 +543,7 @@ in this collection will help keep our code simple, readable and accurate; the
543543
less we have to code ourselves, the fewer mistakes we are likely to make. We
544544
start off by loading `tidymodels`.
545545

546-
```{r 05-tidymodels, warning = FALSE}
546+
```{r 05-tidymodels, warning = FALSE, message = FALSE}
547547
library(tidymodels)
548548
```
549549

0 commit comments

Comments
 (0)