{
  "_id": "6a398edc4c3da884a9288620",
  "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",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-22 19:34:01 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://cran.r-universe.dev",
  "Date/Publication": "2026-06-22 18:31:39 UTC",
  "RemoteUrl": "https://github.com/cran/geokmeans",
  "RemoteRef": "HEAD",
  "RemoteSha": "fa9a822ae3f4c9483b3de0ddcb38d282d6781ae9",
  "MD5sum": "48139cdfe593317fefa07f546ca17888",
  "_user": "cran",
  "_type": "src",
  "_file": "geokmeans_0.1.0.tar.gz",
  "_fileid": "67037ebcb0f848c5ce51a8c278422e5b7a2ecc990ef1b4736ad3cf1b451d479a",
  "_filesize": 256690,
  "_sha256": "67037ebcb0f848c5ce51a8c278422e5b7a2ecc990ef1b4736ad3cf1b451d479a",
  "_created": "2026-06-22T19:34:01.000Z",
  "_published": "2026-06-22T19:37:00.640Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82803130507,
      "time": 122,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7802935711"
    },
    {
      "job": 82803130534,
      "time": 130,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7802937840"
    },
    {
      "job": 82803130517,
      "time": 124,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7802936083"
    },
    {
      "job": 82803130515,
      "time": 124,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7802935533"
    },
    {
      "job": 82802488554,
      "time": 195,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7802885562"
    },
    {
      "job": 82803130468,
      "time": 112,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7802930452"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/27978532311",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/geokmeans",
  "_commit": {
    "id": "fa9a822ae3f4c9483b3de0ddcb38d282d6781ae9",
    "author": "Parichit Sharma <parishar@iu.edu>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1782153099
  },
  "_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": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-26",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.1.0",
      "date": "2026-06-22"
    }
  ],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "followers": 609,
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_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"
  ],
  "_cranurl": false,
  "_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/cran/geokmeans/raw/HEAD/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-22 18:31:39",
      "modified": "2026-06-22 18:31:39",
      "commits": 1
    }
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "geokmeans",
  "_universes": [
    "cran",
    "parichit"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-22T19:36:15.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "fa9a822ae3f4c9483b3de0ddcb38d282d6781ae9",
      "fileid": "6dddf441de51be11426fd6571fcf395d0b5d3c969447c0c3104cc8818011fd7c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27978532311"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-22T19:36:17.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "fa9a822ae3f4c9483b3de0ddcb38d282d6781ae9",
      "fileid": "830d3ae63ee93165eae5893b5b29263de1b87708f69ad0946700b0bf9f66ea41",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27978532311"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-22T19:36:15.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "fa9a822ae3f4c9483b3de0ddcb38d282d6781ae9",
      "fileid": "e17399e2b222e3eaa2a5edb47ad5c886a1103e21f9e2c1d35df51fb48aec1045",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27978532311"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-22T19:36:11.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "fa9a822ae3f4c9483b3de0ddcb38d282d6781ae9",
      "fileid": "b8307d4024999cc339e56111d7c52f72fe95d54b0300d6072f7c85b86f8120f3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27978532311"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-22T19:36:14.000Z",
      "arch": "emscripten",
      "commit": "fa9a822ae3f4c9483b3de0ddcb38d282d6781ae9",
      "fileid": "b62e6441c4b5f382fa613d49e1edb0f45200e9b7efca00a4885506e69d39cfeb",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27978532311"
    }
  ]
}