@eagleoutice/flowr - v2.15.8
    Preparing search index...
    • Applies the packages a test runs with to builder. Pass what assumedPackagesOf returned at collection time.

      Type Parameters

      • B extends {
            amendConfig(
                f: (
                    c: {
                        abstractInterpretation: {
                            dataFrame: { maxColNames: ...; readLoadedData: ... };
                            followCalls: boolean;
                            wideningThreshold: number;
                        };
                        defaultEngine?: "r-shell"
                        | "tree-sitter";
                        defaultPlugins: ConfigPlugin<(...)>[];
                        engines: ((...) | (...))[];
                        gas: {
                            countedCheckEvery?: (...) | (...);
                            features: { [key: ...]: ... };
                            heapProvider?: (...) | (...);
                            thresholds: {
                                memory: ...;
                                steps?: ...;
                                timeMs: ...;
                                vertices?: ...;
                                [key: ...]: ...;
                            };
                            [key: string]: unknown;
                        };
                        ignoreLoadCalls: boolean;
                        ignoreSourceCalls: boolean;
                        incremental: {
                            alwaysIncremental: boolean;
                            parsing: { activated: ...; heuristics: ... };
                        };
                        inputSources?: {
                            cmdline?: ...;
                            const?: ...;
                            dconst?: ...;
                            ffi?: ...;
                            file?: ...;
                            glob?: ...;
                            lang?: ...;
                            linkedEntryPoints?: ...;
                            linkedObjects?: ...;
                            narrowing?: ...;
                            net?: ...;
                            options?: ...;
                            param?: ...;
                            pure?: ...;
                            rand?: ...;
                            scope?: ...;
                            system?: ...;
                            tempfile?: ...;
                            unknown?: ...;
                            user?: ...;
                        };
                        linter: { disabledRules: (...)[] };
                        logLevel?:
                            | "debug"
                            | "silly"
                            | "trace"
                            | "info"
                            | "warn"
                            | "error"
                            | "fatal";
                        project: {
                            assumeImplicitEcho?: (...)
                            | (...)
                            | (...);
                            basePackages?: (...) | (...);
                            classification?: (...) | (...);
                            discovery?: (...) | (...);
                            failOnInaccessiblePath?: (...) | (...) | (...);
                            implicitSources?: (...) | (...);
                            resolveUnknownPathsOnDisk: boolean;
                            useProjectType?: (...) | (...);
                        };
                        repl: {
                            autoUseFileProtocol?: (...)
                            | (...)
                            | (...);
                            dfProcessorHeat: boolean;
                            hints: boolean;
                            plugins: (...)[];
                            queryStats?: (...) | (...) | (...);
                            quickStats: boolean;
                            showPlugins?: (...) | (...) | (...);
                        };
                        semantics: { environment: { overwriteBuiltIns: ... } };
                        solver: {
                            assumeAttachedPackages?: (...) | (...);
                            evalStrings: boolean;
                            instrument: { dataflowExtractors?: ... };
                            resolveSource?: (...) | (...);
                            sigdb: {
                                additionalPaths?: ...;
                                assumedRVersion?: ...;
                                autoSync?: ...;
                                blobCacheBudgetMb?: ...;
                                downloadRepo?: ...;
                                eagerlyLoad: ...;
                                eagerlyLoadExports: ...;
                                enabled: ...;
                                installedLibrary?: ...;
                                linkBaseR: ...;
                                linkBaseRCalls?: ...;
                                linkDescriptionDependencies: ...;
                                linkPackageCalls?: ...;
                                loadProjectDependencies: ...;
                                versionOverrides?: ...;
                                versionSelection?: ...;
                                warmInBackground?: ...;
                            };
                            slicer?: (...)
                            | (...);
                            trackEnvironments: boolean;
                            transitiveSideEffectRounds?: (...) | (...);
                            variables: VariableResolve;
                            versionManagement?: (...) | (...);
                        };
                        specializeConfig?: {
                            notebook?: ...;
                            package?: ...;
                            project?: ...;
                            script?: ...;
                            "shiny-app"?: ...;
                            unknown?: ...;
                        };
                    },
                ) => void,
            ): B;
        }

      Parameters

      • builder: B
      • assumed: readonly string[]

      Returns B