{
  "_id": "6a49543df6c47c441949c004",
  "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-29 19:54:32 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-29 19:28:22 UTC",
  "RemoteUrl": "https://github.com/parichit/geometric-k-means",
  "RemoteRef": "HEAD",
  "RemoteSha": "46d296f1a1e59706ac72869d68bb742de3e7b9e0",
  "RemoteSubdir": "geokmeans",
  "_user": "parichit",
  "_type": "src",
  "_file": "geokmeans_0.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/7605efdc072e2db939105282e1457f97f54923aa4a72f7c4fca79d88edbadfa1",
  "_filesize": 256976,
  "_sha256": "7605efdc072e2db939105282e1457f97f54923aa4a72f7c4fca79d88edbadfa1",
  "_expires": "2026-10-12T18:43:07.000Z",
  "_created": "2026-06-29T19:54:32.000Z",
  "_published": "2026-07-04T18:43:09.406Z",
  "_jobs": [
    {
      "job": 85157441251,
      "time": 164,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7962952905"
    },
    {
      "job": 85157441059,
      "time": 172,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7962955267"
    },
    {
      "job": 85157441109,
      "time": 169,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7962954538"
    },
    {
      "job": 85157441045,
      "time": 170,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7962953704"
    },
    {
      "job": 85157441055,
      "time": 107,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7962929269"
    },
    {
      "job": 85157441247,
      "time": 221,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7962973219"
    },
    {
      "job": 85157441085,
      "time": 107,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7962928497"
    },
    {
      "job": 85157441097,
      "time": 213,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7962970347"
    },
    {
      "job": 85157441107,
      "time": 229,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7962887291"
    },
    {
      "job": 85157448815,
      "time": 134,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7962939885"
    },
    {
      "job": 85157441052,
      "time": 120,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7962935430"
    },
    {
      "job": 85157441096,
      "time": 113,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7962931652"
    },
    {
      "job": 85157441070,
      "time": 115,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7962932598"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/parichit/actions/runs/28398483605",
  "_status": "success",
  "_upstream": "https://github.com/parichit/geometric-k-means",
  "_commit": {
    "id": "46d296f1a1e59706ac72869d68bb742de3e7b9e0",
    "author": "parishar <parishar@iu.edu>",
    "committer": "parishar <parishar@iu.edu>",
    "message": "Added python and R quickstart links to pckage readme\n",
    "time": 1782761302
  },
  "_maintainer": {
    "name": "Parichit Sharma",
    "email": "parishar@iu.edu"
  },
  "_distro": "resolute",
  "_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
    },
    {
      "week": "2026-27",
      "n": 12
    }
  ],
  "_tags": [
    {
      "name": "v0.1.1",
      "date": "2026-06-29"
    }
  ],
  "_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": 164,
    "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.1",
  "_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": "16-20260322-1ubuntu1",
      "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.698970004336019,
  "_indexed": true,
  "_nocasepkg": "geokmeans",
  "_universes": [
    "parichit"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-29T19:57:31.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "46d296f1a1e59706ac72869d68bb742de3e7b9e0",
      "fileid": "https://r2.ropensci.org/6f5099a20eff40d75f63cea0def35e74d4ceab86cf17e0047939a9215da7be9f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/parichit/actions/runs/28398483605"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-29T19:57:31.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "46d296f1a1e59706ac72869d68bb742de3e7b9e0",
      "fileid": "https://r2.ropensci.org/19f5bac1e60a2e20a220b7c0d96b910523bc92e2f4041cd96d689db9767e49a2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/parichit/actions/runs/28398483605"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-29T19:57:33.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "46d296f1a1e59706ac72869d68bb742de3e7b9e0",
      "fileid": "https://r2.ropensci.org/d6b20746ce34b70207856c66ad272f1e676d4b699a8d94a567544c88317f8849",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/parichit/actions/runs/28398483605"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-29T19:57:25.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "46d296f1a1e59706ac72869d68bb742de3e7b9e0",
      "fileid": "https://r2.ropensci.org/f759ed8201353913ee939ed58c24c22fcbc1e02b0ff42400faa8febbeed87a45",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/parichit/actions/runs/28398483605"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-29T19:56:28.000Z",
      "arch": "aarch64",
      "commit": "46d296f1a1e59706ac72869d68bb742de3e7b9e0",
      "fileid": "https://r2.ropensci.org/1d8f5d5e2a0047c23bd04d58b31a0a63fdf80cfd3aaf2f3786b5148923132f55",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/parichit/actions/runs/28398483605"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-29T19:57:50.000Z",
      "arch": "x86_64",
      "commit": "46d296f1a1e59706ac72869d68bb742de3e7b9e0",
      "fileid": "https://r2.ropensci.org/2806f501a75d54c86fdce13ec798e164981760e7298eef86cb70e0e453e6014e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/parichit/actions/runs/28398483605"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-29T19:56:23.000Z",
      "arch": "aarch64",
      "commit": "46d296f1a1e59706ac72869d68bb742de3e7b9e0",
      "fileid": "https://r2.ropensci.org/f683758d63878f29143924146a949a3e2c05ebe43a3e55f28eb9bccf828fa25b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/parichit/actions/runs/28398483605"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-29T19:57:52.000Z",
      "arch": "x86_64",
      "commit": "46d296f1a1e59706ac72869d68bb742de3e7b9e0",
      "fileid": "https://r2.ropensci.org/1fc8259fd857f450ef017f6d1333980e80602e50607c7e4a89f911e7da2fbf62",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/parichit/actions/runs/28398483605"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-29T19:57:08.000Z",
      "arch": "emscripten",
      "commit": "46d296f1a1e59706ac72869d68bb742de3e7b9e0",
      "fileid": "https://r2.ropensci.org/6002d535f08fbf5ce84468ac209e095d1e67ec1c7a7f5a5bab882e02586ff2a3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/parichit/actions/runs/28398483605"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-29T19:56:11.000Z",
      "arch": "x86_64",
      "commit": "46d296f1a1e59706ac72869d68bb742de3e7b9e0",
      "fileid": "https://r2.ropensci.org/aed65a27f3010fc45d354888cbd21bd90871036c211bf5e9a2d70159832f9cd3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/parichit/actions/runs/28398483605"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-29T19:56:04.000Z",
      "arch": "x86_64",
      "commit": "46d296f1a1e59706ac72869d68bb742de3e7b9e0",
      "fileid": "https://r2.ropensci.org/7f10267b72aceaa3a635bd7c5d2bd01bbe245f8c4c2b13eb8458aee568d0066d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/parichit/actions/runs/28398483605"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-29T19:56:08.000Z",
      "arch": "x86_64",
      "commit": "46d296f1a1e59706ac72869d68bb742de3e7b9e0",
      "fileid": "https://r2.ropensci.org/450c85ec1c220f522f7f83cac1f5f28ec3853f26bce9e88ce3c2be882dbc602e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/parichit/actions/runs/28398483605"
    }
  ]
}