From d40859d5f6404de355bfaf4b3eede92700952da1 Mon Sep 17 00:00:00 2001 From: vmaus Date: Fri, 6 Nov 2020 16:17:27 +0100 Subject: [PATCH] Config Travis --- README.Rmd | 12 ++++++++---- README.md | 18 +++++++++++++----- mininglucc.Rproj | 1 - 3 files changed, 21 insertions(+), 10 deletions(-) diff --git a/README.Rmd b/README.Rmd index f00468f..e597d94 100644 --- a/README.Rmd +++ b/README.Rmd @@ -16,7 +16,7 @@ Title <- "Title of your paper goes here" # mininglucc -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh///master?urlpath=rstudio) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh///master?urlpath=rstudio) [![Travis-CI Build Status](https://travis-ci.org/fineprint-global/mininglucc.svg?branch=master)](https://travis-ci.org/fineprint-global/mininglucc) This repository contains the data and code for our paper: @@ -73,11 +73,15 @@ You can download the compendium as a zip from from this URL: ### Licenses -**Text and figures :** [CC-BY-4.0](http://creativecommons.org/licenses/by/4.0/) +**Text and figures :** [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) -**Code :** See the [DESCRIPTION](DESCRIPTION) file +**Code :** [GPL-3](http://www.gnu.org/licenses/gpl-3.0.html). See [LICENSE.md](LICENSE.md) and [DESCRIPTION](DESCRIPTION) files -**Data :** [CC-0](http://creativecommons.org/publicdomain/zero/1.0/) attribution requested in reuse +**Data :** + +- Mining polygons [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) attribution requested in reuse + +- Mining commodities are simulated for reproducibility. ### Contributions diff --git a/README.md b/README.md index ad8ec26..614180f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ # mininglucc [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh///master?urlpath=rstudio) +[![Travis build +status](https://travis-ci.com/fineprint-global/mininglucc.svg?branch=master)](https://travis-ci.com/fineprint-global/mininglucc) This repository contains the data and code for our paper: @@ -66,13 +68,19 @@ packages this analysis depends on (also listed in the ### Licenses -**Text and figures :** -[CC-BY-4.0](http://creativecommons.org/licenses/by/4.0/) +**Text and figures :** [CC +BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) -**Code :** See the [DESCRIPTION](DESCRIPTION) file +**Code :** [GPL-3](http://www.gnu.org/licenses/gpl-3.0.html). See +[LICENSE.md](LICENSE.md) and [DESCRIPTION](DESCRIPTION) files -**Data :** [CC-0](http://creativecommons.org/publicdomain/zero/1.0/) -attribution requested in reuse +**Data :** + + - Mining polygons [CC + BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) + attribution requested in reuse + + - Mining commodities are simulated for reproducibility. ### Contributions diff --git a/mininglucc.Rproj b/mininglucc.Rproj index 69fafd4..cba1b6b 100644 --- a/mininglucc.Rproj +++ b/mininglucc.Rproj @@ -14,7 +14,6 @@ LaTeX: pdfLaTeX AutoAppendNewline: Yes StripTrailingWhitespace: Yes -LineEndingConversion: Posix BuildType: Package PackageUseDevtools: Yes