{
  "_id": "6a495982f6c47c441949dc4a",
  "Type": "Package",
  "Package": "intmap",
  "Title": "Ordered Containers with Integer Keys",
  "Version": "1.0.0",
  "Author": "Stéphane Laurent",
  "Maintainer": "Stéphane Laurent <laurent_step@outlook.fr>",
  "Description": "Provides a key-value store data structure. The keys are\nintegers and the values can be any R object. This is like a\nlist but indexed by a set of integers, not necessarily\ncontiguous and possibly negative. The implementation uses a\n'R6' class. These containers are not faster than lists but\ntheir usage can be more convenient for certain situations.",
  "License": "GPL-3",
  "URL": "https://github.com/stla/intmap",
  "BugReports": "https://github.com/stla/intmap/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "Repository": "https://stla.r-universe.dev",
  "Date/Publication": "2023-04-14 15:26:53 UTC",
  "RemoteUrl": "https://github.com/stla/intmap",
  "RemoteRef": "HEAD",
  "RemoteSha": "9cfe3c3c088a0342cda2e4186ed3108af21015e5",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-24 00:40:00 UTC",
    "User": "root"
  },
  "_user": "stla",
  "_type": "src",
  "_file": "intmap_1.0.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/7cea8c6f4e868c07f2e94c986eb9cc9075c0c13a1dc84e5cabacfb5bee6398f0",
  "_filesize": 103428,
  "_sha256": "7cea8c6f4e868c07f2e94c986eb9cc9075c0c13a1dc84e5cabacfb5bee6398f0",
  "_expires": "2026-10-12T19:05:37.000Z",
  "_created": "2026-06-24T00:40:00.000Z",
  "_published": "2026-07-04T19:05:38.719Z",
  "_jobs": [
    {
      "job": 85158990011,
      "time": 152,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7837238405"
    },
    {
      "job": 85158990024,
      "time": 139,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7837235170"
    },
    {
      "job": 85158990017,
      "time": 182,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837244982"
    },
    {
      "job": 85158990077,
      "time": 127,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837231905"
    },
    {
      "job": 85158990008,
      "time": 81,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7837231601"
    },
    {
      "job": 85158990084,
      "time": 380,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7837300606"
    },
    {
      "job": 85158989951,
      "time": 96,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837234606"
    },
    {
      "job": 85158990005,
      "time": 376,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837299093"
    },
    {
      "job": 85158989859,
      "time": 177,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837201330"
    },
    {
      "job": 85158989999,
      "time": 152,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837237562"
    },
    {
      "job": 85158989986,
      "time": 114,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7837228972"
    },
    {
      "job": 85158989987,
      "time": 107,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7837227000"
    },
    {
      "job": 85158990081,
      "time": 165,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837240956"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/stla/actions/runs/28066877758",
  "_status": "success",
  "_upstream": "https://github.com/stla/intmap",
  "_commit": {
    "id": "9cfe3c3c088a0342cda2e4186ed3108af21015e5",
    "author": "Stéphane Laurent <laurent_step@yahoo.fr>",
    "committer": "Stéphane Laurent <laurent_step@yahoo.fr>",
    "message": "README\n",
    "time": 1681486013
  },
  "_maintainer": {
    "name": "Stéphane Laurent",
    "email": "laurent_step@outlook.fr",
    "login": "laustep",
    "description": "",
    "uuid": 29288085
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "BH",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "maybe",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.0.8",
      "role": "Imports"
    }
  ],
  "_owner": "stla",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "stla",
      "count": 21,
      "uuid": 4466543
    }
  ],
  "_userbio": {
    "uuid": 4466543,
    "type": "user",
    "name": "stla",
    "followers": 120
  },
  "_downloads": {
    "count": 267,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/intmap"
  },
  "_devurl": "https://github.com/stla/intmap",
  "_searchresults": 0,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/intmap.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/stla/intmap",
  "_realowner": "stla",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2023-04-17"
    }
  ],
  "_exports": [
    "from_just",
    "intmap"
  ],
  "_help": [
    {
      "page": "intmap",
      "title": "R6 class representing an ordered map",
      "topics": [
        "intmap"
      ]
    },
    {
      "page": "intmap-imports",
      "title": "Extract value from a 'Just' value",
      "topics": [
        "from_just",
        "intmap-imports"
      ]
    }
  ],
  "_readme": "https://github.com/stla/intmap/raw/HEAD/README.md",
  "_rundeps": [
    "BH",
    "magrittr",
    "maybe",
    "R6",
    "Rcpp"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 3.1760912590556813,
  "_indexed": true,
  "_nocasepkg": "intmap",
  "_universes": [
    "stla",
    "laustep"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-06-24T00:42:43.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "9cfe3c3c088a0342cda2e4186ed3108af21015e5",
      "fileid": "https://r2.ropensci.org/db2a210796c31d7f577456bcfb5cf831b7261d8355bbf2dc73e29bfbf7cffb71",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stla/actions/runs/28066877758"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-06-24T00:42:26.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "9cfe3c3c088a0342cda2e4186ed3108af21015e5",
      "fileid": "https://r2.ropensci.org/6af60e6fe1497e6d29493f88e64cf082536f0a3fe114687654726c05597f190a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stla/actions/runs/28066877758"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-06-24T00:43:12.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "9cfe3c3c088a0342cda2e4186ed3108af21015e5",
      "fileid": "https://r2.ropensci.org/2f180a1443fb1f29eb9ecd06ed2762345a3d2e12c733779f2c03f7367783ee0f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stla/actions/runs/28066877758"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-06-24T00:42:13.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "9cfe3c3c088a0342cda2e4186ed3108af21015e5",
      "fileid": "https://r2.ropensci.org/ff8671a04aa76664cdd38751202e997942a8cf2e54f62e5d357fbaa9b1169162",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stla/actions/runs/28066877758"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-06-24T00:42:16.000Z",
      "arch": "aarch64",
      "commit": "9cfe3c3c088a0342cda2e4186ed3108af21015e5",
      "fileid": "https://r2.ropensci.org/d4ae5efd4b503fcfba423d03e877fc88920040174744bf54a6681a0d14348d2b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stla/actions/runs/28066877758"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-06-24T00:45:47.000Z",
      "arch": "x86_64",
      "commit": "9cfe3c3c088a0342cda2e4186ed3108af21015e5",
      "fileid": "https://r2.ropensci.org/232b82c62fa47228b570ec4a4f1d329d70f76c067bd38f05ab93a4ad8f113aaf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stla/actions/runs/28066877758"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-06-24T00:42:23.000Z",
      "arch": "aarch64",
      "commit": "9cfe3c3c088a0342cda2e4186ed3108af21015e5",
      "fileid": "https://r2.ropensci.org/6c83f1ab2af5ead3262f9b1e3f1a83f75097f931d14dacbc7c3eeb815155a512",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stla/actions/runs/28066877758"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-06-24T00:45:51.000Z",
      "arch": "x86_64",
      "commit": "9cfe3c3c088a0342cda2e4186ed3108af21015e5",
      "fileid": "https://r2.ropensci.org/098dbca9e0761572d94f905639dcd1b1b3ee5a76a3c0362852acd3a38d55e4e7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stla/actions/runs/28066877758"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-06-24T00:42:51.000Z",
      "arch": "emscripten",
      "commit": "9cfe3c3c088a0342cda2e4186ed3108af21015e5",
      "fileid": "https://r2.ropensci.org/b8f90e71a2f6d574a947605bbe9b4bfdef5182a5fcdbf272cc9d017c0bc7603e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/stla/actions/runs/28066877758"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-06-24T00:41:32.000Z",
      "arch": "x86_64",
      "commit": "9cfe3c3c088a0342cda2e4186ed3108af21015e5",
      "fileid": "https://r2.ropensci.org/83d98045eaa452f98e24e0540d9c6aec5e824ede2e41685ffa856826ac01cd1d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stla/actions/runs/28066877758"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-06-24T00:41:27.000Z",
      "arch": "x86_64",
      "commit": "9cfe3c3c088a0342cda2e4186ed3108af21015e5",
      "fileid": "https://r2.ropensci.org/6d40c0c12d67e81bd7755ef17ce72dd3fab624a4ca50cb3f6c7e2478bb09be79",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stla/actions/runs/28066877758"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-06-24T00:41:51.000Z",
      "arch": "x86_64",
      "commit": "9cfe3c3c088a0342cda2e4186ed3108af21015e5",
      "fileid": "https://r2.ropensci.org/1ac74c82a331cfd82432c3b91b8bcb2adb8a3d4b3f2ab1d36246c72dd75110e0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stla/actions/runs/28066877758"
    }
  ]
}