Package: gridpattern
Type: Package
Title: 'grid' Pattern Grobs
Version: 1.1.1
Authors@R: c(person("Mike", "FC", role = "aut", comment = "Code/docs adapted from ggpattern"),
        person("Trevor L", "Davis", role=c("aut", "cre"), email="trevor.l.davis@gmail.com",
               comment = c(ORCID = "0000-0001-6341-4639")),
        person("Thomas Lin", "Pedersen", role = "ctb", comment = "new_data_frame() copied from ggplot2"))
Description: Provides 'grid' grobs that fill in a user-defined area with various patterns.  Includes enhanced versions of the geometric and image-based patterns originally contained in the 'ggpattern' package as well as original 'pch', 'polygon_tiling', 'regular_polygon', 'rose', 'text', 'wave', and 'weave' patterns plus support for custom user-defined patterns.
URL: https://trevorldavis.com/R/gridpattern/, https://github.com/trevorld/gridpattern
BugReports: https://github.com/trevorld/gridpattern/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
    R (>= 3.4.0)
Imports:
    glue,
    grDevices,
    grid,
    memoise,
    png,
    rlang,
    sf,
    utils
Suggests:
    ambient,
    knitr,
    magick (>= 2.7.4),
    ragg (>= 1.2.0),
    rmarkdown,
    svglite (>= 2.1.0),
    testthat,
    vdiffr (>= 1.0.6)
VignetteBuilder: knitr, rmarkdown
