{
  "_id": "6a106db7acfb0bcc41caafa4",
  "Package": "gdim",
  "Title": "Estimate Graph Dimension using Cross-Validated Eigenvalues",
  "Version": "0.1.0.9000",
  "Authors@R": "c(\nperson(\"Fan\", \"Chen\", , \"fchen365@gmail.com\", role = \"aut\",\ncomment = c(ORCID = \"0000-0003-4508-6023\")),\nperson(\"Alex\", \"Hayes\", , \"alexpghayes@gmail.com\", role = c(\"cre\", \"aut\", \"cph\"),\ncomment = c(ORCID = \"0000-0002-4985-5160\")),\nperson(\"Karl\", \"Rohe\", , \"karlrohe@wisc.edu\", role = \"aut\")\n)",
  "Description": "Cross-validated eigenvalues are estimated by splitting a\ngraph into two parts, the training and the test graph. The\ntraining graph is used to estimate eigenvectors, and the test\ngraph is used to evaluate the correlation between the training\neigenvectors and the eigenvectors of the test graph. The\ncorrelations follow a simple central limit theorem that can be\nused to estimate graph dimension via hypothesis testing, see\nChen et al. (2021) <doi:10.48550/arXiv:2108.03336> for details.",
  "License": "GPL (>= 3)",
  "URL": "https://github.com/RoheLab/gdim, https://rohelab.github.io/gdim/",
  "BugReports": "https://github.com/RoheLab/gdim/issues",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Repository": "https://rohelab.r-universe.dev",
  "Date/Publication": "2025-12-08 22:23:35 UTC",
  "RemoteUrl": "https://github.com/rohelab/gdim",
  "RemoteRef": "HEAD",
  "RemoteSha": "4b547b2419587d7ae94f70c8ed283c0a21392b8e",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-07 08:23:00 UTC",
    "User": "root"
  },
  "Author": "Fan Chen [aut] (ORCID: <https://orcid.org/0000-0003-4508-6023>),\nAlex Hayes [cre, aut, cph] (ORCID:\n<https://orcid.org/0000-0002-4985-5160>),\nKarl Rohe [aut]",
  "Maintainer": "Alex Hayes <alexpghayes@gmail.com>",
  "MD5sum": "7146bbbffd97d401e4d91924810dd9b8",
  "_user": "rohelab",
  "_type": "src",
  "_file": "gdim_0.1.0.9000.tar.gz",
  "_fileid": "ff87f264bd147f0c24d6ec55f02d33351f430451db276243d51b44009d59e673",
  "_filesize": 129218,
  "_sha256": "ff87f264bd147f0c24d6ec55f02d33351f430451db276243d51b44009d59e673",
  "_created": "2026-05-07T08:23:00.000Z",
  "_published": "2026-05-22T14:52:39.499Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77404378857,
      "time": 195,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "6850336371"
    },
    {
      "job": 77404379414,
      "time": 128,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6850317005"
    },
    {
      "job": 77404379054,
      "time": 100,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "6850306461"
    },
    {
      "job": 77404378643,
      "time": 108,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6850309200"
    },
    {
      "job": 77404378810,
      "time": 198,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6850273564"
    },
    {
      "job": 77404378136,
      "time": 103,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7163479446"
    },
    {
      "job": 77404378734,
      "time": 95,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "6850304951"
    },
    {
      "job": 77404378838,
      "time": 104,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "6850307900"
    },
    {
      "job": 77404378975,
      "time": 90,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6850303369"
    }
  ],
  "_buildurl": "https://github.com/r-universe/rohelab/actions/runs/25484424778",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/rohelab/gdim",
  "_commit": {
    "id": "4b547b2419587d7ae94f70c8ed283c0a21392b8e",
    "author": "Alex Hayes <alexpghayes@gmail.com>",
    "committer": "Alex Hayes <alexpghayes@gmail.com>",
    "message": "Bump R version dependency\n",
    "time": 1765232615
  },
  "_maintainer": {
    "name": "Alex Hayes",
    "email": "alexpghayes@gmail.com",
    "login": "alexpghayes",
    "bluesky": "@alexpghayes.com",
    "uuid": 15078251,
    "orcid": "0000-0002-4985-5160"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Matrix",
      "role": "Depends"
    },
    {
      "package": "R",
      "version": ">= 4.1",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "irlba",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "progress",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "epca",
      "role": "Suggests"
    },
    {
      "package": "fastRG",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "rohelab",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-50",
      "n": 3
    }
  ],
  "_tags": [],
  "_stars": 7,
  "_contributors": [
    {
      "user": "alexpghayes",
      "count": 28,
      "uuid": 15078251
    },
    {
      "user": "karlrohe",
      "count": 1,
      "uuid": 8247841
    }
  ],
  "_userbio": {
    "uuid": 13576766,
    "type": "organization",
    "name": "Rohe Lab",
    "description": "network analysis and multivariate statistics research group"
  },
  "_downloads": {
    "count": 178,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/gdim"
  },
  "_devurl": "https://github.com/rohelab/gdim",
  "_pkgdown": "https://rohelab.github.io/gdim/",
  "_searchresults": 6,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/gdim.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/rohelab/gdim",
  "_realowner": "rohelab",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2023-09-05"
    },
    {
      "version": "0.1.1",
      "date": "2025-12-11"
    }
  ],
  "_exports": [
    "eigcv"
  ],
  "_help": [
    {
      "page": "eigcv",
      "title": "Compute cross-validate eigenvalues",
      "topics": [
        "eigcv"
      ]
    },
    {
      "page": "plot.eigcv",
      "title": "Plot cross-validated eigenvalues",
      "topics": [
        "plot.eigcv"
      ]
    },
    {
      "page": "print.eigcv",
      "title": "Print cross-validated eigenvalues",
      "topics": [
        "print.eigcv"
      ]
    }
  ],
  "_readme": "https://github.com/rohelab/gdim/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "crayon",
    "dplyr",
    "farver",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "hms",
    "irlba",
    "isoband",
    "labeling",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 3.5440680443502757,
  "_indexed": true,
  "_nocasepkg": "gdim",
  "_universes": [
    "rohelab",
    "alexpghayes"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-05-07T08:26:04.000Z",
      "distro": "noble",
      "commit": "4b547b2419587d7ae94f70c8ed283c0a21392b8e",
      "fileid": "1d795140960735c2a053c95a0e815298bfdef251f78785b0f0f6de19bf2f731d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/rohelab/actions/runs/25484424778"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-05-07T08:24:58.000Z",
      "distro": "noble",
      "commit": "4b547b2419587d7ae94f70c8ed283c0a21392b8e",
      "fileid": "3a4cee2064eaf44a46026e50cbc4660a9b0e863fce0522a616928dda2c8512fc",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/rohelab/actions/runs/25484424778"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-05-07T08:24:35.000Z",
      "commit": "4b547b2419587d7ae94f70c8ed283c0a21392b8e",
      "fileid": "f4a539a68d3927d130e9655bce5259755d27533723c3a8da0f9fffbc0e95b5d6",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/rohelab/actions/runs/25484424778"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-05-07T08:24:39.000Z",
      "commit": "4b547b2419587d7ae94f70c8ed283c0a21392b8e",
      "fileid": "40e71b1dd98b659b22192c69ec8e69eac0be1b375daa427f5280df6c7bb228f6",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/rohelab/actions/runs/25484424778"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-05-07T08:24:18.000Z",
      "commit": "4b547b2419587d7ae94f70c8ed283c0a21392b8e",
      "fileid": "5ee22503eaefdab5aceec2d7189187d63cbe72e17bc4cbee25c368bee8512360",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/rohelab/actions/runs/25484424778"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-05-07T08:24:27.000Z",
      "commit": "4b547b2419587d7ae94f70c8ed283c0a21392b8e",
      "fileid": "8b03082fa58b9bf544ce8a4f0931bd9c0c34f54360e58b16f951a7591984c585",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/rohelab/actions/runs/25484424778"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-05-07T08:24:13.000Z",
      "commit": "4b547b2419587d7ae94f70c8ed283c0a21392b8e",
      "fileid": "14a60730799ca515c91c6c267987553a00ff3a5a8da1602912436f27236a4cf2",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/rohelab/actions/runs/25484424778"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0.9000",
      "date": "2026-05-22T14:52:24.000Z",
      "commit": "4b547b2419587d7ae94f70c8ed283c0a21392b8e",
      "fileid": "6c696ab3d04e038d5b00915b27006adcb68f0e3e637eff6f5011dffe82358217",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rohelab/actions/runs/25484424778"
    }
  ]
}