Dear there:
I'm trying to install the bioconductor packages into R in Windows.
1. I downloaded the packages and the getBioC.R into the libary folder
of R.
2. Open getBioC.R.
3. getBioC(lib="exprs")
The error message is:
Error in testRversion(descfile) : This package has not been installed
properly
See the Note in ?library
Could you please help me on solving this? Thanks.
Chunrong
On Mon, 10 Mar 2003 cxd55@cwru.edu wrote:
> 1. I downloaded the packages and the getBioC.R into the libary
folder of R.
> 2. Open getBioC.R.
> 3. getBioC(lib="exprs")
> The error message is:
> Error in testRversion(descfile) : This package has not been
installed properly
> See the Note in ?library
I'm betting that there's more that went on between the call to getBioC
and
the error. Can you send that as well?
Thanks
-J
> Dear there:
>
> I'm trying to install the bioconductor packages into R in Windows.
>
> 1. I downloaded the packages and the getBioC.R into the libary
folder of R.
that's inappropriate. don't put things manually
into the library folder until you have more expertise.
> 2. Open getBioC.R.
> 3. getBioC(lib="exprs")
if i were you i would delete all changes to R or reinstall it.
then
1) save the getBioC.R to the C drive
2) start R
3) source("C:\\getBioC.R")
4) getBioC("exprs")
On Tuesday, March 11, 2003, at 10:29 AM, Vincent Carey 525-2265
wrote:
>
>> Dear there:
>>
>> I'm trying to install the bioconductor packages into R in Windows.
>>
>> 1. I downloaded the packages and the getBioC.R into the libary
folder
>> of R.
>
> that's inappropriate. don't put things manually
> into the library folder until you have more expertise.
>
>> 2. Open getBioC.R.
>> 3. getBioC(lib="exprs")
>
> if i were you i would delete all changes to R or reinstall it.
> then
>
> 1) save the getBioC.R to the C drive
>
> 2) start R
>
> 3) source("C:\\getBioC.R")
>
Alternatively you could just run
source("http://www.bioconductor.org/getBioC.R"). This is generally
what
I tell new folks to do, though you still need to run getBioC("exprs")
after that.
> 4) getBioC("exprs")
>
> _______________________________________________
> Bioconductor mailing list
> Bioconductor@stat.math.ethz.ch
> https://www.stat.math.ethz.ch/mailman/listinfo/bioconductor
>
Byron Ellis (bellis@hsph.harvard.edu)
"Oook" - The Librarian