Skip to content

Commit

Permalink
docs: updating CRAN info
Browse files Browse the repository at this point in the history
  • Loading branch information
helen-zhu committed Mar 4, 2024
1 parent 0f65643 commit 2634da6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ OmicsQC is a statistical framework for integrating quality control metrics from

## Installation

From CRAN:
```R
install.packages('OmicsQC');
library(OmicsQC)
```

Using devtools in R:
```R
library(devtools);
Expand Down Expand Up @@ -45,7 +51,7 @@ You have stumbled upon an unpublished software :shushing_face: :shushing_face: :

## License

Authors: Hugo Anders Frelin, Paul C. Boutros (PBoutros@mednet.ucla.edu)
Authors: Hugo Anders Frelin, Helen Zhu, Paul C. Boutros (PBoutros@mednet.ucla.edu)

OmicsQC is licensed under the GNU General Public License version 2. See the file LICENSE.md for the terms of the GNU GPL license.

Expand Down

0 comments on commit 2634da6

Please sign in to comment.