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
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
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')