Entering edit mode
10.8 years ago
nazaninhoseinkhan
▴
530
Hi all,
I want to do t-test in R version 3.0.3 and I need library Biobase to do that. I get a warning message that package Biobase can not be installed on R vrsion 3.0.3.
How can I use this package? Is there any alternative to this package?
Thanks
Nazanin
for future question about Bioconductor you might consider to ask to their help website:
https://support.bioconductor.org/
in the name of allah hi to all,
I problem to use of libraries Biobase and GEOquery in R version 3.4.3. it showed:
Error in library(Biobase) : there is no package called 'Biobase'for me.thanks
You have to install
bioconductorbefore you can useBiobase.source("https://bioconductor.org/biocLite.R"); biocLite(); library(Biobase)Thanks
I think solve my problem but I say install with "www" code at
source("www.bioconductor.org/....)is false. The true is:"https://......if not supported used:http://.....