Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit d0d94a0

Browse files
authored
Merge pull request #89 from stemangiola/drop-library
drop library()
2 parents 7efa4d7 + 0da68a2 commit d0d94a0

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

README.Rmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ devtools::install_github("stemangiola/CuratedAtlasQueryR")
4747

4848
```{r, message=FALSE, warning=FALSE}
4949
library(CuratedAtlasQueryR)
50-
library(dplyr)
51-
library(stringr)
5250
```
5351

5452
## Load and explore the metadata

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ devtools::install_github("stemangiola/CuratedAtlasQueryR")
2929

3030
``` r
3131
library(CuratedAtlasQueryR)
32-
library(dplyr)
33-
library(stringr)
3432
```
3533

3634
## Load and explore the metadata

vignettes/Introduction.Rmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ devtools::install_github("stemangiola/CuratedAtlasQueryR")
4848

4949
```{r, message=FALSE, warning=FALSE}
5050
library(CuratedAtlasQueryR)
51-
library(dplyr)
52-
library(stringr)
5351
```
5452

5553
## Load and explore the metadata

0 commit comments

Comments
 (0)