@@ -17,12 +17,12 @@ knitr::opts_chunk$set(
1717
1818<!-- badges: start -->
1919
20- ! [] ( https://img.shields.io/badge/status-development-yellowgreen )
20+ <!-- ! [](https://img.shields.io/badge/status-development-yellowgreen)-->
2121[ ![ Pkgdown] ( https://img.shields.io/badge/docs-pkgdown-blue.svg )] ( https://diseasetranscriptomicslab.github.io/markeR/ )
2222![ Minimal R Version] ( https://img.shields.io/badge/min%20R-4.5.0-blue.svg )
2323[ ![ codecov] ( https://codecov.io/gh/DiseaseTranscriptomicsLab/markeR/graph/badge.svg?token=7T1I4JCJG6 )] ( https://codecov.io/gh/DiseaseTranscriptomicsLab/markeR )
24- [ ![ R-CMD-check] ( https://github.com/DiseaseTranscriptomicsLab/markeR/actions/workflows/R-CMD-check.yaml/badge.svg )] ( https://github.com/DiseaseTranscriptomicsLab/markeR/actions/workflows/R-CMD-check.yaml )
25- [ ![ Bioconductor Check] ( https://github.com/DiseaseTranscriptomicsLab/markeR/actions/workflows/bioc-check.yml/badge.svg )] ( https://github.com/DiseaseTranscriptomicsLab/markeR/actions/workflows/bioc-check.yml )
24+ <!-- [](https://github.com/DiseaseTranscriptomicsLab/markeR/actions/workflows/R-CMD-check.yaml)-->
25+ <!-- [](https://github.com/DiseaseTranscriptomicsLab/markeR/actions/workflows/bioc-check.yml) -->
2626
2727<!-- badges: end -->
2828
@@ -57,8 +57,20 @@ The folder `inst/Paper/` is in the **paper** branch and contains all scripts and
5757
5858## Installation
5959
60- Install the latest development release of markeR from [ GitHub] ( https://github.com/ ) with:
6160
61+ Install the latest release from Bioconductor:
62+
63+ ``` {r, eval=FALSE}
64+ # Install from Bioconductor
65+ if (!requireNamespace("BiocManager", quietly = TRUE))
66+ install.packages("BiocManager")
67+ BiocManager::install("markeR")
68+ library(markeR)
69+ ```
70+
71+
72+ Or install the latest development release of ` markeR ` from [ GitHub] ( https://github.com/ ) with:
73+
6274``` r
6375# install.packages("devtools")
6476devtools :: install_github(" DiseaseTranscriptomicsLab/markeR@*release" )
0 commit comments