{
  "_id": "6a2150f6cd65a98ecbd2d3ad",
  "Package": "CliquePercolation",
  "Version": "0.4.0",
  "Date": "2022-11-08",
  "Title": "Clique Percolation for Networks",
  "Description": "Clique percolation community detection for weighted and\nunweighted networks as well as threshold and plotting\nfunctions. For more information see Farkas et al. (2007)\n<doi:10.1088/1367-2630/9/6/180> and Palla et al. (2005)\n<doi:10.1038/nature03607>.",
  "Authors@R": "c(\nperson(\"Jens\", \"Lange\", email = \"lange.jens@outlook.com\",\nrole = c(\"aut\", \"cre\")),\nperson(\"Janis\", \"Zickfeld\", role = c(\"ctb\")),\nperson(\"Alexander P.\", \"Christensen\", role = c(\"ctb\")),\nperson(\"Pedro Henrique Ribeiro\", \"Santiago\", role = c(\"ctb\")))",
  "Maintainer": "Jens Lange <lange.jens@outlook.com>",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "BugReports": "https://github.com/LangeJens/CliquePercolation/issues",
  "RoxygenNote": "7.2.1",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "cmake libfontconfig1-dev libfreetype6-dev\nlibfribidi-dev libglpk-dev make libharfbuzz-dev libicu-dev\nlibjpeg-dev libpng-dev libuv1-dev libxml2-dev libssl-dev\nzlib1g-dev",
  "Repository": "https://langejens.r-universe.dev",
  "Date/Publication": "2024-01-09 05:58:56 UTC",
  "RemoteUrl": "https://github.com/langejens/cliquepercolation",
  "RemoteRef": "HEAD",
  "RemoteSha": "61076894b82ea80640d65b23bc1a7dd1aeadb55d",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-04 10:14:22 UTC",
    "User": "root"
  },
  "Author": "Jens Lange [aut, cre],\nJanis Zickfeld [ctb],\nAlexander P. Christensen [ctb],\nPedro Henrique Ribeiro Santiago [ctb]",
  "MD5sum": "c4b6ea57526fe1f949e6bec636dabe54",
  "_user": "langejens",
  "_type": "src",
  "_file": "CliquePercolation_0.4.0.tar.gz",
  "_fileid": "fbd1c2cb1dd3a8e183c5e010edf7175cb5264ef2d23cf213be268d2402b401d5",
  "_filesize": 14373229,
  "_sha256": "fbd1c2cb1dd3a8e183c5e010edf7175cb5264ef2d23cf213be268d2402b401d5",
  "_created": "2026-06-04T10:14:22.000Z",
  "_published": "2026-06-04T10:18:30.130Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79497399347,
      "time": 168,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7408883875"
    },
    {
      "job": 79497399333,
      "time": 180,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408888103"
    },
    {
      "job": 79497399514,
      "time": 192,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7408881820"
    },
    {
      "job": 79497399398,
      "time": 134,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408867951"
    },
    {
      "job": 79496703312,
      "time": 258,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408829276"
    },
    {
      "job": 79497399399,
      "time": 145,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408876583"
    },
    {
      "job": 79497399337,
      "time": 104,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7408863346"
    },
    {
      "job": 79497399340,
      "time": 94,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7408860523"
    },
    {
      "job": 79497399461,
      "time": 140,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408875174"
    }
  ],
  "_buildurl": "https://github.com/r-universe/langejens/actions/runs/26945297547",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/langejens/cliquepercolation",
  "_commit": {
    "id": "61076894b82ea80640d65b23bc1a7dd1aeadb55d",
    "author": "Jens Lange <54584285+LangeJens@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #14 from olivroy/patch-1\n\nAdd links to DESCRIPTION",
    "time": 1704779936
  },
  "_maintainer": {
    "name": "Jens Lange",
    "email": "lange.jens@outlook.com",
    "login": "langejens",
    "description": "",
    "uuid": 54584285
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6.0",
      "role": "Depends"
    },
    {
      "package": "colorspace",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "igraph",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "Polychrome",
      "role": "Imports"
    },
    {
      "package": "qgraph",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "lessR",
      "role": "Imports"
    },
    {
      "package": "ohenery",
      "role": "Imports"
    },
    {
      "package": "pbapply",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "langejens",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 4,
  "_contributors": [
    {
      "user": "langejens",
      "count": 53,
      "uuid": 54584285
    },
    {
      "user": "alexchristensen",
      "count": 2,
      "uuid": 32655669
    },
    {
      "user": "olivroy",
      "count": 1,
      "uuid": 52606734
    },
    {
      "user": "pedro-ribeirosantiago",
      "count": 1,
      "uuid": 45943434
    }
  ],
  "_userbio": {
    "uuid": 54584285,
    "type": "user",
    "name": "Jens Lange"
  },
  "_downloads": {
    "count": 251,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/CliquePercolation"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/langejens/cliquepercolation",
  "_searchresults": 14,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/CliquePercolation.html",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/langejens/cliquepercolation",
  "_realowner": "langejens",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.0",
      "date": "2019-10-28"
    },
    {
      "version": "0.3.0",
      "date": "2021-05-29"
    },
    {
      "version": "0.4.0",
      "date": "2022-11-09"
    }
  ],
  "_exports": [
    "cpAlgorithm",
    "cpColoredGraph",
    "cpCommunityGraph",
    "cpCommunitySizeDistribution",
    "cpPermuteEntropy",
    "cpThreshold",
    "FuzzyMod",
    "SignedFuzzyMod"
  ],
  "_datasets": [
    {
      "name": "immuno",
      "title": "Data: Immunoglobulin interaction network",
      "object": "immuno",
      "class": [
        "qgraph"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "Obama",
      "title": "Data: Evaluative Reactions Toward Barack Obama (2012)",
      "object": "Obama",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Mor",
        "Led",
        "Car",
        "Kno",
        "Int",
        "Hns",
        "Ang",
        "Hop",
        "Afr",
        "Prd"
      ],
      "rows": 5914,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "cpAlgorithm",
      "title": "Clique Percolation Community Detection",
      "topics": [
        "cpAlgorithm"
      ]
    },
    {
      "page": "cpColoredGraph",
      "title": "Colored Network According To Clique Percolation Communities",
      "topics": [
        "cpColoredGraph"
      ]
    },
    {
      "page": "cpCommunityGraph",
      "title": "Plotting Clique Percolation Community Network",
      "topics": [
        "cpCommunityGraph"
      ]
    },
    {
      "page": "cpCommunitySizeDistribution",
      "title": "Plotting Clique Percolation Community Size Distribution",
      "topics": [
        "cpCommunitySizeDistribution"
      ]
    },
    {
      "page": "cpPermuteEntropy",
      "title": "Confidence Intervals Of Entropy Based On Random Permutations Of Network",
      "topics": [
        "cpPermuteEntropy"
      ]
    },
    {
      "page": "cpThreshold",
      "title": "Optimizing 'k' And 'I' For Clique Percolation Community Detection",
      "topics": [
        "cpThreshold"
      ]
    },
    {
      "page": "FuzzyMod",
      "title": "Fuzzy Modularity of a community structure of a graph",
      "topics": [
        "FuzzyMod"
      ]
    },
    {
      "page": "immuno",
      "title": "Data: Immunoglobulin interaction network",
      "topics": [
        "immuno"
      ]
    },
    {
      "page": "Obama",
      "title": "Data: Evaluative Reactions Toward Barack Obama (2012)",
      "topics": [
        "Obama"
      ]
    },
    {
      "page": "print.cpAlgorithm",
      "title": "print.cpAlgorithm",
      "topics": [
        "print.cpAlgorithm"
      ]
    },
    {
      "page": "print.cpPermuteEntropy",
      "title": "print.cpPermuteEntropy",
      "topics": [
        "print.cpPermuteEntropy"
      ]
    },
    {
      "page": "SignedFuzzyMod",
      "title": "Signed Fuzzy Modularity of a community structure of a graph",
      "topics": [
        "SignedFuzzyMod"
      ]
    },
    {
      "page": "summary.cpAlgorithm",
      "title": "summary.cpAlgorithm",
      "topics": [
        "summary.cpAlgorithm"
      ]
    }
  ],
  "_readme": "https://github.com/langejens/cliquepercolation/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "askpass",
    "backports",
    "base64enc",
    "bslib",
    "cachem",
    "checkmate",
    "cli",
    "cluster",
    "colorspace",
    "commonmark",
    "conflicted",
    "corpcor",
    "cpp11",
    "crosstalk",
    "curl",
    "data.table",
    "deldir",
    "DEoptimR",
    "digest",
    "dplyr",
    "ellipse",
    "evaluate",
    "farver",
    "fastmap",
    "fdrtool",
    "fontawesome",
    "foreign",
    "Formula",
    "fs",
    "generics",
    "ggplot2",
    "glasso",
    "glue",
    "GPArotation",
    "gridExtra",
    "gtable",
    "gtools",
    "highr",
    "Hmisc",
    "htmlTable",
    "htmltools",
    "htmlwidgets",
    "httpuv",
    "httr",
    "igraph",
    "interp",
    "isoband",
    "jpeg",
    "jquerylib",
    "jsonlite",
    "kableExtra",
    "knitr",
    "labeling",
    "later",
    "lattice",
    "latticeExtra",
    "lavaan",
    "lazyeval",
    "leaps",
    "lessR",
    "lifecycle",
    "magrittr",
    "MASS",
    "Matrix",
    "maxLik",
    "memoise",
    "mime",
    "miscTools",
    "mnormt",
    "nlme",
    "nnet",
    "numDeriv",
    "ohenery",
    "openssl",
    "openxlsx",
    "otel",
    "pbapply",
    "pbivnorm",
    "pillar",
    "pkgconfig",
    "plotly",
    "plyr",
    "png",
    "Polychrome",
    "promises",
    "psych",
    "purrr",
    "qgraph",
    "quadprog",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "reshape2",
    "rlang",
    "rmarkdown",
    "robustbase",
    "rpart",
    "rstudioapi",
    "S7",
    "sandwich",
    "sass",
    "scales",
    "scatterplot3d",
    "shiny",
    "sourcetools",
    "stringi",
    "stringr",
    "svglite",
    "sys",
    "systemfonts",
    "textshaping",
    "tibble",
    "tidyr",
    "tidyselect",
    "tinytex",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "xfun",
    "xml2",
    "xtable",
    "xts",
    "yaml",
    "zip",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "CliquePercolation.Rmd",
      "filename": "CliquePercolation.html",
      "title": "CliquePercolation",
      "author": "Jens Lange",
      "engine": "knitr::rmarkdown",
      "headings": [
        "An Introduction to the Clique Percolation Community Detection Algorithm",
        "Optimizing k and I",
        "Summary",
        "The workflow of the CliquePercolation package",
        "Very small networks",
        "References"
      ],
      "created": "2019-10-31 11:28:28",
      "modified": "2022-11-08 10:07:37",
      "commits": 8
    }
  ],
  "_score": 5.401400540781545,
  "_indexed": true,
  "_nocasepkg": "cliquepercolation",
  "_universes": [
    "langejens"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-06-04T10:17:05.000Z",
      "distro": "noble",
      "commit": "61076894b82ea80640d65b23bc1a7dd1aeadb55d",
      "fileid": "3d8f4745fcd8c64904a6f60f62a92c3046b8bdeb67c62f061a17736f26cd0472",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/langejens/actions/runs/26945297547"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-06-04T10:17:14.000Z",
      "distro": "noble",
      "commit": "61076894b82ea80640d65b23bc1a7dd1aeadb55d",
      "fileid": "cd38cf9c4d719f184ddd83811da4086f1c2095df5095eb33f7bb288201f6d992",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/langejens/actions/runs/26945297547"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-06-04T10:16:59.000Z",
      "commit": "61076894b82ea80640d65b23bc1a7dd1aeadb55d",
      "fileid": "17e0784def9ee377bae9991f2e4777764b42a1293edaa214d57d2313696d0212",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/langejens/actions/runs/26945297547"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-06-04T10:16:23.000Z",
      "commit": "61076894b82ea80640d65b23bc1a7dd1aeadb55d",
      "fileid": "460f603a14a896379f0b40fb6ed9b21d9fee0e56ffa5e5824f3349d1073f05fb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/langejens/actions/runs/26945297547"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.0",
      "date": "2026-06-04T10:17:05.000Z",
      "commit": "61076894b82ea80640d65b23bc1a7dd1aeadb55d",
      "fileid": "0d04ac75395c54be1181ba1507c26ec297891d6d128b7fc34c597643fa4dd17c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/langejens/actions/runs/26945297547"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-06-04T10:16:01.000Z",
      "commit": "61076894b82ea80640d65b23bc1a7dd1aeadb55d",
      "fileid": "7ae12dd50689fc0406ee5dc4d63435e2b62fe951d42b4e9ef8df48cd906bd585",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/langejens/actions/runs/26945297547"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-06-04T10:15:46.000Z",
      "commit": "61076894b82ea80640d65b23bc1a7dd1aeadb55d",
      "fileid": "e91ea37f6bd9decf1555e52e10090ac4ea98ec5a63acadde35787cecfe5628fd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/langejens/actions/runs/26945297547"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-06-04T10:16:32.000Z",
      "commit": "61076894b82ea80640d65b23bc1a7dd1aeadb55d",
      "fileid": "dc4ed5be202620f4db2870cdbaf31d786a9f006bdfcc9757b4d5aac04ae7bb0a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/langejens/actions/runs/26945297547"
    }
  ]
}