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

    Function rbuildignoreMatcher

    • Unlike .gitignore, the lines of an .Rbuildignore are (Perl-compatible) regular expressions rather than globs, matched unanchored and case-insensitively against the path relative to the package root, as R CMD build does. Invalid lines are dropped with a warning.

      Parameters

      • content: string

      Returns (relativePath: string) => boolean