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.
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
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 <-
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