{
  "_id": "6a156feeacfb0bcc41d64c27",
  "Package": "mstclustering",
  "Title": "\"MST-Based Clustering\"",
  "Version": "1.0.0.0",
  "Author": "Kevin Michael Frick <kmfrick98@gmail.com>",
  "Maintainer": "Kevin Michael Frick <kmfrick98@gmail.com>",
  "Description": "Implements a minimum-spanning-tree-based heuristic for\nk-means clustering using a union-find disjoint set and the\nalgorithm in Kruskal (1956)\n<doi:10.1090/S0002-9939-1956-0078686-7>.",
  "License": "AGPL (>= 3)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.2",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-26 10:00:01 UTC",
    "User": "root"
  },
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://kmfrick.r-universe.dev",
  "Date/Publication": "2022-02-08 07:40:02 UTC",
  "RemoteUrl": "https://github.com/cran/mstclustering",
  "RemoteRef": "HEAD",
  "RemoteSha": "c8008357ccbc09e4379eccd37b8f7ef213e984a8",
  "MD5sum": "c7a608cd2803524095011fff3ee04b21",
  "_user": "kmfrick",
  "_type": "src",
  "_file": "mstclustering_1.0.0.0.tar.gz",
  "_fileid": "75373d92ecfa0bfa7c0007e3394a510f95eb12f4f9f46d76b232c22997dee639",
  "_filesize": 81123,
  "_sha256": "75373d92ecfa0bfa7c0007e3394a510f95eb12f4f9f46d76b232c22997dee639",
  "_created": "2026-05-26T10:00:01.000Z",
  "_published": "2026-05-26T10:03:26.893Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77851011528,
      "time": 114,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7214197802"
    },
    {
      "job": 77851011434,
      "time": 168,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7214215667"
    },
    {
      "job": 77851011502,
      "time": 127,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7214194929"
    },
    {
      "job": 77851011496,
      "time": 120,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7214191819"
    },
    {
      "job": 77850551124,
      "time": 161,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7214159089"
    },
    {
      "job": 77851011525,
      "time": 116,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7214198318"
    },
    {
      "job": 77851011628,
      "time": 102,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7214193400"
    },
    {
      "job": 77851011539,
      "time": 69,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7214182987"
    },
    {
      "job": 77851011637,
      "time": 63,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7214180801"
    }
  ],
  "_buildurl": "https://github.com/r-universe/kmfrick/actions/runs/26445457793",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/mstclustering",
  "_commit": {
    "id": "c8008357ccbc09e4379eccd37b8f7ef213e984a8",
    "author": "Kevin Michael Frick <kmfrick98@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.0.0\n",
    "time": 1644306002
  },
  "_maintainer": {
    "name": "Kevin Michael Frick",
    "email": "kmfrick98@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "reshape2",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 15724656,
    "type": "user",
    "name": "Kevin Michael Frick",
    "description": "PhD student in Economics."
  },
  "_downloads": {
    "count": 168,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/mstclustering"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/mstclustering.html",
    "manual.pdf"
  ],
  "_realowner": "kmfrick",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.0.0",
      "date": "2022-02-08"
    }
  ],
  "_exports": [
    "find.set",
    "gen.child.list.mst",
    "gen.edge.list",
    "is.same.set",
    "kruskal",
    "mst.cluster",
    "reset.ufds",
    "union.set"
  ],
  "_help": [
    {
      "page": "find.set",
      "title": "find.set",
      "topics": [
        "find.set"
      ]
    },
    {
      "page": "gen.child.list.mst",
      "title": "gen.child.list.mst",
      "topics": [
        "gen.child.list.mst"
      ]
    },
    {
      "page": "gen.edge.list",
      "title": "gen.edge.list",
      "topics": [
        "gen.edge.list"
      ]
    },
    {
      "page": "is.same.set",
      "title": "is.same.set",
      "topics": [
        "is.same.set"
      ]
    },
    {
      "page": "kruskal",
      "title": "kruskal",
      "topics": [
        "kruskal"
      ]
    },
    {
      "page": "mst.cluster",
      "title": "mst.cluster",
      "topics": [
        "mst.cluster"
      ]
    },
    {
      "page": "reset.ufds",
      "title": "reset.ufds",
      "topics": [
        "reset.ufds"
      ]
    },
    {
      "page": "union.set",
      "title": "union.set",
      "topics": [
        "union.set"
      ]
    }
  ],
  "_rundeps": [
    "cli",
    "data.table",
    "glue",
    "lifecycle",
    "magrittr",
    "plyr",
    "Rcpp",
    "reshape2",
    "rlang",
    "stringi",
    "stringr",
    "vctrs"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "mstclustering",
  "_universes": [
    "kmfrick"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0.0",
      "date": "2026-05-26T10:01:59.000Z",
      "distro": "noble",
      "commit": "c8008357ccbc09e4379eccd37b8f7ef213e984a8",
      "fileid": "85036a72fb878a6b0f51f3c99c3d111cdf404f39cc7495555e7cc48e9767b351",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kmfrick/actions/runs/26445457793"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0.0",
      "date": "2026-05-26T10:02:53.000Z",
      "distro": "noble",
      "commit": "c8008357ccbc09e4379eccd37b8f7ef213e984a8",
      "fileid": "47414e781bba9aa8a953a4a79b71b4edef3fa4adfef8fbc0e9807a0b15941ce3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kmfrick/actions/runs/26445457793"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0.0",
      "date": "2026-05-26T10:01:56.000Z",
      "commit": "c8008357ccbc09e4379eccd37b8f7ef213e984a8",
      "fileid": "df17e3da42f6f151544f1e923f10ba9447d89bb676dfc0d6cf62e7ed572167b5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kmfrick/actions/runs/26445457793"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0.0",
      "date": "2026-05-26T10:01:46.000Z",
      "commit": "c8008357ccbc09e4379eccd37b8f7ef213e984a8",
      "fileid": "84ebbf5acb6ecdf593752ddd12cdf60222a78a78989e0deee310b4c2a8840fcc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kmfrick/actions/runs/26445457793"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0.0",
      "date": "2026-05-26T10:02:16.000Z",
      "commit": "c8008357ccbc09e4379eccd37b8f7ef213e984a8",
      "fileid": "311c6910c5fce9bf4fda3cf9f8e239e5bb76044a0af483dc1b8e75bdacb14609",
      "status": "success",
      "buildurl": "https://github.com/r-universe/kmfrick/actions/runs/26445457793"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.0.0",
      "date": "2026-05-26T10:01:47.000Z",
      "commit": "c8008357ccbc09e4379eccd37b8f7ef213e984a8",
      "fileid": "e8987f4075f0d44f9978e4df5c2acf4adada1de2fa2d651f16fcd08c2c20fcbe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kmfrick/actions/runs/26445457793"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.0.0",
      "date": "2026-05-26T10:01:12.000Z",
      "commit": "c8008357ccbc09e4379eccd37b8f7ef213e984a8",
      "fileid": "45348514de52f941d79473ae4a3c60b632819234006d036e972cea612309cad6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kmfrick/actions/runs/26445457793"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.0.0",
      "date": "2026-05-26T10:01:05.000Z",
      "commit": "c8008357ccbc09e4379eccd37b8f7ef213e984a8",
      "fileid": "175d9946927fa7ba370c2b6eecb52f88afda2c592a6f1406909bd16e276895e2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kmfrick/actions/runs/26445457793"
    }
  ]
}