{
  "_id": "6a2008d6b401979e73446f46",
  "Package": "GMPro",
  "Type": "Package",
  "Title": "Graph Matching with Degree Profiles",
  "Version": "0.1.0",
  "Author": "Yaofang Hu [aut, cre], Wanjie Wang [aut], Yi Yu [aut]",
  "Maintainer": "Yaofang Hu <yaofang.hu@u.nus.edu>",
  "Description": "Functions for graph matching via nodes' degree profiles\nare provided in this package. The models we can handle include\nErdos-Renyi random graphs and stochastic block models(SBM).\nMore details are in the reference paper: Yaofang Hu, Wanjie\nWang and Yi Yu (2020) <arXiv:2006.03284>.",
  "License": "GPL-2",
  "Encoding": "UTF-8",
  "URL": "https://arxiv.org/abs/2006.03284",
  "Authors@R": "c(person(\"Yaofang\", \"Hu\", role=c(\"aut\", \"cre\"), email = \"yaofang.hu@u.nus.edu\"),\nperson(\"Wanjie\", \"Wang\", role=c(\"aut\"), email = \"staww@nus.edu.sg\"),\nperson(\"Yi\", \"Yu\", role=c(\"aut\"), email = \"yi.yu.2@warwick.ac.uk\"))",
  "RoxygenNote": "7.1.0",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-03 10:54:15 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2020-06-25 13:00:02 UTC",
  "RemoteUrl": "https://github.com/cran/GMPro",
  "RemoteRef": "HEAD",
  "RemoteSha": "fd90ff902acf861c30afc29bf2468a09c339faf7",
  "MD5sum": "fef33f6ce965856e4e68ba82b9bd0f2a",
  "_user": "cran",
  "_type": "src",
  "_file": "GMPro_0.1.0.tar.gz",
  "_fileid": "6a586c8e581dcd5ab15c966b4e300590a43c28d055914bab70b45aaa29690c95",
  "_filesize": 174256,
  "_sha256": "6a586c8e581dcd5ab15c966b4e300590a43c28d055914bab70b45aaa29690c95",
  "_created": "2026-06-03T10:54:15.000Z",
  "_published": "2026-06-03T10:58:30.842Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79278064032,
      "time": 120,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7382660777"
    },
    {
      "job": 79278064043,
      "time": 147,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382669825"
    },
    {
      "job": 79277402569,
      "time": 244,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382617481"
    },
    {
      "job": 79278063958,
      "time": 102,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7382654646"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26880015575",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/GMPro",
  "_commit": {
    "id": "fd90ff902acf861c30afc29bf2468a09c339faf7",
    "author": "Yaofang Hu <yaofang.hu@u.nus.edu>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1593090002
  },
  "_maintainer": {
    "name": "Yaofang Hu",
    "email": "yaofang.hu@u.nus.edu"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "combinat",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "transport",
      "role": "Imports"
    },
    {
      "package": "igraph",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "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": 142,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/GMPro"
  },
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/GMPro.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-06-25"
    }
  ],
  "_exports": [
    "DP_SBM",
    "DPdistance",
    "DPedge",
    "DPmatching",
    "EE_SBM",
    "EEpost",
    "EEpre",
    "SCORE"
  ],
  "_help": [
    {
      "page": "DP_SBM",
      "title": "Degree profile graph matching with community detection.",
      "topics": [
        "DP_SBM"
      ]
    },
    {
      "page": "DPdistance",
      "title": "calculate degree profile distances between 2 graphs.",
      "topics": [
        "DPdistance"
      ]
    },
    {
      "page": "DPedge",
      "title": "The edge-exploited version of DPmatching.",
      "topics": [
        "DPedge"
      ]
    },
    {
      "page": "DPmatching",
      "title": "calculate degree profile distances between two graphs and match nodes.",
      "topics": [
        "DPmatching"
      ]
    },
    {
      "page": "EE_SBM",
      "title": "Edge exploited degree profile graph matching with community detection.",
      "topics": [
        "EE_SBM"
      ]
    },
    {
      "page": "EEpost",
      "title": "Post-processing step for edge-exploited graph matching.",
      "topics": [
        "EEpost"
      ]
    },
    {
      "page": "EEpre",
      "title": "Edge exploited degree profile graph matching with preprocessing.",
      "topics": [
        "EEpre"
      ]
    },
    {
      "page": "SCORE",
      "title": "Spectral Clustering On Ratios-of-Eigenvectors.",
      "topics": [
        "SCORE"
      ]
    }
  ],
  "_rundeps": [
    "cli",
    "combinat",
    "cpp11",
    "data.table",
    "glue",
    "igraph",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "pkgconfig",
    "Rcpp",
    "RcppEigen",
    "rlang",
    "transport",
    "vctrs"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "gmpro",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-03T10:57:23.000Z",
      "distro": "noble",
      "commit": "fd90ff902acf861c30afc29bf2468a09c339faf7",
      "fileid": "866402f1efe000189d95d338f792de571136c2cd99c4d086b51393e8170c3ba2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26880015575"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-03T10:57:49.000Z",
      "distro": "noble",
      "commit": "fd90ff902acf861c30afc29bf2468a09c339faf7",
      "fileid": "2dd950ddb13655a4808c829eeecf1cdf42de45943c2fb33eed2500dd4855c16a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26880015575"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-03T10:57:29.000Z",
      "commit": "fd90ff902acf861c30afc29bf2468a09c339faf7",
      "fileid": "1926b185d5f31f7a5303cdee00027a0e1a975845dc66237dd4f489aa3e0bf476",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26880015575"
    }
  ]
}