Skip to content
Prev 49314 / 63424 Next

Citation if copying R base code

On 06/11/2014, 5:57 AM, Peter Meissner wrote:
There's no problem doing that, as long as you respect the license.  That
includes keeping the copyright notices from the files where you found
the code:  see the GPL
In your package help file it would be polite to describe the
contributions from the R source code.  In the DESCRIPTION file, the rule
is that all "significant" contributors must be included.  You'll need to
judge that, but from your description, I'd guess this counts.
No, you must use the GPL, since the code you copied is licensed under
the GPL.  You can choose to use version 2 or 3 (or both).  You do not
have permission to re-license R code under a different license.

Duncan Murdoch