[R] r 2.4.0
Uwe Ligges
ligges at statistik.uni-dortmund.de
Tue Oct 10 13:13:42 CEST 2006
Dominique Katshunga wrote:
> Can someone help interprete the error message below? i was trying to
> load the package "copula" from the R command prompt.
>
>> Error in loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = keep.source) :
> in 'copula' methods specified for export, but none defined: show,
> summary, persp, contour
> Error: package/namespace load failed for 'copula'
> Thanks,
> Dominique
>
You have to reinstall all packages depending on "methods" after upgrade
to R-2.4.0.
For convenience, type:
update.packages(checkBuilt = TRUE)
Uwe Ligges
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
More information about the R-help
mailing list