Re: [Rpy] RPy2 license clarification

2013-11-22 Thread Laurent Gautier
On 11/22/2013 07:30 PM, Mark Huberty wrote: Hi, I wanted to clarify what license RPy2 is provided under. The pypi page (https://pypi.python.org/pypi/rpy2/) suggests that it is the MPL, but the footer on that page cites the AGPL. The Sourceforge page suggests that MPL / GPL v2.0 are the releva

[Rpy] RPy2 license clarification

2013-11-22 Thread Mark Huberty
Hi, I wanted to clarify what license RPy2 is provided under. The pypi page ( https://pypi.python.org/pypi/rpy2/) suggests that it is the MPL, but the footer on that page cites the AGPL. The Sourceforge page suggests that MPL / GPL v2.0 are the relevant licenses. Can someone help with which is the

[Rpy] load nnet in rpy2

2013-11-22 Thread Alessandro Gagliardi
Hi all, I created a nnet model called err_net in R that I've saved in err_net.RData which I'd like to employ programmatically in a python module. If I were to do it in IPython Notebook using rmagic I might have a cell that look something like: %%R -i x -o y library(nnet) load('err_net.RData')