NEWS.md
mask
now applies to well-defined S3
and S4
methods only. This may affect backwards compatibility. Checking S3
generics uses utils::isS3stdGeneric
and checking S4
generics uses methods::.S4methods
, any other generic/method definitions are not recognised.scope
argument allows the choice between generating public methods "public"
, active bindings "active"
, or both c("public", "active")
. Support for all active bindings will be added in the future.exclude
argument allows specific methods or bindings to be ignored by the generator.arg1
argument.