Skip to content

Commit

Permalink
vignette-poem: Update with Bioconductor installation
Browse files Browse the repository at this point in the history
  • Loading branch information
RoseYuan committed Jan 10, 2025
1 parent f197ba8 commit 41ac9ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vignettes/poem.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ library(BiocStyle)
# Installation & loading {-}

```{r, eval=FALSE}
if (!requireNamespace("devtools", quietly = TRUE))
install.packages("devtools")
devtools::install_github("RoseYuan/poem")
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("poem")
```

```{r, message = FALSE, warning = FALSE}
Expand Down

0 comments on commit 41ac9ee

Please sign in to comment.