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

    Controls how processLibrary brings a package into scope.

    interface LibraryProcessorConfig {
        boxUse?: boolean;
        characterOnly?: boolean;
        fromImports?: boolean;
        namespaceOnly?: boolean;
    }
    Index

    Properties

    boxUse?: boolean

    box::use(pkg[a, b]): attach only the symbols listed in the [...] bracket

    characterOnly?: boolean

    the package argument is evaluated, not taken as a symbol (requireNamespace/loadNamespace/attachNamespace, unlike library)

    fromImports?: boolean

    import::from(pkg, a, b): attach only the symbols named in the call

    namespaceOnly?: boolean

    requireNamespace("pkg") / loadNamespace("pkg"): load without attaching bare names