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

    Interface SigVersionInfo

    interface SigVersionInfo {
        classes?: readonly SigClassInfo[];
        cran: boolean;
        date?: number;
        dependencies?: readonly SigDependencyInfo[];
        functions: readonly SigFunctionInfo[];
        source?: string;
    }
    Index
    classes?: readonly SigClassInfo[]

    the classes this version declares and the relations it states between them

    cran: boolean
    date?: number

    release date as milliseconds since the Unix epoch (stored at day granularity, used to find the newest release)

    dependencies?: readonly SigDependencyInfo[]

    declared dependencies of this version (Depends/Imports/LinkingTo/Suggests/Enhances)

    functions: readonly SigFunctionInfo[]
    source?: string

    the repository it came from (cran, bioc, ...); SigVersionInfo.cran only says whether it is CRAN