Skip to content
Prev 21981 / 63424 Next

R-base licensing question

On 9/16/2006 10:42 PM, Logan Lewis wrote:
I'm not sure what you are asking, but in general R's GPL license is 
completely irrelevant unless you are distributing R.  If you're writing 
a package and distributing only your own work, you can license it as you 
like.

If you want to distribute R (or GPL'd parts of it, or a GPL'd package) 
as part of another project, then that project will need to be GPL'd.

The header files are LGPL'd because you would need to incorporate them 
into your package to distribute a binary.  The LGPL allows you to do 
that, without GPL'ing your package.

IANAL, etc.

Duncan Murdoch