Skip to content

Commit

Permalink
Add pkg install
Browse files Browse the repository at this point in the history
  • Loading branch information
timoast committed Aug 13, 2024
1 parent 3813ec8 commit 6a97125
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vignettes/mito.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ output:
html_document:
self_contained: True
---
```{r, include=FALSE}
if (!requireNamespace(package = "EnsDb.Hsapiens.v75", quietly = TRUE)) {
BiocManager::install("EnsDb.Hsapiens.v75")
}
```

```{r packages, message=FALSE, warning=FALSE, echo=TRUE}
library(Signac)
Expand Down

0 comments on commit 6a97125

Please sign in to comment.