{
  "_id": "6a2545064b233be19839a980",
  "Package": "CASCORE",
  "Type": "Package",
  "Title": "Covariate Assisted Spectral Clustering on Ratios of Eigenvectors",
  "Version": "0.1.2",
  "Author": "Yaofang Hu [aut, cre], Wanjie Wang [aut]",
  "Maintainer": "Yaofang Hu <yaofangh@smu.edu>",
  "Description": "Functions for implementing the novel algorithm CASCORE,\nwhich is designed to detect latent community structure in\ngraphs with node covariates. This algorithm can handle models\nsuch as the covariate-assisted degree corrected stochastic\nblock model (CADCSBM). CASCORE specifically addresses the\ndisagreement between the community structure inferred from the\nadjacency information and the community structure inferred from\nthe covariate information. For more detailed information,\nplease refer to the reference paper: Yaofang Hu and Wanjie Wang\n(2022) <arXiv:2306.15616>. In addition to CASCORE, this package\nincludes several classical community detection algorithms that\nare compared to CASCORE in our paper. These algorithms are:\nSpectral Clustering On Ratios-of Eigenvectors (SCORE),\nnormalized PCA, ordinary PCA, network-based clustering,\ncovariates-based clustering and covariate-assisted spectral\nclustering (CASC). By providing these additional algorithms,\nthe package enables users to compare their performance with\nCASCORE in community detection tasks.",
  "License": "GPL-2",
  "Encoding": "UTF-8",
  "URL": "https://arxiv.org/abs/2306.15616",
  "Authors@R": "c(person(\"Yaofang\", \"Hu\", role=c(\"aut\", \"cre\"), email = \"yaofangh@smu.edu\"),\nperson(\"Wanjie\", \"Wang\", role=c(\"aut\"), email = \"staww@nus.edu.sg\"))",
  "RoxygenNote": "7.2.3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-07 10:13:47 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2023-07-02 04:00:02 UTC",
  "RemoteUrl": "https://github.com/cran/CASCORE",
  "RemoteRef": "HEAD",
  "RemoteSha": "5d821b4c3cccb402d120b2722af8a9b441f235a1",
  "MD5sum": "b54eb2dbd131ddf77576850100ec3cd8",
  "_user": "cran",
  "_type": "src",
  "_file": "CASCORE_0.1.2.tar.gz",
  "_fileid": "02299f1a6a134775ce3ec8f5f8490a1ebd3502af59036b2f28c8c859a0494ac6",
  "_filesize": 149086,
  "_sha256": "02299f1a6a134775ce3ec8f5f8490a1ebd3502af59036b2f28c8c859a0494ac6",
  "_created": "2026-06-07T10:13:47.000Z",
  "_published": "2026-06-07T10:16:38.093Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79950627460,
      "time": 92,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7463158507"
    },
    {
      "job": 79950627457,
      "time": 137,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7463163904"
    },
    {
      "job": 79950452435,
      "time": 171,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7463146976"
    },
    {
      "job": 79950627450,
      "time": 103,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7463159702"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/27089545168",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/CASCORE",
  "_commit": {
    "id": "5d821b4c3cccb402d120b2722af8a9b441f235a1",
    "author": "Yaofang Hu <yaofangh@smu.edu>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.2\n",
    "time": 1688270402
  },
  "_maintainer": {
    "name": "Yaofang Hu",
    "email": "yaofangh@smu.edu"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "pracma",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "igraph",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 174,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/CASCORE"
  },
  "_searchresults": 13,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/CASCORE.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2022-08-17"
    },
    {
      "version": "0.1.1",
      "date": "2022-10-02"
    },
    {
      "version": "0.1.2",
      "date": "2023-07-02"
    }
  ],
  "_exports": [
    "ADMM",
    "CASC",
    "CASCORE",
    "Cov_based",
    "Net_based",
    "nPCA",
    "oPCA",
    "SCORE"
  ],
  "_help": [
    {
      "page": "ADMM",
      "title": "Penalized Optimization Framework for Community Detection in Networks with Covariates.",
      "topics": [
        "ADMM"
      ]
    },
    {
      "page": "CASC",
      "title": "Covariate Assisted Spectral Clustering.",
      "topics": [
        "CASC"
      ]
    },
    {
      "page": "CASCORE",
      "title": "Covariate Assisted Spectral Clustering on Ratios of Eigenvectors.",
      "topics": [
        "CASCORE"
      ]
    },
    {
      "page": "Cov_based",
      "title": "Covariates-based Clustering.",
      "topics": [
        "Cov_based"
      ]
    },
    {
      "page": "Net_based",
      "title": "Network-based Clustering.",
      "topics": [
        "Net_based"
      ]
    },
    {
      "page": "nPCA",
      "title": "Normalized Principle Component Analysis.",
      "topics": [
        "nPCA"
      ]
    },
    {
      "page": "oPCA",
      "title": "Ordinary Principle Component Analysis.",
      "topics": [
        "oPCA"
      ]
    },
    {
      "page": "SCORE",
      "title": "Spectral Clustering On Ratios-of-Eigenvectors.",
      "topics": [
        "SCORE"
      ]
    }
  ],
  "_rundeps": [
    "pracma"
  ],
  "_score": 1.1139433523068367,
  "_indexed": true,
  "_nocasepkg": "cascore",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-06-07T10:15:29.000Z",
      "distro": "noble",
      "commit": "5d821b4c3cccb402d120b2722af8a9b441f235a1",
      "fileid": "23e0d540de8d130eea316d5ac92fefa6688fc4bd9c33e2363a615760f76dceb0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27089545168"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-06-07T10:16:10.000Z",
      "distro": "noble",
      "commit": "5d821b4c3cccb402d120b2722af8a9b441f235a1",
      "fileid": "558f037d375751f45dfc8a2d5aa3b6b3fda5daf965a758a2afb1c764f46eb02c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27089545168"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-06-07T10:15:45.000Z",
      "commit": "5d821b4c3cccb402d120b2722af8a9b441f235a1",
      "fileid": "a29e0733ded16aa0067f3c008d1f3a5a6809eb03814bbea9096c932d42735f15",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27089545168"
    }
  ]
}