@eagleoutice/flowr - v2.10.1
    Preparing search index...
    interface TestConfigurationWithOutput {
        expectedOutput: string | RegExp;
        minRVersion: string | undefined;
        needsNetworkConnection: boolean;
        needsXmlParseData: boolean;
        trimOutput: boolean;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

    Hierarchy-Diagram

    UML class diagram of TestConfigurationWithOutput
    Index

    Properties

    expectedOutput: string | RegExp

    HANDLE WITH UTTER CARE! Will run in an R-Shell on the host system!

    minRVersion: string | undefined

    the (inclusive) minimum version of R required to run this test, e.g., MIN_VERSION_PIPE

    needsNetworkConnection: boolean
    needsXmlParseData: boolean
    trimOutput: boolean