Oliver Tomic ha scritto:
> I forgot to mention that I tried the following with rpy2, but without
> success:
> 
>>>> import rpy2.robjects as robjects
>>>> robjects.r['library(epiR)']

Hello Oliver,

try this:
[code]
import rpy2.robjects as robjects
robjects.r.library("epiR")
[/code]

or, more like the code you wrote:

robjects.r['library']("epiR")

hope this helps,

cheers

Anne

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to