{
  "_id": "6a4a3c19705dbdb320aca566",
  "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-06-06 07:11:44 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>",
  "_user": "rohelab",
  "_type": "src",
  "_file": "gdim_0.1.0.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/d59646d39254e8fdf5c2a1551a66996421b0149ca655f60bd13ca5a11b8d4bb5",
  "_filesize": 127068,
  "_sha256": "d59646d39254e8fdf5c2a1551a66996421b0149ca655f60bd13ca5a11b8d4bb5",
  "_expires": "2026-10-13T11:12:23.000Z",
  "_created": "2026-06-06T07:11:44.000Z",
  "_published": "2026-07-05T11:12:25.103Z",
  "_jobs": [
    {
      "job": 85217825317,
      "time": 145,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7452316092"
    },
    {
      "job": 85217825272,
      "time": 146,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7452316075"
    },
    {
      "job": 85217825196,
      "time": 147,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7452316101"
    },
    {
      "job": 85217825207,
      "time": 108,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7452311152"
    },
    {
      "job": 85217825199,
      "time": 169,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452295736"
    },
    {
      "job": 85217825264,
      "time": 117,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452312508"
    },
    {
      "job": 85217825157,
      "time": 118,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7452312903"
    },
    {
      "job": 85217825189,
      "time": 89,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7452308544"
    },
    {
      "job": 85217825340,
      "time": 112,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7452311647"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/rohelab/actions/runs/27055814924",
  "_status": "success",
  "_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",
    "description": "Postdoc developing methods to make network experiments more cost effective",
    "uuid": 15078251,
    "orcid": "0000-0002-4985-5160"
  },
  "_distro": "noble",
  "_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": 118,
    "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-06-06T07:13:48.000Z",
      "distro": "noble",
      "commit": "4b547b2419587d7ae94f70c8ed283c0a21392b8e",
      "fileid": "https://r2.ropensci.org/12c623ee0699b2c49544162d8c570ab02c511d2ad2346631d3ceccb82905da69",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/rohelab/actions/runs/27055814924"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-06-06T07:13:49.000Z",
      "distro": "noble",
      "commit": "4b547b2419587d7ae94f70c8ed283c0a21392b8e",
      "fileid": "https://r2.ropensci.org/67e50be01660ad82870b3322bd28bf295635d9dcac9e3619042fbfd500b7a346",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/rohelab/actions/runs/27055814924"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-06-06T07:13:48.000Z",
      "commit": "4b547b2419587d7ae94f70c8ed283c0a21392b8e",
      "fileid": "https://r2.ropensci.org/9b8c98faaae3623819c8ddc53ffedc6e7ddafd5aefc0e9752f773617f085370a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/rohelab/actions/runs/27055814924"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-06-06T07:13:15.000Z",
      "commit": "4b547b2419587d7ae94f70c8ed283c0a21392b8e",
      "fileid": "https://r2.ropensci.org/4ae705051f9fd0afafbbc78e9574e325aaaaad6428822b4820ed9a3e724a4b33",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/rohelab/actions/runs/27055814924"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0.9000",
      "date": "2026-06-06T07:13:57.000Z",
      "commit": "4b547b2419587d7ae94f70c8ed283c0a21392b8e",
      "fileid": "https://r2.ropensci.org/a599d28d11d72545aceef537d8fce80b19b6705e4d5d4b24b7fd9d546bceecce",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rohelab/actions/runs/27055814924"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-06-06T07:13:21.000Z",
      "commit": "4b547b2419587d7ae94f70c8ed283c0a21392b8e",
      "fileid": "https://r2.ropensci.org/01dbe0d2447567def1b0d01762c1883d192a26850810a8d0e7cc220a8a78b861",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/rohelab/actions/runs/27055814924"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-06-06T07:12:52.000Z",
      "commit": "4b547b2419587d7ae94f70c8ed283c0a21392b8e",
      "fileid": "https://r2.ropensci.org/8d2de6dcc0aba5d6249388f9015fc1498806f5f11dcb96f378ef35caecfec7d8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/rohelab/actions/runs/27055814924"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-06-06T07:13:11.000Z",
      "commit": "4b547b2419587d7ae94f70c8ed283c0a21392b8e",
      "fileid": "https://r2.ropensci.org/1d271af9c41c88975862e576cf69a304e19120b826643ba3b91b3ecc0a1b205d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/rohelab/actions/runs/27055814924"
    }
  ]
}