{
  "_id": "6a0f7832acfb0bcc41c62400",
  "Package": "rsixel",
  "Title": "Encoding and Decoding Sixel Images",
  "Version": "0.0.4",
  "Authors@R": "person(\"Weifan\", \"Lv\", , \"lvweifan@pku.edu.cn\", role = c(\"aut\", \"cre\"))",
  "Description": "Provides a native R implementation for encoding and\ndecoding 'sixel' graphics\n(<https://vt100.net/docs/vt3xx-gp/chapter14.html>), and a\ndedicated 'sixel' graphics device that allows plots to be\nrendered directly within compatible terminal emulators.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-21 06:00:07 UTC",
    "User": "root"
  },
  "Author": "Weifan Lv [aut, cre]",
  "Maintainer": "Weifan Lv <lvweifan@pku.edu.cn>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-01-21 19:10:02 UTC",
  "RemoteUrl": "https://github.com/cran/rsixel",
  "RemoteRef": "HEAD",
  "RemoteSha": "299f78579ce2a4eb94b6c49792d9b42a4673b0be",
  "MD5sum": "a77045c2e1961d7b12f508bd791fb1e5",
  "_user": "cran",
  "_type": "src",
  "_file": "rsixel_0.0.4.tar.gz",
  "_fileid": "260662a0a0260d9ee865caf662843f849febe836a4bb8e71dc4971b367f744fa",
  "_filesize": 248326,
  "_sha256": "260662a0a0260d9ee865caf662843f849febe836a4bb8e71dc4971b367f744fa",
  "_created": "2026-05-21T06:00:07.000Z",
  "_published": "2026-05-21T21:25:06.251Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77271785622,
      "time": 125,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7128356309"
    },
    {
      "job": 77271785917,
      "time": 110,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7128352985"
    },
    {
      "job": 77271785851,
      "time": 120,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7128355284"
    },
    {
      "job": 77271785965,
      "time": 111,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7128353426"
    },
    {
      "job": 77271785602,
      "time": 154,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7128328160"
    },
    {
      "job": 77271785143,
      "time": 103,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7147558818"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26208333657",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/rsixel",
  "_commit": {
    "id": "299f78579ce2a4eb94b6c49792d9b42a4673b0be",
    "author": "Weifan Lv <lvweifan@pku.edu.cn>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.0.4\n",
    "time": 1769022602
  },
  "_maintainer": {
    "name": "Weifan Lv",
    "email": "lvweifan@pku.edu.cn"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "png",
      "role": "Imports"
    },
    {
      "package": "jpeg",
      "role": "Suggests"
    },
    {
      "package": "magick",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-04",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.0.4",
      "date": "2026-01-21"
    }
  ],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 156,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rsixel"
  },
  "_searchresults": 1,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/rsixel.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.0.4",
      "date": "2026-01-21"
    }
  ],
  "_exports": [
    "imgcat",
    "readSIXEL",
    "sixel",
    "sixelDecode",
    "sixelEncode"
  ],
  "_help": [
    {
      "page": "imgcat",
      "title": "Create SIXEL escape sequence for image file",
      "topics": [
        "imgcat"
      ]
    },
    {
      "page": "readSIXEL",
      "title": "Read a SIXEL image",
      "topics": [
        "readSIXEL"
      ]
    },
    {
      "page": "sixel",
      "title": "SIXEL graphics device",
      "topics": [
        "sixel"
      ]
    },
    {
      "page": "sixelDecode",
      "title": "Decode SIXEL escape sequence to image data",
      "topics": [
        "sixelDecode"
      ]
    },
    {
      "page": "sixelEncode",
      "title": "Create SIXEL escape sequence from image data",
      "topics": [
        "sixelEncode"
      ]
    }
  ],
  "_readme": "https://github.com/cran/rsixel/raw/HEAD/README.md",
  "_rundeps": [
    "png"
  ],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "rsixel",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.4",
      "date": "2026-05-21T06:02:15.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "299f78579ce2a4eb94b6c49792d9b42a4673b0be",
      "fileid": "28ac594ae7aff3b208c5a7eda54ee8637d2b393557c2c2c500cdf7472ad842ee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26208333657"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.4",
      "date": "2026-05-21T06:01:58.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "299f78579ce2a4eb94b6c49792d9b42a4673b0be",
      "fileid": "14b352a58555b039810f5bd930701dd38e096a9632dd682abe0732c54291e53a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26208333657"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.4",
      "date": "2026-05-21T06:02:08.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "299f78579ce2a4eb94b6c49792d9b42a4673b0be",
      "fileid": "f33a78ca2628197faa8adbaf2793a8ffed06aac12e49e1b34cb73f460a545b29",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26208333657"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.4",
      "date": "2026-05-21T06:01:58.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "299f78579ce2a4eb94b6c49792d9b42a4673b0be",
      "fileid": "f4c8db24db1d674d56d0a5bb5df1f8a65ebdf6072b550425f57ce4e331a800e2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26208333657"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.4",
      "date": "2026-05-21T21:24:51.000Z",
      "arch": "emscripten",
      "commit": "299f78579ce2a4eb94b6c49792d9b42a4673b0be",
      "fileid": "62b4efd202390450bcb5f6a31177e35eb170d1147f197d9f8050e412f909fde0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26208333657"
    }
  ]
}