Skip to content
Prev 17829 / 63424 Next

more problems when using "installWithVers"

Tony,

The problem is specific to your example:
...
[1] ".GlobalEnv"        "package:ash_1.0-9" "package:methods"
  [4] "package:stats"     "package:graphics"  "package:grDevices"
  [7] "package:utils"     "package:datasets"  "Autoloads"
[10] "package:base"

and lies in lattice's .onLoad (as the message says, and hence the Cc: to 
Deepayan).  That has

.onLoad <- function(lib, pkg)
{
     library.dynam(pkg, pkg, lib )
     lattice.options(.defaultLatticeOptions())
     lattice.setStatus(.defaultLatticeStatus())
}

which is incorrect: it should be library.dynam("lattice", pkg, lib)
OTOH, 'ash' has it correctly and so works.

I am not sure BTW that lattice_0.12-7 is necessarily compatible with R 
2.2.0.

Brian
On Tue, 4 Oct 2005, A.J. Rossini wrote:

            
Did you really get those typos?  I don't.

Error in library.dynam(pkg, pkg, lib) : shared library 'lattice_0.12-7' not found
Error: .onLoad failed in 'loadNamespace' for 'lattice_0.12-7'
Error: package/namespace load failed for 'lattice'