https://github.com/annakrystalli/rrcompendium-complete
Complete example of compendium produced during rrtools: reproducible research in R workshop
https://github.com/annakrystalli/rrcompendium-complete
research-compendium rrtoools rstats workshop-materials
Last synced: 5 months ago
JSON representation
Complete example of compendium produced during rrtools: reproducible research in R workshop
- Host: GitHub
- URL: https://github.com/annakrystalli/rrcompendium-complete
- Owner: annakrystalli
- License: other
- Created: 2018-11-10T10:32:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-27T16:02:31.000Z (over 7 years ago)
- Last Synced: 2025-10-11T18:05:02.720Z (9 months ago)
- Topics: research-compendium, rrtoools, rstats, workshop-materials
- Language: TeX
- Size: 470 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# rrcompendium
This repository contains the data and code for our reproduction paper:
> Krystalli, A, (2018). _Partial Reproduction of Boettiger Ecology Letters 2018;21:1255–1267 with rrtools_.
Our reproduction pre-print is online here:
> Krystalli, A, (2018). _Partial Reproduction of Boettiger Ecology Letters 2018;21:1255–1267 with rrtools_, Accessed `r format(Sys.Date(), "%d %b %Y")`. Online at
### How to cite
Please cite this compendium as:
> Krystalli, A, (`r format(Sys.Date(), "%Y")`). _Compendium of R code and data for 'Partial Reproduction of Boettiger Ecology Letters 2018;21:1255–1267 with rrtools'_. Accessed `r format(Sys.Date(), "%d %b %Y")`. Online at
### How to download or install
You can download the compendium as a zip from from this URL:
Or you can install this compendium as an R package, rrcompendium, from GitHub with:
### Licenses
**Text and figures :** [CC-BY-4.0](http://creativecommons.org/licenses/by/4.0/) Copyright (c) 2018 Carl Boettiger.
**Code :** See the [DESCRIPTION](DESCRIPTION) file
**Data :** [CC-BY-4.0](http://creativecommons.org/licenses/by/4.0/), Copyright (c) 2018 Carl Boettiger.
### 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.