{
  "_id": "6a3139b23efcd9bda4362075",
  "Package": "ODMeans",
  "Type": "Package",
  "Title": "OD-Means: k-Means for Origin-Destination",
  "Version": "0.2.1",
  "Authors@R": "c(\nperson(\"Sebastian\",\"Moreno\",role = c(\"aut\", \"cre\"),\nemail = \"sebastian.moreno.araya@gmail.com\"),\nperson(\"Cristobal\", \"Heredia\", role = \"aut\"),\nperson(\"Wilfredo\", \"Yushimito\", role = \"ths\"),\nperson(\"Gonzalo\", \"Huerta\", role = \"ths\")\n)",
  "Maintainer": "Sebastian Moreno <sebastian.moreno.araya@gmail.com>",
  "Description": "OD-means is a hierarchical adaptive k-means algorithm\nbased on origin-destination pairs. In the first layer of the\nhierarchy, the clusters are separated automatically based on\nthe variation of the within-cluster distance of each cluster\nuntil convergence. The second layer of the hierarchy\ncorresponds to the sub clustering process of small clusters\nbased on the distance between the origin and destination of\neach cluster.",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "LazyData": "false",
  "RoxygenNote": "7.3.1",
  "Collate": "'ODMeansSampleData.R' 'ODMeansTaxiData.R' 'first_hierarchy.R'\n'second_hierarchy.R' 'odmeans.R' 'odmeans_graph.R'",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-16 11:52:34 UTC",
    "User": "root"
  },
  "Author": "Sebastian Moreno [aut, cre], Cristobal Heredia [aut], Wilfredo\nYushimito [ths], Gonzalo Huerta [ths]",
  "Config/pak/sysreqs": "libicu-dev libjpeg-dev libpng-dev libssl-dev",
  "Repository": "https://smorenoa.r-universe.dev",
  "Date/Publication": "2024-03-19 02:30:23 UTC",
  "RemoteUrl": "https://github.com/cran/ODMeans",
  "RemoteRef": "HEAD",
  "RemoteSha": "dd8beb9bb7e33b8633fb44ae6eab2e8be640f275",
  "MD5sum": "3606e37f78546c6fed97b38d1bca99de",
  "_user": "smorenoa",
  "_type": "src",
  "_file": "ODMeans_0.2.1.tar.gz",
  "_fileid": "dfbb9fa22aab6179d825a56ee792a9e7f80e90606c4629d7f0cb329deb1a1638",
  "_filesize": 3270016,
  "_sha256": "dfbb9fa22aab6179d825a56ee792a9e7f80e90606c4629d7f0cb329deb1a1638",
  "_created": "2026-06-16T11:52:34.000Z",
  "_published": "2026-06-18T11:11:26.384Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 81650415775,
      "time": 137,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7665976721"
    },
    {
      "job": 81650415807,
      "time": 119,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7665970310"
    },
    {
      "job": 81650415776,
      "time": 86,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7665957196"
    },
    {
      "job": 81650415934,
      "time": 96,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7665961284"
    },
    {
      "job": 81649821721,
      "time": 190,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7665924571"
    },
    {
      "job": 81650415786,
      "time": 107,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7665968140"
    },
    {
      "job": 81650415814,
      "time": 83,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7665957652"
    },
    {
      "job": 81650415862,
      "time": 74,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7665954579"
    },
    {
      "job": 81650415795,
      "time": 85,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7665957426"
    }
  ],
  "_buildurl": "https://github.com/r-universe/smorenoa/actions/runs/27615343641",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/ODMeans",
  "_commit": {
    "id": "dd8beb9bb7e33b8633fb44ae6eab2e8be640f275",
    "author": "Sebastian Moreno <sebastian.moreno.araya@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.2.1\n",
    "time": 1710815423
  },
  "_maintainer": {
    "name": "Sebastian Moreno",
    "email": "sebastian.moreno.araya@gmail.com",
    "login": "smorenoa",
    "description": "",
    "uuid": 19377119
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "geosphere",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "ggmap",
      "role": "Imports"
    },
    {
      "package": "ggrepel",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "smorenoa",
      "count": 3,
      "uuid": 19377119
    }
  ],
  "_userbio": {
    "uuid": 19377119,
    "type": "user",
    "name": "smorenoa",
    "followers": 0
  },
  "_downloads": {
    "count": 253,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ODMeans"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ODMeans.html",
    "manual.pdf"
  ],
  "_realowner": "smorenoa",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2022-02-01"
    },
    {
      "version": "0.2.0",
      "date": "2024-01-10"
    },
    {
      "version": "0.2.1",
      "date": "2024-03-18"
    }
  ],
  "_exports": [
    "first_hierarchy",
    "odmeans",
    "odmeans_graph",
    "second_hierarchy"
  ],
  "_datasets": [
    {
      "name": "ODMeansSampleData",
      "title": "Origin-Destination points",
      "object": "ODMeansSampleData",
      "file": "ODMeansSampleData.rda",
      "class": [
        "data.frame"
      ],
      "fields": [
        "OriginLatitude",
        "OriginLongitude",
        "DestinationLatitude",
        "DestinationLongitude",
        "original_cluster"
      ],
      "rows": 1700,
      "table": true,
      "tojson": true
    },
    {
      "name": "ODMeansTaxiData",
      "title": "Origin-Destination Taxi data",
      "object": "ODMeansTaxiData",
      "file": "ODMeansTaxiData.rda",
      "class": [
        "data.frame"
      ],
      "fields": [
        "OriginLatitude",
        "OriginLongitude",
        "DestinationLatitude",
        "DestinationLongitude"
      ],
      "rows": 452166,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "first_hierarchy",
      "title": "First Hierarchy Function",
      "topics": [
        "first_hierarchy"
      ]
    },
    {
      "page": "odmeans",
      "title": "ODMeans Function",
      "topics": [
        "odmeans"
      ]
    },
    {
      "page": "odmeans_graph",
      "title": "Graph ODMeans Function",
      "topics": [
        "odmeans_graph"
      ]
    },
    {
      "page": "ODMeansSampleData",
      "title": "Origin-Destination points",
      "topics": [
        "ODMeansSampleData"
      ]
    },
    {
      "page": "ODMeansTaxiData",
      "title": "Origin-Destination Taxi data",
      "topics": [
        "ODMeansTaxiData"
      ]
    },
    {
      "page": "second_hierarchy",
      "title": "Second Hierarchy Clusters",
      "topics": [
        "second_hierarchy"
      ]
    }
  ],
  "_rundeps": [
    "askpass",
    "bitops",
    "cli",
    "cpp11",
    "curl",
    "digest",
    "dplyr",
    "farver",
    "generics",
    "geosphere",
    "ggmap",
    "ggplot2",
    "ggrepel",
    "glue",
    "gtable",
    "httr",
    "isoband",
    "jpeg",
    "jsonlite",
    "labeling",
    "lifecycle",
    "magrittr",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "plyr",
    "png",
    "purrr",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "S7",
    "scales",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "odmeans",
  "_universes": [
    "smorenoa"
  ],
  "_progress_url": "https://github.com/r-universe/smorenoa/actions/runs/27755436285",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-06-16T11:54:45.000Z",
      "distro": "noble",
      "commit": "dd8beb9bb7e33b8633fb44ae6eab2e8be640f275",
      "fileid": "739a466c5f607565355a8be17ba8f6852b6c830833107dde4e087db3262a50c4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/smorenoa/actions/runs/27615343641"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-06-16T11:54:27.000Z",
      "distro": "noble",
      "commit": "dd8beb9bb7e33b8633fb44ae6eab2e8be640f275",
      "fileid": "51810c8c94b8c19138ecbcc0ea4120d4a50395c55d539fd49ff2ba7a4f0b6e47",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/smorenoa/actions/runs/27615343641"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-06-16T11:54:01.000Z",
      "commit": "dd8beb9bb7e33b8633fb44ae6eab2e8be640f275",
      "fileid": "63686fa123303f59efb65a157d1e76b720fe17aeac8c711f44bcc10e7cb237d1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/smorenoa/actions/runs/27615343641"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-06-16T11:54:07.000Z",
      "commit": "dd8beb9bb7e33b8633fb44ae6eab2e8be640f275",
      "fileid": "dd64527ee452e65ae64955a2638c4f08f9b495857057146fc9062c78d930f49e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/smorenoa/actions/runs/27615343641"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.1",
      "date": "2026-06-16T11:54:43.000Z",
      "commit": "dd8beb9bb7e33b8633fb44ae6eab2e8be640f275",
      "fileid": "d7b473ecfe88799cff0b94d32244293f1c1804c81407c00d02488a3547595311",
      "status": "success",
      "buildurl": "https://github.com/r-universe/smorenoa/actions/runs/27615343641"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-06-16T11:53:50.000Z",
      "commit": "dd8beb9bb7e33b8633fb44ae6eab2e8be640f275",
      "fileid": "434a450547392ef247655377ca201a881112d54bbf66b1ac675ad929b2b3af1d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/smorenoa/actions/runs/27615343641"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-06-16T11:53:42.000Z",
      "commit": "dd8beb9bb7e33b8633fb44ae6eab2e8be640f275",
      "fileid": "cabbdea731090f4d67a76016493cce60047ea59cd25277a668579c243d5bad8a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/smorenoa/actions/runs/27615343641"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-06-16T11:53:49.000Z",
      "commit": "dd8beb9bb7e33b8633fb44ae6eab2e8be640f275",
      "fileid": "cdec6d08e784681ac4d1732bba32afa5c47cd715d64b509565acf3bc7c8119e4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/smorenoa/actions/runs/27615343641"
    }
  ]
}