From 0522423d11f37c406bd3f0f73b12f009249484f9 Mon Sep 17 00:00:00 2001 From: Siyuan Luo Date: Fri, 10 Jan 2025 14:49:54 +0100 Subject: [PATCH] README: update bioconductor installation, master --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 302ca9d..2e44465 100644 --- a/README.md +++ b/README.md @@ -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