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

    Which arguments of a call name S4 registrations it depends on rather than declares.

    interface S4UseConfig {
        classArgs?: readonly ClassArgRef[];
        genericArg?: ClassArgRef;
        registersArg?: ClassArgRef;
    }

    Hierarchy (View Summary)

    Index
    classArgs?: readonly ClassArgRef[]

    the arguments naming S4 classes the call uses (Class in new, signature in setMethod)

    genericArg?: ClassArgRef

    the argument naming the S4 generic the call answers or asks about (f in setMethod)

    registersArg?: ClassArgRef

    the argument naming an S4 class the call adds to without declaring it (to in setAs): read and registered anew, so a later use depends on this call as well as on the declaration