ConstThe definition is a generic others dispatch on (S3 UseMethod, S4 setGeneric/standardGeneric, S7
new_generic). The call graph only shows this for an S3 generic with a bundled body, never for S4/S7.
An exported function that is also an S3 class this package OWNS: it is a same-named constructor for a class the package registers at least one S3 method for (see LibraryExports.s3Classes, derived from this bit by deriveLibraryExports).
A registered S4 method: the name is exported because the package answers a generic for one of its classes
(setMethod('sin', 'float32', ...), exportMethods(sin)), not because it defines a function of its own.
The S4 analogue of FnProp.S3Method.
Set on the name of an S4 class this package OWNS: it exports the class via its NAMESPACE exportClasses()
(see LibraryExports.s4Classes, derived from this bit by deriveLibraryExports).
The export binds a value rather than a function: a constant, a dataset, a class object (pi, LETTERS,
ggplot2's class_gg). Only the extractor can tell: an entry without a definition location may equally be
a function built at load time, an S4 generic or a Vectorize result, which has no source to point at.
function-level boolean properties, packed into SigFn's bitfield