In a newly downloaded version (today) of R-2-4-0alpha, with all packages
from CRAN also installed today, I get:
> library(Matrix)
Erro en loadNamespace(package, c(which.lib.loc, lib.loc), keep.source =
keep.source) :
in 'Matrix' methods specified for export, but none defined: BIC,
anova, c
Sounds like you don't have a version Matrix installed from source for
2.4.0. As mentioned earlier on this list, the caching mechanism has
changed for methods, and all packages need to be installed from source
to get the correct objects.
Works fine for me with an installation of Matrix from sou
As you may know from the R-devel list, things are very fluid re S4 just
now.
Which CRAN mirror did you use? Windows 2.4 packages are only just on the
master and may not have got to mirrors yet.
It does work for me compiling from source: you may want to try that.
B.
On Thu, 7 Sep 2006, Kjetil