{
  "_id": "6a1ed375b401979e7340e009",
  "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://posit-dev-shinycoreci.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-05-20 09:54:50 UTC",
    "User": "root"
  },
  "Author": "Winston Chang [aut, cre],\nPosit Software, PBC [cph, fnd],\nTessil [cph] (hopscotch_map library)",
  "Maintainer": "Winston Chang <winston@posit.co>",
  "MD5sum": "e700df48e346a48e7477d2ad9439c031",
  "_user": "posit-dev-shinycoreci",
  "_type": "src",
  "_file": "fastmap_1.2.0.tar.gz",
  "_fileid": "78e63f55f775b76d779ea5789733b61b75ef21b45d791a937fe2d4138b2b10be",
  "_filesize": 138700,
  "_sha256": "78e63f55f775b76d779ea5789733b61b75ef21b45d791a937fe2d4138b2b10be",
  "_created": "2026-05-20T09:54:50.000Z",
  "_published": "2026-06-02T12:58:29.823Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79075878291,
      "time": 114,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7106870976"
    },
    {
      "job": 79075878346,
      "time": 125,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7106874071"
    },
    {
      "job": 79075878842,
      "time": 115,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7106871250"
    },
    {
      "job": 79075878585,
      "time": 110,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7106869243"
    },
    {
      "job": 79075879018,
      "time": 115,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7106910570"
    },
    {
      "job": 79075878761,
      "time": 198,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7106911138"
    },
    {
      "job": 79075878421,
      "time": 76,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7106892204"
    },
    {
      "job": 79075878260,
      "time": 289,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7106969954"
    },
    {
      "job": 79075878119,
      "time": 127,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7106830218"
    },
    {
      "job": 79075877707,
      "time": 88,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7358299737"
    },
    {
      "job": 79075878608,
      "time": 143,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7106881735"
    },
    {
      "job": 79075879202,
      "time": 77,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7128192293"
    },
    {
      "job": 79075878422,
      "time": 80,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7106858356"
    }
  ],
  "_buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26155011400",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "testthat",
      "version": ">= 2.1.1",
      "role": "Suggests"
    }
  ],
  "_owner": "r-lib",
  "_selfowned": false,
  "_usedby": 6222,
  "_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": 159192787,
    "type": "organization",
    "name": "posit-dev-shinycoreci"
  },
  "_downloads": {
    "count": 1050238,
    "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": 142,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_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",
    "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": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 14.228173616143398,
  "_indexed": false,
  "_nocasepkg": "fastmap",
  "_universes": [
    "posit-dev-shinycoreci"
  ],
  "_indexurl": "https://r-lib.r-universe.dev/fastmap",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-05-20T09:56:51.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "e7657a8b1163d827a73804a18b10e83bb9f6e9a5d0c64fc5a4edd03795f12131",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26155011400"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-05-20T09:57:00.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "dc128ce1a538f68360f985d0543f8485bf0c208bbc3e8ad7ff11f8011e482cd4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26155011400"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-05-20T09:56:51.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "1bd2d370d18c2f5bdd0a68b1f6bbfdb464d2d6da88471ad0af0db69b7bd46ec0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26155011400"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-05-20T09:56:44.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "90d71ba69df5ef352e73c49405f984be7969800ed6cf278b87934bede45a09de",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26155011400"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-05-20T09:58:42.000Z",
      "arch": "aarch64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "57b660564820df570fc3ef9305e79bdf6ca56b0850a90c98b1537cd8bafd7e7d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26155011400"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-05-20T09:58:16.000Z",
      "arch": "x86_64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "ff34ebc1dab5671a3b6866286d852ef6baedbde0ea35807b5be42357181b86cd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26155011400"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-05-20T09:57:53.000Z",
      "arch": "aarch64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "0a509167f1e4bb4d2e68425717db60f74a9a19a09827f9de5eb764c2b777c6fd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26155011400"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-05-20T10:00:54.000Z",
      "arch": "x86_64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "b57d6371131dfddd22032dc5ecabff01da804668a6949f760ad15ff68e1b0f35",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26155011400"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-05-20T09:56:55.000Z",
      "arch": "x86_64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "a8e8283bbbd28bf9f8111604f7efe6c0f2becd9eda5d43a9bd8fc2daabc6054d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26155011400"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-05-20T09:55:58.000Z",
      "arch": "x86_64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "a14cd0931fd208a1cb04da3616ddfd88fd66e5ec09226d5545a2f3f8bcd48b0b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26155011400"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-05-21T05:48:50.000Z",
      "arch": "x86_64",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "7f1d815d18570ec17ce6a43bebbd98e97dd7cb246bcf42a1206265cf4be7b0b5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26155011400"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.0",
      "date": "2026-06-02T12:58:11.000Z",
      "arch": "emscripten",
      "commit": "81ab40d9ecda2a2b2e3868e594ea9b1c86cc211e",
      "fileid": "8fb1c441ab65e5ea486f08cffcc92974f46ef03bc8cd150f15524f893d68219e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/posit-dev-shinycoreci/actions/runs/26155011400"
    }
  ]
}