Skip to content

Commit d8961f5

Browse files
authored
Merge branch 'default' into main
2 parents c9aaf4e + f6335ca commit d8961f5

3 files changed

Lines changed: 10 additions & 42 deletions

File tree

README.Rmd

Lines changed: 4 additions & 16 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,20 +57,8 @@ 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:
6061

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-
7462
``` r
7563
# install.packages("devtools")
7664
devtools::install_github("DiseaseTranscriptomicsLab/markeR@*release")

README.md

Lines changed: 5 additions & 16 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)-->
9-
8+
![](https://img.shields.io/badge/status-development-yellowgreen)
109
[![Pkgdown](https://img.shields.io/badge/docs-pkgdown-blue.svg)](https://diseasetranscriptomicslab.github.io/markeR/)
1110
![Minimal R
1211
Version](https://img.shields.io/badge/min%20R-4.5.0-blue.svg)
1312
[![codecov](https://codecov.io/gh/DiseaseTranscriptomicsLab/markeR/graph/badge.svg?token=7T1I4JCJG6)](https://codecov.io/gh/DiseaseTranscriptomicsLab/markeR)
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) -->
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)
1616

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

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

5959
## Installation
6060

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:
61+
Install the latest development release of markeR from [GitHub](https://github.com/) with:
7362

7463
``` r
7564
# install.packages("devtools")

vignettes/markeR.Rmd

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

5454
# Installation
5555

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:
56+
Install the latest development release of `markeR` from [GitHub](https://github.com/) with:
6657

6758
```r
6859
devtools::install_github("DiseaseTranscriptomicsLab/markeR@*release")

0 commit comments

Comments
 (0)