{
  "_id": "6a391b1cb6829d88cf70d301",
  "Package": "colorize",
  "Title": "Render Text in Color for Markdown/Quarto Documents",
  "Description": "Provides some simple functions for printing text in color\nin 'markdown' or 'Quarto' documents, to be rendered as HTML or\nLaTeX. This is useful when writing about the use of colors in\ngraphs or tables, where you want to print their names in their\nactual color to give a direct impression of the color, like\n“red” shown in red, or “blue” shown in blue.",
  "Version": "0.2.1",
  "Date": "2025-11-24",
  "Authors@R": "c(person(\"Michael\", \"Friendly\",\nemail = \"friendly@yorku.ca\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-3237-0941\")),\nperson(given = \"Achim\", family = \"Zeileis\", role = \"aut\",\nemail = \"Achim.Zeileis@R-project.org\",\ncomment = c(ORCID = \"0000-0003-0918-3766\")),\nperson(\"Richard\", \"Brath\", role = \"ctb\",\nemail = \"rbrath@uncharted.software\")\n)",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "VignetteBuilder": "quarto",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Language": "en-US",
  "URL": "https://github.com/friendly/colorize",
  "BugReports": "https://github.com/friendly/colorize/issues",
  "Repository": "https://friendly.r-universe.dev",
  "Date/Publication": "2025-12-16 14:57:11 UTC",
  "RemoteUrl": "https://github.com/friendly/colorize",
  "RemoteRef": "HEAD",
  "RemoteSha": "b0e4a9d12ae7fb935a48c164d829483df504218b",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-22 11:19:53 UTC",
    "User": "root"
  },
  "Author": "Michael Friendly [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-3237-0941>),\nAchim Zeileis [aut] (ORCID: <https://orcid.org/0000-0003-0918-3766>),\nRichard Brath [ctb]",
  "Maintainer": "Michael Friendly <friendly@yorku.ca>",
  "MD5sum": "b2b9aa5efb5f937cd39a45caceaf7bd4",
  "_user": "friendly",
  "_type": "src",
  "_file": "colorize_0.2.1.tar.gz",
  "_fileid": "f9450fa2f5f07af96bce4a1ac681fdba7cee65af2d10a871bdcaa3d9482132e2",
  "_filesize": 724675,
  "_sha256": "f9450fa2f5f07af96bce4a1ac681fdba7cee65af2d10a871bdcaa3d9482132e2",
  "_created": "2026-06-22T11:19:53.000Z",
  "_published": "2026-06-22T11:23:08.822Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82700715834,
      "time": 142,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7790812318"
    },
    {
      "job": 82700715853,
      "time": 120,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7790804934"
    },
    {
      "job": 82700715830,
      "time": 157,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7790817394"
    },
    {
      "job": 82700715817,
      "time": 129,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7790807980"
    },
    {
      "job": 82700223380,
      "time": 173,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7790761167"
    },
    {
      "job": 82700715784,
      "time": 103,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7790798812"
    },
    {
      "job": 82700715876,
      "time": 97,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7790796888"
    },
    {
      "job": 82700715857,
      "time": 86,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7790793025"
    },
    {
      "job": 82700715879,
      "time": 119,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7790804094"
    }
  ],
  "_buildurl": "https://github.com/r-universe/friendly/actions/runs/27948789073",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/friendly/colorize",
  "_commit": {
    "id": "b0e4a9d12ae7fb935a48c164d829483df504218b",
    "author": "Michael Friendly <friendly@yorku.ca>",
    "committer": "Michael Friendly <friendly@yorku.ca>",
    "message": "run air\n",
    "time": 1765897031
  },
  "_maintainer": {
    "name": "Michael Friendly",
    "email": "friendly@yorku.ca",
    "login": "friendly",
    "mastodon": "@datavisFriendly@vis.social",
    "bluesky": "@datavisfriendly.bsky.social",
    "orcid": "0000-0002-3237-0941",
    "twitter": "@datavisFriendly",
    "description": "",
    "uuid": 456353
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "colorspace",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Imports"
    },
    {
      "package": "quarto",
      "role": "Suggests"
    },
    {
      "package": "glue",
      "role": "Suggests"
    },
    {
      "package": "crayon",
      "role": "Suggests"
    }
  ],
  "_owner": "friendly",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-45",
      "n": 7
    },
    {
      "week": "2025-46",
      "n": 13
    },
    {
      "week": "2025-47",
      "n": 11
    },
    {
      "week": "2025-48",
      "n": 1
    },
    {
      "week": "2025-51",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.2.1",
      "date": "2025-11-24"
    }
  ],
  "_stars": 2,
  "_contributors": [
    {
      "user": "friendly",
      "count": 34,
      "uuid": 456353
    },
    {
      "user": "zeileis",
      "count": 3,
      "uuid": 61125774
    }
  ],
  "_userbio": {
    "uuid": 456353,
    "type": "user",
    "name": "Michael Friendly",
    "followers": 245
  },
  "_downloads": {
    "count": 189,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/colorize"
  },
  "_devurl": "https://github.com/friendly/colorize",
  "_searchresults": 5,
  "_quarto": true,
  "_topics": [
    "quarto"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/colorize.html",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/friendly/colorize",
  "_realowner": "friendly",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.1",
      "date": "2025-11-27"
    }
  ],
  "_exports": [
    "colorbox",
    "colorize",
    "colorize_bg"
  ],
  "_help": [
    {
      "page": "colorbox",
      "title": "Create a Color Box in a Markdown/Quarto Document",
      "topics": [
        "colorbox"
      ]
    },
    {
      "page": "colorize",
      "title": "Render text in color for Markdown / Quarto documents",
      "topics": [
        "colorize",
        "colorize_bg"
      ]
    }
  ],
  "_readme": "https://github.com/friendly/colorize/raw/HEAD/README.md",
  "_rundeps": [
    "colorspace",
    "evaluate",
    "highr",
    "knitr",
    "xfun",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "colorbox.qmd",
      "filename": "colorbox.html",
      "title": "Printing Text in Color in Markdown / Quarto",
      "engine": "quarto::html",
      "headings": [
        "Normal usage",
        "Named colors",
        "LaTeX color names",
        "Hex colors",
        "Defining color variables in your document"
      ],
      "created": "2025-11-08 19:59:27",
      "modified": "2025-11-17 20:22:20",
      "commits": 5
    }
  ],
  "_score": 4.698970004336019,
  "_indexed": true,
  "_nocasepkg": "colorize",
  "_universes": [
    "friendly"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-06-22T11:22:19.000Z",
      "distro": "noble",
      "commit": "b0e4a9d12ae7fb935a48c164d829483df504218b",
      "fileid": "19dca7b79a7018738f3d2cf11d8a3629cbbe4ed4a23f1ebec491183c9b804cee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/friendly/actions/runs/27948789073"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-06-22T11:21:58.000Z",
      "distro": "noble",
      "commit": "b0e4a9d12ae7fb935a48c164d829483df504218b",
      "fileid": "3bb73bcc44addc0b0ff6b3a7447cd1f3a44c309f78c6dddb335f5330a7fb3d46",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/friendly/actions/runs/27948789073"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-06-22T11:22:32.000Z",
      "commit": "b0e4a9d12ae7fb935a48c164d829483df504218b",
      "fileid": "0bca945c347e0f232500b7f0e508e19c7c27f4333690598d3feec1995fda7313",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/friendly/actions/runs/27948789073"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-06-22T11:22:06.000Z",
      "commit": "b0e4a9d12ae7fb935a48c164d829483df504218b",
      "fileid": "10e5af1d6498ab52949c710f5865abfe38792886ac0854a4de5d901b4a56e8e4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/friendly/actions/runs/27948789073"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.1",
      "date": "2026-06-22T11:21:55.000Z",
      "commit": "b0e4a9d12ae7fb935a48c164d829483df504218b",
      "fileid": "6932d256c52964f342e351c8bb00d4dd36ba6919ab11e857dacaa232a6a5ca27",
      "status": "success",
      "buildurl": "https://github.com/r-universe/friendly/actions/runs/27948789073"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-06-22T11:21:28.000Z",
      "commit": "b0e4a9d12ae7fb935a48c164d829483df504218b",
      "fileid": "852f37ff5637564b07dcead0575d9ff1e15c7bd8a4d99e62549bd3682def7445",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/friendly/actions/runs/27948789073"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-06-22T11:21:20.000Z",
      "commit": "b0e4a9d12ae7fb935a48c164d829483df504218b",
      "fileid": "7cf6095f68be0f27663f2db97bd4dd3477db90d251b9ad0e01ced869303198d9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/friendly/actions/runs/27948789073"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-06-22T11:21:50.000Z",
      "commit": "b0e4a9d12ae7fb935a48c164d829483df504218b",
      "fileid": "a6cbdae2a5d4e8b0c21d111393e48fa7f012cb4b659dfa474dd05564df9f7d34",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/friendly/actions/runs/27948789073"
    }
  ]
}