@eagleoutice/flowr - v2.15.8
    Preparing search index...

    Enumeration FnPropConst

    function-level boolean properties, packed into SigFn's bitfield

    Index
    CallsDeprecated: 8
    CallsInternal: 64
    CanThrow: 16
    Deprecated: 32
    Exported: 1
    Generic: 16384

    The 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.

    HigherOrder: 2
    NoDoc: 256
    NonDeterministic: 128
    Recursive: 4
    S3Method: 512
    S3Owner: 1024

    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).

    S4Method: 4096

    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.

    S4Owner: 2048

    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).

    Value: 8192

    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.