[Rpy] How can add-on packages be used in Rpy?

2008-01-06 Thread zhang chi
For example: I install a package like the following: R CMD INSTALL ~/kernlab_0.9-5.tar.gz I use this package like the following: library(kernlab) rbf <- rbfdot(sigma = 0.05) My questions is how I can use this package in Rpy environment? thank you very much.

Re: [Rpy] How can add-on packages be used in Rpy?

2008-01-06 Thread Barry Rowlingson
zhang chi wrote: > For example: > I install a package like the following: > > R CMD INSTALL ~/kernlab_0.9-5.tar.gz > > I use this package like the following: > > library(kernlab) > rbf <- rbfdot(sigma = > 0.05) > > My questions is how I can use this package in Rpy environment? # start rpy: fr

Re: [Rpy] How can add-on packages be used in Rpy?

2008-01-06 Thread zhang chi
Thank you very much:) On Jan 6, 2008 7:34 PM, Barry Rowlingson <[EMAIL PROTECTED]> wrote: > zhang chi wrote: > > For example: > > I install a package like the following: > > > > R CMD INSTALL ~/kernlab_0.9-5.tar.gz > > > > I use this package like the following: > > > > library(kernlab) > > rbf <-

Re: [Rpy] still cannot import rpy on XP

2008-01-06 Thread Mario Beauchamp
Hi Gregory, On Jan 3, 2008 7:16 PM, Gregory Warnes <[EMAIL PROTECTED]> wrote: > Hmm. Other folks (including myself) don't seem to be having a > problem with the new version. Can you add a print statement into > the rpy.py file to make sure you are getting the one you are looking at? Back to wo