Skip to content

Commit

Permalink
README: update bioconductor installation, master
Browse files Browse the repository at this point in the history
  • Loading branch information
RoseYuan committed Jan 10, 2025
1 parent 5f15a7b commit 0522423
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ For a detailed introduction of the package, see the [online docs](https://roseyu

## Installation

You can install the development version of poem from
[GitHub](https://github.com/RoseYuan/poem) with:

``` r
# install.packages("devtools")
devtools::install_github("RoseYuan/poem")
`poem` is available through Bioconductor, and can be installed using the following commands:
```r
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("poem")
```

## Contact
Expand Down

0 comments on commit 0522423

Please sign in to comment.