{
  "_id": "6a1ef920b401979e73417f93",
  "Package": "ggbumpribbon",
  "Title": "Sigmoid-Curved Ribbons for Rank Comparison Charts",
  "Version": "0.2.0",
  "Authors@R": "person(\"Sondre\", \"Skarsten\", email = \"sondreskarsten@gmail.com\",\nrole = c(\"aut\", \"cre\", \"cph\"))",
  "Description": "Provides 'ggplot2' geoms and stats for creating bump\ncharts with sigmoid-curved filled ribbons and lines. Supports\nrank comparison visualizations where smooth S-shaped curves\nconnect categorical positions across an ordered axis. Offers\ntwo interpolation methods (logistic sigmoid and cubic Hermite)\nwith C1-continuous segment joins. Includes custom scales and\nthemes optimized for bump chart readability.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/sondreskarsten/ggbumpribbon",
  "BugReports": "https://github.com/sondreskarsten/ggbumpribbon/issues",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Repository": "https://sondreskarsten.r-universe.dev",
  "Date/Publication": "2026-03-19 20:10:52 UTC",
  "RemoteUrl": "https://github.com/sondreskarsten/ggbumpribbon",
  "RemoteRef": "HEAD",
  "RemoteSha": "3bd45d7a4ba1d33ea5d704c98e734770a64c6217",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-19 05:47:55 UTC",
    "User": "root"
  },
  "Author": "Sondre Skarsten [aut, cre, cph]",
  "Maintainer": "Sondre Skarsten <sondreskarsten@gmail.com>",
  "MD5sum": "70b9c88738ba704745fa33f85a5645a1",
  "_user": "sondreskarsten",
  "_type": "src",
  "_file": "ggbumpribbon_0.2.0.tar.gz",
  "_fileid": "a4fcb0fb4d0eea272ec9a6ad2cb30e91cbda1f0ed047bc7d4274cd4e7de022b1",
  "_filesize": 2282537,
  "_sha256": "a4fcb0fb4d0eea272ec9a6ad2cb30e91cbda1f0ed047bc7d4274cd4e7de022b1",
  "_created": "2026-05-19T05:47:55.000Z",
  "_published": "2026-06-02T15:39:12.099Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79110422485,
      "time": 200,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7075843830"
    },
    {
      "job": 79110423174,
      "time": 141,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7075831628"
    },
    {
      "job": 79110423526,
      "time": 154,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7075827423"
    },
    {
      "job": 79110422965,
      "time": 165,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7075830187"
    },
    {
      "job": 79110422387,
      "time": 183,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7075801596"
    },
    {
      "job": 79110421758,
      "time": 108,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7362534488"
    },
    {
      "job": 79110423351,
      "time": 78,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7075818048"
    },
    {
      "job": 79110423395,
      "time": 78,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7075818084"
    },
    {
      "job": 79110423108,
      "time": 127,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7075828693"
    }
  ],
  "_buildurl": "https://github.com/r-universe/sondreskarsten/actions/runs/26078752036",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/sondreskarsten/ggbumpribbon",
  "_commit": {
    "id": "3bd45d7a4ba1d33ea5d704c98e734770a64c6217",
    "author": "Sondre Skarsten <sondreskarsten@gmail.com>",
    "committer": "Sondre Skarsten <sondreskarsten@gmail.com>",
    "message": "prep: CRAN gold-standard fixes\n\n- Added @returns to ggbumpribbon-ggproto.Rd (CRAN requires \\value\n  on all exported Rd files)\n- Added Language: en-US to DESCRIPTION\n- Removed README.md and NEWS.md from .Rbuildignore (both should be\n  in CRAN tarball — CRAN renders them on the package landing page)\n- Added *.tar.gz to .gitignore\n\nR CMD check --as-cran: 0 errors, 0 real warnings, 0 real notes\n62 tests pass, tarball 1.9 MB\n",
    "time": 1773951052
  },
  "_maintainer": {
    "name": "Sondre Skarsten",
    "email": "sondreskarsten@gmail.com",
    "login": "sondreskarsten",
    "description": "",
    "uuid": 8764538
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "version": ">= 3.5.0",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "scales",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "vdiffr",
      "version": ">= 1.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "sondreskarsten",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-11",
      "n": 26
    },
    {
      "week": "2026-12",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "sondreskarsten",
      "count": 10,
      "uuid": 8764538
    }
  ],
  "_userbio": {
    "uuid": 8764538,
    "type": "user",
    "name": "Sondre Skarsten"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ggbumpribbon"
  },
  "_devurl": "https://github.com/sondreskarsten/ggbumpribbon",
  "_searchresults": 4,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ggbumpribbon.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "geom_bump_line",
    "geom_bump_ribbon",
    "scale_fill_rank",
    "StatBumpLine",
    "StatBumpRibbon",
    "theme_bump"
  ],
  "_help": [
    {
      "page": "geom_bump_line",
      "title": "Smooth-curved lines between rank positions",
      "concept": [
        "bump geoms"
      ],
      "topics": [
        "geom_bump_line"
      ]
    },
    {
      "page": "geom_bump_ribbon",
      "title": "Smooth-curved filled ribbons for rank comparison",
      "concept": [
        "bump geoms"
      ],
      "topics": [
        "geom_bump_ribbon"
      ]
    },
    {
      "page": "scale_fill_rank",
      "title": "Rank-based gradient fill scale",
      "concept": [
        "bump scales"
      ],
      "topics": [
        "scale_fill_rank"
      ]
    },
    {
      "page": "ggbumpribbon-ggproto",
      "title": "Base ggproto classes for ggbumpribbon",
      "topics": [
        "ggbumpribbon-ggproto",
        "StatBumpLine",
        "StatBumpRibbon"
      ]
    },
    {
      "page": "theme_bump",
      "title": "Dark theme for bump charts",
      "concept": [
        "bump scales"
      ],
      "topics": [
        "theme_bump"
      ]
    }
  ],
  "_readme": "https://github.com/sondreskarsten/ggbumpribbon/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "farver",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "ggbumpribbon.Rmd",
      "filename": "ggbumpribbon.html",
      "title": "Getting started with ggbumpribbon",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Data format",
        "Filled ribbons",
        "Parameters",
        "Lines",
        "Interpolation methods",
        "Scale and theme",
        "Labels",
        "Combining ribbons and lines",
        "Computed variables"
      ],
      "created": "2026-03-15 10:11:04",
      "modified": "2026-03-15 10:11:04",
      "commits": 1
    }
  ],
  "_score": 3.4771212547196626,
  "_indexed": true,
  "_nocasepkg": "ggbumpribbon",
  "_universes": [
    "sondreskarsten"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-19T05:51:07.000Z",
      "distro": "noble",
      "commit": "3bd45d7a4ba1d33ea5d704c98e734770a64c6217",
      "fileid": "1aacb72c0924c1d6cb9354e869a4fe905281145ca144d8f7d9736d141cfc983f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sondreskarsten/actions/runs/26078752036"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-19T05:50:04.000Z",
      "distro": "noble",
      "commit": "3bd45d7a4ba1d33ea5d704c98e734770a64c6217",
      "fileid": "3bee66e6237a25e1a74afbb2d727f6c8d675984f78d666b0f01de56a63795c1c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sondreskarsten/actions/runs/26078752036"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-19T05:50:00.000Z",
      "commit": "3bd45d7a4ba1d33ea5d704c98e734770a64c6217",
      "fileid": "248af4e2ab775e3a63fe4e28806d1f5da02e691a58b161f226e892d0f9450d67",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sondreskarsten/actions/runs/26078752036"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-19T05:50:06.000Z",
      "commit": "3bd45d7a4ba1d33ea5d704c98e734770a64c6217",
      "fileid": "29897478f148a0f720dab6b5fec51d47113106e18dfc9f218afce976446d442a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sondreskarsten/actions/runs/26078752036"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-19T05:49:02.000Z",
      "commit": "3bd45d7a4ba1d33ea5d704c98e734770a64c6217",
      "fileid": "7f221a3d30188891315ce6c3a2dd1037e7a0096f910578a04b8062f29fd6d64a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sondreskarsten/actions/runs/26078752036"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-19T05:49:02.000Z",
      "commit": "3bd45d7a4ba1d33ea5d704c98e734770a64c6217",
      "fileid": "f66b9a2a26267a6d461bdb855a04a4816c9f27355c228d9b436529104ee61eb7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sondreskarsten/actions/runs/26078752036"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-19T05:49:52.000Z",
      "commit": "3bd45d7a4ba1d33ea5d704c98e734770a64c6217",
      "fileid": "f34348eb9fa06bf13b9d7f10141618332bc4977a7a9cef920f6a8f669a0e03e8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sondreskarsten/actions/runs/26078752036"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-06-02T15:38:46.000Z",
      "commit": "3bd45d7a4ba1d33ea5d704c98e734770a64c6217",
      "fileid": "48f330adf1127ab580791ddc3209a276b618f246d5b107c1ad417d6d7b56b551",
      "status": "success",
      "buildurl": "https://github.com/r-universe/sondreskarsten/actions/runs/26078752036"
    }
  ]
}