{
  "_id": "6a17f7a3acfb0bcc41da9283",
  "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-05-28 08:04:19 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>",
  "MD5sum": "7c5ed8af81a092a322fb47f6ca125814",
  "_user": "const-ae",
  "_type": "src",
  "_file": "ggsignif_0.6.4.9000.tar.gz",
  "_fileid": "cb4db4d21ed9c3a9e39f3c1e6a440f734ea75a2ccaa17ad6601ba7a599fb0656",
  "_filesize": 880879,
  "_sha256": "cb4db4d21ed9c3a9e39f3c1e6a440f734ea75a2ccaa17ad6601ba7a599fb0656",
  "_created": "2026-05-28T08:04:19.000Z",
  "_published": "2026-05-28T08:06:59.085Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78249194487,
      "time": 127,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7260781164"
    },
    {
      "job": 78249194508,
      "time": 123,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7260780413"
    },
    {
      "job": 78249194369,
      "time": 101,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7260773224"
    },
    {
      "job": 78249194471,
      "time": 112,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7260776384"
    },
    {
      "job": 78248776806,
      "time": 164,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7260742582"
    },
    {
      "job": 78249194406,
      "time": 114,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7260776743"
    },
    {
      "job": 78249194511,
      "time": 79,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7260766904"
    },
    {
      "job": 78249194354,
      "time": 89,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7260771668"
    },
    {
      "job": 78249194363,
      "time": 82,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7260767850"
    }
  ],
  "_buildurl": "https://github.com/r-universe/const-ae/actions/runs/26562480771",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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
  },
  "_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": 479,
  "_updates": [
    {
      "week": "2026-13",
      "n": 2
    }
  ],
  "_tags": [],
  "_topics": [
    "asterisk",
    "ggplot-extension",
    "ggplot2",
    "significance-stars"
  ],
  "_stars": 612,
  "_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",
    "description": "Postdoc, Biostats, R"
  },
  "_downloads": {
    "count": 174246,
    "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": 4440,
  "_rbuild": "4.6.0",
  "_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",
    "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.43481396892073,
  "_indexed": true,
  "_nocasepkg": "ggsignif",
  "_universes": [
    "const-ae"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.6.4.9000",
      "date": "2026-05-28T08:06:22.000Z",
      "distro": "noble",
      "commit": "55f411c90fb3a63d58cbfa5b4968ece76ce5e625",
      "fileid": "4b14bd77dbde358b838d289ff00c777f74ce53b4f0f5ce27667418f57cd3a8a4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/const-ae/actions/runs/26562480771"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.6.4.9000",
      "date": "2026-05-28T08:06:19.000Z",
      "distro": "noble",
      "commit": "55f411c90fb3a63d58cbfa5b4968ece76ce5e625",
      "fileid": "6d6b2b532b3ab5ba6cc0266872746a4cd5a72ed11639605ed620b9da083d1292",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/const-ae/actions/runs/26562480771"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.6.4.9000",
      "date": "2026-05-28T08:05:59.000Z",
      "commit": "55f411c90fb3a63d58cbfa5b4968ece76ce5e625",
      "fileid": "8508f76ad283d089ebaad617ab4b7e2444fc5f70c11277ef4732fcb70478366a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/const-ae/actions/runs/26562480771"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.6.4.9000",
      "date": "2026-05-28T08:06:07.000Z",
      "commit": "55f411c90fb3a63d58cbfa5b4968ece76ce5e625",
      "fileid": "e5cee4611414230295173ecb58842dbf8bfe8c2fa81b80bead7a1296029a7d0b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/const-ae/actions/runs/26562480771"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.6.4.9000",
      "date": "2026-05-28T08:06:27.000Z",
      "commit": "55f411c90fb3a63d58cbfa5b4968ece76ce5e625",
      "fileid": "1c8d266c45f10c72877b156cb75050d44913b4251e24f76dc0189e1ec703bae7",
      "status": "success",
      "buildurl": "https://github.com/r-universe/const-ae/actions/runs/26562480771"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.6.4.9000",
      "date": "2026-05-28T08:05:31.000Z",
      "commit": "55f411c90fb3a63d58cbfa5b4968ece76ce5e625",
      "fileid": "20f4221ce68dcbb1e73e00404393d4f9448f3a4ee553e7cb49a7b31771d5d780",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/const-ae/actions/runs/26562480771"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.6.4.9000",
      "date": "2026-05-28T08:05:43.000Z",
      "commit": "55f411c90fb3a63d58cbfa5b4968ece76ce5e625",
      "fileid": "9563e8075ae39d688455d32a3b8871184521a2d6c4e2ed0e2e0a63c0a9cfcf61",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/const-ae/actions/runs/26562480771"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.6.4.9000",
      "date": "2026-05-28T08:05:32.000Z",
      "commit": "55f411c90fb3a63d58cbfa5b4968ece76ce5e625",
      "fileid": "d8ac39753b425a0ff45699fc0136dffa799d63a89b8e0fac9a207c923dfea64b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/const-ae/actions/runs/26562480771"
    }
  ]
}