Hi, Everyone: We are installing R package in our Sun Solaris 9, and falling in trouble. We downloaded all package from bioconductor, the R can not be installed in Sun Solaris 9. We greatly appreciated if you could give us any suggestions. Thanks. Yours Song
R
4 messages · songj@ucalgary.ca, Uwe Ligges, Adaikalavan Ramasamy +1 more
songj at ucalgary.ca wrote:
Hi, Everyone: We are installing R package in our Sun Solaris 9, and falling in trouble. We downloaded all package from bioconductor, the R can not be installed in Sun Solaris 9. We greatly appreciated if you could give us any suggestions. Thanks. Yours Song
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Please read the line above which is appended at each R-help message for very well reasons. So "PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html"! Please use a sensible subject! Please tell us about your problems. Many users have installed both R and Bioconductor packages under Solaris. So please specify the error messages that appear when you try to install R. And provide all information about versions and compiler you are using. Also, please send Bioconductor related messages to the Bioconductor list. (BTW: people on that list - and every list I am aware of - also will appreciate messages compose along the guidlines of the posting guide.) Uwe Ligges
You will need to get R working first before installing BioConductor packages. Please provide a more useful output (like the error message) if you want useful help. Have you tried reading the R manual or searching the mail archives [2]. [1] http://cran.r-project.org/doc/manuals/R-admin.pdf [2] http://cran.r-project.org/search.html
On Fri, 2004-10-22 at 17:58, songj at ucalgary.ca wrote:
Hi, Everyone: We are installing R package in our Sun Solaris 9, and falling in trouble. We downloaded all package from bioconductor, the R can not be installed in Sun Solaris 9. We greatly appreciated if you could give us any suggestions. Thanks. Yours Song
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
i think install.packages may help. for example,if i want package car from www.cran.r-project.org i can use
install.packages("car")
you can use ?install.packages to see more details. ÔÚ 2004Äê10ÔÂ23ÈÕ ÃÇÆÚÃù 00:58£¬songj at ucalgary.ca ôµÀ£º
Hi, Everyone: We are installing R package in our Sun Solaris 9, and falling in trouble. We downloaded all package from bioconductor, the R can not be installed in Sun Solaris 9. We greatly appreciated if you could give us any suggestions. Thanks. Yours Song
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html