{
  "_id": "6a103572acfb0bcc41c99ab4",
  "Type": "Package",
  "Package": "levitate",
  "Title": "Fuzzy String Comparison",
  "Version": "0.2.2",
  "Authors@R": "person(\"Lewin\", \"Appleton-Fox\", , \"lewin.a.f@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"))",
  "Description": "Provides string similarity calculations inspired by the\nPython 'thefuzz' package. Compare strings by edit distance,\nsimilarity ratio, best matching substring, ordered token\nmatching and set-based token matching. A range of edit distance\nmeasures are available thanks to the 'stringdist' package.",
  "License": "GPL-3",
  "URL": "https://lewinfox.com/levitate/",
  "BugReports": "https://github.com/lewinfox/levitate/issues",
  "VignetteBuilder": "knitr",
  "Encoding": "UTF-8",
  "Language": "en-GB",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Repository": "https://lewinfox.r-universe.dev",
  "Date/Publication": "2025-09-14 21:11:02 UTC",
  "RemoteUrl": "https://github.com/lewinfox/levitate",
  "RemoteRef": "HEAD",
  "RemoteSha": "c1bbcfa4ae36273ba2ca31ca1ac2c161594ccf10",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-12 07:17:16 UTC",
    "User": "root"
  },
  "Author": "Lewin Appleton-Fox [aut, cre, cph]",
  "Maintainer": "Lewin Appleton-Fox <lewin.a.f@gmail.com>",
  "MD5sum": "bddff835b24cfbf9737e5d698a75784d",
  "_user": "lewinfox",
  "_type": "src",
  "_file": "levitate_0.2.2.tar.gz",
  "_fileid": "1043d38997c633097db9ce72cfc10d907ed36c4bd6f1090b8a3d65a73381757e",
  "_filesize": 278872,
  "_sha256": "1043d38997c633097db9ce72cfc10d907ed36c4bd6f1090b8a3d65a73381757e",
  "_created": "2026-05-12T07:17:16.000Z",
  "_published": "2026-05-22T10:52:34.132Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77365251411,
      "time": 178,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6938025793"
    },
    {
      "job": 77365251197,
      "time": 145,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6938015443"
    },
    {
      "job": 77365251420,
      "time": 207,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6938022587"
    },
    {
      "job": 77365251247,
      "time": 129,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6938003688"
    },
    {
      "job": 77365250843,
      "time": 203,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6937970290"
    },
    {
      "job": 77365250692,
      "time": 100,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158759629"
    },
    {
      "job": 77365251436,
      "time": 67,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6937992681"
    },
    {
      "job": 77365251543,
      "time": 82,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6937997156"
    },
    {
      "job": 77365251451,
      "time": 73,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6937994248"
    }
  ],
  "_buildurl": "https://github.com/r-universe/lewinfox/actions/runs/25719408770",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/lewinfox/levitate",
  "_commit": {
    "id": "c1bbcfa4ae36273ba2ca31ca1ac2c161594ccf10",
    "author": "Lewin Appleton-Fox <lewin.a.f@gmail.com>",
    "committer": "Lewin Appleton-Fox <lewin.a.f@gmail.com>",
    "message": "Update URLs\n",
    "time": 1757884262
  },
  "_maintainer": {
    "name": "Lewin Appleton-Fox",
    "email": "lewin.a.f@gmail.com",
    "login": "lewinfox",
    "uuid": 25552362
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stringdist",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "pkgdown",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "stringi",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "lewinfox",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-31",
      "n": 2
    },
    {
      "week": "2025-37",
      "n": 3
    }
  ],
  "_tags": [
    {
      "name": "v0.2.2",
      "date": "2025-09-14"
    }
  ],
  "_topics": [
    "data-matching",
    "fuzzy-matching",
    "similarity-measures",
    "string-similarity",
    "thefuzz"
  ],
  "_stars": 36,
  "_contributors": [
    {
      "user": "lewinfox",
      "count": 108,
      "uuid": 25552362
    },
    {
      "user": "zatch3301",
      "count": 1,
      "uuid": 46402550
    }
  ],
  "_userbio": {
    "uuid": 25552362,
    "type": "user",
    "name": "Lewin Appleton-Fox",
    "description": "Data Engineering | MLOps | DevOps"
  },
  "_downloads": {
    "count": 518,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/levitate"
  },
  "_devurl": "https://github.com/lewinfox/levitate",
  "_pkgdown": "https://lewinfox.com/levitate/",
  "_searchresults": 4,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/levitate.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/lewinfox/levitate",
  "_realowner": "lewinfox",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2021-05-25"
    },
    {
      "version": "0.2.0",
      "date": "2023-10-01"
    },
    {
      "version": "0.2.2",
      "date": "2025-09-14"
    }
  ],
  "_exports": [
    "lev_best_match",
    "lev_distance",
    "lev_partial_ratio",
    "lev_ratio",
    "lev_score_multiple",
    "lev_token_set_ratio",
    "lev_token_sort_ratio",
    "lev_weighted_token_ratio",
    "lev_weighted_token_set_ratio",
    "lev_weighted_token_sort_ratio"
  ],
  "_datasets": [
    {
      "name": "hotel_rooms",
      "title": "Hotel room listings",
      "object": "hotel_rooms",
      "class": [
        "spec_tbl_df",
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "expedia",
        "booking"
      ],
      "rows": 85,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "lev_best_match",
      "title": "Get the best matched string from a list of candidates",
      "topics": [
        "lev_best_match"
      ]
    },
    {
      "page": "lev_distance",
      "title": "String distance metrics",
      "topics": [
        "lev_distance"
      ]
    },
    {
      "page": "lev_partial_ratio",
      "title": "Ratio of the best-matching substring",
      "topics": [
        "lev_partial_ratio"
      ]
    },
    {
      "page": "lev_ratio",
      "title": "String similarity ratio",
      "topics": [
        "lev_ratio"
      ]
    },
    {
      "page": "lev_score_multiple",
      "title": "Score multiple candidate strings against a single input",
      "topics": [
        "lev_score_multiple"
      ]
    },
    {
      "page": "lev_token_set_ratio",
      "title": "Matching based on common tokens",
      "topics": [
        "lev_token_set_ratio"
      ]
    },
    {
      "page": "lev_token_sort_ratio",
      "title": "Ordered token matching",
      "topics": [
        "lev_token_sort_ratio"
      ]
    },
    {
      "page": "lev_weighted_token_ratio",
      "title": "Weighted token similarity measure",
      "concept": [
        "weighted token functions"
      ],
      "topics": [
        "lev_weighted_token_ratio"
      ]
    },
    {
      "page": "lev_weighted_token_set_ratio",
      "title": "Weighted version of 'lev_token_set_ratio()'",
      "concept": [
        "weighted token functions"
      ],
      "topics": [
        "lev_weighted_token_set_ratio"
      ]
    },
    {
      "page": "lev_weighted_token_sort_ratio",
      "title": "Weighted version of lev_token_sort_ratio()",
      "concept": [
        "weighted token functions"
      ],
      "topics": [
        "lev_weighted_token_sort_ratio"
      ]
    }
  ],
  "_pkglogo": "https://github.com/lewinfox/levitate/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/lewinfox/levitate/raw/HEAD/README.md",
  "_rundeps": [
    "rlang",
    "stringdist"
  ],
  "_vignettes": [
    {
      "source": "levitate.Rmd",
      "filename": "levitate.html",
      "title": "levitate",
      "engine": "knitr::rmarkdown",
      "headings": [
        "A simple matching model"
      ],
      "created": "2021-04-10 08:43:41",
      "modified": "2023-09-30 03:51:35",
      "commits": 2
    }
  ],
  "_score": 5.556302500767288,
  "_indexed": true,
  "_nocasepkg": "levitate",
  "_universes": [
    "lewinfox"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-05-12T07:20:25.000Z",
      "distro": "noble",
      "commit": "c1bbcfa4ae36273ba2ca31ca1ac2c161594ccf10",
      "fileid": "b9e82eba5537dde8f4f11a10c4808a7991950ae3159ffbfca10c1b0029e68ecd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lewinfox/actions/runs/25719408770"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-05-12T07:19:50.000Z",
      "distro": "noble",
      "commit": "c1bbcfa4ae36273ba2ca31ca1ac2c161594ccf10",
      "fileid": "1fd5f1ca09f2cabcb6fe63accfe53cfe189b2803c12b78de31dbea6862184533",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lewinfox/actions/runs/25719408770"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-05-12T07:20:18.000Z",
      "commit": "c1bbcfa4ae36273ba2ca31ca1ac2c161594ccf10",
      "fileid": "28947228c0503d1499aa3deb8987314abc3e9ad61ffbad84d2ef0d66f247b2bf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lewinfox/actions/runs/25719408770"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-05-12T07:19:12.000Z",
      "commit": "c1bbcfa4ae36273ba2ca31ca1ac2c161594ccf10",
      "fileid": "560fd9140170948e02401b4e8af11361954069c2326988bf3026283ca108f4e4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lewinfox/actions/runs/25719408770"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-05-12T07:18:28.000Z",
      "commit": "c1bbcfa4ae36273ba2ca31ca1ac2c161594ccf10",
      "fileid": "91faec507f28d6717647a783c6c0935074b09d50610042e0cb6605a59b168d48",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lewinfox/actions/runs/25719408770"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-05-12T07:18:41.000Z",
      "commit": "c1bbcfa4ae36273ba2ca31ca1ac2c161594ccf10",
      "fileid": "8922ff44efdc6e4d39723ba139f3304c0835caa498fd76dd197467ee21d99935",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lewinfox/actions/runs/25719408770"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-05-12T07:18:32.000Z",
      "commit": "c1bbcfa4ae36273ba2ca31ca1ac2c161594ccf10",
      "fileid": "593001518f4d6fca40cf71468320935f45006010962430d8a2dc7116eeb7feda",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lewinfox/actions/runs/25719408770"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.2",
      "date": "2026-05-22T10:52:15.000Z",
      "commit": "c1bbcfa4ae36273ba2ca31ca1ac2c161594ccf10",
      "fileid": "83062cfa73f1e08ce21bc94a8b317181848a68864df01da02cf1299fac59784c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/lewinfox/actions/runs/25719408770"
    }
  ]
}