Displaying 1 result from an estimated 1 matches for "s105816".
2010 Aug 30
1
search path for attaching packages
...rs that lib.loc is not being used
and instead the central repository is being used. We've even tried
modifying .libPaths( ) so that our local path is first in the search
list. Is this a bug or a "feature"?
For example:
>
install.packages('DBI',lib='/data1/bsi/epi/s105816.SNPlinkage/CNV/rlib')
> library(DBI,
lib.loc='/data1/bsi/epi/s105816.SNPlinkage/CNV/rlib')
I can look in my directory and see that DBI is version 0.2-5,
but when I use the library command I get the version installed in the
central location instead of in my specified directory....