Package: tinyplot Type: Package Title: Lightweight Extension of the Base R Graphics System Version: 0.6.1.99 Date: 2026-03-28 Authors@R: c( person( given = "Grant", family = "McDermott", role = c("aut", "cre"), email = "contact@grantmcdermott.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") ), 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, themes, and various other enhancements. License: Apache License (>= 2) Depends: R (>= 4.0.0) Imports: graphics, grDevices, stats, tools, utils Suggests: fontquiver, png, rsvg, svglite (>= 2.2.0), tinytest, tinysnapshot (>= 0.0.3), knitr Config/Needs/website: altdoc (>= 0.7.2), future.apply Encoding: UTF-8 URL: https://grantmcdermott.com/tinyplot/ BugReports: https://github.com/grantmcdermott/tinyplot/issues Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Repository: https://fastverse.r-universe.dev Date/Publication: 2026-06-23 19:03:30 UTC RemoteUrl: https://github.com/grantmcdermott/tinyplot RemoteRef: HEAD RemoteSha: f75596b288dab67ccb40db4fa90db21268cbef9d NeedsCompilation: no Packaged: 2026-06-23 19:13:00 UTC; root Author: Grant McDermott [aut, cre] (ORCID: ), Vincent Arel-Bundock [aut] (ORCID: ), Achim Zeileis [aut] (ORCID: ), Etienne Bacher [ctb] Maintainer: Grant McDermott