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 > ______________________________________________ > [email protected] 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. ______________________________________________ [email protected] 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.
