{
  "_id": "6a633295d3420cf5dfdb8828",
  "Package": "BEDMatrix",
  "Version": "2.0.4",
  "License": "MIT + file LICENSE",
  "Title": "Extract Genotypes from a PLINK .bed File",
  "Description": "A matrix-like data structure that allows for efficient,\nconvenient, and scalable subsetting of binary\ngenotype/phenotype files generated by PLINK\n(<https://www.cog-genomics.org/plink2>), the whole genome\nassociation analysis toolset, without loading the entire file\ninto memory.",
  "Authors@R": "c(\nperson(\"Alexander\", \"Grueneberg\", email = \"cran@agrueneberg.info\", role = c(\"aut\", \"cre\")),\nperson(\"Gustavo\", \"de los Campos\", email = \"gustavoc@msu.edu\", role = c(\"ctb\")))",
  "URL": "https://github.com/QuantGen/BEDMatrix",
  "BugReports": "https://github.com/QuantGen/BEDMatrix/issues",
  "Repository": "https://quantgen.r-universe.dev",
  "Date/Publication": "2024-09-06 18:42:54 UTC",
  "RemoteUrl": "https://github.com/quantgen/bedmatrix",
  "RemoteRef": "HEAD",
  "RemoteSha": "bfd3842231ea4fb525a0f1c13bd7951fb91047ba",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-07-24 07:46:14 UTC",
    "User": "root"
  },
  "Author": "Alexander Grueneberg [aut, cre],\nGustavo de los Campos [ctb]",
  "Maintainer": "Alexander Grueneberg <cran@agrueneberg.info>",
  "_user": "quantgen",
  "_type": "src",
  "_file": "BEDMatrix_2.0.4.tar.gz",
  "_fileid": "https://r2.ropensci.org/a7409a58f69f9768bf01f08bf4467415f3221ae268410a67c58dc94c7dcbc1f2",
  "_filesize": 153085,
  "_sha256": "a7409a58f69f9768bf01f08bf4467415f3221ae268410a67c58dc94c7dcbc1f2",
  "_expires": "2026-11-01T09:38:27.000Z",
  "_created": "2026-07-24T07:46:14.000Z",
  "_published": "2026-07-24T09:38:29.313Z",
  "_jobs": [
    {
      "job": 89428567284,
      "time": 91,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8590118921"
    },
    {
      "job": 89428567308,
      "time": 111,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8590126056"
    },
    {
      "job": 89428567274,
      "time": 96,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8590120897"
    },
    {
      "job": 89428567327,
      "time": 107,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8590124676"
    },
    {
      "job": 89428567326,
      "time": 169,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8592567876"
    },
    {
      "job": 89428567328,
      "time": 204,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8592612882"
    },
    {
      "job": 89428567307,
      "time": 144,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8592541677"
    },
    {
      "job": 89428567301,
      "time": 158,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8592659568"
    },
    {
      "job": 89427991972,
      "time": 191,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8590085246"
    },
    {
      "job": 89428567222,
      "time": 93,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8590119972"
    },
    {
      "job": 89428567315,
      "time": 78,
      "config": "windows-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8590114717"
    },
    {
      "job": 89428567314,
      "time": 73,
      "config": "windows-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8590112566"
    },
    {
      "job": 89428567359,
      "time": 79,
      "config": "windows-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8590115938"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/quantgen/actions/runs/30076387971",
  "_status": "success",
  "_upstream": "https://github.com/quantgen/bedmatrix",
  "_commit": {
    "id": "bfd3842231ea4fb525a0f1c13bd7951fb91047ba",
    "author": "Alexander Grueneberg <git@agrueneberg.info>",
    "committer": "Alexander Grueneberg <git@agrueneberg.info>",
    "message": "Replace citEntry with bibentry\n",
    "time": 1725648174
  },
  "_maintainer": {
    "name": "Alexander Grueneberg",
    "email": "cran@agrueneberg.info"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4.0",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "crochet",
      "version": ">= 2.3.0",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Suggests"
    },
    {
      "package": "LinkedMatrix",
      "role": "Suggests"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    }
  ],
  "_owner": "quantgen",
  "_selfowned": true,
  "_usedby": 9,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "bed",
    "genetics",
    "genomics",
    "plink",
    "plink2",
    "r-pkg"
  ],
  "_stars": 19,
  "_contributors": [
    {
      "user": "agrueneberg",
      "count": 434,
      "uuid": 527708
    }
  ],
  "_userbio": {
    "uuid": 11443138,
    "type": "organization",
    "name": "QuantGen",
    "followers": 30
  },
  "_downloads": {
    "count": 1077,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/BEDMatrix"
  },
  "_mentions": 3,
  "_devurl": "https://github.com/quantgen/bedmatrix",
  "_searchresults": 303,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/BEDMatrix.html",
    "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",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/quantgen/bedmatrix",
  "_realowner": "quantgen",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2015-11-05"
    },
    {
      "version": "1.0.1",
      "date": "2015-11-12"
    },
    {
      "version": "1.1.0",
      "date": "2015-11-30"
    },
    {
      "version": "1.2.0",
      "date": "2016-03-04"
    },
    {
      "version": "1.3.0",
      "date": "2016-09-28"
    },
    {
      "version": "1.4.0",
      "date": "2017-05-07"
    },
    {
      "version": "1.4.1",
      "date": "2018-08-06"
    },
    {
      "version": "1.5.0",
      "date": "2019-04-25"
    },
    {
      "version": "1.6.1",
      "date": "2019-06-21"
    },
    {
      "version": "2.0.1",
      "date": "2019-12-16"
    },
    {
      "version": "2.0.2",
      "date": "2020-03-11"
    },
    {
      "version": "2.0.3",
      "date": "2020-07-08"
    },
    {
      "version": "2.0.4",
      "date": "2024-09-06"
    }
  ],
  "_exports": [
    "BEDMatrix",
    "show"
  ],
  "_help": [
    {
      "page": "BEDMatrix-package",
      "title": "A Package to Extract Genotypes from a PLINK .bed File",
      "topics": [
        "BEDMatrix-package"
      ]
    },
    {
      "page": "BEDMatrix",
      "title": "Create a BEDMatrix Object from a PLINK .bed File",
      "topics": [
        "BEDMatrix"
      ]
    },
    {
      "page": "BEDMatrix-class",
      "title": "A Class to Extract Genotypes from a PLINK .bed File",
      "topics": [
        "BEDMatrix-class",
        "show,BEDMatrix-method"
      ]
    }
  ],
  "_readme": "https://github.com/quantgen/bedmatrix/raw/HEAD/README.md",
  "_rundeps": [
    "crochet"
  ],
  "_score": 7.399866955967784,
  "_indexed": true,
  "_nocasepkg": "bedmatrix",
  "_universes": [
    "quantgen"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.4",
      "date": "2026-07-24T07:47:56.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "bfd3842231ea4fb525a0f1c13bd7951fb91047ba",
      "fileid": "https://r2.ropensci.org/91aaa564953483020314680ca562ffe2235a91ac3849e01864af9ccb0a59d882",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/quantgen/actions/runs/30076387971"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.4",
      "date": "2026-07-24T07:48:12.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "bfd3842231ea4fb525a0f1c13bd7951fb91047ba",
      "fileid": "https://r2.ropensci.org/cbc8311a72ca717c29a893c0ecf93f777bda7f5ff547ec1d2f180a24206245d7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/quantgen/actions/runs/30076387971"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "2.0.4",
      "date": "2026-07-24T07:48:00.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "bfd3842231ea4fb525a0f1c13bd7951fb91047ba",
      "fileid": "https://r2.ropensci.org/bcbaec504b1540c09850b5b3bbc0b70f12759c98d3edb60bd931b5fbd78b115e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/quantgen/actions/runs/30076387971"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "2.0.4",
      "date": "2026-07-24T07:48:09.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "bfd3842231ea4fb525a0f1c13bd7951fb91047ba",
      "fileid": "https://r2.ropensci.org/85e421b71c3d8d05496155528e9ce9ad2df5cc36ed7054f8fecd625aeca6e24b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/quantgen/actions/runs/30076387971"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.4",
      "date": "2026-07-24T09:34:00.000Z",
      "arch": "aarch64",
      "commit": "bfd3842231ea4fb525a0f1c13bd7951fb91047ba",
      "fileid": "https://r2.ropensci.org/b3fe9fc34acfb98dd4f4c08869580262809757cee7f6bec7b7f1a675af34138c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/quantgen/actions/runs/30076387971"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.4",
      "date": "2026-07-24T09:35:50.000Z",
      "arch": "x86_64",
      "commit": "bfd3842231ea4fb525a0f1c13bd7951fb91047ba",
      "fileid": "https://r2.ropensci.org/0a25edbe53969f2b77b2952d88215d1570920cd4f081b86151c2962d1163b8be",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/quantgen/actions/runs/30076387971"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "2.0.4",
      "date": "2026-07-24T09:32:51.000Z",
      "arch": "aarch64",
      "commit": "bfd3842231ea4fb525a0f1c13bd7951fb91047ba",
      "fileid": "https://r2.ropensci.org/24c33f86960ccb002fb18b2a528128581f6ad954c729fc353e11a8ad32117ce3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/quantgen/actions/runs/30076387971"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "2.0.4",
      "date": "2026-07-24T09:37:50.000Z",
      "arch": "x86_64",
      "commit": "bfd3842231ea4fb525a0f1c13bd7951fb91047ba",
      "fileid": "https://r2.ropensci.org/d61cdcfed2046a3b90a4f7c5712045e88f1ac4070d96abdee01f0be5e12058c2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/quantgen/actions/runs/30076387971"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.0.4",
      "date": "2026-07-24T07:48:06.000Z",
      "arch": "emscripten",
      "commit": "bfd3842231ea4fb525a0f1c13bd7951fb91047ba",
      "fileid": "https://r2.ropensci.org/ad73dfb6d1adf43342f353ad0ab2384a0196135a8343ac8ec9171b944d5f2588",
      "status": "success",
      "buildurl": "https://github.com/r-universe/quantgen/actions/runs/30076387971"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.0.4",
      "date": "2026-07-24T07:47:28.000Z",
      "arch": "x86_64",
      "commit": "bfd3842231ea4fb525a0f1c13bd7951fb91047ba",
      "fileid": "https://r2.ropensci.org/df871a450b04f2ef570ba22c0feddc6c4e4c6e9a956c53cb525309bbebf775e8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/quantgen/actions/runs/30076387971"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.0.4",
      "date": "2026-07-24T07:47:21.000Z",
      "arch": "x86_64",
      "commit": "bfd3842231ea4fb525a0f1c13bd7951fb91047ba",
      "fileid": "https://r2.ropensci.org/5cc93a4e87312577f5497d174202ec0e5f0559825752f329e5c5fabff5be160a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/quantgen/actions/runs/30076387971"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "2.0.4",
      "date": "2026-07-24T07:47:33.000Z",
      "arch": "x86_64",
      "commit": "bfd3842231ea4fb525a0f1c13bd7951fb91047ba",
      "fileid": "https://r2.ropensci.org/62ff89555176b48d44c6fc6ef2f05d9e5f4222e14cd355492c83d4c3f58d37a1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/quantgen/actions/runs/30076387971"
    }
  ]
}