Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avallecam/rcompendiumtest4

:package: The Title of the Project
https://github.com/avallecam/rcompendiumtest4

Last synced: 1 day ago
JSON representation

:package: The Title of the Project

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(collapse = TRUE,
comment = "#>",
fig.path = "man/figures/",
out.width = "100%")
```

# rcompendiumtest4

[![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-2/95-green?style=flat)](#)

Research Compendium of the project **{{ PLEASE ADD A FEW WORDS }}**

### How to cite

Please cite this compendium as:

> **{{ PLEASE ADD A CITATION }}**

### Content

This repository is structured as follow:

- [`data/`](https://github.com/avallecam/rcompendiumtest4/tree/master/data):
contains all raw data required to perform analyses

- [`analyses/`](https://github.com/avallecam/rcompendiumtest4/tree/main/analyses/):
contains R scripts to run each step of the workflow

- [`outputs/`](https://github.com/avallecam/rcompendiumtest4/tree/main/outputs):
contains all the results created during the workflow

- [`figures/`](https://github.com/avallecam/rcompendiumtest4/tree/main/figures):
contains all the figures created during the workflow

- [`R/`](https://github.com/avallecam/rcompendiumtest4/tree/main/R):
contains R functions developed especially for this project

- [`man/`](https://github.com/avallecam/rcompendiumtest4/tree/main/man):
contains help files of R functions

- [`DESCRIPTION`](https://github.com/avallecam/rcompendiumtest4/tree/main/DESCRIPTION):
contains project metadata (author, date, dependencies, etc.)

- [`make.R`](https://github.com/avallecam/rcompendiumtest4/tree/main/make.R):
main R script to run the entire project by calling each R script stored in the `analyses/` folder

### Usage

Clone the repository, open R/RStudio and run:

```{r eval = FALSE}
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