Skip to content

Commit 2b431f6

Browse files
committed
Revert "Merge branch 'default' into main"
This reverts commit d8961f5, reversing changes made to c9aaf4e.
1 parent d8961f5 commit 2b431f6

3 files changed

Lines changed: 42 additions & 10 deletions

File tree

README.Rmd

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
<!-- [![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) -->
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")
6476
devtools::install_github("DiseaseTranscriptomicsLab/markeR@*release")

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
<!-- badges: start -->
77

8-
![](https://img.shields.io/badge/status-development-yellowgreen)
8+
<!--![](https://img.shields.io/badge/status-development-yellowgreen)-->
9+
910
[![Pkgdown](https://img.shields.io/badge/docs-pkgdown-blue.svg)](https://diseasetranscriptomicslab.github.io/markeR/)
1011
![Minimal R
1112
Version](https://img.shields.io/badge/min%20R-4.5.0-blue.svg)
1213
[![codecov](https://codecov.io/gh/DiseaseTranscriptomicsLab/markeR/graph/badge.svg?token=7T1I4JCJG6)](https://codecov.io/gh/DiseaseTranscriptomicsLab/markeR)
13-
[![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)
14-
[![Bioconductor
15-
Check](https://github.com/DiseaseTranscriptomicsLab/markeR/actions/workflows/bioc-check.yml/badge.svg)](https://github.com/DiseaseTranscriptomicsLab/markeR/actions/workflows/bioc-check.yml)
14+
<!-- [![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)-->
15+
<!-- [![Bioconductor Check](https://github.com/DiseaseTranscriptomicsLab/markeR/actions/workflows/bioc-check.yml/badge.svg)](https://github.com/DiseaseTranscriptomicsLab/markeR/actions/workflows/bioc-check.yml) -->
1616

1717
<!-- badges: end -->
1818

@@ -58,7 +58,18 @@ analyses and figures. You can browse it
5858

5959
## Installation
6060

61-
Install the latest development release of markeR from [GitHub](https://github.com/) with:
61+
Install the latest release from Bioconductor:
62+
63+
``` r
64+
# Install from Bioconductor
65+
if (!requireNamespace("BiocManager", quietly = TRUE))
66+
install.packages("BiocManager")
67+
BiocManager::install("markeR")
68+
library(markeR)
69+
```
70+
71+
Or install the latest development release of `markeR` from
72+
[GitHub](https://github.com/) with:
6273

6374
``` r
6475
# install.packages("devtools")

vignettes/markeR.Rmd

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,16 @@ The package is implemented with flexibility and extensibility as core design pri
5353

5454
# Installation
5555

56-
Install the latest development release of `markeR` from [GitHub](https://github.com/) with:
56+
Install the latest release from Bioconductor:
57+
58+
```{r, eval=FALSE}
59+
# Install from Bioconductor
60+
if (!requireNamespace("BiocManager", quietly = TRUE))
61+
install.packages("BiocManager")
62+
BiocManager::install("markeR")
63+
```
64+
65+
Or install the latest development release of `markeR` from [GitHub](https://github.com/) with:
5766

5867
```r
5968
devtools::install_github("DiseaseTranscriptomicsLab/markeR@*release")

0 commit comments

Comments
 (0)