forked from ajhelmstetter/sseReview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
52 lines (33 loc) · 1.64 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/",
out.width = "100%"
)
```
# sseReview
<!-- badges: start -->
[![R CMD Check](https://github.com/ajhelmstetter/sseReview/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ajhelmstetter/sseReview/actions/workflows/R-CMD-check.yaml)
[![License: GPL (>= 2)](https://img.shields.io/badge/License-GPL%20%28%3E%3D%202%29-blue.svg)](https://choosealicense.com/licenses/gpl-2.0/)
[![Dependencies](https://img.shields.io/badge/dependencies-20/158-red?style=flat)](#)
<!-- badges: end -->
Research Compendium of the paper: Trait-dependent diversification in angiosperms: patterns, models and data
### Content
This repository is structured as follow:
- [`data/`](https://github.com/ajhelmstetter/sseReview/tree/master/data):
contains all raw data required to perform analyses
- [`rscripts/`](https://github.com/ajhelmstetter/sseReview/tree/master/rscripts/):
contains R scripts to run each step of the workflow
- [`outputs/`](https://github.com/ajhelmstetter/sseReview/tree/master/outputs):
contains all the results created during the workflow
- [`figures/`](https://github.com/ajhelmstetter/sseReview/tree/master/figures):
contains all the figures created during the workflow
- [`man/`](https://github.com/ajhelmstetter/sseReview/tree/master/man):
contains help files of R functions
- [`DESCRIPTION`](https://github.com/ajhelmstetter/sseReview/tree/master/DESCRIPTION):
contains project metadata (author, date, dependencies, etc.)