{
  "_id": "6a1fff19b401979e7344556b",
  "Package": "birankr",
  "Title": "Ranking Nodes in Bipartite and Weighted Networks",
  "Version": "1.0.1",
  "Authors@R": "c(person(\"Brian\", \"Aronson\",email = \"bdaronson@gmail.com\", role = c(\"aut\", \"cre\")), person(\"Kai-Cheng\", \"Yang\", email = \"yangkc@iu.edu\", role = \"aut\"))",
  "Description": "Highly efficient functions for estimating various rank\n(centrality) measures of nodes in bipartite graphs (two-mode\nnetworks). Includes methods for estimating HITS, CoHITS, BGRM,\nand BiRank with implementation primarily inspired by He et al.\n(2016) <doi:10.1109/TKDE.2016.2611584>. Also provides\neasy-to-use tools for efficiently estimating PageRank in\none-mode graphs, incorporating or removing edge-weights during\nrank estimation, projecting two-mode graphs to one-mode, and\nfor converting edgelists and matrices to sparseMatrix format.\nBest of all, the package's rank estimators can work directly\nwith common formats of network data including edgelists (class\ndata.frame, data.table, or tbl_df) and adjacency matrices\n(class matrix or dgCMatrix).",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.0.2",
  "Repository": "https://brianaronson.r-universe.dev",
  "Date/Publication": "2021-11-10 21:19:48 UTC",
  "RemoteUrl": "https://github.com/brianaronson/birankr",
  "RemoteRef": "HEAD",
  "RemoteSha": "498747303d433a4114836adfb94988463519e858",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-03 10:13:00 UTC",
    "User": "root"
  },
  "Author": "Brian Aronson [aut, cre],\nKai-Cheng Yang [aut]",
  "Maintainer": "Brian Aronson <bdaronson@gmail.com>",
  "MD5sum": "a1060489c24262872ad5269b6a7b072c",
  "_user": "brianaronson",
  "_type": "src",
  "_file": "birankr_1.0.1.tar.gz",
  "_fileid": "aa2f72fc1b03baee66a1a9373d92454336bdadf7583fa1a692e52c22dba450e7",
  "_filesize": 209134,
  "_sha256": "aa2f72fc1b03baee66a1a9373d92454336bdadf7583fa1a692e52c22dba450e7",
  "_created": "2026-06-03T10:13:00.000Z",
  "_published": "2026-06-03T10:16:57.288Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79271106229,
      "time": 129,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7381791130"
    },
    {
      "job": 79271106088,
      "time": 151,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7381799360"
    },
    {
      "job": 79271106181,
      "time": 202,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7381807150"
    },
    {
      "job": 79271106074,
      "time": 170,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7381792332"
    },
    {
      "job": 79270680633,
      "time": 151,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7381742851"
    },
    {
      "job": 79271106031,
      "time": 98,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7381780492"
    },
    {
      "job": 79271106223,
      "time": 89,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7381776654"
    },
    {
      "job": 79271106192,
      "time": 85,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7381774851"
    },
    {
      "job": 79271106146,
      "time": 137,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7381794059"
    }
  ],
  "_buildurl": "https://github.com/r-universe/brianaronson/actions/runs/26878070695",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/brianaronson/birankr",
  "_commit": {
    "id": "498747303d433a4114836adfb94988463519e858",
    "author": "Kaicheng Yang <yangkc@iu.edu>",
    "committer": "Kaicheng Yang <yangkc@iu.edu>",
    "message": "Update readme about the version update\n",
    "time": 1636579188
  },
  "_maintainer": {
    "name": "Brian Aronson",
    "email": "bdaronson@gmail.com",
    "login": "brianaronson",
    "linkedin": "in/brian-aronson-891297113",
    "description": "Data Scientist | Machine Learning & AI Practitioner",
    "uuid": 6536984
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4.0",
      "role": "Depends"
    },
    {
      "package": "Matrix",
      "role": "Depends"
    },
    {
      "package": "data.table",
      "role": "Depends"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "brianaronson",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 41,
  "_contributors": [
    {
      "user": "yang3kc",
      "count": 104,
      "uuid": 31357713
    },
    {
      "user": "brianaronson",
      "count": 66,
      "uuid": 6536984
    },
    {
      "user": "jboynyc",
      "count": 1,
      "uuid": 2187261
    },
    {
      "user": "drvinceknight",
      "count": 1,
      "uuid": 2131546
    },
    {
      "user": "yy",
      "count": 1,
      "uuid": 24250
    }
  ],
  "_userbio": {
    "uuid": 6536984,
    "type": "user",
    "name": "Brian Aronson",
    "description": "Data Scientist | Machine Learning & AI Practitioner"
  },
  "_downloads": {
    "count": 182,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/birankr"
  },
  "_devurl": "https://github.com/brianaronson/birankr",
  "_searchresults": 10,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/birankr.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/brianaronson/birankr",
  "_realowner": "brianaronson",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2020-01-26"
    },
    {
      "version": "1.0.1",
      "date": "2020-03-23"
    }
  ],
  "_exports": [
    "bipartite_rank",
    "br_bgrm",
    "br_birank",
    "br_cohits",
    "br_hits",
    "pagerank",
    "project_to_one_mode",
    "sparsematrix_from_edgelist",
    "sparsematrix_from_matrix",
    "sparsematrix_rm_weights"
  ],
  "_help": [
    {
      "page": "bipartite_rank",
      "title": "Bipartite Ranks",
      "topics": [
        "bipartite_rank"
      ]
    },
    {
      "page": "br_birank",
      "title": "BiRanks",
      "topics": [
        "br_birank"
      ]
    },
    {
      "page": "br_hits",
      "title": "HITS Ranks",
      "topics": [
        "br_hits"
      ]
    },
    {
      "page": "pagerank",
      "title": "Estimate PageRank",
      "topics": [
        "pagerank"
      ]
    },
    {
      "page": "project_to_one_mode",
      "title": "Create a one-mode projection of a two mode graph",
      "topics": [
        "project_to_one_mode"
      ]
    },
    {
      "page": "sparsematrix_from_edgelist",
      "title": "Convert edge list to sparse matrix",
      "topics": [
        "sparsematrix_from_edgelist"
      ]
    },
    {
      "page": "sparsematrix_from_matrix",
      "title": "Convert matrix to sparse matrix",
      "topics": [
        "sparsematrix_from_matrix"
      ]
    },
    {
      "page": "sparsematrix_rm_weights",
      "title": "Remove sparse matrix edge weights",
      "topics": [
        "sparsematrix_rm_weights"
      ]
    }
  ],
  "_readme": "https://github.com/brianaronson/birankr/raw/HEAD/README.md",
  "_rundeps": [
    "data.table",
    "lattice",
    "Matrix"
  ],
  "_score": 4.913813852383717,
  "_indexed": true,
  "_nocasepkg": "birankr",
  "_universes": [
    "brianaronson"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-06-03T10:14:59.000Z",
      "distro": "noble",
      "commit": "498747303d433a4114836adfb94988463519e858",
      "fileid": "e3bff9600c433b70f09d36065f7a26d26800add06c2f7ffc5a718ac85e029aef",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/brianaronson/actions/runs/26878070695"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-06-03T10:15:21.000Z",
      "distro": "noble",
      "commit": "498747303d433a4114836adfb94988463519e858",
      "fileid": "5aa5a685bc5e933907e0eab9fcf29425946c29f60f036a4eee72e0f32a6bb696",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/brianaronson/actions/runs/26878070695"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-06-03T10:15:48.000Z",
      "commit": "498747303d433a4114836adfb94988463519e858",
      "fileid": "b36a018d7de13706d3865ba0beeefb656e687eaf66a2f75d3f3d87e46b5bc4c5",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/brianaronson/actions/runs/26878070695"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.1",
      "date": "2026-06-03T10:15:07.000Z",
      "commit": "498747303d433a4114836adfb94988463519e858",
      "fileid": "d3bb0516ccbf5b637f87cce73cad7438ef447595f8c6c5c76b58113d17599ad1",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/brianaronson/actions/runs/26878070695"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.1",
      "date": "2026-06-03T10:14:59.000Z",
      "commit": "498747303d433a4114836adfb94988463519e858",
      "fileid": "b5403731345030e4077222ee1ee5bef7f3035c6eb125ba6b946191df6bbaaa5c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/brianaronson/actions/runs/26878070695"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-06-03T10:14:16.000Z",
      "commit": "498747303d433a4114836adfb94988463519e858",
      "fileid": "00519c3d5113c90d4985b6879b60be5d9b1716ce3a48f3e91c25c107b6a76b64",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/brianaronson/actions/runs/26878070695"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-06-03T10:14:11.000Z",
      "commit": "498747303d433a4114836adfb94988463519e858",
      "fileid": "35ae9137a39a3d4cb09dff7f682a2ff4cfe8584bbe2628b0807f5968770078fa",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/brianaronson/actions/runs/26878070695"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.1",
      "date": "2026-06-03T10:15:04.000Z",
      "commit": "498747303d433a4114836adfb94988463519e858",
      "fileid": "448919ab1cf1bc4ca3e679829e96c1a23d17435b172aaaee25e59ca85d291388",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/brianaronson/actions/runs/26878070695"
    }
  ]
}