The system.file() and .path.package() functions appear to be unaware of
package versions and can return incorrect information or fail if a package
is installed using `installWithVers = TRUE' of install.packages(). For
example, I can run
Error in .path.package(package = "session") :
none of the packages are loaded
This is problematic because many packages run their examples using
system.file() or .path.package() and those will not run when packages are
installed with versions. Also, some packages call .path.package() in
.First.lib(), in which case the package will usually not even load.
version
_
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1
minor 7.0
year 2003
month 04
day 16
language R
-roger
_______________________________
UCLA Department of Statistics
http://www.stat.ucla.edu/~rpeng