Skip to content
Prev 82470 / 398506 Next

Loading namespaces

BBK schrieb:
Do you mean

.onLoad <- function(lib, pkg) require(methods)

as given in Section 1.6.6 of "Writing R Extensions"
see Section 1.6.6 (ibid.): "There needs to be an .onLoad action to
ensure that the methods package is loaded and attached"

hth
Matthias