An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090110/785fc523/attachment-0001.pl>
install.views()
4 messages · Kingsford Jones, David Winsemius, oscar linares
did you install and load the 'ctv' package?
install.packages('ctv')
library('ctv')
then try your code...
Kingsford Jones
On Sat, Jan 10, 2009 at 1:00 PM, oscar linares <winsaam at gmail.com> wrote:
Dear Rxperts,
Using R 2.8.1 and trying
install.views("Cluster")
getting error
Error: could not find function "install.views"
Please help:-(
--
Oscar
Oscar A. Linares
Molecular Medicine Unit
Bolles Harbor
Monroe, Michigan
[[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Does your session info show that you have ctv installed? > sessionInfo() R version 2.8.0 Patched (2008-11-14 r46932) i386-apple-darwin9.5.0 locale: en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] ctv_0.4-7 gmodels_2.14.1 loaded via a namespace (and not attached): [1] MASS_7.2-45 gdata_2.4.2 gtools_2.5.0 tools_2.8.0
David Winsemius
On Jan 10, 2009, at 3:00 PM, oscar linares wrote:
> Dear Rxperts,
>
> Using R 2.8.1 and trying
>
> install.views("Cluster")
>
> getting error
>
> Error: could not find function "install.views"
>
>
> Please help:-(
>
>
> --
> Oscar
> Oscar A. Linares
> Molecular Medicine Unit
> Bolles Harbor
> Monroe, Michigan
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090111/ddd83ecb/attachment-0001.pl>