{
  "_id": "6a12a71aacfb0bcc41d147d4",
  "Package": "fastkmedoids",
  "Type": "Package",
  "Title": "Faster K-Medoids Clustering Algorithms: FastPAM, FastCLARA,\nFastCLARANS",
  "Version": "1.6",
  "Date": "2026-03-25",
  "Authors@R": "person(given = \"Xun\",\nfamily = \"Li\",\nrole = c(\"aut\", \"cre\"),\nemail = \"lixun910@gmail.com\")",
  "Description": "R wrappers of C++ implementation of Faster K-Medoids\nclustering algorithms (FastPAM, FastCLARA and FastCLARANS)\nproposed in Erich Schubert, Peter J. Rousseeuw 2019\n<doi:10.1007/978-3-030-32047-8_16>.",
  "License": "GPL (>= 2)",
  "Collate": "fastkmedoids-package.R RcppExports.R KmedoidsResult.R",
  "Encoding": "UTF-8",
  "Config/testthat/edition": "3",
  "RoxygenNote": "7.3.2",
  "Repository": "https://lixun910.r-universe.dev",
  "Date/Publication": "2026-03-25 23:39:05 UTC",
  "RemoteUrl": "https://github.com/lixun910/fastkmedoids",
  "RemoteRef": "HEAD",
  "RemoteSha": "f791b973e70535fb014d4d0dcda0c48c6598869d",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-24 07:12:05 UTC",
    "User": "root"
  },
  "Author": "Xun Li [aut, cre]",
  "Maintainer": "Xun Li <lixun910@gmail.com>",
  "MD5sum": "24dc86b1e21c977ee83b35d373f81e90",
  "_user": "lixun910",
  "_type": "src",
  "_file": "fastkmedoids_1.6.tar.gz",
  "_fileid": "d0fcf66a5b8d9af2f5181a5270a27cbc3c6e728acbce44cccc85201de03dc68f",
  "_filesize": 107097,
  "_sha256": "d0fcf66a5b8d9af2f5181a5270a27cbc3c6e728acbce44cccc85201de03dc68f",
  "_created": "2026-05-24T07:12:05.000Z",
  "_published": "2026-05-24T07:22:02.898Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77579586445,
      "time": 104,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7183164187"
    },
    {
      "job": 77579586439,
      "time": 109,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7183164846"
    },
    {
      "job": 77579586436,
      "time": 108,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7183164502"
    },
    {
      "job": 77579586440,
      "time": 108,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7183164691"
    },
    {
      "job": 77579586467,
      "time": 129,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7183216080"
    },
    {
      "job": 77579586484,
      "time": 341,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7183207913"
    },
    {
      "job": 77579586468,
      "time": 113,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7183216911"
    },
    {
      "job": 77579586455,
      "time": 289,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7183210360"
    },
    {
      "job": 77579443699,
      "time": 154,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7183150951"
    },
    {
      "job": 77579586437,
      "time": 101,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7183163841"
    },
    {
      "job": 77579586441,
      "time": 92,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7183162810"
    },
    {
      "job": 77579586431,
      "time": 102,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7183163954"
    },
    {
      "job": 77579586430,
      "time": 103,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7183164052"
    }
  ],
  "_buildurl": "https://github.com/r-universe/lixun910/actions/runs/26354786885",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/lixun910/fastkmedoids",
  "_commit": {
    "id": "f791b973e70535fb014d4d0dcda0c48c6598869d",
    "author": "Xun Li <lixun910@gmail.com>",
    "committer": "Xun Li <lixun910@gmail.com>",
    "message": "chore: version 1.6\n",
    "time": 1774481945
  },
  "_maintainer": {
    "name": "Xun Li",
    "email": "lixun910@gmail.com",
    "login": "lixun910",
    "description": "",
    "uuid": 2423887
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "methods",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.0.1",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "lixun910",
  "_selfowned": true,
  "_usedby": 2,
  "_updates": [
    {
      "week": "2026-09",
      "n": 3
    },
    {
      "week": "2026-11",
      "n": 2
    },
    {
      "week": "2026-13",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "lixun910",
      "count": 25,
      "uuid": 2423887
    },
    {
      "user": "sebschmidtlein",
      "count": 3,
      "uuid": 15193016
    }
  ],
  "_userbio": {
    "uuid": 2423887,
    "type": "user",
    "name": "Xun Li"
  },
  "_downloads": {
    "count": 704,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/fastkmedoids"
  },
  "_devurl": "https://github.com/lixun910/fastkmedoids",
  "_searchresults": 8,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/fastkmedoids.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/lixun910/fastkmedoids",
  "_realowner": "lixun910",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0",
      "date": "2020-07-18"
    },
    {
      "version": "1.2",
      "date": "2021-01-21"
    },
    {
      "version": "1.3",
      "date": "2026-02-24"
    },
    {
      "version": "1.4",
      "date": "2026-02-25"
    },
    {
      "version": "1.5",
      "date": "2026-03-11"
    },
    {
      "version": "1.6",
      "date": "2026-03-26"
    }
  ],
  "_exports": [
    "fastclara",
    "fastclarans",
    "fastpam",
    "pam"
  ],
  "_help": [
    {
      "page": "fastclara",
      "title": "FastCLARA",
      "topics": [
        "fastclara"
      ]
    },
    {
      "page": "fastclarans",
      "title": "FastCLARANS",
      "topics": [
        "fastclarans"
      ]
    },
    {
      "page": "fastpam",
      "title": "FastPAM",
      "topics": [
        "fastpam"
      ]
    },
    {
      "page": "KmedoidsResult-class",
      "title": "An S4 class to represent the result of kmedoids clustering",
      "topics": [
        "KmedoidsResult-class"
      ]
    },
    {
      "page": "pam",
      "title": "PAM (Partitioning Around Medoids)",
      "topics": [
        "pam"
      ]
    }
  ],
  "_readme": "https://github.com/lixun910/fastkmedoids/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp"
  ],
  "_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"
    }
  ],
  "_score": 4.431363764158988,
  "_indexed": true,
  "_nocasepkg": "fastkmedoids",
  "_universes": [
    "lixun910"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.6",
      "date": "2026-05-24T07:13:54.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "f791b973e70535fb014d4d0dcda0c48c6598869d",
      "fileid": "77f6dd2556b9500b2ae4ee2a482622e64195fd568cafd6687efa509aecca1d8f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lixun910/actions/runs/26354786885"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.6",
      "date": "2026-05-24T07:13:57.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "f791b973e70535fb014d4d0dcda0c48c6598869d",
      "fileid": "56629ddee9547453066ce568090d0de736a3cdf47d59be76e0932222f9b825b7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lixun910/actions/runs/26354786885"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.6",
      "date": "2026-05-24T07:13:56.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "f791b973e70535fb014d4d0dcda0c48c6598869d",
      "fileid": "517ca3757b981909a0401aa360199d30cb4315740dc79cf0d87a3be3e651b7b7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lixun910/actions/runs/26354786885"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.6",
      "date": "2026-05-24T07:13:56.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "f791b973e70535fb014d4d0dcda0c48c6598869d",
      "fileid": "9e5883a19e7b16f181817c6808fe22c1e84172b58d9f03b56af34cb176071d84",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lixun910/actions/runs/26354786885"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.6",
      "date": "2026-05-24T07:21:07.000Z",
      "arch": "aarch64",
      "commit": "f791b973e70535fb014d4d0dcda0c48c6598869d",
      "fileid": "e258de7d7073b7b518bfa48dfe9cfcace0f17a9bcb7fbcfb3b0d0f7f537f3334",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lixun910/actions/runs/26354786885"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.6",
      "date": "2026-05-24T07:19:30.000Z",
      "arch": "x86_64",
      "commit": "f791b973e70535fb014d4d0dcda0c48c6598869d",
      "fileid": "e669cccf458c03dfcfd785fc048d80f7cc1057c0f8583c5eb379fc7302a9cedd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lixun910/actions/runs/26354786885"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.6",
      "date": "2026-05-24T07:21:14.000Z",
      "arch": "aarch64",
      "commit": "f791b973e70535fb014d4d0dcda0c48c6598869d",
      "fileid": "cbe62badc1be1f27bc7ec8cf91805d1fe9cb414cabb9aa164e00495c389068fd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lixun910/actions/runs/26354786885"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.6",
      "date": "2026-05-24T07:19:32.000Z",
      "arch": "x86_64",
      "commit": "f791b973e70535fb014d4d0dcda0c48c6598869d",
      "fileid": "08e97d4a92e47d8fcd8675f265421236ab61a57c1a7e038b566009c68b4a9907",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lixun910/actions/runs/26354786885"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.6",
      "date": "2026-05-24T07:14:00.000Z",
      "arch": "emscripten",
      "commit": "f791b973e70535fb014d4d0dcda0c48c6598869d",
      "fileid": "c02728e39400f901414130070168de1729210a107f4598c4d5103111fce65552",
      "status": "success",
      "buildurl": "https://github.com/r-universe/lixun910/actions/runs/26354786885"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.6",
      "date": "2026-05-24T07:13:20.000Z",
      "arch": "x86_64",
      "commit": "f791b973e70535fb014d4d0dcda0c48c6598869d",
      "fileid": "addb16f5e1557d3c658f26022d2276f94e6f29d30eedecb7728d87e68e13ad28",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lixun910/actions/runs/26354786885"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.6",
      "date": "2026-05-24T07:13:26.000Z",
      "arch": "x86_64",
      "commit": "f791b973e70535fb014d4d0dcda0c48c6598869d",
      "fileid": "03bc18f1c1bc16c3cc4a2cf70dfbdbbf21d144614bb5efb21a935294bde01fdb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lixun910/actions/runs/26354786885"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.6",
      "date": "2026-05-24T07:13:14.000Z",
      "arch": "x86_64",
      "commit": "f791b973e70535fb014d4d0dcda0c48c6598869d",
      "fileid": "b516368e6db8389b0014cd22895b17200a5f244fdd689323cddab5bde7489ba3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lixun910/actions/runs/26354786885"
    }
  ]
}