Skip to content

Commit

Permalink
docs: add links to docs website in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Dec 30, 2024
1 parent d2bbb31 commit 67a2011
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/auto-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ 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}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ docs
inst/doc
/doc/
/Meta/
/README.html
13 changes: 11 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,31 @@ R package for downstream multi-omics analysis

Designed for differential [RNA-seq](https://github.com/CCBR/RENEE) analysis
or any data represented in a counts table.
See the website for more information, documentation, and examples:
<https://ccbr.github.io/MOSuite/>

## Installation

You can install the development version of MOSuite from [GitHub](https://github.com/) with:
You can install the development version of MOSuite from [GitHub](https://github.com/CCBR/MOSuite) with:

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

## Usage

Please see the [introductory vignette](https://ccbr.github.io/MOSuite/articles/intro.html)
for a quick start tutorial.
Take a look at the [reference documentation](https://ccbr.github.io/MOSuite/reference/index.html)
for detailed information on each function in the package.

<!--
## Example
TODO: This is a basic example which shows you how to solve a common problem:
```{r example}
```{r example, message=FALSE, warning=FALSE}
library(MOSuite)
## basic example code
```
Expand Down
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,34 @@
R package for downstream multi-omics analysis

Designed for differential [RNA-seq](https://github.com/CCBR/RENEE)
analysis or any data represented in a counts table.
analysis or any data represented in a counts table. See the website for
more information, documentation, and examples:
<https://ccbr.github.io/MOSuite/>

## Installation

You can install the development version of MOSuite from
[GitHub](https://github.com/) with:
[GitHub](https://github.com/CCBR/MOSuite) with:

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

## Usage

Please see the [introductory
vignette](https://ccbr.github.io/MOSuite/articles/intro.html) for a
quick start tutorial. Take a look at the [reference
documentation](https://ccbr.github.io/MOSuite/reference/index.html) for
detailed information on each function in the package.

<!--
## Example
&#10;TODO: This is a basic example which shows you how to solve a common problem:
&#10;
``` r
library(MOSuite)
#> Warning: replacing previous import 'S4Arrays::makeNindexFromArrayViewport' by
#> 'DelayedArray::makeNindexFromArrayViewport' when loading 'SummarizedExperiment'
## basic example code
```
-->
Expand Down

0 comments on commit 67a2011

Please sign in to comment.