-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
51 lines (31 loc) · 1.49 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
---
title: "README"
author:
output: github_document
date: "`r Sys.Date()`"
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
**EDIT THIS DOCUMENT AND KNIT, DO NOT EDIT README.MD DIRECTLY**
# README Template
**[Replace this header with your project name]**
## Purpose
**[Replace this section with the purpose of your research project.]**
This is an R Markdown document created for the Lasseigne Lab R Project Template. The project and README template are designed to create standardized R projects for research ongoing in the [Lasseigne Lab at the University of Alabama at Birmingham](https://www.lasseigne.org/)
## Installation/Dependencies OR Scripts
**[if project will be a package]** - this section should be titled "Installation"
Include a code chunk on how to install your package
**[if project will not be a package]** - this section should be titled "Dependencies" or "Scripts"
Include a code chunk (if relevant) on what your project depends on. Include a "script tree" on how to reproduce your results with descriptions for all scripts
## Authors
List co-authors if known here.
## Lasseigne Lab
[What is Happening in the Lasseigne Lab?](https://www.lasseigne.org/)
<img src="https://www.lasseigne.org/img/main/lablogo.png" width="75" height="75">
## Funding
List project funding sources.
## Acknowledgements
List project acknowledgements.
## License
This repository is licensed under the MIT License, see LICENSE documentation within this repository for more details.