{
  "_id": "6a10367dacfb0bcc41c9a07b",
  "Package": "GimmeMyPlot",
  "Title": "Graphical Utilities for Visualizing and Exploring Data",
  "Version": "0.2.0",
  "Authors@R": "person(\"Etienne\", \"Camenen\", , \"etienne.camenen@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-2398-0190\"))",
  "Description": "Simplifies the process of creating essential\nvisualizations in R, offering a range of plotting functions for\ncommon chart types like violin plots, pie charts, and\nhistograms.  With an intuitive interface, users can\neffortlessly customize colors, labels, and styles, making it an\nideal tool for both beginners and experienced data analysts.\nWhether exploring datasets or producing quick visual summaries,\nthis package provides a streamlined solution for fundamental\ngraphics in R.",
  "License": "GPL-3",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "Config/pak/sysreqs": "cmake libfontconfig1-dev libfreetype6-dev make\nlibicu-dev",
  "Repository": "https://ecamenen.r-universe.dev",
  "Date/Publication": "2023-10-23 15:01:24 UTC",
  "RemoteUrl": "https://github.com/ecamenen/gimmemyplot",
  "RemoteRef": "HEAD",
  "RemoteSha": "e1e61ff9041be9b78f9b586870708ba853956c8f",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-12 06:49:11 UTC",
    "User": "root"
  },
  "Author": "Etienne Camenen [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-2398-0190>)",
  "Maintainer": "Etienne Camenen <etienne.camenen@gmail.com>",
  "MD5sum": "dd81fc6080037e0b7db6fe435af7ae68",
  "_user": "ecamenen",
  "_type": "src",
  "_file": "GimmeMyPlot_0.2.0.tar.gz",
  "_fileid": "6089e6607729cc43d5080966eadec46124d49cc1e0632a87794647e35c14c7ad",
  "_filesize": 858638,
  "_sha256": "6089e6607729cc43d5080966eadec46124d49cc1e0632a87794647e35c14c7ad",
  "_created": "2026-05-12T06:49:11.000Z",
  "_published": "2026-05-22T10:57:01.493Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77365811400,
      "time": 217,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6937552589"
    },
    {
      "job": 77365811152,
      "time": 162,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6937535944"
    },
    {
      "job": 77365811351,
      "time": 100,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6937519823"
    },
    {
      "job": 77365811396,
      "time": 120,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6937524915"
    },
    {
      "job": 77365810780,
      "time": 209,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6937493120"
    },
    {
      "job": 77365810596,
      "time": 138,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158836072"
    },
    {
      "job": 77365811173,
      "time": 114,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6937523613"
    },
    {
      "job": 77365811064,
      "time": 117,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6937524270"
    },
    {
      "job": 77365810849,
      "time": 103,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6937520454"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ecamenen/actions/runs/25718233726",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/ecamenen/gimmemyplot",
  "_commit": {
    "id": "e1e61ff9041be9b78f9b586870708ba853956c8f",
    "author": "Etienne Camenen <etienne.camenen@gmail.com>",
    "committer": "Etienne Camenen <etienne.camenen@gmail.com>",
    "message": "Add development section and modify README\n",
    "time": 1698073284
  },
  "_maintainer": {
    "name": "Etienne Camenen",
    "email": "etienne.camenen@gmail.com",
    "login": "ecamenen",
    "uuid": 27341903,
    "orcid": "0000-0002-2398-0190"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "forcats",
      "role": "Imports"
    },
    {
      "package": "ggforce",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "ggpubr",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "RColorBrewer",
      "role": "Imports"
    },
    {
      "package": "rstatix",
      "role": "Imports"
    },
    {
      "package": "scales",
      "role": "Imports"
    },
    {
      "package": "stringi",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "ecamenen",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "data-visualization",
    "visualization"
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "ecamenen",
      "count": 61,
      "uuid": 27341903
    }
  ],
  "_userbio": {
    "uuid": 27341903,
    "type": "user",
    "name": "Etienne Camenen"
  },
  "_downloads": {
    "count": 186,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/GimmeMyPlot"
  },
  "_devurl": "https://github.com/ecamenen/gimmemyplot",
  "_searchresults": 5,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/GimmeMyPlot.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ecamenen/gimmemyplot",
  "_realowner": "ecamenen",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2023-10-18"
    }
  ],
  "_exports": [
    "plot_bar",
    "plot_bar_mcat",
    "plot_histogram",
    "plot_pie",
    "plot_violin"
  ],
  "_help": [
    {
      "page": "plot_bar",
      "title": "Barplot",
      "topics": [
        "plot_bar"
      ]
    },
    {
      "page": "plot_bar_mcat",
      "title": "Barplot for categorical variables",
      "topics": [
        "plot_bar_mcat"
      ]
    },
    {
      "page": "plot_histogram",
      "title": "Plot histogram",
      "topics": [
        "plot_histogram"
      ]
    },
    {
      "page": "plot_pie",
      "title": "Piechart",
      "topics": [
        "plot_pie"
      ]
    },
    {
      "page": "plot_violin",
      "title": "Violin plot",
      "topics": [
        "plot_violin"
      ]
    }
  ],
  "_readme": "https://github.com/ecamenen/gimmemyplot/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "backports",
    "base64enc",
    "boot",
    "broom",
    "car",
    "carData",
    "cli",
    "colorspace",
    "corrplot",
    "cowplot",
    "cpp11",
    "Deriv",
    "doBy",
    "dplyr",
    "farver",
    "forcats",
    "forecast",
    "Formula",
    "fracdiff",
    "generics",
    "ggforce",
    "ggplot2",
    "ggpubr",
    "ggrepel",
    "ggsci",
    "ggsignif",
    "glue",
    "gridExtra",
    "gtable",
    "isoband",
    "jsonlite",
    "labeling",
    "lattice",
    "lifecycle",
    "lme4",
    "lmtest",
    "magrittr",
    "MASS",
    "Matrix",
    "MatrixModels",
    "mgcv",
    "microbenchmark",
    "minqa",
    "modelr",
    "nlme",
    "nloptr",
    "nnet",
    "numDeriv",
    "pbkrtest",
    "pillar",
    "pkgconfig",
    "polyclip",
    "polynom",
    "purrr",
    "quantreg",
    "R6",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "RcppEigen",
    "Rdpack",
    "reformulas",
    "rlang",
    "rstatix",
    "S7",
    "scales",
    "SparseM",
    "stringi",
    "stringr",
    "survival",
    "systemfonts",
    "tibble",
    "tidyr",
    "tidyselect",
    "timeDate",
    "tweenr",
    "urca",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "data_distribution.Rmd",
      "filename": "data_distribution.html",
      "title": "Visualize data distribution",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Numerical data",
        "Violin plots",
        "Histograms",
        "Barplots",
        "Categorical data",
        "Piecharts for a single variable",
        "Barplots for multiple variables (or for a variable whose levels may be present simultaneously)",
        "Session information"
      ],
      "created": "2023-10-23 15:01:23",
      "modified": "2023-10-23 15:01:24",
      "commits": 5
    }
  ],
  "_score": 3.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "gimmemyplot",
  "_universes": [
    "ecamenen"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-12T06:52:36.000Z",
      "distro": "noble",
      "commit": "e1e61ff9041be9b78f9b586870708ba853956c8f",
      "fileid": "5e9d81d13dbf6f7314c5c4d77b8f2443bef54d3d420a187dcdce5f4cd6e3bcf7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ecamenen/actions/runs/25718233726"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-12T06:51:44.000Z",
      "distro": "noble",
      "commit": "e1e61ff9041be9b78f9b586870708ba853956c8f",
      "fileid": "365cd5de67edf99a17be0107b987b802a8b4d487eac842d882086ca64fbe4fd7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ecamenen/actions/runs/25718233726"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-12T06:50:44.000Z",
      "commit": "e1e61ff9041be9b78f9b586870708ba853956c8f",
      "fileid": "7147b709c26b1c3d7f781c287d16136743bd1f2779b964fed538a772bff8602d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ecamenen/actions/runs/25718233726"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-12T06:51:04.000Z",
      "commit": "e1e61ff9041be9b78f9b586870708ba853956c8f",
      "fileid": "627b151ada22b28464043d0c3fbed5e072eca6222c56091d26d8be30ef944360",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ecamenen/actions/runs/25718233726"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-12T06:50:48.000Z",
      "commit": "e1e61ff9041be9b78f9b586870708ba853956c8f",
      "fileid": "c964c257d2b851d6e043deda16e75b1686294dcf8b79bb271f593d22020a96ed",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ecamenen/actions/runs/25718233726"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-12T06:50:46.000Z",
      "commit": "e1e61ff9041be9b78f9b586870708ba853956c8f",
      "fileid": "154ac949b4502fc1bbe0564249c8b243375545c87188b9ecf8fa82be98d59e73",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ecamenen/actions/runs/25718233726"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-12T06:50:35.000Z",
      "commit": "e1e61ff9041be9b78f9b586870708ba853956c8f",
      "fileid": "24a3b4b2b787104a78e00125002863458c815eab3c0c2a22428eede55c4df1b5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ecamenen/actions/runs/25718233726"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-05-22T10:56:44.000Z",
      "commit": "e1e61ff9041be9b78f9b586870708ba853956c8f",
      "fileid": "f28f6739622a9223a9ddc3dd946928c3873ef137472181d5cfb117754fcaa661",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ecamenen/actions/runs/25718233726"
    }
  ]
}