{
  "_id": "6a534f979b92047c28d57e29",
  "Package": "impac",
  "Title": "Make packed image mosaics",
  "Version": "0.1.0.9000",
  "Authors@R": "person(given = \"Russell\",\nfamily = \"Dinnage\",\nrole = c(\"aut\", \"cre\", \"cph\"),\nemail = \"r.dinnage@gmail.com\",\ncomment = c(ORCID = \"0000-0003-0846-2819\"))",
  "Description": "impac takes a list of images or a function that generates\nimages and packs them onto a canvas using a greedy algorithm,\nwhile respecting transparency.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.1.2",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libfftw3-dev libglpk-dev libicu-dev libjpeg-dev\nlibpng-dev libtiff-dev libxml2-dev libx11-dev",
  "Repository": "https://rdinnager.r-universe.dev",
  "Date/Publication": "2023-06-28 20:55:19 UTC",
  "RemoteUrl": "https://github.com/rdinnager/impac",
  "RemoteRef": "HEAD",
  "RemoteSha": "f729be6f823c1502f8a1811b9b41470e692620dc",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-12 08:22:15 UTC",
    "User": "root"
  },
  "Author": "Russell Dinnage [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0003-0846-2819>)",
  "Maintainer": "Russell Dinnage <r.dinnage@gmail.com>",
  "_user": "rdinnager",
  "_type": "src",
  "_file": "impac_0.1.0.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/a6645024e89beff83debf452ee5d9507e6dc4beda2c1d3a543fb649cd652e7f7",
  "_filesize": 1365803,
  "_sha256": "a6645024e89beff83debf452ee5d9507e6dc4beda2c1d3a543fb649cd652e7f7",
  "_expires": "2026-10-20T08:25:57.000Z",
  "_created": "2026-07-12T08:22:15.000Z",
  "_published": "2026-07-12T08:25:58.997Z",
  "_jobs": [
    {
      "job": 86631397990,
      "time": 186,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "8257958021"
    },
    {
      "job": 86631398017,
      "time": 166,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8257955733"
    },
    {
      "job": 86631397999,
      "time": 92,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "8257945566"
    },
    {
      "job": 86631397998,
      "time": 84,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8257944564"
    },
    {
      "job": 86631146629,
      "time": 201,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8257932566"
    },
    {
      "job": 86631397986,
      "time": 138,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8257951920"
    },
    {
      "job": 86631398001,
      "time": 106,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "8257947584"
    },
    {
      "job": 86631398020,
      "time": 94,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "8257946012"
    },
    {
      "job": 86631398079,
      "time": 96,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "WARNING",
      "artifact": "8257946365"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/rdinnager/actions/runs/29185643734",
  "_status": "success",
  "_upstream": "https://github.com/rdinnager/impac",
  "_commit": {
    "id": "f729be6f823c1502f8a1811b9b41470e692620dc",
    "author": "rdinnager <r.dinnage@gmail.com>",
    "committer": "rdinnager <r.dinnage@gmail.com>",
    "message": "fixed some merge issues\n\nMerge branch 'main' of https://github.com/rdinnager/impac into main\n\n# Conflicts:\n#\tREADME.Rmd\n#\tREADME.md\n#\tman/figures/R_gems.png\n#\tman/figures/phylopic_a_pack.png\n",
    "time": 1687985719
  },
  "_maintainer": {
    "name": "Russell Dinnage",
    "email": "r.dinnage@gmail.com",
    "login": "rdinnager",
    "orcid": "0000-0003-0846-2819",
    "twitter": "@ecologician",
    "description": "",
    "uuid": 5945401
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "imager",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "progress",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 0.1.2",
      "role": "Imports"
    },
    {
      "package": "roxygen2",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "Rvcg",
      "role": "Suggests"
    },
    {
      "package": "rgl",
      "role": "Suggests"
    },
    {
      "package": "rphylopic",
      "version": ">= 1.0.0",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "rtweet",
      "role": "Suggests"
    }
  ],
  "_owner": "rdinnager",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 14,
  "_contributors": [
    {
      "user": "rdinnager",
      "count": 52,
      "uuid": 5945401
    },
    {
      "user": "annasimonsen",
      "count": 3,
      "uuid": 8335622
    }
  ],
  "_userbio": {
    "uuid": 5945401,
    "type": "user",
    "name": "Russell Dinnage",
    "followers": 57
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/impac"
  },
  "_devurl": "https://github.com/rdinnager/impac",
  "_searchresults": 4,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/impac.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    ":=",
    ".data",
    "%>%",
    "as_label",
    "as_name",
    "enquo",
    "enquos",
    "expr",
    "impac",
    "impac_clear_cache",
    "impac_recover",
    "impac_resume",
    "impac_write",
    "sym",
    "syms"
  ],
  "_help": [
    {
      "page": "impac",
      "title": "Make a packed image mosaic",
      "topics": [
        "impac"
      ]
    },
    {
      "page": "impac_clear_cache",
      "title": "Clear any cached 'impac' objects",
      "topics": [
        "impac_clear_cache"
      ]
    },
    {
      "page": "impac_recover",
      "title": "Function to try and rescue",
      "topics": [
        "impac_recover"
      ]
    },
    {
      "page": "impac_resume",
      "title": "Function to resume an image packing where it left off",
      "topics": [
        "impac_resume"
      ]
    },
    {
      "page": "impac_write",
      "title": "Save packed image mosaic",
      "topics": [
        "impac_write"
      ]
    }
  ],
  "_readme": "https://github.com/rdinnager/impac/raw/HEAD/README.md",
  "_rundeps": [
    "bmp",
    "cli",
    "cpp11",
    "crayon",
    "digest",
    "downloader",
    "glue",
    "hms",
    "igraph",
    "imager",
    "jpeg",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "pkgconfig",
    "png",
    "prettyunits",
    "progress",
    "purrr",
    "R6",
    "Rcpp",
    "readbitmap",
    "rlang",
    "stringi",
    "stringr",
    "tiff",
    "vctrs"
  ],
  "_score": 2.845098040014257,
  "_indexed": true,
  "_nocasepkg": "impac",
  "_universes": [
    "rdinnager"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-07-12T08:25:16.000Z",
      "distro": "resolute",
      "commit": "f729be6f823c1502f8a1811b9b41470e692620dc",
      "fileid": "https://r2.ropensci.org/97c63e7887ce827772625d850412124ebfd699deb7dd9af270bf88df623dd66c",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/29185643734"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-07-12T08:24:52.000Z",
      "distro": "resolute",
      "commit": "f729be6f823c1502f8a1811b9b41470e692620dc",
      "fileid": "https://r2.ropensci.org/4f6d35b63f09d5d1903c35c9d4436b788a7ab0c41b3bcb71d7296f854b53b690",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/29185643734"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-07-12T08:23:44.000Z",
      "commit": "f729be6f823c1502f8a1811b9b41470e692620dc",
      "fileid": "https://r2.ropensci.org/357797019640c213abddd8eda6f4fddce2409fe8381747339da449008182d655",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/29185643734"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-07-12T08:23:37.000Z",
      "commit": "f729be6f823c1502f8a1811b9b41470e692620dc",
      "fileid": "https://r2.ropensci.org/61978d887b6843999bffd6e6685899a3eaacc3836864172d005db3d25f0c79f1",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/29185643734"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0.9000",
      "date": "2026-07-12T08:24:47.000Z",
      "commit": "f729be6f823c1502f8a1811b9b41470e692620dc",
      "fileid": "https://r2.ropensci.org/42fa25137e5bd184f69d4029e939d3e6049ad78e88104b26ec0437ccdf4386a5",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/29185643734"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-07-12T08:23:48.000Z",
      "commit": "f729be6f823c1502f8a1811b9b41470e692620dc",
      "fileid": "https://r2.ropensci.org/6d63f543516b10d216fc7fb5c3f2873e8f87b29a944f463395899ce0b7be9c9f",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/29185643734"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-07-12T08:23:37.000Z",
      "commit": "f729be6f823c1502f8a1811b9b41470e692620dc",
      "fileid": "https://r2.ropensci.org/fba4d9d97efd487614b05ceee5fe6845be215a67bdfd6be2d64929a6fb2626c5",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/29185643734"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-07-12T08:23:40.000Z",
      "commit": "f729be6f823c1502f8a1811b9b41470e692620dc",
      "fileid": "https://r2.ropensci.org/5333f83b21dacf8a635796ff8b1ee512667891c30ef6a5affa337ce09877629d",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/rdinnager/actions/runs/29185643734"
    }
  ]
}