{
  "_id": "6a1d13121d7bb097a0a35b76",
  "Package": "tinyimg",
  "Title": "Optimize and Compress Images",
  "Version": "0.4.5",
  "Authors@R": "c(\nperson(\"Yihui\", \"Xie\", role = c(\"aut\", \"cre\", \"cph\"), email = \"xie@yihui.name\", comment = c(ORCID = \"0000-0003-0645-5666\", URL = \"https://yihui.org\")),\nperson(\"Authors of the dependency Rust crates\", role = c(\"ctb\", \"cph\"),\ncomment = \"see AUTHORS file\"))",
  "Description": "Optimize and compress images using 'Rust' libraries to\nreduce file sizes while maintaining image quality. Supports PNG\npalette reduction and dithering via the 'exoquant' crate before\nlossless PNG optimization via the 'oxipng' crate, and JPEG\nre-encoding via the 'mozjpeg' crate. The package provides\nfunctions to optimize individual image files or entire\ndirectories, with configurable compression levels. Use\ntinyimg() as a convenient entry point for mixed PNG/JPEG\nworkflows.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/yihui/tinyimg",
  "BugReports": "https://github.com/yihui/tinyimg/issues",
  "SystemRequirements": "Cargo (Rust's package manager), rustc (>= 1.82.0)",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/rextendr/version": "0.3.1",
  "Config/pak/sysreqs": "libclang-dev",
  "Repository": "https://yihui.r-universe.dev",
  "Date/Publication": "2026-06-01 03:31:42 UTC",
  "RemoteUrl": "https://github.com/yihui/tinyimg",
  "RemoteRef": "HEAD",
  "RemoteSha": "123c4a653fd4c567ae9419a49eac7b24e20da8b1",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-01 05:00:07 UTC",
    "User": "root"
  },
  "Author": "Yihui Xie [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0003-0645-5666>, URL: https://yihui.org),\nAuthors of the dependency Rust crates [ctb, cph] (see AUTHORS file)",
  "Maintainer": "Yihui Xie <xie@yihui.name>",
  "MD5sum": "decd5b9b00759c33f3e2ec52bf11f76c",
  "_user": "yihui",
  "_type": "src",
  "_file": "tinyimg_0.4.5.tar.gz",
  "_fileid": "82316648478a2e5d386aeae957d91f2e4a38ba7cab6d0f6d5a502c9d2f903229",
  "_filesize": 149218,
  "_sha256": "82316648478a2e5d386aeae957d91f2e4a38ba7cab6d0f6d5a502c9d2f903229",
  "_created": "2026-06-01T05:00:07.000Z",
  "_published": "2026-06-01T05:05:22.499Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78789608045,
      "time": 147,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7323756925"
    },
    {
      "job": 78789608044,
      "time": 148,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7323757197"
    },
    {
      "job": 78789608068,
      "time": 165,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7323759972"
    },
    {
      "job": 78789608041,
      "time": 152,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7323757799"
    },
    {
      "job": 78789608032,
      "time": 109,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7323750542"
    },
    {
      "job": 78789608024,
      "time": 258,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7323775510"
    },
    {
      "job": 78789608029,
      "time": 126,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7323753430"
    },
    {
      "job": 78789608037,
      "time": 224,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7323769674"
    },
    {
      "job": 78789363636,
      "time": 161,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7323731732"
    },
    {
      "job": 78789608002,
      "time": 127,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7323753644"
    },
    {
      "job": 78789608025,
      "time": 186,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7323763677"
    },
    {
      "job": 78789608026,
      "time": 162,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7323759302"
    },
    {
      "job": 78789608039,
      "time": 198,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7323765486"
    }
  ],
  "_buildurl": "https://github.com/r-universe/yihui/actions/runs/26736022372",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/yihui/tinyimg",
  "_commit": {
    "id": "123c4a653fd4c567ae9419a49eac7b24e20da8b1",
    "author": "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "chore: update Cargo.lock dependencies (#39)\n\nCo-authored-by: yihui <163582+yihui@users.noreply.github.com>",
    "time": 1780284702
  },
  "_maintainer": {
    "name": "Yihui Xie",
    "email": "xie@yihui.name",
    "login": "yihui",
    "mastodon": "@yihui@mastodon.social",
    "bluesky": "@yihui.org",
    "linkedin": "in/yihuixie",
    "description": "Freelancer (open source programmer, contractor, blogger, and writer)",
    "uuid": 163582,
    "orcid": "0000-0003-0645-5666"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "testit",
      "role": "Suggests"
    }
  ],
  "_owner": "yihui",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-07",
      "n": 5
    },
    {
      "week": "2026-08",
      "n": 13
    },
    {
      "week": "2026-09",
      "n": 7
    },
    {
      "week": "2026-10",
      "n": 2
    },
    {
      "week": "2026-11",
      "n": 2
    },
    {
      "week": "2026-12",
      "n": 1
    },
    {
      "week": "2026-13",
      "n": 2
    },
    {
      "week": "2026-14",
      "n": 2
    },
    {
      "week": "2026-15",
      "n": 3
    },
    {
      "week": "2026-16",
      "n": 10
    },
    {
      "week": "2026-17",
      "n": 21
    },
    {
      "week": "2026-18",
      "n": 3
    },
    {
      "week": "2026-20",
      "n": 1
    },
    {
      "week": "2026-21",
      "n": 4
    },
    {
      "week": "2026-23",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.2",
      "date": "2026-02-20"
    },
    {
      "name": "v0.3",
      "date": "2026-03-09"
    },
    {
      "name": "v0.4",
      "date": "2026-04-15"
    }
  ],
  "_stars": 10,
  "_contributors": [
    {
      "user": "yihui",
      "count": 47,
      "uuid": 163582
    },
    {
      "user": "copilot",
      "count": 23,
      "uuid": 198982749
    }
  ],
  "_userbio": {
    "uuid": 163582,
    "type": "user",
    "name": "Yihui Xie",
    "description": "Freelancer (open source programmer, contractor, blogger, and writer)"
  },
  "_downloads": {
    "count": 504,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/tinyimg"
  },
  "_devurl": "https://github.com/yihui/tinyimg",
  "_searchresults": 12,
  "_cargo": true,
  "_topics": [
    "rust",
    "cargo"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/tinyimg.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/yihui/tinyimg",
  "_realowner": "yihui",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2",
      "date": "2026-02-20"
    },
    {
      "version": "0.3",
      "date": "2026-03-06"
    },
    {
      "version": "0.4",
      "date": "2026-04-14"
    }
  ],
  "_exports": [
    "tiny_output",
    "tinyimg",
    "tinyjpg",
    "tinypng"
  ],
  "_help": [
    {
      "page": "tinyimg",
      "title": "Optimize PNG and JPEG images",
      "topics": [
        "tinyimg",
        "tinyjpg",
        "tinypng",
        "tiny_output"
      ]
    }
  ],
  "_readme": "https://github.com/yihui/tinyimg/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 4.954242509439325,
  "_indexed": true,
  "_nocasepkg": "tinyimg",
  "_universes": [
    "yihui"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.5",
      "date": "2026-06-01T05:02:36.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "123c4a653fd4c567ae9419a49eac7b24e20da8b1",
      "fileid": "231d34c471ebf76f8c17fe5314e9eba9ab10a35fbf90c0e33be0f94faf666197",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yihui/actions/runs/26736022372"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.5",
      "date": "2026-06-01T05:02:37.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "123c4a653fd4c567ae9419a49eac7b24e20da8b1",
      "fileid": "3770a21f4ec418c2f4436345cc189079444f1181b1f0e88b70718baad332166c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yihui/actions/runs/26736022372"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.5",
      "date": "2026-06-01T05:02:56.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "123c4a653fd4c567ae9419a49eac7b24e20da8b1",
      "fileid": "93b8603ccfcab54d9ba930b1afd1de78222b55ac141f04726c80f7dcb0dcf2a5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yihui/actions/runs/26736022372"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.5",
      "date": "2026-06-01T05:02:39.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "123c4a653fd4c567ae9419a49eac7b24e20da8b1",
      "fileid": "7d5e5a6dbfbf5184bd334812dcaf7ba7b822393b1c3bf6911219cabba82cffdc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yihui/actions/runs/26736022372"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.5",
      "date": "2026-06-01T05:02:02.000Z",
      "arch": "aarch64",
      "commit": "123c4a653fd4c567ae9419a49eac7b24e20da8b1",
      "fileid": "796cdf02c5b27f7cec915d88eaa5f9124265549aff394a6f87394287e82573bf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yihui/actions/runs/26736022372"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.5",
      "date": "2026-06-01T05:03:46.000Z",
      "arch": "x86_64",
      "commit": "123c4a653fd4c567ae9419a49eac7b24e20da8b1",
      "fileid": "e0513ce2e6c8ee32353b432002084bcdb194e320d8bff50536ff59f74b84310c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yihui/actions/runs/26736022372"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.5",
      "date": "2026-06-01T05:02:18.000Z",
      "arch": "aarch64",
      "commit": "123c4a653fd4c567ae9419a49eac7b24e20da8b1",
      "fileid": "286b4e3775b6a75aad6ff3c6567e088a5fadff0002868ef877ec721ac5897736",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/yihui/actions/runs/26736022372"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.5",
      "date": "2026-06-01T05:03:21.000Z",
      "arch": "x86_64",
      "commit": "123c4a653fd4c567ae9419a49eac7b24e20da8b1",
      "fileid": "df958453bcc73508ddbcd81f84229daadb174b583e53be04a62d16d0c5a4f0a5",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/yihui/actions/runs/26736022372"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.5",
      "date": "2026-06-01T05:02:32.000Z",
      "arch": "emscripten",
      "commit": "123c4a653fd4c567ae9419a49eac7b24e20da8b1",
      "fileid": "d8197cf922f0a4faf951af81f476720b6136c95ae3dc862a80e8efb91218825a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/yihui/actions/runs/26736022372"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.5",
      "date": "2026-06-01T05:01:50.000Z",
      "arch": "x86_64",
      "commit": "123c4a653fd4c567ae9419a49eac7b24e20da8b1",
      "fileid": "12185479cdad23611040e5c887b605ad314b86d6bd09ae74645761e82ad02b50",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yihui/actions/runs/26736022372"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.5",
      "date": "2026-06-01T05:01:40.000Z",
      "arch": "x86_64",
      "commit": "123c4a653fd4c567ae9419a49eac7b24e20da8b1",
      "fileid": "0355de9c6a7e3f336545c6e1f7f169b1776334f03bff26b2821aaff8e97650ff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yihui/actions/runs/26736022372"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4.5",
      "date": "2026-06-01T05:02:10.000Z",
      "arch": "x86_64",
      "commit": "123c4a653fd4c567ae9419a49eac7b24e20da8b1",
      "fileid": "a63e4957b29154bc097b04bd289d4e396f0dcaea825b7d2cd3a9de826155ba5f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/yihui/actions/runs/26736022372"
    }
  ]
}