Skip to content

Commit

Permalink
suggest tidyverse
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed Feb 26, 2024
1 parent 1237961 commit 9fcacb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ Suggests:
ggplot2,
readr,
stringr,
dplyr,
tidyr,
tidyverse,
magick
VignetteBuilder: knitr
biocViews:
Expand Down
4 changes: 2 additions & 2 deletions vignettes/depmap.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ BiocStyle::markdown()
```

```{r, echo = FALSE}
suppressPackageStartupMessages(library("dplyr"))
suppressPackageStartupMessages(library("tidyverse"))
```

# Introduction
Expand Down Expand Up @@ -299,7 +299,7 @@ We could check what datasets from any quarter of 2020 are available by
searching for `"20Q"` in the datasets titles:

```{r, message=FALSE}
library(dplyr)
library(tidyverse)
dmsets() |>
filter(grepl("20Q", title))
```
Expand Down

0 comments on commit 9fcacb4

Please sign in to comment.