licensing-r
licensing-r copied to clipboard
A Bookdown about R & licenses
Find other examples of conflictual licence change
Changing licence can be complex, would be nice to have more examples. The ones already included are: - Bootstrap: https://github.com/twbs/bootstrap/issues/2054 - `{covr}`: https://github.com/ropensci/unconf17/issues/32 - React: https://medium.freecodecamp.org/facebook-just-changed-the-license-on-react-heres-a-2-minute-explanation-why-5878478913b2 For https://github.com/ThinkR-open/licensing-r/blob/dev/02-what-is-license.Rmd#L10
How to licence a data package?
For https://github.com/ThinkR-open/licensing-r/blob/dev/04-r-license.Rmd#L31 - https://github.com/ropensci/unconf17/issues/61 - https://github.com/ropenscilabs/data-packages Examples: - https://github.com/igraph/igraphdata : {igraphdata} has a file LICENSE with each licenses listed : https://github.com/igraph/igraphdata/blob/master/LICENSE Also : https://juliasilge.com/blog/sentiment-lexicons/ https://github.com/ColinFay/proustr/issues/10
Overview of Licences for publishing in Journals
[JSS](https://www.jstatsoft.org/pages/view/authors) : > "Code needs to include the GNU General Public Licence (GPL), versions GPL-2 or GPL-3, or a GPL-compatible license for publication in JSS." Is this regularly found in...
Improve analysis from chapter 1
There might be room for improvement in the analysis from chapter 1 https://github.com/ThinkR-open/licensing-r/blob/dev/01-intro.Rmd Not top priority, but deeper analysis would be nice
Examples of Restricive licence
Same as #7, but with Restrictive licences For https://github.com/ThinkR-open/licensing-r/blob/dev/03-authorized.Rmd#L166
Is it common to : + licence vignette differently from the package? + How are blogpost and bookdown licensed ? For : https://github.com/ThinkR-open/licensing-r/blob/dev/04-r-license.Rmd#L55
For : https://github.com/ThinkR-open/licensing-r/blob/dev/04-r-license.Rmd#L47 Find other example or / and guidelines
For https://github.com/ThinkR-open/licensing-r/blob/dev/04-r-license.Rmd#L27
When you contribute to Shiny, you have to sign a [contributor agreement](https://github.com/rstudio/shiny/blob/master/CONTRIBUTING.md) (individual or as a company). Would be nice to have other examples. For : https://github.com/ThinkR-open/licensing-r/blob/dev/04-r-license.Rmd#L19