Package: tinyplot
Type: Package
Title: Lightweight Extension of the Base R Graphics System
Version: 0.2.1
Date: 2024-08-25
Authors@R: 
  c(
    person(
      given = "Grant",
      family = "McDermott",
      role = c("aut", "cre"),
      email = "gmcd@amazon.com",
      comment = c(ORCID = "0000-0001-7883-8573")
    ),
    person(
      given = "Vincent",
      family = "Arel-Bundock",
      role = "aut",
      email = "vincent.arel-bundock@umontreal.ca",
      comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@vincentab")
    ),
    person(
      given = "Achim",
      family = "Zeileis",
      role = "aut",
      email = "Achim.Zeileis@R-project.org",
      comment = c(ORCID = "0000-0003-0918-3766")
     ),
    person(
      given = "Etienne",
      family = "Bacher",
      role = "ctb",
      email = "etienne.bacher@protonmail.com"
    )
  )
Description: Lightweight extension of the base R graphics system, with support
      for automatic legends, facets, and various other enhancements.
License: Apache License (>= 2)
Depends: R (>= 4.0)
Imports: graphics, grDevices, methods, stats, tools, utils
Suggests: altdoc (>= 0.4.0), basetheme, fontquiver, png, rsvg, svglite,
        tinytest, tinysnapshot (>= 0.0.3), knitr
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://grantmcdermott.com/tinyplot/
BugReports: https://github.com/grantmcdermott/tinyplot/issues
NeedsCompilation: no
Packaged: 2024-08-26 04:41:06 UTC; gmcd
Author: Grant McDermott [aut, cre] (<https://orcid.org/0000-0001-7883-8573>),
  Vincent Arel-Bundock [aut] (<https://orcid.org/0000-0003-1995-6531>,
    @vincentab),
  Achim Zeileis [aut] (<https://orcid.org/0000-0003-0918-3766>),
  Etienne Bacher [ctb]
Maintainer: Grant McDermott <gmcd@amazon.com>
Repository: CRAN
Date/Publication: 2024-08-26 06:50:02 UTC
