Skip to content

o-date/blank-research-compendium

Repository files navigation

DOI

Binder

What is this?

This repository is an experimental demonstratation of how you might combine a research compendium created by rrtools with Binder, a service that creates an executable environment with RStudio in your browser. This means you can work on your compendium, writing the paper and code on any computer with a web browser and internet connection. This also makes your code immediately reproducible by anyone, anywhere. Scroll right to the bottom of this readme to find the pink button that will start Binder for this repository.

How to try it out?

To try this yourself, fork this repo, then edit this README.Rmd file to edit the pink 'lauch binder' button in at the bottom of this readme so that it launches from your repository. Change it from:

[![Binder](https://mybinder.org/badge.svg)](http://mybinder.org/v2/gh/benmarwick/blank-research-compendium/master)

to replace benmarwick with your GitHub username:

[![Binder](https://mybinder.org/badge.svg)](http://mybinder.org/v2/gh/yourusername/blank-research-compendium/master)

Then knit, commit and push this change to your GitHub repository. Once it has updated, click on the pink 'launch binder' button in your README on your repository to start the Binder service in your browser. First you will see the loading screen, which looks like this:

Then you will see the file list for your Jupyter Notebook, something like this:

And from here you can start RStudio via the 'New' window, like this:

Now you have RStudio running in your browser, with all your files from your GitHub repository available to work on, like this:

You can work in RStudio, in your browser, and then use Git commands in the RStudio terminal to save your changes to your GitHub repository. Note that this is discouraged by the Binder developers because they cannot guarantee the security of data moving through their service

Limitations

How to use this with a research compendium?

There are two ways to use Binder with a GitHub-hosted research compendium:

  1. Use Binder to write text and develop and run code in RStudio in your browser, and commit and push back to the repo to save your changes. This adds a lot of flexibility to working with research compendia because you don't need to install anything locally. If you do this, you should start by running rrtools::use_readme_rmd() and follow the rest ofthe rrtools setup steps. As you go through these steps, you should choose 'Yes' to overwrite the README file and analysis/ directory in this repo. You'll need to change the name of the RStudio project and compendium name in a few places. However, the Binder developers discourage using passwords in Binder because they do no guarantee the security of data moving through their service.

  2. After development of research compendium is complete, and the paper is published, add a 'launch binder' button and the config files to the compendium repository on GitHub to enable others to explore the text and run the code in their browser. This is using Binder more like a display cabinet for the code, and you are not a risk of having your passwords exposed.

This section below is generated by rrtools::use_readme_rmd() and shows where to put the 'launch binder' button to invite users to explore your compendium:

My Research Compendium

This repository contains the data and code for our paper:

Authors, (YYYY). Title of paper. Name of journal/book https://doi.org/xxx/xxx

Our pre-print is online here:

Authors, (YYYY). Title of paper. Name of journal/book, Accessed 22 May 2018. Online at https://doi.org/xxx/xxx

How to cite

Please cite this compendium as:

Authors, (2018). Compendium of R code and data for 'Title of paper'. Accessed 22 May 2018. Online at https://doi.org/xxx/xxx

How to run download or install

You can run the code in this compendium in your browser using Binder: Binder

You can download the compendium as a zip from from this URL: xxx

Or you can install this compendium as an R package, xxx, from GitHub with:

if (!require(devtools)) install.packages("devtools")
devtools::install_github("xxx/xxx")

Licenses

Text and figures : CC-BY-4.0

Code : See the DESCRIPTION file

Data : CC-0 attribution requested in reuse

Contributions

We welcome contributions from everyone. Before you get started, please see our contributor guidelines. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

About

Research Compendium in R Studio, via Jupyter + Binder + Ben Marwick

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published