{
  "_id": "6a495e2077d6db3f2f96533f",
  "Package": "lowmemtkmeans",
  "Type": "Package",
  "Title": "Low Memory Use Trimmed K-Means",
  "Version": "0.1.4",
  "Authors@R": "c(person(given = c(\"Andrew\", \"Thomas\"),\nfamily = \"Jones\",\nrole = c(\"aut\", \"cre\"),\nemail = \"andrewthomasjones@gmail.com\"),\nperson(given = c(\"Hien\", \"Duy\"),\nfamily = \"Nguyen\",\nrole = \"aut\"))",
  "Description": "Performs the trimmed k-means clustering algorithm with\nlower memory use. It also provides a number of utility\nfunctions such as BIC calculations.",
  "License": "GPL (>= 3)",
  "RoxygenNote": "7.3.3",
  "Encoding": "UTF-8",
  "Repository": "https://andrewthomasjones.r-universe.dev",
  "Date/Publication": "2025-09-20 08:53:20 UTC",
  "RemoteUrl": "https://github.com/andrewthomasjones/lowmemtkmeans",
  "RemoteRef": "HEAD",
  "RemoteSha": "a65b94ce09ae782aa84056fc86e5c620dde6ebc4",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-24 08:47:59 UTC",
    "User": "root"
  },
  "Author": "Andrew Thomas Jones [aut, cre],\nHien Duy Nguyen [aut]",
  "Maintainer": "Andrew Thomas Jones <andrewthomasjones@gmail.com>",
  "_user": "andrewthomasjones",
  "_type": "src",
  "_file": "lowmemtkmeans_0.1.4.tar.gz",
  "_fileid": "https://r2.ropensci.org/021995021dd15c13825d8c48bee612a9747b0a4c209b48e4f2124832d306d4ab",
  "_filesize": 95435,
  "_sha256": "021995021dd15c13825d8c48bee612a9747b0a4c209b48e4f2124832d306d4ab",
  "_expires": "2026-10-12T19:25:18.000Z",
  "_created": "2026-06-24T08:47:59.000Z",
  "_published": "2026-07-04T19:25:20.602Z",
  "_jobs": [
    {
      "job": 85160307187,
      "time": 129,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7844602546"
    },
    {
      "job": 85160307019,
      "time": 124,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7844599976"
    },
    {
      "job": 85160307046,
      "time": 130,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7844602601"
    },
    {
      "job": 85160307257,
      "time": 114,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7844596147"
    },
    {
      "job": 85160307111,
      "time": 81,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7844583549"
    },
    {
      "job": 85160307168,
      "time": 168,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7844615742"
    },
    {
      "job": 85160307123,
      "time": 129,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7844600924"
    },
    {
      "job": 85160307004,
      "time": 236,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7844640268"
    },
    {
      "job": 85160306963,
      "time": 185,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7844551808"
    },
    {
      "job": 85160307087,
      "time": 115,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7844595780"
    },
    {
      "job": 85160307008,
      "time": 89,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7844586005"
    },
    {
      "job": 85160307109,
      "time": 98,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7844589281"
    },
    {
      "job": 85160307003,
      "time": 104,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7844586974"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/andrewthomasjones/actions/runs/28086479281",
  "_status": "success",
  "_upstream": "https://github.com/andrewthomasjones/lowmemtkmeans",
  "_commit": {
    "id": "a65b94ce09ae782aa84056fc86e5c620dde6ebc4",
    "author": "Andrew Jones <andrew.jones@qcif.edu.au>",
    "committer": "Andrew Jones <andrew.jones@qcif.edu.au>",
    "message": "clean-up\n",
    "time": 1758358400
  },
  "_maintainer": {
    "name": "Andrew Thomas Jones",
    "email": "andrewthomasjones@gmail.com",
    "login": "andrewthomasjones",
    "description": "Stats, ML, R, C++",
    "uuid": 15768984
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.12.5",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "andrewthomasjones",
  "_selfowned": true,
  "_usedby": 3,
  "_updates": [
    {
      "week": "2025-38",
      "n": 12
    }
  ],
  "_tags": [
    {
      "name": "v0.1.4",
      "date": "2025-09-20"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "andrewthomasjones",
      "count": 63,
      "uuid": 15768984
    }
  ],
  "_userbio": {
    "uuid": 15768984,
    "type": "user",
    "name": "Andrew Jones",
    "followers": 5,
    "description": "Stats, ML, R, C++"
  },
  "_downloads": {
    "count": 303,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/lowmemtkmeans"
  },
  "_devurl": "https://github.com/andrewthomasjones/lowmemtkmeans",
  "_searchresults": 9,
  "_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/lowmemtkmeans.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/andrewthomasjones/lowmemtkmeans",
  "_realowner": "andrewthomasjones",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2016-09-07"
    },
    {
      "version": "0.1.1",
      "date": "2016-09-15"
    },
    {
      "version": "0.1.2",
      "date": "2017-01-08"
    },
    {
      "version": "0.1.4",
      "date": "2025-09-20"
    }
  ],
  "_exports": [
    "cluster_BIC",
    "nearest_cluster",
    "scale_mat_inplace",
    "tkmeans"
  ],
  "_help": [
    {
      "page": "cluster_BIC",
      "title": "Calculates BIC for a given clustering.",
      "topics": [
        "cluster_BIC"
      ]
    },
    {
      "page": "nearest_cluster",
      "title": "Allocates each rw (observation) in data to the nearest cluster centre.",
      "topics": [
        "nearest_cluster"
      ]
    },
    {
      "page": "scale_mat_inplace",
      "title": "Rescales a matrix in place.",
      "topics": [
        "scale_mat_inplace"
      ]
    },
    {
      "page": "tkmeans",
      "title": "Trimmed k-means clustering",
      "topics": [
        "tkmeans"
      ]
    }
  ],
  "_readme": "https://github.com/andrewthomasjones/lowmemtkmeans/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp",
    "RcppArmadillo"
  ],
  "_sysdeps": [
    {
      "shlib": "liblapack",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.32+ds-5",
      "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.32+ds-5",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_score": 3.6532125137753435,
  "_indexed": true,
  "_nocasepkg": "lowmemtkmeans",
  "_universes": [
    "andrewthomasjones"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.4",
      "date": "2026-06-24T08:50:22.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "a65b94ce09ae782aa84056fc86e5c620dde6ebc4",
      "fileid": "https://r2.ropensci.org/f559f22ae6f19e1b13e150d0bcab942b3c94a4d1192b74245538f25c9bfbd4be",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrewthomasjones/actions/runs/28086479281"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.4",
      "date": "2026-06-24T08:50:11.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "a65b94ce09ae782aa84056fc86e5c620dde6ebc4",
      "fileid": "https://r2.ropensci.org/14c26c3f9d04957085792f89837b97cbc0e4d58cdcaba9ea09cdc02bda5c7731",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrewthomasjones/actions/runs/28086479281"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.4",
      "date": "2026-06-24T08:50:23.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "a65b94ce09ae782aa84056fc86e5c620dde6ebc4",
      "fileid": "https://r2.ropensci.org/dd01cb03045fe8299316a08d4c725114e03a5cec8fc1e2857a20e728cae73a7a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrewthomasjones/actions/runs/28086479281"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.4",
      "date": "2026-06-24T08:50:02.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "a65b94ce09ae782aa84056fc86e5c620dde6ebc4",
      "fileid": "https://r2.ropensci.org/9af26936454d5997c2bc413915b387c8e5222ec7452005bf2be0bc9e31147fb0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrewthomasjones/actions/runs/28086479281"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.4",
      "date": "2026-06-24T08:49:34.000Z",
      "arch": "aarch64",
      "commit": "a65b94ce09ae782aa84056fc86e5c620dde6ebc4",
      "fileid": "https://r2.ropensci.org/63252eb9b5a17a0c7e60b223631b4759b7061a1e48572b97d5da3392fcf9feac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrewthomasjones/actions/runs/28086479281"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.4",
      "date": "2026-06-24T08:50:42.000Z",
      "arch": "x86_64",
      "commit": "a65b94ce09ae782aa84056fc86e5c620dde6ebc4",
      "fileid": "https://r2.ropensci.org/f7e1a19658847270837d51ad08215ff7293aad442653c4845a26e0bb65ed3117",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrewthomasjones/actions/runs/28086479281"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.4",
      "date": "2026-06-24T08:50:09.000Z",
      "arch": "aarch64",
      "commit": "a65b94ce09ae782aa84056fc86e5c620dde6ebc4",
      "fileid": "https://r2.ropensci.org/bb49b71fc0fb72adc982da349175bee7f395f2fbfe40ca7c0fa17da046d15d69",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrewthomasjones/actions/runs/28086479281"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.4",
      "date": "2026-06-24T08:51:28.000Z",
      "arch": "x86_64",
      "commit": "a65b94ce09ae782aa84056fc86e5c620dde6ebc4",
      "fileid": "https://r2.ropensci.org/f2f834f106f2cc66e061911232f667d9d81193f22f408910103df279fdb02e38",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrewthomasjones/actions/runs/28086479281"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.4",
      "date": "2026-06-24T08:50:17.000Z",
      "arch": "emscripten",
      "commit": "a65b94ce09ae782aa84056fc86e5c620dde6ebc4",
      "fileid": "https://r2.ropensci.org/23b25c484b610f975cdd6d6a001e15015a57538299a0803e8dc2803489d1a463",
      "status": "success",
      "buildurl": "https://github.com/r-universe/andrewthomasjones/actions/runs/28086479281"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.4",
      "date": "2026-06-24T08:49:12.000Z",
      "arch": "x86_64",
      "commit": "a65b94ce09ae782aa84056fc86e5c620dde6ebc4",
      "fileid": "https://r2.ropensci.org/dcf7283716b8e360f1d504f9a330ea3054aef9fd2ce26b581b64778dec251bf0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrewthomasjones/actions/runs/28086479281"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.4",
      "date": "2026-06-24T08:49:13.000Z",
      "arch": "x86_64",
      "commit": "a65b94ce09ae782aa84056fc86e5c620dde6ebc4",
      "fileid": "https://r2.ropensci.org/a23cb802f75bf9a3cc2e830fc49111f7412081e269df2432d962a5a17c996f03",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrewthomasjones/actions/runs/28086479281"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.4",
      "date": "2026-06-24T08:49:11.000Z",
      "arch": "x86_64",
      "commit": "a65b94ce09ae782aa84056fc86e5c620dde6ebc4",
      "fileid": "https://r2.ropensci.org/b80d046faf7cc8369232587dff397d54d058311276bc700c5f74a788a08a8da4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrewthomasjones/actions/runs/28086479281"
    }
  ]
}