Thank you Adaikalavan.
The problem was not due to simultaneous multiple versions of R.
The problem was due to missing directories in library path and this has been
cured by adding the missing library path using .libPaths().
However, it is uncertain how the same R program has different library paths
and how it disappeared in some previous R sessions.
Tae-Hoon.
On Jul 6, 2004, at 3:04 AM, Adaikalavan Ramasamy wrote:
Do you by any chance have multiple versions of R installed ? The first
two lines of the header in the iESS buffer should give a clue. Example :
R : Copyright 2004, The R Foundation for Statistical Computing Version 1.9.1 (2004-06-21), ISBN 3-900051-00-3
How does that compare to the header in your terminal/standalone mode. If
different, then you may have to set your global path to R correctly.
Other than that, it could be that some of your library paths are missing. Try '.find.package("affy")' on your terminal. See if this path is included in '.libPaths()' on your emacs/ESS interface.
Tae-Hoon Chung, Ph.D
Post-doctoral Research Fellow Molecular Diagnostics and Target Validation Division Translational Genomics Research Institute 1275 W Washington St, Tempe AZ 85281 USA Phone: 602-343-8724
______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
