{
  "_id": "6a154fcfacfb0bcc41d59dfa",
  "Package": "greed",
  "Type": "Package",
  "Title": "Clustering and Model Selection with the Integrated\nClassification Likelihood",
  "Version": "0.6.2",
  "Date": "2025-08-28",
  "Authors@R": "c(person(given = \"Etienne\",\nfamily = \"Côme\",\nrole = c(\"aut\", \"cre\"),\nemail = \"etienne.come@univ-eiffel.fr\"),\nperson(given = \"Nicolas\",\nfamily = \"Jouvin\",\nrole = c(\"aut\")))",
  "URL": "https://comeetie.github.io/greed/,\nhttps://github.com/comeetie/greed",
  "BugReports": "https://github.com/comeetie/greed/issues",
  "Maintainer": "Etienne Côme <etienne.come@univ-eiffel.fr>",
  "Description": "An ensemble of algorithms that enable the clustering of\nnetworks and data matrices (such as counts, categorical or\ncontinuous) with different type of generative models. Model\nselection and clustering is performed in combination by\noptimizing the Integrated Classification Likelihood (which is\nequivalent to minimizing the description length). Several\nmodels are available such as: Stochastic Block Model, degree\ncorrected Stochastic Block Model, Mixtures of Multinomial,\nLatent Block Model. The optimization is performed thanks to a\ncombination of greedy local search and a genetic algorithm (see\n<arXiv:2002:11577> for more details).",
  "License": "GPL",
  "Encoding": "UTF-8",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.3.2",
  "Collate": "'RcppExports.R' 'tools_misc.R' 'models_classes.R'\n'fit_classes.R' 'tools_cleanpath.R' 'alg_genetic.R'\n'alg_hybrid.R' 'alg_classes.R' 'alg_multistart.R' 'data.R'\n'greed.R' 'model_combinedmodels.R' 'model_dclbm.R'\n'model_dcsbm.R' 'model_diaggmm.R' 'model_gmm.R' 'model_lca.R'\n'model_mom.R' 'model_mor.R' 'model_multsbm.R' 'model_sbm.R'\n'tools_generator.R' 'tools_ploting.R'",
  "Language": "en-US",
  "LazyData": "true",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-26 07:37:31 UTC",
    "User": "root"
  },
  "Author": "Etienne Côme [aut, cre], Nicolas Jouvin [aut]",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2025-08-29 10:30:02 UTC",
  "RemoteUrl": "https://github.com/cran/greed",
  "RemoteRef": "HEAD",
  "RemoteSha": "8ccb7202170efb9d723b8a038a6f439790110eb8",
  "MD5sum": "aebc6f56f4ce46d08d32e5436bbb2edb",
  "_user": "cran",
  "_type": "src",
  "_file": "greed_0.6.2.tar.gz",
  "_fileid": "8d5967f6a21d48d7f23e1ce6ad8722739dbcf3358a5882d1089975d8c03e3bf0",
  "_filesize": 1557866,
  "_sha256": "8d5967f6a21d48d7f23e1ce6ad8722739dbcf3358a5882d1089975d8c03e3bf0",
  "_created": "2026-05-26T07:37:31.000Z",
  "_published": "2026-05-26T07:46:23.699Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77828890654,
      "time": 336,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7211534115"
    },
    {
      "job": 77828890525,
      "time": 354,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7211539229"
    },
    {
      "job": 77828890518,
      "time": 335,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7211533529"
    },
    {
      "job": 77828890565,
      "time": 346,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7211536675"
    },
    {
      "job": 77827762735,
      "time": 481,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7211438059"
    },
    {
      "job": 77828890468,
      "time": 225,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7211502377"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26438761015",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/greed",
  "_commit": {
    "id": "8ccb7202170efb9d723b8a038a6f439790110eb8",
    "author": "Etienne Côme <etienne.come@univ-eiffel.fr>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.6.2\n",
    "time": 1756463402
  },
  "_maintainer": {
    "name": "Etienne Côme",
    "email": "etienne.come@univ-eiffel.fr"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "future",
      "role": "Imports"
    },
    {
      "package": "listenv",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "RSpectra",
      "role": "Imports"
    },
    {
      "package": "grid",
      "role": "Imports"
    },
    {
      "package": "gtable",
      "role": "Imports"
    },
    {
      "package": "gridExtra",
      "role": "Imports"
    },
    {
      "package": "cba",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "MASS",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "igraph",
      "role": "Suggests"
    },
    {
      "package": "tidygraph",
      "role": "Suggests"
    },
    {
      "package": "ggraph",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-35",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.6.2",
      "date": "2025-08-29"
    }
  ],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 569,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/greed"
  },
  "_devurl": "https://github.com/comeetie/greed",
  "_pkgdown": "https://comeetie.github.io/greed/",
  "_searchresults": 77,
  "_topics": [
    "openblas",
    "cpp",
    "openmp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/greed.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/comeetie/greed",
  "_realowner": "comeetie",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.5.0",
      "date": "2021-04-21"
    },
    {
      "version": "0.5.1",
      "date": "2021-05-10"
    },
    {
      "version": "0.6.0",
      "date": "2022-03-18"
    },
    {
      "version": "0.6.1",
      "date": "2022-10-03"
    },
    {
      "version": "0.6.2",
      "date": "2025-08-29"
    }
  ],
  "_exports": [
    "available_algorithms",
    "available_models",
    "clustering",
    "coef",
    "CombinedModels",
    "cut",
    "DcLbm",
    "DcLbmPrior",
    "DcSbm",
    "DcSbmPrior",
    "DiagGmm",
    "DiagGmmPrior",
    "extractSubModel",
    "Genetic",
    "Gmm",
    "gmmpairs",
    "GmmPrior",
    "greed",
    "H",
    "Hybrid",
    "ICL",
    "K",
    "Lca",
    "LcaPrior",
    "MI",
    "MoM",
    "MoMPrior",
    "MoR",
    "MoRPrior",
    "Multistarts",
    "MultSbm",
    "MultSbmPrior",
    "NMI",
    "plot",
    "prior",
    "rdcsbm",
    "rlbm",
    "rlca",
    "rmm",
    "rmreg",
    "rmultsbm",
    "rsbm",
    "Sbm",
    "SbmPrior",
    "Seed",
    "show",
    "spectral",
    "to_multinomial"
  ],
  "_datasets": [
    {
      "name": "Books",
      "title": "Books about US politics network dataset",
      "object": "Books",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "fashion",
      "title": "Fashion mnist dataset",
      "object": "fashion",
      "class": [
        "matrix",
        "array"
      ],
      "fields": [
        "pixel1",
        "pixel2",
        "pixel3",
        "pixel4",
        "pixel5",
        "pixel6",
        "pixel7",
        "pixel8",
        "pixel9",
        "pixel10",
        "pixel11",
        "pixel12",
        "pixel13",
        "pixel14",
        "pixel15",
        "pixel16",
        "pixel17",
        "pixel18",
        "pixel19",
        "pixel20",
        "pixel21",
        "pixel22",
        "pixel23",
        "pixel24",
        "pixel25",
        "pixel26",
        "pixel27",
        "pixel28",
        "pixel29",
        "pixel30",
        "pixel31",
        "pixel32",
        "pixel33",
        "pixel34",
        "pixel35",
        "pixel36",
        "pixel37",
        "pixel38",
        "pixel39",
        "pixel40",
        "pixel41",
        "pixel42",
        "pixel43",
        "pixel44",
        "pixel45",
        "pixel46",
        "pixel47",
        "pixel48",
        "pixel49",
        "pixel50",
        "pixel51",
        "pixel52",
        "pixel53",
        "pixel54",
        "pixel55",
        "pixel56",
        "pixel57",
        "pixel58",
        "pixel59",
        "pixel60",
        "pixel61",
        "pixel62",
        "pixel63",
        "pixel64",
        "pixel65",
        "pixel66",
        "pixel67",
        "pixel68",
        "pixel69",
        "pixel70",
        "pixel71",
        "pixel72",
        "pixel73",
        "pixel74",
        "pixel75",
        "pixel76",
        "pixel77",
        "pixel78",
        "pixel79",
        "pixel80",
        "pixel81",
        "pixel82",
        "pixel83",
        "pixel84",
        "pixel85",
        "pixel86",
        "pixel87",
        "pixel88",
        "pixel89",
        "pixel90",
        "pixel91",
        "pixel92",
        "pixel93",
        "pixel94",
        "pixel95",
        "pixel96",
        "pixel97",
        "pixel98",
        "pixel99",
        "pixel100",
        "pixel101",
        "pixel102",
        "pixel103",
        "pixel104",
        "pixel105",
        "pixel106",
        "pixel107",
        "pixel108",
        "pixel109",
        "pixel110",
        "pixel111",
        "pixel112",
        "pixel113",
        "pixel114",
        "pixel115",
        "pixel116",
        "pixel117",
        "pixel118",
        "pixel119",
        "pixel120",
        "pixel121",
        "pixel122",
        "pixel123",
        "pixel124",
        "pixel125",
        "pixel126",
        "pixel127",
        "pixel128",
        "pixel129",
        "pixel130",
        "pixel131",
        "pixel132",
        "pixel133",
        "pixel134",
        "pixel135",
        "pixel136",
        "pixel137",
        "pixel138",
        "pixel139",
        "pixel140",
        "pixel141",
        "pixel142",
        "pixel143",
        "pixel144",
        "pixel145",
        "pixel146",
        "pixel147",
        "pixel148",
        "pixel149",
        "pixel150",
        "pixel151",
        "pixel152",
        "pixel153",
        "pixel154",
        "pixel155",
        "pixel156",
        "pixel157",
        "pixel158",
        "pixel159",
        "pixel160",
        "pixel161",
        "pixel162",
        "pixel163",
        "pixel164",
        "pixel165",
        "pixel166",
        "pixel167",
        "pixel168",
        "pixel169",
        "pixel170",
        "pixel171",
        "pixel172",
        "pixel173",
        "pixel174",
        "pixel175",
        "pixel176",
        "pixel177",
        "pixel178",
        "pixel179",
        "pixel180",
        "pixel181",
        "pixel182",
        "pixel183",
        "pixel184",
        "pixel185",
        "pixel186",
        "pixel187",
        "pixel188",
        "pixel189",
        "pixel190",
        "pixel191",
        "pixel192",
        "pixel193",
        "pixel194",
        "pixel195",
        "pixel196",
        "pixel197",
        "pixel198",
        "pixel199",
        "pixel200",
        "pixel201",
        "pixel202",
        "pixel203",
        "pixel204",
        "pixel205",
        "pixel206",
        "pixel207",
        "pixel208",
        "pixel209",
        "pixel210",
        "pixel211",
        "pixel212",
        "pixel213",
        "pixel214",
        "pixel215",
        "pixel216",
        "pixel217",
        "pixel218",
        "pixel219",
        "pixel220",
        "pixel221",
        "pixel222",
        "pixel223",
        "pixel224",
        "pixel225",
        "pixel226",
        "pixel227",
        "pixel228",
        "pixel229",
        "pixel230",
        "pixel231",
        "pixel232",
        "pixel233",
        "pixel234",
        "pixel235",
        "pixel236",
        "pixel237",
        "pixel238",
        "pixel239",
        "pixel240",
        "pixel241",
        "pixel242",
        "pixel243",
        "pixel244",
        "pixel245",
        "pixel246",
        "pixel247",
        "pixel248",
        "pixel249",
        "pixel250",
        "pixel251",
        "pixel252",
        "pixel253",
        "pixel254",
        "pixel255",
        "pixel256",
        "pixel257",
        "pixel258",
        "pixel259",
        "pixel260",
        "pixel261",
        "pixel262",
        "pixel263",
        "pixel264",
        "pixel265",
        "pixel266",
        "pixel267",
        "pixel268",
        "pixel269",
        "pixel270",
        "pixel271",
        "pixel272",
        "pixel273",
        "pixel274",
        "pixel275",
        "pixel276",
        "pixel277",
        "pixel278",
        "pixel279",
        "pixel280",
        "pixel281",
        "pixel282",
        "pixel283",
        "pixel284",
        "pixel285",
        "pixel286",
        "pixel287",
        "pixel288",
        "pixel289",
        "pixel290",
        "pixel291",
        "pixel292",
        "pixel293",
        "pixel294",
        "pixel295",
        "pixel296",
        "pixel297",
        "pixel298",
        "pixel299",
        "pixel300",
        "pixel301",
        "pixel302",
        "pixel303",
        "pixel304",
        "pixel305",
        "pixel306",
        "pixel307",
        "pixel308",
        "pixel309",
        "pixel310",
        "pixel311",
        "pixel312",
        "pixel313",
        "pixel314",
        "pixel315",
        "pixel316",
        "pixel317",
        "pixel318",
        "pixel319",
        "pixel320",
        "pixel321",
        "pixel322",
        "pixel323",
        "pixel324",
        "pixel325",
        "pixel326",
        "pixel327",
        "pixel328",
        "pixel329",
        "pixel330",
        "pixel331",
        "pixel332",
        "pixel333",
        "pixel334",
        "pixel335",
        "pixel336",
        "pixel337",
        "pixel338",
        "pixel339",
        "pixel340",
        "pixel341",
        "pixel342",
        "pixel343",
        "pixel344",
        "pixel345",
        "pixel346",
        "pixel347",
        "pixel348",
        "pixel349",
        "pixel350",
        "pixel351",
        "pixel352",
        "pixel353",
        "pixel354",
        "pixel355",
        "pixel356",
        "pixel357",
        "pixel358",
        "pixel359",
        "pixel360",
        "pixel361",
        "pixel362",
        "pixel363",
        "pixel364",
        "pixel365",
        "pixel366",
        "pixel367",
        "pixel368",
        "pixel369",
        "pixel370",
        "pixel371",
        "pixel372",
        "pixel373",
        "pixel374",
        "pixel375",
        "pixel376",
        "pixel377",
        "pixel378",
        "pixel379",
        "pixel380",
        "pixel381",
        "pixel382",
        "pixel383",
        "pixel384",
        "pixel385",
        "pixel386",
        "pixel387",
        "pixel388",
        "pixel389",
        "pixel390",
        "pixel391",
        "pixel392",
        "pixel393",
        "pixel394",
        "pixel395",
        "pixel396",
        "pixel397",
        "pixel398",
        "pixel399",
        "pixel400",
        "pixel401",
        "pixel402",
        "pixel403",
        "pixel404",
        "pixel405",
        "pixel406",
        "pixel407",
        "pixel408",
        "pixel409",
        "pixel410",
        "pixel411",
        "pixel412",
        "pixel413",
        "pixel414",
        "pixel415",
        "pixel416",
        "pixel417",
        "pixel418",
        "pixel419",
        "pixel420",
        "pixel421",
        "pixel422",
        "pixel423",
        "pixel424",
        "pixel425",
        "pixel426",
        "pixel427",
        "pixel428",
        "pixel429",
        "pixel430",
        "pixel431",
        "pixel432",
        "pixel433",
        "pixel434",
        "pixel435",
        "pixel436",
        "pixel437",
        "pixel438",
        "pixel439",
        "pixel440",
        "pixel441",
        "pixel442",
        "pixel443",
        "pixel444",
        "pixel445",
        "pixel446",
        "pixel447",
        "pixel448",
        "pixel449",
        "pixel450",
        "pixel451",
        "pixel452",
        "pixel453",
        "pixel454",
        "pixel455",
        "pixel456",
        "pixel457",
        "pixel458",
        "pixel459",
        "pixel460",
        "pixel461",
        "pixel462",
        "pixel463",
        "pixel464",
        "pixel465",
        "pixel466",
        "pixel467",
        "pixel468",
        "pixel469",
        "pixel470",
        "pixel471",
        "pixel472",
        "pixel473",
        "pixel474",
        "pixel475",
        "pixel476",
        "pixel477",
        "pixel478",
        "pixel479",
        "pixel480",
        "pixel481",
        "pixel482",
        "pixel483",
        "pixel484",
        "pixel485",
        "pixel486",
        "pixel487",
        "pixel488",
        "pixel489",
        "pixel490",
        "pixel491",
        "pixel492",
        "pixel493",
        "pixel494",
        "pixel495",
        "pixel496",
        "pixel497",
        "pixel498",
        "pixel499",
        "pixel500",
        "pixel501",
        "pixel502",
        "pixel503",
        "pixel504",
        "pixel505",
        "pixel506",
        "pixel507",
        "pixel508",
        "pixel509",
        "pixel510",
        "pixel511",
        "pixel512",
        "pixel513",
        "pixel514",
        "pixel515",
        "pixel516",
        "pixel517",
        "pixel518",
        "pixel519",
        "pixel520",
        "pixel521",
        "pixel522",
        "pixel523",
        "pixel524",
        "pixel525",
        "pixel526",
        "pixel527",
        "pixel528",
        "pixel529",
        "pixel530",
        "pixel531",
        "pixel532",
        "pixel533",
        "pixel534",
        "pixel535",
        "pixel536",
        "pixel537",
        "pixel538",
        "pixel539",
        "pixel540",
        "pixel541",
        "pixel542",
        "pixel543",
        "pixel544",
        "pixel545",
        "pixel546",
        "pixel547",
        "pixel548",
        "pixel549",
        "pixel550",
        "pixel551",
        "pixel552",
        "pixel553",
        "pixel554",
        "pixel555",
        "pixel556",
        "pixel557",
        "pixel558",
        "pixel559",
        "pixel560",
        "pixel561",
        "pixel562",
        "pixel563",
        "pixel564",
        "pixel565",
        "pixel566",
        "pixel567",
        "pixel568",
        "pixel569",
        "pixel570",
        "pixel571",
        "pixel572",
        "pixel573",
        "pixel574",
        "pixel575",
        "pixel576",
        "pixel577",
        "pixel578",
        "pixel579",
        "pixel580",
        "pixel581",
        "pixel582",
        "pixel583",
        "pixel584",
        "pixel585",
        "pixel586",
        "pixel587",
        "pixel588",
        "pixel589",
        "pixel590",
        "pixel591",
        "pixel592",
        "pixel593",
        "pixel594",
        "pixel595",
        "pixel596",
        "pixel597",
        "pixel598",
        "pixel599",
        "pixel600",
        "pixel601",
        "pixel602",
        "pixel603",
        "pixel604",
        "pixel605",
        "pixel606",
        "pixel607",
        "pixel608",
        "pixel609",
        "pixel610",
        "pixel611",
        "pixel612",
        "pixel613",
        "pixel614",
        "pixel615",
        "pixel616",
        "pixel617",
        "pixel618",
        "pixel619",
        "pixel620",
        "pixel621",
        "pixel622",
        "pixel623",
        "pixel624",
        "pixel625",
        "pixel626",
        "pixel627",
        "pixel628",
        "pixel629",
        "pixel630",
        "pixel631",
        "pixel632",
        "pixel633",
        "pixel634",
        "pixel635",
        "pixel636",
        "pixel637",
        "pixel638",
        "pixel639",
        "pixel640",
        "pixel641",
        "pixel642",
        "pixel643",
        "pixel644",
        "pixel645",
        "pixel646",
        "pixel647",
        "pixel648",
        "pixel649",
        "pixel650",
        "pixel651",
        "pixel652",
        "pixel653",
        "pixel654",
        "pixel655",
        "pixel656",
        "pixel657",
        "pixel658",
        "pixel659",
        "pixel660",
        "pixel661",
        "pixel662",
        "pixel663",
        "pixel664",
        "pixel665",
        "pixel666",
        "pixel667",
        "pixel668",
        "pixel669",
        "pixel670",
        "pixel671",
        "pixel672",
        "pixel673",
        "pixel674",
        "pixel675",
        "pixel676",
        "pixel677",
        "pixel678",
        "pixel679",
        "pixel680",
        "pixel681",
        "pixel682",
        "pixel683",
        "pixel684",
        "pixel685",
        "pixel686",
        "pixel687",
        "pixel688",
        "pixel689",
        "pixel690",
        "pixel691",
        "pixel692",
        "pixel693",
        "pixel694",
        "pixel695",
        "pixel696",
        "pixel697",
        "pixel698",
        "pixel699",
        "pixel700",
        "pixel701",
        "pixel702",
        "pixel703",
        "pixel704",
        "pixel705",
        "pixel706",
        "pixel707",
        "pixel708",
        "pixel709",
        "pixel710",
        "pixel711",
        "pixel712",
        "pixel713",
        "pixel714",
        "pixel715",
        "pixel716",
        "pixel717",
        "pixel718",
        "pixel719",
        "pixel720",
        "pixel721",
        "pixel722",
        "pixel723",
        "pixel724",
        "pixel725",
        "pixel726",
        "pixel727",
        "pixel728",
        "pixel729",
        "pixel730",
        "pixel731",
        "pixel732",
        "pixel733",
        "pixel734",
        "pixel735",
        "pixel736",
        "pixel737",
        "pixel738",
        "pixel739",
        "pixel740",
        "pixel741",
        "pixel742",
        "pixel743",
        "pixel744",
        "pixel745",
        "pixel746",
        "pixel747",
        "pixel748",
        "pixel749",
        "pixel750",
        "pixel751",
        "pixel752",
        "pixel753",
        "pixel754",
        "pixel755",
        "pixel756",
        "pixel757",
        "pixel758",
        "pixel759",
        "pixel760",
        "pixel761",
        "pixel762",
        "pixel763",
        "pixel764",
        "pixel765",
        "pixel766",
        "pixel767",
        "pixel768",
        "pixel769",
        "pixel770",
        "pixel771",
        "pixel772",
        "pixel773",
        "pixel774",
        "pixel775",
        "pixel776",
        "pixel777",
        "pixel778",
        "pixel779",
        "pixel780",
        "pixel781",
        "pixel782",
        "pixel783",
        "pixel784"
      ],
      "rows": 1000,
      "table": true,
      "tojson": true
    },
    {
      "name": "Fifa",
      "title": "Fifa data",
      "object": "Fifa",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "short_name",
        "nationality",
        "preferred_foot",
        "age",
        "height_cm",
        "weight_kg",
        "value_eur",
        "pace",
        "shooting",
        "passing",
        "dribbling",
        "defending",
        "physic",
        "RW",
        "CF",
        "ST",
        "LW",
        "CAM",
        "GK",
        "CM",
        "CB",
        "CDM",
        "LM",
        "LB",
        "RB",
        "RM",
        "LWB",
        "RWB",
        "pos_y",
        "pos_x"
      ],
      "rows": 6000,
      "table": true,
      "tojson": true
    },
    {
      "name": "Football",
      "title": "American College football network dataset",
      "object": "Football",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "Jazz",
      "title": "Jazz musicians network dataset",
      "object": "Jazz",
      "class": [
        "dgCMatrix"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "mushroom",
      "title": "Mushroom data",
      "object": "mushroom",
      "class": [
        "data.frame"
      ],
      "fields": [
        "edibility",
        "V2",
        "V3",
        "V4",
        "V5",
        "V6",
        "V7",
        "V8",
        "V9",
        "V10",
        "V11",
        "V12",
        "V13",
        "V14",
        "V15",
        "V16",
        "V17",
        "V18",
        "V19",
        "V20",
        "V21",
        "V22",
        "V23"
      ],
      "rows": 8124,
      "table": true,
      "tojson": true
    },
    {
      "name": "Ndrangheta",
      "title": "Ndrangheta mafia covert network dataset",
      "object": "Ndrangheta",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "NewGuinea",
      "title": "NewGuinea data",
      "object": "NewGuinea",
      "class": [
        "array"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "SevenGraders",
      "title": "SevenGraders data",
      "object": "SevenGraders",
      "class": [
        "array"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "Youngpeoplesurvey",
      "title": "Young People survey data",
      "object": "Youngpeoplesurvey",
      "class": [
        "spec_tbl_df",
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "Music",
        "Slow songs or fast songs",
        "Dance",
        "Folk",
        "Country",
        "Classical music",
        "Musical",
        "Pop",
        "Rock",
        "Metal or Hardrock",
        "Punk",
        "Hiphop, Rap",
        "Reggae, Ska",
        "Swing, Jazz",
        "Rock n roll",
        "Alternative",
        "Latino",
        "Techno, Trance",
        "Opera"
      ],
      "rows": 1010,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "Alg-class",
      "title": "Abstract optimization algorithm class",
      "topics": [
        "Alg-class"
      ]
    },
    {
      "page": "available_algorithms",
      "title": "Display the list of every currently available optimization algorithm",
      "topics": [
        "available_algorithms"
      ]
    },
    {
      "page": "available_models",
      "title": "Display the list of every currently available DLVM",
      "topics": [
        "available_models"
      ]
    },
    {
      "page": "Books",
      "title": "Books about US politics network dataset",
      "topics": [
        "Books"
      ]
    },
    {
      "page": "clustering",
      "title": "Method to extract the clustering results from an 'IclFit-class' object",
      "topics": [
        "clustering",
        "clustering,IclFit-method"
      ]
    },
    {
      "page": "coef-DcLbmFit-method",
      "title": "Extract parameters from an 'DcLbmFit-class' object",
      "topics": [
        "coef,DcLbmFit-method"
      ]
    },
    {
      "page": "coef-DcSbmFit-method",
      "title": "Extract parameters from an 'DcSbmFit-class' object",
      "topics": [
        "coef,DcSbmFit-method"
      ]
    },
    {
      "page": "coef-DiagGmmFit-method",
      "title": "Extract mixture parameters from 'DiagGmmFit-class' object",
      "topics": [
        "coef,DiagGmmFit-method"
      ]
    },
    {
      "page": "coef-GmmFit-method",
      "title": "Extract mixture parameters from 'GmmFit-class' object",
      "topics": [
        "coef,GmmFit-method"
      ]
    },
    {
      "page": "coef-IclFit-method",
      "title": "Extract parameters from an 'IclFit-class' object",
      "topics": [
        "coef,IclFit-method"
      ]
    },
    {
      "page": "coef-LcaFit-method",
      "title": "Extract parameters from an 'LcaFit-class' object",
      "topics": [
        "coef,LcaFit-method"
      ]
    },
    {
      "page": "coef-MoMFit-method",
      "title": "Extract parameters from an 'MoMFit-class' object",
      "topics": [
        "coef,MoMFit-method"
      ]
    },
    {
      "page": "coef-MoRFit-method",
      "title": "Extract mixture parameters from 'MoRFit-class' object using MAP estimation",
      "topics": [
        "coef,MoRFit-method"
      ]
    },
    {
      "page": "coef-MultSbmFit-method",
      "title": "Extract parameters from an 'MultSbmFit-class' object",
      "topics": [
        "coef,MultSbmFit-method"
      ]
    },
    {
      "page": "coef-SbmFit-method",
      "title": "Extract parameters from an 'SbmFit-class' object",
      "topics": [
        "coef,SbmFit-method"
      ]
    },
    {
      "page": "CombinedModels",
      "title": "Combined Models classes",
      "concept": [
        "DlvmModels"
      ],
      "topics": [
        "CombinedModels",
        "CombinedModels-class"
      ]
    },
    {
      "page": "CombinedModelsFit-class",
      "title": "Combined Models fit results class",
      "topics": [
        "CombinedModelsFit-class"
      ]
    },
    {
      "page": "CombinedModelsPath-class",
      "title": "Combined Models hierarchical fit results class",
      "topics": [
        "CombinedModelsPath-class"
      ]
    },
    {
      "page": "cut-DcLbmPath-method",
      "title": "Method to cut a DcLbmPath solution to a desired number of cluster",
      "topics": [
        "cut,DcLbmPath-method"
      ]
    },
    {
      "page": "cut-IclPath-method",
      "title": "Generic method to cut a path solution to a desired number of cluster",
      "topics": [
        "cut,IclPath-method"
      ]
    },
    {
      "page": "DcLbm",
      "title": "Degree Corrected Latent Block Model for bipartite graph class",
      "concept": [
        "DlvmModels"
      ],
      "topics": [
        "DcLbm",
        "DcLbm-class",
        "DcLbmPrior",
        "DcLbmPrior-class"
      ]
    },
    {
      "page": "DcLbmFit-class",
      "title": "Degree corrected Latent Block Model fit results class",
      "topics": [
        "DcLbmFit-class"
      ]
    },
    {
      "page": "DcLbmPath-class",
      "title": "Degree corrected Latent Block Model hierarchical fit results class",
      "topics": [
        "DcLbmPath-class"
      ]
    },
    {
      "page": "DcSbm",
      "title": "Degree Corrected Stochastic Block Model Prior class",
      "concept": [
        "DlvmModels"
      ],
      "topics": [
        "DcSbm",
        "DcSbm-class",
        "DcSbmPrior",
        "DcSbmPrior-class"
      ]
    },
    {
      "page": "DcSbmFit-class",
      "title": "Degree Corrected Stochastic Block Model fit results class",
      "topics": [
        "DcSbmFit-class"
      ]
    },
    {
      "page": "DcSbmPath-class",
      "title": "Degree Corrected Stochastic Block Model hierarchical fit results class",
      "topics": [
        "DcSbmPath-class"
      ]
    },
    {
      "page": "DiagGmm",
      "title": "Diagonal Gaussian Mixture Model Prior description class",
      "concept": [
        "DlvmModels"
      ],
      "topics": [
        "DiagGmm",
        "DiagGmm-class",
        "DiagGmmPrior",
        "DiagGmmPrior-class"
      ]
    },
    {
      "page": "DiagGmmFit-class",
      "title": "Diagonal Gaussian mixture model fit results class",
      "topics": [
        "DiagGmmFit-class"
      ]
    },
    {
      "page": "DiagGmmPath-class",
      "title": "Diagonal Gaussian mixture model hierarchical fit results class",
      "topics": [
        "DiagGmmPath-class"
      ]
    },
    {
      "page": "DlvmCoPrior-class",
      "title": "Abstract class to represent a generative model for co-clustering",
      "concept": [
        "DlvmCoModels"
      ],
      "topics": [
        "DlvmCoPrior-class"
      ]
    },
    {
      "page": "DlvmPrior-class",
      "title": "Abstract class to represent a generative model for clustering",
      "concept": [
        "DlvmModels"
      ],
      "topics": [
        "DlvmPrior-class"
      ]
    },
    {
      "page": "extractSubModel",
      "title": "Extract a part of a 'CombinedModelsPath-class' object",
      "topics": [
        "extractSubModel",
        "extractSubModel,CombinedModelsPath,character-method"
      ]
    },
    {
      "page": "fashion",
      "title": "Fashion mnist dataset",
      "topics": [
        "fashion"
      ]
    },
    {
      "page": "Fifa",
      "title": "Fifa data",
      "topics": [
        "Fifa"
      ]
    },
    {
      "page": "Football",
      "title": "American College football network dataset",
      "topics": [
        "Football"
      ]
    },
    {
      "page": "Genetic-class",
      "title": "Genetic optimization algorithm",
      "topics": [
        "Genetic",
        "Genetic-class"
      ]
    },
    {
      "page": "Gmm",
      "title": "Gaussian Mixture Model Prior description class",
      "concept": [
        "DlvmModels"
      ],
      "topics": [
        "Gmm",
        "Gmm-class",
        "GmmPrior",
        "GmmPrior-class"
      ]
    },
    {
      "page": "GmmFit-class",
      "title": "Gaussian mixture model fit results class",
      "topics": [
        "GmmFit-class"
      ]
    },
    {
      "page": "gmmpairs",
      "title": "Make a matrix of plots with a given data and gmm fitted parameters",
      "topics": [
        "gmmpairs"
      ]
    },
    {
      "page": "GmmPath-class",
      "title": "Gaussian mixture model hierarchical fit results class",
      "topics": [
        "GmmPath-class"
      ]
    },
    {
      "page": "greed",
      "title": "Model based hierarchical clustering",
      "concept": [
        "DlvmModels"
      ],
      "topics": [
        "greed-package",
        "greed"
      ]
    },
    {
      "page": "H",
      "title": "Compute the entropy of a discrete sample",
      "topics": [
        "H"
      ]
    },
    {
      "page": "Hybrid-class",
      "title": "Hybrid optimization algorithm",
      "topics": [
        "Hybrid",
        "Hybrid-class"
      ]
    },
    {
      "page": "ICL",
      "title": "Generic method to extract the ICL value from an 'IclFit-class' object",
      "topics": [
        "ICL",
        "ICL,IclFit-method"
      ]
    },
    {
      "page": "IclFit-class",
      "title": "Abstract class to represent a clustering result",
      "topics": [
        "IclFit-class"
      ]
    },
    {
      "page": "IclPath-class",
      "title": "Abstract class to represent a hierarchical clustering result",
      "topics": [
        "IclPath-class"
      ]
    },
    {
      "page": "Jazz",
      "title": "Jazz musicians network dataset",
      "topics": [
        "Jazz"
      ]
    },
    {
      "page": "K",
      "title": "Generic method to get the number of clusters from an 'IclFit-class' object",
      "topics": [
        "K",
        "K,IclFit-method"
      ]
    },
    {
      "page": "Lca",
      "title": "Latent Class Analysis Model Prior class",
      "concept": [
        "DlvmModels"
      ],
      "topics": [
        "Lca",
        "Lca-class",
        "LcaPrior",
        "LcaPrior-class"
      ]
    },
    {
      "page": "LcaFit-class",
      "title": "Latent Class Analysis fit results class",
      "topics": [
        "LcaFit-class"
      ]
    },
    {
      "page": "LcaPath-class",
      "title": "Latent Class Analysis hierarchical fit results class",
      "topics": [
        "LcaPath-class"
      ]
    },
    {
      "page": "MI",
      "title": "Compute the mutual information of two discrete samples",
      "topics": [
        "MI"
      ]
    },
    {
      "page": "MoM",
      "title": "Mixture of Multinomial Model Prior description class",
      "concept": [
        "DlvmModels"
      ],
      "topics": [
        "MoM",
        "MoM-class",
        "MoMPrior",
        "MoMPrior-class"
      ]
    },
    {
      "page": "MoMFit-class",
      "title": "Mixture of Multinomial fit results class",
      "topics": [
        "MoMFit-class"
      ]
    },
    {
      "page": "MoMPath-class",
      "title": "Mixture of Multinomial hierarchical fit results class",
      "topics": [
        "MoMPath-class"
      ]
    },
    {
      "page": "MoR",
      "title": "Multivariate mixture of regression Prior model description class",
      "concept": [
        "DlvmModels"
      ],
      "topics": [
        "MoR",
        "MoR-class",
        "MoRPrior",
        "MoRPrior-class"
      ]
    },
    {
      "page": "MoRFit-class",
      "title": "Clustering with a multivariate mixture of regression model fit results class",
      "topics": [
        "MoRFit-class"
      ]
    },
    {
      "page": "MoRPath-class",
      "title": "Multivariate mixture of regression model hierarchical fit results class",
      "topics": [
        "MoRPath-class"
      ]
    },
    {
      "page": "Multistarts-class",
      "title": "Greedy algorithm with multiple start class",
      "topics": [
        "Multistarts",
        "Multistarts-class"
      ]
    },
    {
      "page": "MultSbm",
      "title": "Multinomial Stochastic Block Model Prior class",
      "concept": [
        "DlvmModels"
      ],
      "topics": [
        "MultSbm",
        "MultSbm-class",
        "MultSbmPrior",
        "MultSbmPrior-class"
      ]
    },
    {
      "page": "MultSbmFit-class",
      "title": "Multinomial Stochastic Block Model fit results class",
      "topics": [
        "MultSbmFit-class"
      ]
    },
    {
      "page": "MultSbmPath-class",
      "title": "Multinomial Stochastic Block Model hierarchical fit results class",
      "topics": [
        "MultSbmPath-class"
      ]
    },
    {
      "page": "mushroom",
      "title": "Mushroom data",
      "topics": [
        "mushroom"
      ]
    },
    {
      "page": "Ndrangheta",
      "title": "Ndrangheta mafia covert network dataset",
      "topics": [
        "Ndrangheta"
      ]
    },
    {
      "page": "NewGuinea",
      "title": "NewGuinea data",
      "topics": [
        "NewGuinea"
      ]
    },
    {
      "page": "NMI",
      "title": "Compute the normalized mutual information of two discrete samples",
      "topics": [
        "NMI"
      ]
    },
    {
      "page": "plot-DcLbmFit-missing-method",
      "title": "Plot a 'DcLbmFit-class'",
      "topics": [
        "plot,DcLbmFit,missing-method"
      ]
    },
    {
      "page": "plot-DcLbmPath-missing-method",
      "title": "Plot a 'DcLbmPath-class'",
      "topics": [
        "plot,DcLbmPath,missing-method"
      ]
    },
    {
      "page": "plot-DcSbmFit-missing-method",
      "title": "Plot a 'DcSbmFit-class' object",
      "topics": [
        "plot,DcSbmFit,missing-method"
      ]
    },
    {
      "page": "plot-DiagGmmFit-missing-method",
      "title": "Plot a 'DiagGmmFit-class' object",
      "topics": [
        "plot,DiagGmmFit,missing-method"
      ]
    },
    {
      "page": "plot-GmmFit-missing-method",
      "title": "Plot a 'GmmFit-class' object",
      "topics": [
        "plot,GmmFit,missing-method"
      ]
    },
    {
      "page": "plot-IclPath-missing-method",
      "title": "Plot an 'IclPath-class' object",
      "topics": [
        "plot,IclPath,missing-method"
      ]
    },
    {
      "page": "plot-LcaFit-missing-method",
      "title": "Plot a 'LcaFit-class' object",
      "topics": [
        "plot,LcaFit,missing-method"
      ]
    },
    {
      "page": "plot-MoMFit-missing-method",
      "title": "Plot a 'MoMFit-class' object",
      "topics": [
        "plot,MoMFit,missing-method"
      ]
    },
    {
      "page": "plot-MultSbmFit-missing-method",
      "title": "Plot a 'MultSbmFit-class' object",
      "topics": [
        "plot,MultSbmFit,missing-method"
      ]
    },
    {
      "page": "plot-SbmFit-missing-method",
      "title": "Plot a 'SbmFit-class' object",
      "topics": [
        "plot,SbmFit,missing-method"
      ]
    },
    {
      "page": "prior",
      "title": "Generic method to extract the prior used to fit 'IclFit-class' object",
      "topics": [
        "prior",
        "prior,IclFit-method"
      ]
    },
    {
      "page": "rdcsbm",
      "title": "Generates graph adjacency matrix using a degree corrected SBM",
      "topics": [
        "rdcsbm"
      ]
    },
    {
      "page": "rlbm",
      "title": "Generate a data matrix using a Latent Block Model",
      "topics": [
        "rlbm"
      ]
    },
    {
      "page": "rlca",
      "title": "Generate data from lca model",
      "topics": [
        "rlca"
      ]
    },
    {
      "page": "rmm",
      "title": "Generate data using a Multinomial Mixture",
      "topics": [
        "rmm"
      ]
    },
    {
      "page": "rmreg",
      "title": "Generate data from a mixture of regression model",
      "topics": [
        "rmreg"
      ]
    },
    {
      "page": "rmultsbm",
      "title": "Generate a graph adjacency matrix using a Stochastic Block Model",
      "topics": [
        "rmultsbm"
      ]
    },
    {
      "page": "rsbm",
      "title": "Generate a graph adjacency matrix using a Stochastic Block Model",
      "topics": [
        "rsbm"
      ]
    },
    {
      "page": "Sbm",
      "title": "Stochastic Block Model Prior class",
      "concept": [
        "DlvmModels"
      ],
      "topics": [
        "Sbm",
        "Sbm-class",
        "SbmPrior",
        "SbmPrior-class"
      ]
    },
    {
      "page": "SbmFit-class",
      "title": "Stochastic Block Model fit results class",
      "topics": [
        "SbmFit-class"
      ]
    },
    {
      "page": "SbmPath-class",
      "title": "Stochastic Block Model hierarchical fit results class",
      "topics": [
        "SbmPath-class"
      ]
    },
    {
      "page": "Seed-class",
      "title": "Greedy algorithm with seeded initialization",
      "topics": [
        "Seed",
        "Seed-class"
      ]
    },
    {
      "page": "SevenGraders",
      "title": "SevenGraders data",
      "topics": [
        "SevenGraders"
      ]
    },
    {
      "page": "show-IclFit-method",
      "title": "Show an IclPath object",
      "topics": [
        "show,IclFit-method"
      ]
    },
    {
      "page": "spectral",
      "title": "Regularized spectral clustering",
      "topics": [
        "spectral"
      ]
    },
    {
      "page": "to_multinomial",
      "title": "Convert a binary adjacency matrix with missing value to a cube",
      "topics": [
        "to_multinomial"
      ]
    },
    {
      "page": "Youngpeoplesurvey",
      "title": "Young People survey data",
      "topics": [
        "Youngpeoplesurvey"
      ]
    }
  ],
  "_readme": "https://github.com/cran/greed/raw/HEAD/README.md",
  "_rundeps": [
    "cba",
    "cli",
    "codetools",
    "cpp11",
    "digest",
    "farver",
    "future",
    "ggplot2",
    "globals",
    "glue",
    "gridExtra",
    "gtable",
    "isoband",
    "labeling",
    "lattice",
    "lifecycle",
    "listenv",
    "Matrix",
    "parallelly",
    "proxy",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "RcppEigen",
    "rlang",
    "RSpectra",
    "S7",
    "scales",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_sysdeps": [
    {
      "shlib": "liblapack",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_vignettes": [
    {
      "source": "greed.Rmd",
      "filename": "greed.html",
      "title": "greed",
      "engine": "knitr::rmarkdown",
      "headings": [
        "GREED : Bayesian greedy clustering",
        "Usage: the greed function",
        "Result analysis",
        "Inspecting the hierarchy",
        "Visualization",
        "Other models",
        "Using parallel computing"
      ],
      "created": "2022-03-18 11:50:02",
      "modified": "2025-08-29 10:30:02",
      "commits": 3
    }
  ],
  "_score": 3.5854607295085006,
  "_indexed": false,
  "_nocasepkg": "greed",
  "_universes": [
    "cran"
  ],
  "_indexurl": "https://comeetie.r-universe.dev/greed",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.6.2",
      "date": "2026-05-26T07:42:16.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "8ccb7202170efb9d723b8a038a6f439790110eb8",
      "fileid": "fb5d2678dff903f5e668b619219915e442ea8157e781ddb6a5ae648cf8fd0799",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26438761015"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.6.2",
      "date": "2026-05-26T07:42:40.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "8ccb7202170efb9d723b8a038a6f439790110eb8",
      "fileid": "f89721ea0ca57e629d1f5b8650beeb40f2b6772f23c49761360141fc172303d2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26438761015"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.6.2",
      "date": "2026-05-26T07:42:13.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "8ccb7202170efb9d723b8a038a6f439790110eb8",
      "fileid": "b432e2c7d034fc95998a50cc621b39efa05f2eceb8305522e02182d2575d58b3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26438761015"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.6.2",
      "date": "2026-05-26T07:42:27.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "8ccb7202170efb9d723b8a038a6f439790110eb8",
      "fileid": "431c33defa54bf71cbbef49b13043911a3467e5c324e79943bcb835d7c1e9c3d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26438761015"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.6.2",
      "date": "2026-05-26T07:42:11.000Z",
      "arch": "emscripten",
      "commit": "8ccb7202170efb9d723b8a038a6f439790110eb8",
      "fileid": "5f38e1c2289759ed750054afb39e3fc19cbc9b2701eccede3462d76c98503eae",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26438761015"
    }
  ]
}