Skip to content
Prev 53189 / 63424 Next

non-infectious license for R package?

My humble 2 nonlegal cents:

There are multiple packages that make the link between R and proprietary
software. One example is R2WinBUGS which connects to WinBUGS, but there are
a lot more of these.

All of these use essentially the same idea:
- create the package under a standard GPL license
- use the (command line) interface provided by the proprietary software to
connect with it, eg by calls to sytem(). That's exaclty how R2WinBUGS
operates. It doesn't contain a single closed source library to achieve
this, all those are kept within WinBUGS itself.

So taking the route others took before you seems the way forward to me.

Cheers
Joris
On Fri, Mar 24, 2017 at 3:44 PM, Marc Schwartz <marc_schwartz at me.com> wrote: