{
  "_id": "6a1ef2b1b401979e734147bb",
  "Package": "showimage",
  "Title": "Show an Image on an 'R' Graphics Device",
  "Version": "1.0.0",
  "Authors@R": "c(\nperson(\"Gábor\", \"Csárdi\", , \"csardi.gabor@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"))\n)",
  "Description": "Sometimes it is handy to be able to view an image file on\nan 'R' graphics device. This package just does that. Currently\nit supports 'PNG' files.",
  "License": "GPL-2 | GPL-3",
  "URL": "https://github.com/r-lib/showimage#readme,\nhttps://r-lib.github.io/showimage/",
  "BugReports": "https://github.com/r-lib/showimage/issues",
  "Config/Needs/website": "tidyverse/tidytemplate",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "Config/pak/sysreqs": "libpng-dev",
  "Repository": "https://r-lib.r-universe.dev",
  "Date/Publication": "2025-10-21 07:05:44 UTC",
  "RemoteUrl": "https://github.com/r-lib/showimage",
  "RemoteRef": "HEAD",
  "RemoteSha": "517b75e474c409a8061fe8c47d652b1feb3780c9",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-19 07:43:39 UTC",
    "User": "root"
  },
  "Author": "Gábor Csárdi [aut, cre],\nPosit Software, PBC [cph, fnd]",
  "Maintainer": "Gábor Csárdi <csardi.gabor@gmail.com>",
  "MD5sum": "596593bf11616385e2ef1ca8c9b9531e",
  "_user": "r-lib",
  "_type": "src",
  "_file": "showimage_1.0.0.tar.gz",
  "_fileid": "6897d79b3f7043318b04b529f287f72a950b99e098a6f0f65c5e04256503f362",
  "_filesize": 76964,
  "_sha256": "6897d79b3f7043318b04b529f287f72a950b99e098a6f0f65c5e04256503f362",
  "_created": "2026-05-19T07:43:39.000Z",
  "_published": "2026-06-02T15:11:45.448Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79104422510,
      "time": 132,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7077685315"
    },
    {
      "job": 79104422459,
      "time": 97,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7077674978"
    },
    {
      "job": 79104423257,
      "time": 89,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7077671965"
    },
    {
      "job": 79104422913,
      "time": 111,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7077679363"
    },
    {
      "job": 79104421882,
      "time": 192,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7077643693"
    },
    {
      "job": 79104421143,
      "time": 105,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7361789096"
    },
    {
      "job": 79104422511,
      "time": 95,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7077674116"
    },
    {
      "job": 79104422768,
      "time": 56,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7077661995"
    },
    {
      "job": 79104422597,
      "time": 65,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7077664306"
    }
  ],
  "_buildurl": "https://github.com/r-universe/r-lib/actions/runs/26083376368",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/r-lib/showimage",
  "_commit": {
    "id": "517b75e474c409a8061fe8c47d652b1feb3780c9",
    "author": "Gábor Csárdi <csardi.gabor@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #4 from jeroenjanssens/supported-by-posit\n\n",
    "time": 1761030344
  },
  "_maintainer": {
    "name": "Gábor Csárdi",
    "email": "csardi.gabor@gmail.com",
    "login": "gaborcsardi",
    "mastodon": "@gaborcsardi@fosstodon.org",
    "bluesky": "@gaborcsardi.org",
    "description": "",
    "uuid": 660288
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6",
      "role": "Depends"
    },
    {
      "package": "png",
      "role": "Imports"
    },
    {
      "package": "tools",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "r-lib",
  "_selfowned": true,
  "_usedby": 2,
  "_updates": [
    {
      "week": "2025-43",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 8,
  "_contributors": [
    {
      "user": "gaborcsardi",
      "count": 44,
      "uuid": 660288
    },
    {
      "user": "jeroenjanssens",
      "count": 1,
      "uuid": 1368256
    }
  ],
  "_userbio": {
    "uuid": 22618716,
    "type": "organization",
    "name": "R infrastructure"
  },
  "_downloads": {
    "count": 6116,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/showimage"
  },
  "_devurl": "https://github.com/r-lib/showimage",
  "_pkgdown": "https://r-lib.github.io/showimage/",
  "_searchresults": 12,
  "_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/showimage.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/r-lib/showimage",
  "_realowner": "r-lib",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2018-01-24"
    }
  ],
  "_exports": [
    "show_image"
  ],
  "_help": [
    {
      "page": "show_image",
      "title": "Show an Image on an R Graphics Device",
      "topics": [
        "show_image"
      ]
    }
  ],
  "_readme": "https://github.com/r-lib/showimage/raw/HEAD/README.md",
  "_rundeps": [
    "png"
  ],
  "_score": 5.245859964499513,
  "_indexed": true,
  "_nocasepkg": "showimage",
  "_universes": [
    "r-lib",
    "gaborcsardi"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-19T07:45:54.000Z",
      "distro": "noble",
      "commit": "517b75e474c409a8061fe8c47d652b1feb3780c9",
      "fileid": "c287a7e193873e83e3467cfac2cf7894ccaf3aff1e2d0860c4536f311e13d67a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/26083376368"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-19T07:45:23.000Z",
      "distro": "noble",
      "commit": "517b75e474c409a8061fe8c47d652b1feb3780c9",
      "fileid": "c24d88600aed5525dde572bb7379914e86627e783e9f6f35034d7972beb2b6d3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/26083376368"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-19T07:45:14.000Z",
      "commit": "517b75e474c409a8061fe8c47d652b1feb3780c9",
      "fileid": "842bb980ce9ac305ed0b61d496837debeb513d187cef51fa1292d32956e4a5f9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/26083376368"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-19T07:45:34.000Z",
      "commit": "517b75e474c409a8061fe8c47d652b1feb3780c9",
      "fileid": "ad705a8cdc95fbb2c354f92d4cbf17bbb0ca8dad42f5bfc42d8fcfbe95e27a3e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/26083376368"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-19T07:45:17.000Z",
      "commit": "517b75e474c409a8061fe8c47d652b1feb3780c9",
      "fileid": "549f81be3aacf6c247b7c30e4d18b81525c7a47e4ac941bb4ac215cb0a09c847",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/26083376368"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-19T07:44:38.000Z",
      "commit": "517b75e474c409a8061fe8c47d652b1feb3780c9",
      "fileid": "6b23892ca15bd1e4d42f99fba654400ca28941b0b57028e7cbda74ff0a7c0668",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/26083376368"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-19T07:44:45.000Z",
      "commit": "517b75e474c409a8061fe8c47d652b1feb3780c9",
      "fileid": "2110e7b86a04afa1e2334380fd0ba1cf9d03d42c397733bb9d520e719bf8b471",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/26083376368"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-06-02T15:11:14.000Z",
      "commit": "517b75e474c409a8061fe8c47d652b1feb3780c9",
      "fileid": "3b933ab753baa0bb27875605806aa8548373c969706f30544849698503e71cbe",
      "status": "success",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/26083376368"
    }
  ]
}