{
  "_id": "6a44e91d6ff6f2357551e706",
  "Package": "fastmap",
  "Title": "Fast Data Structures",
  "Version": "1.2.0",
  "Authors@R": "c(\nperson(\"Winston\", \"Chang\", email = \"winston@posit.co\", role = c(\"aut\", \"cre\")),\nperson(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")),\nperson(given = \"Tessil\", role = \"cph\", comment = \"hopscotch_map library\")\n)",
  "Description": "Fast implementation of data structures, including a\nkey-value store, stack, and queue. Environments are commonly\nused as key-value stores in R, but every time a new key is\nused, it is added to R's global symbol table, causing a small\namount of memory leakage. This can be problematic in cases\nwhere many different keys are used. Fastmap avoids this memory\nleak issue by implementing the map using data structures in\nC++.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "URL": "https://r-lib.github.io/fastmap/, https://github.com/r-lib/fastmap",
  "BugReports": "https://github.com/r-lib/fastmap/issues",
  "Roxygen": "list(markdown = TRUE)",
  "Repository": "https://r-lib.r-universe.dev",
  "Date/Publication": "2026-04-20 16:57:33 UTC",
  "RemoteUrl": "https://github.com/r-lib/fastmap",
  "RemoteRef": "HEAD",
  "RemoteSha": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-07-01 10:12:57 UTC",
    "User": "root"
  },
  "Author": "Winston Chang [aut, cre],\nPosit Software, PBC [cph, fnd],\nTessil [cph] (hopscotch_map library)",
  "Maintainer": "Winston Chang <winston@posit.co>",
  "_user": "r-lib",
  "_type": "src",
  "_file": "fastmap_1.2.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/282be05d1e4a4eee7b6bae9cbd79f98e0dee1c37819cd903edc60216f08962e2",
  "_filesize": 143260,
  "_sha256": "282be05d1e4a4eee7b6bae9cbd79f98e0dee1c37819cd903edc60216f08962e2",
  "_expires": "2026-10-09T10:17:00.000Z",
  "_created": "2026-07-01T10:12:57.000Z",
  "_published": "2026-07-01T10:17:01.066Z",
  "_jobs": [
    {
      "job": 84508232881,
      "time": 142,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8006861286"
    },
    {
      "job": 84508232829,
      "time": 109,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8006847525"
    },
    {
      "job": 84508232866,
      "time": 140,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8006860045"
    },
    {
      "job": 84508232991,
      "time": 113,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8006848942"
    },
    {
      "job": 84508232845,
      "time": 87,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8006839363"
    },
    {
      "job": 84508232810,
      "time": 210,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8006886283"
    },
    {
      "job": 84508232822,
      "time": 101,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8006844369"
    },
    {
      "job": 84508232854,
      "time": 174,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8006873320"
    },
    {
      "job": 84507826631,
      "time": 132,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8006804217"
    },
    {
      "job": 84508232797,
      "time": 92,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8006841008"
    },
    {
      "job": 84508232811,
      "time": 82,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8006838109"
    },
    {
      "job": 84508232823,
      "time": 83,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8006838000"
    },
    {
      "job": 84508232882,
      "time": 103,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8006845055"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/r-lib/actions/runs/28510013831",
  "_status": "success",
  "_upstream": "https://github.com/r-lib/fastmap",
  "_commit": {
    "id": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
    "author": "Barret Schloerke <schloerke@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "fix: \"key must be not be\" → \"key must not be\" (#42)",
    "time": 1776704253
  },
  "_maintainer": {
    "name": "Winston Chang",
    "email": "winston@posit.co",
    "login": "wch",
    "description": "Senior Principal Software Engineer at @posit-pbc (formerly known as @rstudio)",
    "uuid": 86978
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "testthat",
      "version": ">= 2.1.1",
      "role": "Suggests"
    }
  ],
  "_owner": "r-lib",
  "_selfowned": true,
  "_usedby": 6288,
  "_updates": [
    {
      "week": "2026-17",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 135,
  "_contributors": [
    {
      "user": "wch",
      "count": 175,
      "uuid": 86978
    },
    {
      "user": "schloerke",
      "count": 4,
      "uuid": 93231
    },
    {
      "user": "jennybc",
      "count": 1,
      "uuid": 599454
    },
    {
      "user": "tracykteal",
      "count": 1,
      "uuid": 889238
    }
  ],
  "_userbio": {
    "uuid": 22618716,
    "type": "organization",
    "name": "R infrastructure",
    "followers": 740
  },
  "_downloads": {
    "count": 1093127,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/fastmap"
  },
  "_mentions": 3,
  "_devurl": "https://github.com/r-lib/fastmap",
  "_pkgdown": "https://r-lib.github.io/fastmap/",
  "_searchresults": 147,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/fastmap.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/r-lib/fastmap",
  "_realowner": "r-lib",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2019-07-28"
    },
    {
      "version": "1.0.1",
      "date": "2019-10-08"
    },
    {
      "version": "1.1.0",
      "date": "2021-01-25"
    },
    {
      "version": "1.1.1",
      "date": "2023-02-24"
    },
    {
      "version": "1.2.0",
      "date": "2024-05-15"
    }
  ],
  "_exports": [
    "fastmap",
    "fastqueue",
    "faststack",
    "is.key_missing",
    "key_missing"
  ],
  "_help": [
    {
      "page": "fastmap",
      "title": "Create a fastmap object",
      "topics": [
        "fastmap"
      ]
    },
    {
      "page": "fastqueue",
      "title": "Create a queue",
      "topics": [
        "fastqueue"
      ]
    },
    {
      "page": "faststack",
      "title": "Create a stack",
      "topics": [
        "faststack"
      ]
    },
    {
      "page": "key_missing",
      "title": "A missing key object",
      "topics": [
        "is.key_missing",
        "key_missing"
      ]
    }
  ],
  "_readme": "https://github.com/r-lib/fastmap/raw/HEAD/README.md",
  "_rundeps": [],
  "_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": 14.2651680261841,
  "_indexed": true,
  "_nocasepkg": "fastmap",
  "_universes": [
    "r-lib",
    "wch"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-07-01T10:15:26.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "https://r2.ropensci.org/0c8c84e8cea5d2f4065f55c38e07f57f8d8ca3b74d9316898ad1806037d3e883",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28510013831"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-07-01T10:14:49.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "https://r2.ropensci.org/4649f268fcf00b87f631d1fca8d22aacf2f62a2ae94445c9e737a8dd73ba1dd8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28510013831"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-07-01T10:15:22.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "https://r2.ropensci.org/1f757353eb63a3e9abc9d11a91ac734f14856c31f30852a724058b60adebeafd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28510013831"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-07-01T10:14:52.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "https://r2.ropensci.org/7511c3dbea305043343b1cc28840a7fa9dcbb770460e6bc353394b17f8757306",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28510013831"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-07-01T10:14:29.000Z",
      "arch": "aarch64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "https://r2.ropensci.org/77900ec4952578866661607ad0273c50d1bae139fed006fc2c783a17c69c7425",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28510013831"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-07-01T10:16:07.000Z",
      "arch": "x86_64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "https://r2.ropensci.org/f4c30b077d969eedd27bcc4cd7d10dfdb1dcee7f94e302b6fd5326d49022d623",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28510013831"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-07-01T10:14:32.000Z",
      "arch": "aarch64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "https://r2.ropensci.org/c3ea6afbcab623967235d98181b62144df6f604eb14e5642652957a5566f1ea1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28510013831"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-07-01T10:15:40.000Z",
      "arch": "x86_64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "https://r2.ropensci.org/9e6d35a146ef9f6062f3bf4c316278d413dfd2dc7ab942a31eb990df7abbbaaa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28510013831"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.0",
      "date": "2026-07-01T10:14:43.000Z",
      "arch": "emscripten",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "https://r2.ropensci.org/bec82ce3a15a1a6e4010e717f77341d3266715490bfe8cad0c0708757903336c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28510013831"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-07-01T10:14:07.000Z",
      "arch": "x86_64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "https://r2.ropensci.org/12c38953b491ed74415a8956a586f132b7d5b00875f7da3feba6b6efe94d1d02",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28510013831"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-07-01T10:14:06.000Z",
      "arch": "x86_64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "https://r2.ropensci.org/2b9fb5f03749552a7980fc9145aa8f9035c37bd6306a4b8cf9edfaaba4255fcf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28510013831"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-07-01T10:14:27.000Z",
      "arch": "x86_64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "https://r2.ropensci.org/08611e281e9d354fe08d0df5a8113153b3c89d539a9f670e18088d51832252cc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-lib/actions/runs/28510013831"
    }
  ]
}