From e63a2a32687d040a6dde7c90aed63d251ec2d891 Mon Sep 17 00:00:00 2001 From: William Ryan Date: Fri, 6 Oct 2023 11:30:13 -0400 Subject: [PATCH] Add contribution to readme --- .Rbuildignore | 1 + README.Rmd | 6 +++++- README.md | 10 +++++++++- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index c6ec72c..44f6654 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -3,6 +3,7 @@ ^PAVER\.Rproj$ ^\.Rproj\.user$ ^LICENSE\.md$ +^CODE_OF_CONDUCT\.md$ ^README\.Rmd$ ^\.github$ paper.md diff --git a/README.Rmd b/README.Rmd index 06f5a59..867c684 100644 --- a/README.Rmd +++ b/README.Rmd @@ -32,5 +32,9 @@ remotes::install_github("willgryan/PAVER") ## Usage -PAVER is designed to work with the output of pathway analysis tools. The package includes a vignette with an example dataset. +PAVER is designed to work with the output of pathway analysis tools. The package includes a vignette with an example datase that explains it's functionality. + +## Contributing + +We welcome anyone wishing to contribute, report issues or seek support for PAVER. Please note, PAVER is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms. diff --git a/README.md b/README.md index 0003068..24c536a 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,12 @@ remotes::install_github("willgryan/PAVER") ## Usage PAVER is designed to work with the output of pathway analysis tools. The -package includes a vignette with an example dataset. +package includes a vignette with an example datase that explains it’s +functionality. + +## Contributing + +We welcome anyone wishing to contribute, report issues or seek support +for PAVER. Please note, PAVER is released with a [Contributor Code of +Conduct](CODE_OF_CONDUCT.md). By contributing to this project, you agree +to abide by its terms.