{
  "_id": "6a4862e3e06c18f0a6537f08",
  "Type": "Package",
  "Package": "ggsignif",
  "Title": "Significance Brackets for 'ggplot2'",
  "Version": "0.6.4.9000",
  "Authors@R": "c(\nperson(given = \"Constantin\",\nfamily = \"Ahlmann-Eltze\",\nrole = c(\"aut\", \"cre\", \"ctb\"),\nemail = \"artjom31415@googlemail.com\",\ncomment = c(ORCID = \"0000-0002-3762-068X\")),\nperson(given = \"Indrajeet\",\nfamily = \"Patil\",\nrole = c(\"aut\", \"ctb\"),\nemail = \"patilindrajeet.science@gmail.com\",\ncomment = c(ORCID = \"0000-0003-1995-6531\"))\n)",
  "Description": "Enrich your 'ggplots' with group-wise comparisons. This\npackage provides an easy way to indicate if two groups are\nsignificantly different. Commonly this is shown by a bracket on\ntop connecting the groups of interest which itself is annotated\nwith the level of significance (NS, *, **, ***).  The package\nprovides a single layer (geom_signif()) that takes the groups\nfor comparison and the test (t.test(), wilcox.text() etc.) as\narguments and adds the annotation to the plot.",
  "License": "GPL-3 | file LICENSE",
  "URL": "https://const-ae.github.io/ggsignif/,\nhttps://github.com/const-ae/ggsignif",
  "BugReports": "https://github.com/const-ae/ggsignif/issues",
  "VignetteBuilder": "knitr",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "Roxygen": "list(markdown = TRUE, roclets = c(\"rd\", \"namespace\",\n\"collate\"))",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "Config/testthat/parallel": "true",
  "Repository": "https://const-ae.r-universe.dev",
  "Date/Publication": "2026-03-29 06:58:18 UTC",
  "RemoteUrl": "https://github.com/const-ae/ggsignif",
  "RemoteRef": "HEAD",
  "RemoteSha": "55f411c90fb3a63d58cbfa5b4968ece76ce5e625",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-04 01:29:52 UTC",
    "User": "root"
  },
  "Author": "Constantin Ahlmann-Eltze [aut, cre, ctb] (ORCID:\n<https://orcid.org/0000-0002-3762-068X>),\nIndrajeet Patil [aut, ctb] (ORCID:\n<https://orcid.org/0000-0003-1995-6531>)",
  "Maintainer": "Constantin Ahlmann-Eltze <artjom31415@googlemail.com>",
  "_user": "const-ae",
  "_type": "src",
  "_file": "ggsignif_0.6.4.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/f9f939aed4bf4fb5ca9349d0781693dd46535f4d01459c36e01c31817d96f79c",
  "_filesize": 883310,
  "_sha256": "f9f939aed4bf4fb5ca9349d0781693dd46535f4d01459c36e01c31817d96f79c",
  "_expires": "2026-10-12T01:33:21.000Z",
  "_created": "2026-07-04T01:29:52.000Z",
  "_published": "2026-07-04T01:33:23.295Z",
  "_jobs": [
    {
      "job": 85091622514,
      "time": 172,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8077075176"
    },
    {
      "job": 85091622505,
      "time": 172,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8077075181"
    },
    {
      "job": 85091622516,
      "time": 80,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8077064544"
    },
    {
      "job": 85091622510,
      "time": 85,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8077065075"
    },
    {
      "job": 85091462727,
      "time": 153,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8077055552"
    },
    {
      "job": 85091622506,
      "time": 107,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8077067642"
    },
    {
      "job": 85091622540,
      "time": 86,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8077065245"
    },
    {
      "job": 85091622534,
      "time": 78,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8077064499"
    },
    {
      "job": 85091622532,
      "time": 83,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8077065370"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/const-ae/actions/runs/28690738049",
  "_status": "success",
  "_upstream": "https://github.com/const-ae/ggsignif",
  "_commit": {
    "id": "55f411c90fb3a63d58cbfa5b4968ece76ce5e625",
    "author": "Indrajeet Patil <patilindrajeet.science@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "fix: update snapshot, bump R minimum to 4.1, modernize GHA workflows (#152)\n\n* fix: update snapshot, bump R minimum to 4.1, modernize GHA workflows\n\n- Update geom_signific_strict snapshot to match new ggplot2 geom_bar\n  layer data structure (added 'order' and 'width' columns; reordered\n  'colour' before 'linewidth')\n- Bump R minimum version from 3.6.0 to 4.1.0 in DESCRIPTION, aligning\n  with ggplot2 >= 3.5.0's own requirement\n- Remove R 3.6 and R 4.0 from the R-CMD-check matrix (below new minimum)\n- Add FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true to all workflow envs to\n  silence Node.js 20 deprecation warnings ahead of the June 2026 deadline\n- Switch covr source from r-lib/covr (GitHub dev) to any::covr (CRAN)\n  in test-coverage workflow for better stability\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\n\n* fix: remove Twitter/X entries from author comments in DESCRIPTION\n\nR CMD CHECK now warns on unrecognized person() comment fields.\nTwitter is no longer a supported field; removing the entries\neliminates those warnings.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\n\n* docs: regenerate Rd files with roxygen2 7.3.3\n\nRoxygenNote bumped from 7.3.1 to 7.3.3 and Rd files regenerated\nto reflect the removal of Twitter author comment fields.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\n\n* ci: rewrite R-CMD-check matrix to use oldrel-N notation\n\n- Replace hardcoded R versions (4.1, 4.2, 4.3) with oldrel-1 through\n  oldrel-4, mirroring r-lib/lintr; versions now auto-track as new R\n  releases land without needing manual workflow updates\n- Remove redundant Windows devel/oldrel entries (covered by ubuntu)\n- Add concurrency group to cancel stale runs on new pushes\n- Add http-user-agent: release for devel to use stable package binaries\n- Upgrade actions/checkout v4 -> v6 (Node.js 24 native; drops need for\n  FORCE_JAVASCRIPT_ACTIONS_TO_NODE24)\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\n\n",
    "time": 1774767498
  },
  "_maintainer": {
    "name": "Constantin Ahlmann-Eltze",
    "email": "artjom31415@googlemail.com",
    "login": "const-ae",
    "bluesky": "@const-ae.bsky.social",
    "orcid": "0000-0002-3762-068X",
    "description": "Postdoc, Biostats, R",
    "uuid": 5359014
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "ggplot2",
      "version": ">= 3.5.0",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "scales",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "vdiffr",
      "version": ">= 1.0.7",
      "role": "Suggests"
    }
  ],
  "_owner": "const-ae",
  "_selfowned": true,
  "_usedby": 493,
  "_updates": [
    {
      "week": "2026-13",
      "n": 2
    }
  ],
  "_tags": [],
  "_topics": [
    "asterisk",
    "ggplot-extension",
    "ggplot2",
    "significance-stars"
  ],
  "_stars": 614,
  "_contributors": [
    {
      "user": "const-ae",
      "count": 98,
      "uuid": 5359014
    },
    {
      "user": "indrajeetpatil",
      "count": 84,
      "uuid": 11330453
    },
    {
      "user": "ilia-kats",
      "count": 6,
      "uuid": 3499574
    },
    {
      "user": "xiangpin",
      "count": 6,
      "uuid": 17870644
    },
    {
      "user": "romanhaa",
      "count": 5,
      "uuid": 18103560
    },
    {
      "user": "albluca",
      "count": 1,
      "uuid": 21685180
    },
    {
      "user": "m-colley",
      "count": 1,
      "uuid": 39366189
    },
    {
      "user": "michaelchirico",
      "count": 1,
      "uuid": 7606389
    },
    {
      "user": "smargell",
      "count": 1,
      "uuid": 33231745
    }
  ],
  "_userbio": {
    "uuid": 5359014,
    "type": "user",
    "name": "Constantin",
    "followers": 209,
    "description": "Postdoc, Biostats, R"
  },
  "_downloads": {
    "count": 144894,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ggsignif"
  },
  "_mentions": 64,
  "_devurl": "https://github.com/const-ae/ggsignif",
  "_pkgdown": "https://const-ae.github.io/ggsignif/",
  "_searchresults": 7744,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ggsignif.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/const-ae/ggsignif",
  "_realowner": "const-ae",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2017-04-05"
    },
    {
      "version": "0.2.0",
      "date": "2017-04-26"
    },
    {
      "version": "0.3.0",
      "date": "2017-06-25"
    },
    {
      "version": "0.4.0",
      "date": "2017-08-03"
    },
    {
      "version": "0.5.0",
      "date": "2019-02-20"
    },
    {
      "version": "0.6.0",
      "date": "2019-08-08"
    },
    {
      "version": "0.6.1",
      "date": "2021-02-23"
    },
    {
      "version": "0.6.2",
      "date": "2021-06-14"
    },
    {
      "version": "0.6.3",
      "date": "2021-09-09"
    },
    {
      "version": "0.6.4",
      "date": "2022-10-13"
    }
  ],
  "_exports": [
    "geom_signif",
    "stat_signif"
  ],
  "_help": [
    {
      "page": "stat_signif",
      "title": "Create significance layer",
      "topics": [
        "geom_signif",
        "stat_signif"
      ]
    }
  ],
  "_pkglogo": "https://github.com/const-ae/ggsignif/raw/HEAD/man/figures/logo.svg",
  "_readme": "https://github.com/const-ae/ggsignif/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "farver",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "intro.Rmd",
      "filename": "intro.html",
      "title": "Introduction to 'ggsignif' package",
      "author": "Constantin Ahlmann-Eltze and Indrajeet Patil",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Statement of Need",
        "How to use it?",
        "Simple case",
        "Advanced options",
        "Bugs, Comments or Questions?"
      ],
      "created": "2017-04-04 08:49:02",
      "modified": "2022-05-19 19:38:18",
      "commits": 11
    }
  ],
  "_score": 16.610212282656843,
  "_indexed": true,
  "_nocasepkg": "ggsignif",
  "_universes": [
    "const-ae"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.6.4.9000",
      "date": "2026-07-04T01:32:40.000Z",
      "distro": "resolute",
      "commit": "55f411c90fb3a63d58cbfa5b4968ece76ce5e625",
      "fileid": "https://r2.ropensci.org/dab7d9c40731cae2687b188dc3754f7c6f7eaeabf69efce7bfeadcaaec5ecdbf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/const-ae/actions/runs/28690738049"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.6.4.9000",
      "date": "2026-07-04T01:32:38.000Z",
      "distro": "resolute",
      "commit": "55f411c90fb3a63d58cbfa5b4968ece76ce5e625",
      "fileid": "https://r2.ropensci.org/0b95d97eb1f93d3028a801447399e1d4787071e595440b1bc249ab22287e5408",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/const-ae/actions/runs/28690738049"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.6.4.9000",
      "date": "2026-07-04T01:31:12.000Z",
      "commit": "55f411c90fb3a63d58cbfa5b4968ece76ce5e625",
      "fileid": "https://r2.ropensci.org/3061c07b86d87d48036cf09255cc9f49ba70fea95325ad8b683865862946205e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/const-ae/actions/runs/28690738049"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.6.4.9000",
      "date": "2026-07-04T01:31:16.000Z",
      "commit": "55f411c90fb3a63d58cbfa5b4968ece76ce5e625",
      "fileid": "https://r2.ropensci.org/ca0ac40277a2e57ec6de83b038b72eaf8bb362c9c20bf0c62949b4f4ca63962b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/const-ae/actions/runs/28690738049"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.6.4.9000",
      "date": "2026-07-04T01:31:53.000Z",
      "commit": "55f411c90fb3a63d58cbfa5b4968ece76ce5e625",
      "fileid": "https://r2.ropensci.org/d0781588fcf6ad66cfcc27f83832c2f7cfb8094011d28ff89f046d4a3d314e15",
      "status": "success",
      "buildurl": "https://github.com/r-universe/const-ae/actions/runs/28690738049"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.6.4.9000",
      "date": "2026-07-04T01:31:08.000Z",
      "commit": "55f411c90fb3a63d58cbfa5b4968ece76ce5e625",
      "fileid": "https://r2.ropensci.org/d4b0e19f996b2ee82e1089a5215492f375cdd21d0a805c06b31c554e3b747ddf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/const-ae/actions/runs/28690738049"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.6.4.9000",
      "date": "2026-07-04T01:31:01.000Z",
      "commit": "55f411c90fb3a63d58cbfa5b4968ece76ce5e625",
      "fileid": "https://r2.ropensci.org/8a220a6bd3df785bd45f18bb8d31383a2bcd844642dbb00b5f3d51798fb295fb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/const-ae/actions/runs/28690738049"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.6.4.9000",
      "date": "2026-07-04T01:31:09.000Z",
      "commit": "55f411c90fb3a63d58cbfa5b4968ece76ce5e625",
      "fileid": "https://r2.ropensci.org/942fd7708f53b8faaf2698bd93fb80faaf0263878be1f220aab1a9e0ac2ebc71",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/const-ae/actions/runs/28690738049"
    }
  ]
}