Skip to content
This repository was archived by the owner on Aug 4, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ generated by some R code also go into this folder and get the prefix
knitr options in the `setup.R` file.

Raw data go into `data/`. However, at this stage, this folder is
created programmatically and only contain dataset downloaded directly
created programmatically and only contains dataset downloaded directly
from the figshare repository. In other words, it can be safely be
deleted (e.g. using `make clean-data` or `make clean`.)

Expand All @@ -119,7 +119,7 @@ We don't store data for lessons inside the lesson repositories. For
completed lessons the data should be publicly available in a data
repository appropriate to the data type. For lesson development the
data may be provided in any way that is convenient including
posting to a website, on [figshare](http://figshare.com/), a public
posting to a website, on [figshare](https://figshare.com/), [Zenodo](https://zenodo.org/), a public
Dropbox link, a [GitHub gist](https://gist.github.com), or even
included in the pull request (PR). Once the PR is ready to merge the data should
be placed in the [official data repository](https://dx.doi.org/10.6084/m9.figshare.1314459.v5)
Expand Down