• Overview
•
Features
•
Content
•
Installation
•
Usage
• Citation
•
Contributing
•
Acknowledgments
•
References
This research compendium… {{ DESCRIBE YOUR PROJECT }}
The main purpose of this compendium is to… {{ DESCRIBE THE MAIN FEATURES }}
This repository is structured as follow:
-
DESCRIPTION
: contains project metadata (authors, date, dependencies, etc.) -
make.R
: main R script to run the entire project -
R/
: contains R functions developed especially for this project -
{{ LIST ADDITIONAL FILES/FOLDER }}
To install this compendium:
- Fork this repository using the GitHub interface.
- Clone
your fork using
git clone fork-url
(replacefork-url
by the URL of your fork). Alternatively, open RStudio IDE and create a New Project from Version Control.
Launch the
make.R
file with:
source("make.R")
Notes
- All required packages listed in the
DESCRIPTION
file will be installed (if necessary) - All required packages and R functions will be loaded
- Some analyses listed in the
make.R
might take time
Please use the following citation:
{{ ADD A CITATION }}
All types of contributions are encouraged and valued. For more information, check out our Contributor Guidelines.
Please note that this project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
{{ OPTIONAL SECTION }}
{{ OPTIONAL SECTION }}