Skip to content

Commit edc007a

Browse files
committed
update vignette default branch to not include bioconductor instructions
1 parent 8d7dc6d commit edc007a

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

vignettes/markeR.Rmd

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -78,21 +78,11 @@ The package is designed to be fully customizable, supporting diverse visualizati
7878

7979
# 2. Installation
8080

81-
Install the latest release from Bioconductor:
82-
83-
```{r, eval=FALSE}
84-
# Install from Bioconductor
85-
if (!requireNamespace("BiocManager", quietly = TRUE))
86-
install.packages("BiocManager")
87-
BiocManager::install("markeR")
88-
library(markeR)
89-
```
90-
91-
Or install the latest development release of markeR from [GitHub](https://github.com/) with:
81+
Install the latest development release of markeR from [GitHub](https://github.com/) with:
9282

9383
```r
94-
#devtools::install_github("DiseaseTranscriptomicsLab/markeR@*release")
95-
#library(markeR)
84+
devtools::install_github("DiseaseTranscriptomicsLab/markeR@*release")
85+
library(markeR)
9686
```
9787

9888
```{r, echo=FALSE}

0 commit comments

Comments
 (0)