Skip to content
Prev 6080 / 12125 Next

[R-pkg-devel] best practices for handling a mixed-licensed package

On Fri, Oct 2, 2020 at 5:26 PM Dirk Eddelbuettel <edd at debian.org> wrote:

            
I think this is a bit of an oversimplification, especially given that
"compatibility" is not symmetric. For example, you can include MIT license
code in a GPL licensed package; you can not include GPL licensed code
inside an MIT licensed package. There are some rough guidelines at
https://r-pkgs.org/license.html#license-compatibility.

Hadley