{
  "_id": "6a267e7d794753ddbc3f01b1",
  "Package": "plotluck",
  "Title": "'ggplot2' Version of \"I'm Feeling Lucky!\"",
  "Version": "1.1.1.9000",
  "Authors@R": "c(\nperson(\"Stefan\", \"Schroedl\", , \"stefan.schroedl@gmx.de\", c(\"aut\", \"cre\")),\nperson(given = \"Christophe\", family = \"Regouby\", email = \"christophe.regouby@free.fr\", role = c(\"ctb\"))\n)",
  "Description": "Examines the characteristics of a data frame and a formula\nto automatically choose the most suitable type of plot out of\nthe following supported options: scatter, violin, box, bar,\ndensity, hexagon bin, spine plot, and heat map. The aim of the\npackage is to let the user focus on what to plot, rather than\non the \"how\" during exploratory data analysis. It also\nautomates handling of observation weights, logarithmic axis\nscaling, reordering of factor levels, and overlaying smoothing\ncurves and median lines. Plots are drawn using 'ggplot2'.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/stefan-schroedl/plotluck",
  "BugReports": "https://github.com/stefan-schroedl/plotluck/issues",
  "RoxygenNote": "6.1.1",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev",
  "Repository": "https://stefan-schroedl.r-universe.dev",
  "Date/Publication": "2023-01-25 05:06:31 UTC",
  "RemoteUrl": "https://github.com/stefan-schroedl/plotluck",
  "RemoteRef": "HEAD",
  "RemoteSha": "3b256ace717726dcecb0a0c85c79fcdbe012ee1a",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-08 08:30:20 UTC",
    "User": "root"
  },
  "Author": "Stefan Schroedl [aut, cre],\nChristophe Regouby [ctb]",
  "Maintainer": "Stefan Schroedl <stefan.schroedl@gmx.de>",
  "MD5sum": "e23c5d8fbffb7c191799dc4672945314",
  "_user": "stefan-schroedl",
  "_type": "src",
  "_file": "plotluck_1.1.1.9000.tar.gz",
  "_fileid": "cd7942750a3476d235dad4eefbec3c560ed20393249af682c0a36b4c98724c06",
  "_filesize": 1641689,
  "_sha256": "cd7942750a3476d235dad4eefbec3c560ed20393249af682c0a36b4c98724c06",
  "_created": "2026-06-08T08:30:20.000Z",
  "_published": "2026-06-08T08:34:05.407Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80052740687,
      "time": 185,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7475129078"
    },
    {
      "job": 80052740665,
      "time": 187,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7475129194"
    },
    {
      "job": 80052740717,
      "time": 160,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7475113910"
    },
    {
      "job": 80052740702,
      "time": 169,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7475115069"
    },
    {
      "job": 80051944812,
      "time": 281,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7475062323"
    },
    {
      "job": 80052740654,
      "time": 119,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7475105833"
    },
    {
      "job": 80052740720,
      "time": 137,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7475111763"
    },
    {
      "job": 80052740697,
      "time": 122,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7475106844"
    },
    {
      "job": 80052740705,
      "time": 134,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7475111180"
    }
  ],
  "_buildurl": "https://github.com/r-universe/stefan-schroedl/actions/runs/27125207618",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/stefan-schroedl/plotluck",
  "_commit": {
    "id": "3b256ace717726dcecb0a0c85c79fcdbe012ee1a",
    "author": "cregouby <cregouby@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Fix ggplot deprecation warnings (#5)\n\n* fix #4, and remove 2 warnings in test 1D density plot\r\n\r\n* fix #3\r\n\r\n* fix 3 missed occurence\r\n\r\n* update dependancies and switch to `inherits`\r\n- update version\r\n- remove unused dependancies\r\n- switch class management to `inherits()` to remove R CMD check notes",
    "time": 1674623191
  },
  "_maintainer": {
    "name": "Stefan Schroedl",
    "email": "stefan.schroedl@gmx.de",
    "login": "stefan-schroedl",
    "description": "",
    "uuid": 9063521
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1",
      "role": "Depends"
    },
    {
      "package": "grid",
      "role": "Imports"
    },
    {
      "package": "Hmisc",
      "version": ">= 3.17.4",
      "role": "Imports"
    },
    {
      "package": "scales",
      "version": ">= 0.4.1",
      "role": "Imports"
    },
    {
      "package": "plyr",
      "version": ">= 1.8.4",
      "role": "Imports"
    },
    {
      "package": "RColorBrewer",
      "version": ">= 1.1.2",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "version": ">= 3.4.0",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "ggplot2movies",
      "role": "Suggests"
    },
    {
      "package": "mgcv",
      "role": "Suggests"
    },
    {
      "package": "nlme",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "gapminder",
      "role": "Suggests"
    }
  ],
  "_owner": "stefan-schroedl",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "automatic",
    "box-plot",
    "boxplot",
    "cleveland",
    "data-visualization",
    "density-plot",
    "ggplot2",
    "heatmap",
    "hexbin",
    "plot",
    "scatter",
    "scatter-plot",
    "spine-plot",
    "violin-plot",
    "visualization"
  ],
  "_stars": 52,
  "_contributors": [
    {
      "user": "stefan-schroedl",
      "count": 54,
      "uuid": 9063521
    },
    {
      "user": "cregouby",
      "count": 1,
      "uuid": 10136115
    }
  ],
  "_userbio": {
    "uuid": 9063521,
    "type": "user",
    "name": "Stefan Schroedl"
  },
  "_downloads": {
    "count": 164,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/plotluck"
  },
  "_devurl": "https://github.com/stefan-schroedl/plotluck",
  "_searchresults": 39,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/plotluck.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/stefan-schroedl/plotluck",
  "_realowner": "stefan-schroedl",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2016-09-22"
    },
    {
      "version": "1.1.0",
      "date": "2016-11-13"
    },
    {
      "version": "1.1.1",
      "date": "2019-06-26"
    }
  ],
  "_exports": [
    "plotluck",
    "plotluck.options",
    "sample.plotluck"
  ],
  "_help": [
    {
      "page": "plotluck",
      "title": "\"I'm feeling lucky\" for ggplot",
      "concept": [
        "automation",
        "bar plot",
        "box plot",
        "density plot",
        "exploratory data analysis",
        "ggplot",
        "ggplot2",
        "heat map",
        "hexbin",
        "histogram",
        "mosaic plot",
        "plotting",
        "scatter plot",
        "spine plot",
        "violin plot",
        "visualization"
      ],
      "topics": [
        "plotluck"
      ]
    },
    {
      "page": "plotluck.options",
      "title": "Create options structure for 'plotluck'",
      "topics": [
        "plotluck.options"
      ]
    },
    {
      "page": "sample.plotluck",
      "title": "Run 'plotluck' for a randomly generated formula.",
      "topics": [
        "sample.plotluck"
      ]
    }
  ],
  "_readme": "https://github.com/stefan-schroedl/plotluck/raw/HEAD/README.md",
  "_rundeps": [
    "backports",
    "base64enc",
    "bslib",
    "cachem",
    "checkmate",
    "cli",
    "cluster",
    "colorspace",
    "cpp11",
    "data.table",
    "digest",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "foreign",
    "Formula",
    "fs",
    "ggplot2",
    "glue",
    "gridExtra",
    "gtable",
    "highr",
    "Hmisc",
    "htmlTable",
    "htmltools",
    "htmlwidgets",
    "isoband",
    "jquerylib",
    "jsonlite",
    "knitr",
    "labeling",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "nnet",
    "plyr",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "rmarkdown",
    "rpart",
    "rstudioapi",
    "S7",
    "sass",
    "scales",
    "stringi",
    "stringr",
    "tinytex",
    "vctrs",
    "viridisLite",
    "withr",
    "xfun",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "plotluck.Rmd",
      "filename": "plotluck.html",
      "title": "Plotluck - \"I'm feeling lucky\" for ggplot",
      "author": "Stefan Schroedl",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Motivation",
        "A Longer Example",
        "Heuristics for Choosing the Plot Type",
        "Other Features",
        "Limitations",
        "References"
      ],
      "created": "2016-09-19 09:12:26",
      "modified": "2016-10-06 05:43:13",
      "commits": 5
    }
  ],
  "_score": 6.006037954997317,
  "_indexed": true,
  "_nocasepkg": "plotluck",
  "_universes": [
    "stefan-schroedl"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.1.9000",
      "date": "2026-06-08T08:32:44.000Z",
      "distro": "noble",
      "commit": "3b256ace717726dcecb0a0c85c79fcdbe012ee1a",
      "fileid": "feabfc5f533d40b7946059ac5caac394a7384817068dd02abeb679070ed4ebbd",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/stefan-schroedl/actions/runs/27125207618"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.1.9000",
      "date": "2026-06-08T08:32:45.000Z",
      "distro": "noble",
      "commit": "3b256ace717726dcecb0a0c85c79fcdbe012ee1a",
      "fileid": "9c9f9770139e9b0e794f907cb42ad14753fc7978cda5e506b451944d4a32a36d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/stefan-schroedl/actions/runs/27125207618"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.1.9000",
      "date": "2026-06-08T08:32:24.000Z",
      "commit": "3b256ace717726dcecb0a0c85c79fcdbe012ee1a",
      "fileid": "962b13272bd19ff5cc69baf040c09366728c6e7f22e1cebc933d7fa7705eba02",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/stefan-schroedl/actions/runs/27125207618"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.1.9000",
      "date": "2026-06-08T08:32:22.000Z",
      "commit": "3b256ace717726dcecb0a0c85c79fcdbe012ee1a",
      "fileid": "ebe8f543f2ba67408b8b60962acc6ae82028c26f28130e65e87ab5af8dd0d69d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/stefan-schroedl/actions/runs/27125207618"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.1.9000",
      "date": "2026-06-08T08:32:41.000Z",
      "commit": "3b256ace717726dcecb0a0c85c79fcdbe012ee1a",
      "fileid": "d6a383444a296a8626054e7d9b09a3dacfdd668c4c34a9324fced827351967ad",
      "status": "success",
      "buildurl": "https://github.com/r-universe/stefan-schroedl/actions/runs/27125207618"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.1.9000",
      "date": "2026-06-08T08:31:43.000Z",
      "commit": "3b256ace717726dcecb0a0c85c79fcdbe012ee1a",
      "fileid": "e1d5e5a8db704a55b993f12239a9b73fb103ee131f0f93bcd900e7c8ec0ee61b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/stefan-schroedl/actions/runs/27125207618"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.1.9000",
      "date": "2026-06-08T08:31:34.000Z",
      "commit": "3b256ace717726dcecb0a0c85c79fcdbe012ee1a",
      "fileid": "e13417a121c90a6f9f769586c3dc799bba16583d0b8730585f17cb5980bce034",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/stefan-schroedl/actions/runs/27125207618"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.1.9000",
      "date": "2026-06-08T08:31:40.000Z",
      "commit": "3b256ace717726dcecb0a0c85c79fcdbe012ee1a",
      "fileid": "2d41f1ea9967409e266a0151cd550cd6e31f7016094d874dddf00c524b9d922e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/stefan-schroedl/actions/runs/27125207618"
    }
  ]
}