From 5c7607cd6e91effd62e863681a5ba192bd771778 Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Fri, 27 Dec 2024 22:19:00 -0500 Subject: [PATCH] ci: delete README.html --- .github/workflows/auto-format.yml | 1 + README.html | 644 ------------------------------ 2 files changed, 1 insertion(+), 644 deletions(-) delete mode 100644 README.html diff --git a/.github/workflows/auto-format.yml b/.github/workflows/auto-format.yml index f354c12..1dcd47e 100644 --- a/.github/workflows/auto-format.yml +++ b/.github/workflows/auto-format.yml @@ -30,6 +30,7 @@ jobs: shell: Rscript {0} run: | rmarkdown::render("README.Rmd") + if (file.exists("README.html")) file.remove("README.html") - name: update CITATION.cff shell: Rscript {0} diff --git a/README.html b/README.html deleted file mode 100644 index 2ffe733..0000000 --- a/README.html +++ /dev/null @@ -1,644 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - -

MOSuite

- - -

R-CMD-check

- - -

R package for downstream multi-omics analysis

-

Designed for differential RNA-seq analysis or any data -represented in a counts table.

-

Installation

-

You can install the development version of MOSuite from GitHub with:

-
# install.packages("devtools")
-devtools::install_github("CCBR/MOSuite")
- - -

Help & Contributing

-

Come across a bug? Open an issue and include a -minimal reproducible example.

-

Have a question? Ask it in discussions.

-

Want to contribute to this project? Check out the contributing guidelines.

-

Development Roadmap

-

- - - -