https://github.com/annakrystalli/rrcompendiumdtb
Full Reproducible Research Compendium produced with rrtools including travis, dockerfile & binder setup
https://github.com/annakrystalli/rrcompendiumdtb
binder-ready dockerized research-compendium rrtools rstats travis-ci
Last synced: 3 months ago
JSON representation
Full Reproducible Research Compendium produced with rrtools including travis, dockerfile & binder setup
- Host: GitHub
- URL: https://github.com/annakrystalli/rrcompendiumdtb
- Owner: annakrystalli
- License: other
- Created: 2019-11-09T12:18:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-24T15:02:56.000Z (over 5 years ago)
- Last Synced: 2025-02-15T12:39:53.074Z (4 months ago)
- Topics: binder-ready, dockerized, research-compendium, rrtools, rstats, travis-ci
- Language: TeX
- Homepage:
- Size: 532 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- 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-"
)
```# rrcompendiumDTB
[](https://travis-ci.com/annakrystalli/rrcompendiumDTB)
[](https://mybinder.org/v2/gh/annakrystalli/rrcompendiumDTB/master?urlpath=rstudio)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:
You can install compendium functionality as an R package, `rrcompendiumDTB` by running `devtools::install()` in the root directory of the compendium.
Or from GitHub with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
remotes::install_github("annakrystalli/rrcompendiumDTB")
```### Reproducing the paper
The paper can be found at `analysis/paper/paper.Rmd`. Open the file and click on **knit** to reproduce the paper. Or run:
```{r cmp-knit, eval = FALSE}
rmarkdown::render(file.path("analysis", "paper", "paper.Rmd"))
```You can perform this on your local machine or in the cloud: [](https://mybinder.org/v2/gh/annakrystalli/rrcompendiumDTB/master?urlpath=rstudio)
### 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.