-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.Rmd
42 lines (26 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
---
output:
md_document:
variant: markdown_github
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# RRREmacs
[![Travis-CI Build Status](https://travis-ci.org/dakni/RRREmacs.svg?branch=master)](https://travis-ci.org/dakni/RRREmacs)
The goal of RRREmacs is to illustrate the use of the `rrtools` package in an emacs environment
You can view the document [here](http://htmlpreview.github.io/?https://github.com/dakni/EmacsEssay/blob/master/analysis/paper/paper.html). Any comments/corrections/additions/etc. are welcome. You can find the document in the analysis/paper/paper.Rmd. Further information are in the "contribution" section below.
### Citation
In case you wish to, please cite this compendium as:
> Knitter, Daniel, (`r format(Sys.Date(), "%Y")`). _Emacs, rrtools, and reproducible research_. Accessed `r format(Sys.Date(), "%d %b %Y")`. Online at https://github.com/dakni/RRREmacs
### Licenses
**Text and figures:** [CC-BY-4.0](http://creativecommons.org/licenses/by/4.0/); If figures are created by other people these figures are linked to their source location.
**Code:** See the [DESCRIPTION](DESCRIPTION) file
**Data\:** [CC-0](http://creativecommons.org/publicdomain/zero/1.0/) attribution requested in reuse
### Contributions
We welcome contributions from everyone. Before you get started, please see our [contributor guidelines](CONTRIBUTING.md). Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.