{
  "_id": "6a3a6e81ef5099f0c5f134bf",
  "Package": "geokmeans",
  "Type": "Package",
  "Title": "A Collection of Fast, Exact and Eco-Friendly k-Means Clustering\nAlgorithms",
  "Version": "0.1.0",
  "Authors@R": "c(\nperson(\"Parichit\", \"Sharma\", email = \"parishar@iu.edu\", role = c(\"aut\", \"cre\", \"cph\")),\nperson(\"Hasan\", \"Kurban\", role = \"aut\"))",
  "Description": "A collection of fast k-means clustering algorithms under a\nsingle, uniform interface. The core method is\nGeometric-k-means, a bound-free algorithm of Sharma et al.\n(2026) <doi:10.1007/s10994-025-06891-1> that uses geometry to\nrestrict computation to the data points able to change\nclusters, substantially reducing distance computations and\nruntime while returning the same result as standard k-means.\nAlso included are Lloyd's algorithm, Elkan, Hamerly, Annulus,\nExponion, and Ball k-means. All algorithms are implemented in\n'C++' via 'Rcpp' and 'RcppEigen' and return the final\ncentroids, optional per-point cluster assignments, and\ncomputational statistics.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "SystemRequirements": "C++17",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "URL": "https://github.com/parichit/Geometric-k-means",
  "BugReports": "https://github.com/parichit/Geometric-k-means/issues",
  "Roxygen": "list(markdown = TRUE)",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-23 11:25:20 UTC",
    "User": "root"
  },
  "Author": "Parichit Sharma [aut, cre, cph], Hasan Kurban [aut]",
  "Maintainer": "Parichit Sharma <parishar@iu.edu>",
  "Config/roxygen2/version": "8.0.0",
  "Repository": "https://parichit.r-universe.dev",
  "Date/Publication": "2026-06-17 16:18:37 UTC",
  "RemoteUrl": "https://github.com/parichit/geometric-k-means",
  "RemoteRef": "HEAD",
  "RemoteSha": "e08b6263440ee8dc61cc9548a6e9329a22b47cde",
  "RemoteSubdir": "geokmeans",
  "MD5sum": "b0484a64b022694d9f2d548991899cb2",
  "_user": "parichit",
  "_type": "src",
  "_file": "geokmeans_0.1.0.tar.gz",
  "_fileid": "41d30ebeb9fdd81a9cf8806b6545dcb40ad84bd486f5f09720a5475dd1506af6",
  "_filesize": 256955,
  "_sha256": "41d30ebeb9fdd81a9cf8806b6545dcb40ad84bd486f5f09720a5475dd1506af6",
  "_created": "2026-06-23T11:25:20.000Z",
  "_published": "2026-06-23T11:31:13.359Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82942881379,
      "time": 168,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7819450174"
    },
    {
      "job": 82942881380,
      "time": 183,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7819454455"
    },
    {
      "job": 82942881393,
      "time": 143,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7819441686"
    },
    {
      "job": 82942881395,
      "time": 179,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7819453487"
    },
    {
      "job": 82942881400,
      "time": 110,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7819424937"
    },
    {
      "job": 82942881338,
      "time": 306,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7819499131"
    },
    {
      "job": 82942881348,
      "time": 101,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7819423933"
    },
    {
      "job": 82942881398,
      "time": 308,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7819499095"
    },
    {
      "job": 82942284889,
      "time": 191,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7819390082"
    },
    {
      "job": 82942881323,
      "time": 115,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7819428827"
    },
    {
      "job": 82942881372,
      "time": 132,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7819436690"
    },
    {
      "job": 82942881345,
      "time": 111,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7819427691"
    },
    {
      "job": 82942881330,
      "time": 103,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7819427082"
    }
  ],
  "_buildurl": "https://github.com/r-universe/parichit/actions/runs/28022560405",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/parichit/geometric-k-means",
  "_commit": {
    "id": "e08b6263440ee8dc61cc9548a6e9329a22b47cde",
    "author": "parishar <parishar@iu.edu>",
    "committer": "parishar <parishar@iu.edu>",
    "message": "Fixed minor Notes from CRAN maintainer\n",
    "time": 1781713117
  },
  "_maintainer": {
    "name": "Parichit Sharma",
    "email": "parishar@iu.edu"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppEigen",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "parichit",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-39",
      "n": 4
    },
    {
      "week": "2026-23",
      "n": 9
    },
    {
      "week": "2026-24",
      "n": 2
    },
    {
      "week": "2026-25",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "parichit",
      "count": 2,
      "uuid": 12007458
    }
  ],
  "_userbio": {
    "uuid": 12007458,
    "type": "user",
    "name": "Parichit Sharma",
    "followers": 5,
    "description": "I am a CS PhD candidate@IUB- working in general area of ML with interest in Bioinformatics, Data mining and Data centric AI."
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/geokmeans"
  },
  "_devurl": "https://github.com/parichit/geometric-k-means",
  "_searchresults": 0,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/geokmeans.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/parichit/geometric-k-means",
  "_realowner": "parichit",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-06-22"
    }
  ],
  "_exports": [
    "annulus_kmeans",
    "ball_kmeans",
    "elkan_kmeans",
    "exponion_kmeans",
    "geo_kmeans",
    "hamerly_kmeans",
    "kmeans_dc",
    "lloyd_kmeans"
  ],
  "_help": [
    {
      "page": "kmeans_algorithms",
      "title": "k-Means clustering algorithms",
      "topics": [
        "annulus_kmeans",
        "ball_kmeans",
        "elkan_kmeans",
        "exponion_kmeans",
        "geo_kmeans",
        "hamerly_kmeans",
        "kmeans_algorithms",
        "lloyd_kmeans"
      ]
    },
    {
      "page": "kmeans_dc",
      "title": "Run a k-means variant by name",
      "topics": [
        "kmeans_dc"
      ]
    }
  ],
  "_readme": "https://github.com/parichit/geometric-k-means/raw/HEAD/geokmeans/README.md",
  "_rundeps": [
    "Rcpp",
    "RcppEigen"
  ],
  "_sysdeps": [
    {
      "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"
    }
  ],
  "_vignettes": [
    {
      "source": "geokmeans.Rmd",
      "filename": "geokmeans.html",
      "title": "Getting started with geokmeans",
      "author": "The geokmeans authors",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "A first clustering",
        "Choosing an algorithm",
        "Comparing distance computations",
        "Initialization and reproducibility",
        "Working with the bundled data",
        "Safeguards for degenerate inputs",
        "Citation"
      ],
      "created": "2026-06-03 19:12:34",
      "modified": "2026-06-17 16:18:37",
      "commits": 2
    }
  ],
  "_score": 4.6020599913279625,
  "_indexed": true,
  "_nocasepkg": "geokmeans",
  "_universes": [
    "parichit"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-23T11:28:16.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "e08b6263440ee8dc61cc9548a6e9329a22b47cde",
      "fileid": "16e0780a02e87984a9df29ea888bb6e61fb5326d916602f6d15d8bb5ab4acd03",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/parichit/actions/runs/28022560405"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-23T11:28:26.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "e08b6263440ee8dc61cc9548a6e9329a22b47cde",
      "fileid": "124aea2c94a3d8962c5f7eb30ce3e45776a5fb58913e327280bf1d12308db157",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/parichit/actions/runs/28022560405"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-23T11:27:54.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "e08b6263440ee8dc61cc9548a6e9329a22b47cde",
      "fileid": "77ab4d6cda63de27a7a4eb1fcbdd12baae7a8c315b368ad08355564da40b784a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/parichit/actions/runs/28022560405"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-23T11:28:23.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "e08b6263440ee8dc61cc9548a6e9329a22b47cde",
      "fileid": "866b9c250ada1527f6a6ce065ef7273814564479d4137567745c3b4b16d28d94",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/parichit/actions/runs/28022560405"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-23T11:27:06.000Z",
      "arch": "aarch64",
      "commit": "e08b6263440ee8dc61cc9548a6e9329a22b47cde",
      "fileid": "fafd3a1d9870c844ab45626c1a75e9fca209fbe3c3854cd6f44b3af712de84de",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/parichit/actions/runs/28022560405"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-23T11:29:52.000Z",
      "arch": "x86_64",
      "commit": "e08b6263440ee8dc61cc9548a6e9329a22b47cde",
      "fileid": "24cde5c29a80c1711aaa43d6d7aae0c277baca776ab3b1cc4446453aa0dab3f9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/parichit/actions/runs/28022560405"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-23T11:27:03.000Z",
      "arch": "aarch64",
      "commit": "e08b6263440ee8dc61cc9548a6e9329a22b47cde",
      "fileid": "0da9155ee7ade243d959970de2d1cbb7626cc2743f4a2e1975c893602598f603",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/parichit/actions/runs/28022560405"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-23T11:29:25.000Z",
      "arch": "x86_64",
      "commit": "e08b6263440ee8dc61cc9548a6e9329a22b47cde",
      "fileid": "f67fc7246931d8bc6c4b83af27d9963d4bbd0e93f8f5f0f4fab90cf268f147ba",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/parichit/actions/runs/28022560405"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-23T11:27:30.000Z",
      "arch": "emscripten",
      "commit": "e08b6263440ee8dc61cc9548a6e9329a22b47cde",
      "fileid": "13c54ab07b30b56b8102f2473c7ef71195804ce7d6183f4358307ad2e5018dd4",
      "status": "success",
      "buildurl": "https://github.com/r-universe/parichit/actions/runs/28022560405"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-23T11:26:57.000Z",
      "arch": "x86_64",
      "commit": "e08b6263440ee8dc61cc9548a6e9329a22b47cde",
      "fileid": "e2d3f86e39f9edd1ae1107ec6b9800c2819c7a89511f82a6d65fa04e28640af1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/parichit/actions/runs/28022560405"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-23T11:26:43.000Z",
      "arch": "x86_64",
      "commit": "e08b6263440ee8dc61cc9548a6e9329a22b47cde",
      "fileid": "e987e7d0e84f09a2ba5bd5243b6df3438b06ebd4855b4e48b08f2d43632557a4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/parichit/actions/runs/28022560405"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-23T11:26:41.000Z",
      "arch": "x86_64",
      "commit": "e08b6263440ee8dc61cc9548a6e9329a22b47cde",
      "fileid": "2a8873085b18d3ab407dc8ae1844ba516eb9b82023db538b6eac98da879fbcad",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/parichit/actions/runs/28022560405"
    }
  ]
}