{
  "_id": "6a495988f6c47c441949dc70",
  "Type": "Package",
  "Package": "colorfast",
  "Title": "Fast Conversion of R Colors to Color Component Values and Native\nPacked Integer Format",
  "Version": "1.0.1.9000",
  "Authors@R": "person(\"Mike\", \"Cheng\", , \"mikefc@coolbutuseless.com\", role = c(\"aut\", \"cre\", \"cph\"))",
  "Maintainer": "Mike Cheng <mikefc@coolbutuseless.com>",
  "Description": "Color values in R are often represented as strings of\nhexadecimal colors or named colors.  This package offers fast\nconversion of these color representations to either an array of\nred/green/blue/alpha values or to the packed integer format\nused in native raster objects.  Functions for conversion are\nalso exported at the 'C' level for use in other packages. This\nfast conversion of colors is implemented using an\norder-preserving minimal perfect hash derived from Majewski et\nal (1996) \"A Family of Perfect Hashing Methods\"\n<doi:10.1093/comjnl/39.6.547>.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/coolbutuseless/colorfast",
  "BugReports": "https://github.com/coolbutuseless/colorfast/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "Repository": "https://coolbutuseless.r-universe.dev",
  "Date/Publication": "2025-02-17 10:02:07 UTC",
  "RemoteUrl": "https://github.com/coolbutuseless/colorfast",
  "RemoteRef": "HEAD",
  "RemoteSha": "56868938dbe92ec6f3f4948fce56c834ec778f46",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-24 00:44:40 UTC",
    "User": "root"
  },
  "Author": "Mike Cheng [aut, cre, cph]",
  "_user": "coolbutuseless",
  "_type": "src",
  "_file": "colorfast_1.0.1.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/3d8032110fe7e84abb6fc98235f61cf0adcc98205719e52379dff9cd4713be27",
  "_filesize": 127042,
  "_sha256": "3d8032110fe7e84abb6fc98235f61cf0adcc98205719e52379dff9cd4713be27",
  "_expires": "2026-10-12T19:05:41.000Z",
  "_created": "2026-06-24T00:44:40.000Z",
  "_published": "2026-07-04T19:05:44.373Z",
  "_jobs": [
    {
      "job": 85158998047,
      "time": 145,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7837300317"
    },
    {
      "job": 85158997944,
      "time": 132,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7837296183"
    },
    {
      "job": 85158997975,
      "time": 126,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837295881"
    },
    {
      "job": 85158997982,
      "time": 130,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837295835"
    },
    {
      "job": 85158998003,
      "time": 85,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7837285037"
    },
    {
      "job": 85158998114,
      "time": 183,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7837308773"
    },
    {
      "job": 85158997765,
      "time": 91,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837286423"
    },
    {
      "job": 85158997786,
      "time": 221,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837317720"
    },
    {
      "job": 85158997666,
      "time": 158,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837264768"
    },
    {
      "job": 85158997797,
      "time": 93,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837287275"
    },
    {
      "job": 85158997834,
      "time": 76,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7837282901"
    },
    {
      "job": 85158997989,
      "time": 78,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7837283367"
    },
    {
      "job": 85158997965,
      "time": 63,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837279797"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28067055704",
  "_status": "success",
  "_upstream": "https://github.com/coolbutuseless/colorfast",
  "_commit": {
    "id": "56868938dbe92ec6f3f4948fce56c834ec778f46",
    "author": "mike <mikefc@coolbutuseless.com>",
    "committer": "mike <mikefc@coolbutuseless.com>",
    "message": "direct conversion to rgb as doubles in range [0,1]\n",
    "time": 1739786527
  },
  "_maintainer": {
    "name": "Mike Cheng",
    "email": "mikefc@coolbutuseless.com",
    "login": "coolbutuseless",
    "description": "Cool, but useless.",
    "uuid": 181818
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "coolbutuseless",
  "_selfowned": true,
  "_usedby": 8,
  "_updates": [],
  "_tags": [],
  "_stars": 10,
  "_contributors": [
    {
      "user": "coolbutuseless",
      "count": 20,
      "uuid": 181818
    }
  ],
  "_userbio": {
    "uuid": 181818,
    "type": "user",
    "name": "mikefc",
    "followers": 794,
    "description": "Cool, but useless."
  },
  "_downloads": {
    "count": 350,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/colorfast"
  },
  "_devurl": "https://github.com/coolbutuseless/colorfast",
  "_searchresults": 11,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/colorfast.html",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/coolbutuseless/colorfast",
  "_realowner": "coolbutuseless",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2024-12-16"
    },
    {
      "version": "1.0.1",
      "date": "2025-01-13"
    }
  ],
  "_exports": [
    "col_to_int",
    "col_to_rgb",
    "col_to_rgb_dbl",
    "int_to_col",
    "set_alpha"
  ],
  "_help": [
    {
      "page": "col_to_int",
      "title": "Fast conversion of colors-as-strings to an integer vector of packed RGBA values.",
      "topics": [
        "col_to_int"
      ]
    },
    {
      "page": "col_to_rgb",
      "title": "Fast conversion of colors-as-strings to a matrix of RGBA integers",
      "topics": [
        "col_to_rgb",
        "col_to_rgb_dbl"
      ]
    },
    {
      "page": "int_to_col",
      "title": "Fast conversion of colors-as-packed-RGBA-integers to hexadecimal",
      "topics": [
        "int_to_col"
      ]
    },
    {
      "page": "set_alpha",
      "title": "Set alpha value of integer colors",
      "topics": [
        "set_alpha"
      ]
    }
  ],
  "_pkglogo": "https://github.com/coolbutuseless/colorfast/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/coolbutuseless/colorfast/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "c-api.Rmd",
      "filename": "c-api.html",
      "title": "C API",
      "engine": "knitr::rmarkdown",
      "headings": [
        "String color to vector of RGBA values",
        "String color to packed integer color",
        "Packed integer color to hexadecimal color"
      ],
      "created": "2024-12-22 00:06:31",
      "modified": "2025-01-13 10:50:42",
      "commits": 3
    }
  ],
  "_score": 6.12057393120585,
  "_indexed": true,
  "_nocasepkg": "colorfast",
  "_universes": [
    "coolbutuseless"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.1.9000",
      "date": "2026-06-24T00:47:14.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "56868938dbe92ec6f3f4948fce56c834ec778f46",
      "fileid": "https://r2.ropensci.org/5426b7d3891c7be92df6cb98faee28f7e040415aee4ed81bcfe71ca68d63ecbc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28067055704"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.1.9000",
      "date": "2026-06-24T00:46:56.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "56868938dbe92ec6f3f4948fce56c834ec778f46",
      "fileid": "https://r2.ropensci.org/8b73fe7d2b3120d27cb629672c4b2666cbf5c72c0d70b303657100dabb6e259b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28067055704"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.1.9000",
      "date": "2026-06-24T00:46:56.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "56868938dbe92ec6f3f4948fce56c834ec778f46",
      "fileid": "https://r2.ropensci.org/0e3ff950e97c3ef7728e7f7c278302505736503b86ac0079aaf69a0274d9c763",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28067055704"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.1.9000",
      "date": "2026-06-24T00:46:53.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "56868938dbe92ec6f3f4948fce56c834ec778f46",
      "fileid": "https://r2.ropensci.org/d27108525d779f7a83769bac3b8e8f2b958927aa6d7a3bbeb7d89146008c0395",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28067055704"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.1.9000",
      "date": "2026-06-24T00:46:07.000Z",
      "arch": "aarch64",
      "commit": "56868938dbe92ec6f3f4948fce56c834ec778f46",
      "fileid": "https://r2.ropensci.org/f3ea520739725180a3c78d9219c02f097110de9e65cb729e8c9e1d044c1a8f0c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28067055704"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.1.9000",
      "date": "2026-06-24T00:47:30.000Z",
      "arch": "x86_64",
      "commit": "56868938dbe92ec6f3f4948fce56c834ec778f46",
      "fileid": "https://r2.ropensci.org/267580555390efe5ac11c2c189a5d0d8761834a8d782ea1bcbc8cd86549a2c6e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28067055704"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.1.9000",
      "date": "2026-06-24T00:46:10.000Z",
      "arch": "aarch64",
      "commit": "56868938dbe92ec6f3f4948fce56c834ec778f46",
      "fileid": "https://r2.ropensci.org/8b7225b6725c776401fce1a96632c3e4ada2fd17a396b4b9b83f873e1c264eb0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28067055704"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.1.9000",
      "date": "2026-06-24T00:48:05.000Z",
      "arch": "x86_64",
      "commit": "56868938dbe92ec6f3f4948fce56c834ec778f46",
      "fileid": "https://r2.ropensci.org/23720bb7841f2b2af7c59765b6b47f80987891d943ae2000ec4c6083c01c8d12",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28067055704"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.1.9000",
      "date": "2026-06-24T00:46:28.000Z",
      "arch": "emscripten",
      "commit": "56868938dbe92ec6f3f4948fce56c834ec778f46",
      "fileid": "https://r2.ropensci.org/39f7aacc0215d0add36aac2371fd607dbf4aa18cd4d4bc657a121d1e42baa69a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28067055704"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.1.9000",
      "date": "2026-06-24T00:45:45.000Z",
      "arch": "x86_64",
      "commit": "56868938dbe92ec6f3f4948fce56c834ec778f46",
      "fileid": "https://r2.ropensci.org/304764eb35519f71d56ae0b20a5f96081988e77b75153470688730c5532bbf4a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28067055704"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.1.9000",
      "date": "2026-06-24T00:45:51.000Z",
      "arch": "x86_64",
      "commit": "56868938dbe92ec6f3f4948fce56c834ec778f46",
      "fileid": "https://r2.ropensci.org/d5ae147e92ecc370003378e58244d8ac3853eaa954546b4a64b3e79435746457",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28067055704"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.1.9000",
      "date": "2026-06-24T00:45:38.000Z",
      "arch": "x86_64",
      "commit": "56868938dbe92ec6f3f4948fce56c834ec778f46",
      "fileid": "https://r2.ropensci.org/927f3dfc6aa0ebdcad770eba21d0158d2dced2886b1dd25be548183300935401",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/28067055704"
    }
  ]
}