{
  "_id": "6a3adbd05cdecea1d67ed71c",
  "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(\nperson(\ngiven = \"Grant\",\nfamily = \"McDermott\",\nrole = c(\"aut\", \"cre\"),\nemail = \"contact@grantmcdermott.com\",\ncomment = c(ORCID = \"0000-0001-7883-8573\")\n),\nperson(\ngiven = \"Vincent\",\nfamily = \"Arel-Bundock\",\nrole = \"aut\",\nemail = \"vincent.arel-bundock@umontreal.ca\",\ncomment = c(ORCID = \"0000-0003-1995-6531\")\n),\nperson(\ngiven = \"Achim\",\nfamily = \"Zeileis\",\nrole = \"aut\",\nemail = \"Achim.Zeileis@R-project.org\",\ncomment = c(ORCID = \"0000-0003-0918-3766\")\n),\nperson(\ngiven = \"Etienne\",\nfamily = \"Bacher\",\nrole = \"ctb\",\nemail = \"etienne.bacher@protonmail.com\"\n)\n)",
  "Description": "Lightweight extension of the base R graphics system, with\nsupport for automatic legends, facets, themes, and various\nother enhancements.",
  "License": "Apache License (>= 2)",
  "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": {
    "Date": "2026-06-23 19:13:00 UTC",
    "User": "root"
  },
  "Author": "Grant McDermott [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-7883-8573>),\nVincent Arel-Bundock [aut] (ORCID:\n<https://orcid.org/0000-0003-1995-6531>),\nAchim Zeileis [aut] (ORCID: <https://orcid.org/0000-0003-0918-3766>),\nEtienne Bacher [ctb]",
  "Maintainer": "Grant McDermott <contact@grantmcdermott.com>",
  "MD5sum": "a5e9507da63f4fe281c0a2745c0d2de0",
  "_user": "fastverse",
  "_type": "src",
  "_file": "tinyplot_0.6.1.99.tar.gz",
  "_fileid": "ea78da7ebd619dc0f4c714b757f191702dd88a08f95b2b260b42793998d3632e",
  "_filesize": 3215486,
  "_sha256": "ea78da7ebd619dc0f4c714b757f191702dd88a08f95b2b260b42793998d3632e",
  "_created": "2026-06-23T19:13:00.000Z",
  "_published": "2026-06-23T19:17:36.034Z",
  "_distro": "resolute",
  "_jobs": [
    {
      "job": 83039869534,
      "time": 225,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7830983429"
    },
    {
      "job": 83039869515,
      "time": 208,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7830977927"
    },
    {
      "job": 83039869513,
      "time": 123,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7830970215"
    },
    {
      "job": 83039869535,
      "time": 84,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7830973556"
    },
    {
      "job": 83039096416,
      "time": 234,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7830895099"
    },
    {
      "job": 83039869482,
      "time": 217,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7830980678"
    },
    {
      "job": 83039869528,
      "time": 96,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7830934887"
    },
    {
      "job": 83039869529,
      "time": 104,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7830938643"
    },
    {
      "job": 83039869508,
      "time": 146,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7830954480"
    }
  ],
  "_buildurl": "https://github.com/r-universe/fastverse/actions/runs/28050352156",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/grantmcdermott/tinyplot",
  "_commit": {
    "id": "f75596b288dab67ccb40db4fa90db21268cbef9d",
    "author": "Achim Zeileis <Achim.Zeileis@R-project.org>",
    "committer": "GitHub <noreply@github.com>",
    "message": "tinyplot method for 'ts' time series objects (#558)\n\n* add tinyplot() method for 'ts' time series objects\n\n* add documentation\n\n* import time() extractor\n\n* tests for tinyplot.ts\n\n* NEWS item for tinyplot.ts\n\n* snapshot updates\n\n* NOT_CRAN env var for tinytest CI\n\n* histogram and other distribution type exceptions\n\n* direct labs example\n\n* news\n\n* news tweak\n\n* gallery update\n\n* test website\n\n* ci: try to upload review artifact if failure\n\n* ci: use glob for review dir\n\n* drop false positive and add direct legend version\n\n* allow xlab override and tweak examples\n\n* update website\n\n* add returns field to avoid R CMD check --as-cran NOTE\n\n* typos\n\n* news tweak\n\n* \"area\" example\n\n---------\n\nCo-authored-by: Grant McDermott <gmcd@amazon.com>",
    "time": 1782241410
  },
  "_maintainer": {
    "name": "Grant McDermott",
    "email": "contact@grantmcdermott.com",
    "orcid": "0000-0001-7883-8573"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0.0",
      "role": "Depends"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "tools",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "fontquiver",
      "role": "Suggests"
    },
    {
      "package": "png",
      "role": "Suggests"
    },
    {
      "package": "rsvg",
      "role": "Suggests"
    },
    {
      "package": "svglite",
      "version": ">= 2.2.0",
      "role": "Suggests"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    },
    {
      "package": "tinysnapshot",
      "version": ">= 0.0.3",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    }
  ],
  "_owner": "grantmcdermott",
  "_selfowned": false,
  "_usedby": 8,
  "_updates": [
    {
      "week": "2025-26",
      "n": 1
    },
    {
      "week": "2025-28",
      "n": 5
    },
    {
      "week": "2025-29",
      "n": 6
    },
    {
      "week": "2025-32",
      "n": 19
    },
    {
      "week": "2025-33",
      "n": 1
    },
    {
      "week": "2025-36",
      "n": 2
    },
    {
      "week": "2025-37",
      "n": 9
    },
    {
      "week": "2025-38",
      "n": 11
    },
    {
      "week": "2025-39",
      "n": 5
    },
    {
      "week": "2025-47",
      "n": 13
    },
    {
      "week": "2025-48",
      "n": 6
    },
    {
      "week": "2025-49",
      "n": 2
    },
    {
      "week": "2025-50",
      "n": 1
    },
    {
      "week": "2026-02",
      "n": 2
    },
    {
      "week": "2026-03",
      "n": 1
    },
    {
      "week": "2026-06",
      "n": 2
    },
    {
      "week": "2026-07",
      "n": 1
    },
    {
      "week": "2026-08",
      "n": 2
    },
    {
      "week": "2026-12",
      "n": 1
    },
    {
      "week": "2026-13",
      "n": 10
    },
    {
      "week": "2026-19",
      "n": 3
    },
    {
      "week": "2026-20",
      "n": 5
    },
    {
      "week": "2026-21",
      "n": 5
    },
    {
      "week": "2026-22",
      "n": 5
    },
    {
      "week": "2026-23",
      "n": 9
    },
    {
      "week": "2026-24",
      "n": 3
    },
    {
      "week": "2026-25",
      "n": 11
    },
    {
      "week": "2026-26",
      "n": 6
    }
  ],
  "_tags": [
    {
      "name": "v0.4.2",
      "date": "2025-07-11"
    },
    {
      "name": "v0.5.0",
      "date": "2025-09-22"
    },
    {
      "name": "v0.6.0",
      "date": "2025-11-27"
    },
    {
      "name": "v0.6.1",
      "date": "2026-03-28"
    }
  ],
  "_stars": 412,
  "_contributors": [
    {
      "user": "grantmcdermott",
      "count": 412,
      "uuid": 10285037
    },
    {
      "user": "vincentarelbundock",
      "count": 186,
      "uuid": 987057
    },
    {
      "user": "zeileis",
      "count": 44,
      "uuid": 61125774
    },
    {
      "user": "etiennebacher",
      "count": 22,
      "uuid": 52219252
    },
    {
      "user": "mclements",
      "count": 2,
      "uuid": 557321
    },
    {
      "user": "eleuven",
      "count": 2,
      "uuid": 5816455
    },
    {
      "user": "jeis4wpi",
      "count": 1,
      "uuid": 42679190
    },
    {
      "user": "kscott-1",
      "count": 1,
      "uuid": 47877734
    }
  ],
  "_userbio": {
    "uuid": 105517888,
    "type": "organization",
    "name": "fastverse",
    "followers": 28,
    "description": "An Extensible Suite of High-Performance and Low-Dependency Packages for Statistical Computing and Data Manipulation in R"
  },
  "_downloads": {
    "count": 11503,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/tinyplot"
  },
  "_devurl": "https://github.com/grantmcdermott/tinyplot",
  "_pkgdown": "https://grantmcdermott.com/tinyplot/",
  "_searchresults": 241,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/tinyplot.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/grantmcdermott/tinyplot",
  "_realowner": "grantmcdermott",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2024-06-20"
    },
    {
      "version": "0.2.0",
      "date": "2024-07-31"
    },
    {
      "version": "0.2.1",
      "date": "2024-08-26"
    },
    {
      "version": "0.3.0",
      "date": "2025-02-05"
    },
    {
      "version": "0.4.0",
      "date": "2025-05-27"
    },
    {
      "version": "0.4.1",
      "date": "2025-06-03"
    },
    {
      "version": "0.4.2",
      "date": "2025-07-11"
    },
    {
      "version": "0.5.0",
      "date": "2025-09-22"
    },
    {
      "version": "0.6.0",
      "date": "2025-11-27"
    },
    {
      "version": "0.6.1",
      "date": "2026-03-28"
    }
  ],
  "_exports": [
    "draw_legend",
    "get_saved_par",
    "plt",
    "plt_add",
    "tinylabel",
    "tinypairs",
    "tinyplot",
    "tinyplot_add",
    "tinytheme",
    "tinytheme_list",
    "tinytheme_register",
    "tinytheme_unregister",
    "tpar",
    "type_abline",
    "type_area",
    "type_barplot",
    "type_boxplot",
    "type_chull",
    "type_density",
    "type_ellipse",
    "type_errorbar",
    "type_function",
    "type_glm",
    "type_hist",
    "type_histogram",
    "type_hline",
    "type_jitter",
    "type_lines",
    "type_lm",
    "type_loess",
    "type_pointrange",
    "type_points",
    "type_polygon",
    "type_polypath",
    "type_qq",
    "type_rect",
    "type_ribbon",
    "type_ridge",
    "type_rug",
    "type_segments",
    "type_spineplot",
    "type_spline",
    "type_summary",
    "type_text",
    "type_violin",
    "type_vline"
  ],
  "_help": [
    {
      "page": "draw_legend",
      "title": "Calculate placement and draw legend",
      "topics": [
        "draw_legend"
      ]
    },
    {
      "page": "get_saved_par",
      "title": "Retrieve the saved graphical parameters",
      "topics": [
        "get_saved_par"
      ]
    },
    {
      "page": "tinylabel",
      "title": "Format labels",
      "topics": [
        "tinylabel"
      ]
    },
    {
      "page": "tinyplot",
      "title": "Lightweight extension of the base R plotting function",
      "topics": [
        "plt",
        "tinyplot",
        "tinyplot.default",
        "tinyplot.density",
        "tinyplot.formula"
      ]
    },
    {
      "page": "tinyplot_add",
      "title": "Add new elements to the current 'tinyplot'",
      "topics": [
        "plt_add",
        "tinyplot_add"
      ]
    },
    {
      "page": "tinyplot.data.frame",
      "title": "tinyplot Method for Plotting Data Frames",
      "topics": [
        "tinypairs",
        "tinyplot.data.frame"
      ]
    },
    {
      "page": "tinyplot.ts",
      "title": "tinyplot Method for Plotting ts Objects (Time Series)",
      "topics": [
        "tinyplot.ts"
      ]
    },
    {
      "page": "tinytheme",
      "title": "Set or Reset Plot Themes for 'tinyplot'",
      "topics": [
        "tinytheme"
      ]
    },
    {
      "page": "tinytheme_register",
      "title": "Register, List, and Unregister Custom Themes",
      "topics": [
        "tinytheme_list",
        "tinytheme_register",
        "tinytheme_unregister"
      ]
    },
    {
      "page": "tpar",
      "title": "Set or query graphical parameters",
      "topics": [
        "tpar"
      ]
    },
    {
      "page": "type_abline",
      "title": "Add straight lines to a plot",
      "topics": [
        "type_abline",
        "type_hline",
        "type_vline"
      ]
    },
    {
      "page": "type_ribbon",
      "title": "Ribbon and area plot types",
      "topics": [
        "type_area",
        "type_ribbon"
      ]
    },
    {
      "page": "type_barplot",
      "title": "Barplot type",
      "topics": [
        "type_barplot"
      ]
    },
    {
      "page": "type_boxplot",
      "title": "Boxplot type",
      "topics": [
        "type_boxplot"
      ]
    },
    {
      "page": "type_chull",
      "title": "Convex hull plot type",
      "topics": [
        "type_chull"
      ]
    },
    {
      "page": "type_density",
      "title": "Density plot type",
      "topics": [
        "type_density"
      ]
    },
    {
      "page": "type_ellipse",
      "title": "Confidence ellipse plot type",
      "topics": [
        "type_ellipse"
      ]
    },
    {
      "page": "type_errorbar",
      "title": "Error bar and pointrange plot types",
      "topics": [
        "type_errorbar",
        "type_pointrange"
      ]
    },
    {
      "page": "type_function",
      "title": "Plot a function",
      "topics": [
        "type_function"
      ]
    },
    {
      "page": "type_glm",
      "title": "Generalized linear model plot type",
      "topics": [
        "type_glm"
      ]
    },
    {
      "page": "type_histogram",
      "title": "Histogram plot type",
      "topics": [
        "type_hist",
        "type_histogram"
      ]
    },
    {
      "page": "type_jitter",
      "title": "Jittered points plot type",
      "topics": [
        "type_jitter"
      ]
    },
    {
      "page": "type_lines",
      "title": "Lines plot type",
      "topics": [
        "type_lines"
      ]
    },
    {
      "page": "type_lm",
      "title": "Linear model plot type",
      "topics": [
        "type_lm"
      ]
    },
    {
      "page": "type_loess",
      "title": "Local polynomial regression plot type",
      "topics": [
        "type_loess"
      ]
    },
    {
      "page": "type_points",
      "title": "Points plot type",
      "topics": [
        "type_points"
      ]
    },
    {
      "page": "type_polygon",
      "title": "Polygon plot type",
      "topics": [
        "type_polygon"
      ]
    },
    {
      "page": "type_polypath",
      "title": "Polypath polygon type",
      "topics": [
        "type_polypath"
      ]
    },
    {
      "page": "type_qq",
      "title": "Quantile-Quantile plot (QQ)",
      "topics": [
        "type_qq"
      ]
    },
    {
      "page": "type_rect",
      "title": "Rectangle plot type",
      "topics": [
        "type_rect"
      ]
    },
    {
      "page": "type_ridge",
      "title": "Ridge plot type",
      "topics": [
        "type_ridge"
      ]
    },
    {
      "page": "type_rug",
      "title": "Add a rug to a plot",
      "topics": [
        "type_rug"
      ]
    },
    {
      "page": "type_segments",
      "title": "Line segments plot type",
      "topics": [
        "type_segments"
      ]
    },
    {
      "page": "type_spineplot",
      "title": "Spineplot and spinogram types",
      "topics": [
        "type_spineplot"
      ]
    },
    {
      "page": "type_spline",
      "title": "Spline plot type",
      "topics": [
        "type_spline"
      ]
    },
    {
      "page": "type_summary",
      "title": "Plot summary values of 'y' at unique values of 'x'",
      "topics": [
        "type_summary"
      ]
    },
    {
      "page": "type_text",
      "title": "Text annotations plot type",
      "topics": [
        "type_text"
      ]
    },
    {
      "page": "type_violin",
      "title": "Violin plot type",
      "topics": [
        "type_violin"
      ]
    }
  ],
  "_readme": "https://github.com/grantmcdermott/tinyplot/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 11.429162695803448,
  "_indexed": false,
  "_nocasepkg": "tinyplot",
  "_universes": [
    "fastverse"
  ],
  "_indexurl": "https://grantmcdermott.r-universe.dev/tinyplot",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.6.1.99",
      "date": "2026-06-23T19:16:39.000Z",
      "distro": "resolute",
      "commit": "f75596b288dab67ccb40db4fa90db21268cbef9d",
      "fileid": "3e4f2817ec2acac7a03e2f9fa36f2011ad365337333ead38d458d30ec7886d37",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28050352156"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.6.1.99",
      "date": "2026-06-23T19:16:27.000Z",
      "distro": "resolute",
      "commit": "f75596b288dab67ccb40db4fa90db21268cbef9d",
      "fileid": "16d22b30bf72ec1f1cfd2324fcfe0b9235e3aae1cb3ca65c022b7a29bb5a49b9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28050352156"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.6.1.99",
      "date": "2026-06-23T19:16:04.000Z",
      "commit": "f75596b288dab67ccb40db4fa90db21268cbef9d",
      "fileid": "cd9db255615cffa635c670ac9f41506e2684edf0f7f23af1cbcee985e1ad5d2c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28050352156"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.6.1.99",
      "date": "2026-06-23T19:16:27.000Z",
      "commit": "f75596b288dab67ccb40db4fa90db21268cbef9d",
      "fileid": "b1d71c3d25bb6a5a22836f43077f000e9887ea77810071755a5e5f75b7d3d68e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28050352156"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.6.1.99",
      "date": "2026-06-23T19:17:01.000Z",
      "commit": "f75596b288dab67ccb40db4fa90db21268cbef9d",
      "fileid": "1369700964f66add0e66799c75ad44f890997a86812967b8255e7cd2f4245672",
      "status": "success",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28050352156"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.6.1.99",
      "date": "2026-06-23T19:14:20.000Z",
      "commit": "f75596b288dab67ccb40db4fa90db21268cbef9d",
      "fileid": "0938a8dc58b2cc38abff1baf83c2c2e6869321cf19f8c1c947d8299774c56665",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28050352156"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.6.1.99",
      "date": "2026-06-23T19:14:32.000Z",
      "commit": "f75596b288dab67ccb40db4fa90db21268cbef9d",
      "fileid": "00da9ae6149d03a43b72a02f2879d374af51f3be0c2a3e4a6b8d13ce2392a137",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28050352156"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.6.1.99",
      "date": "2026-06-23T19:15:17.000Z",
      "commit": "f75596b288dab67ccb40db4fa90db21268cbef9d",
      "fileid": "32de1776765084da0385be82e6e3f1c409cca0b07bd208d8a4f0c8507f7b2f80",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28050352156"
    }
  ]
}