Message-ID: <C5D001C8.1E24E%engrav@u.washington.edu>
Date: 2009-03-01T17:11:36Z
From: Loren Engrav
Subject: Error: package 'affyio' is not installed for 'arch=x86_64'
Greetings
SessionInfo()
R version 2.8.0 Patched (2008-11-06 r46845)
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] tools stats graphics grDevices utils datasets methods
base
other attached packages:
[1] affy_1.20.0 affyio_1.10.1 Biobase_2.2.2 maanova_1.12.0
loaded via a namespace (and not attached):
[1] preprocessCore_1.4.0
And MacOS X 10.5.6
Last Nov I ran some 64bit stuff, no problem, and have not installed removed
any R or BioC stuff since then
Now I need to rerun and for several packages I get
package 'xxx' is not installed for 'arch=x86_64'
So I do
source ("http://www.bioconductor.org/biocLite.R")
biocLite (c("xxx", "yyy", "zzz"), type="source")
And reload them
And then things work
My question: where how why did my 64bit stuff go?
Thank you