{
  "_id": "6a4a06378eb8145883d97321",
  "Package": "fuzzywuzzyR",
  "Type": "Package",
  "Title": "Fuzzy String Matching",
  "Version": "1.0.6",
  "Date": "2025-09-03",
  "Authors@R": "c( person(given = \"Lampros\", family = \"Mouselimis\", email = \"mouselimislampros@gmail.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"https://orcid.org/0000-0002-8024-1546\")), person(\"SeatGeek\", \"Inc\", role = \"cph\"))",
  "BugReports": "https://github.com/mlampros/fuzzywuzzyR/issues",
  "URL": "https://github.com/mlampros/fuzzywuzzyR",
  "Description": "Fuzzy string matching implementation of the 'fuzzywuzzy'\n<https://github.com/seatgeek/fuzzywuzzy> 'python' package. It\nuses the Levenshtein Distance\n<https://en.wikipedia.org/wiki/Levenshtein_distance> to\ncalculate the differences between sequences.",
  "License": "GPL-2",
  "SystemRequirements": "Python (>= 3.8), difflib, fuzzywuzzy ( >=0.15.0 ),\npython-Levenshtein ( >=0.12.0 ). Detailed installation\ninstructions can be found in the README file.",
  "Encoding": "UTF-8",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.3.2",
  "Config/pak/sysreqs": "libpng-dev python3",
  "Repository": "https://mlampros.r-universe.dev",
  "Date/Publication": "2025-09-14 13:27:45 UTC",
  "RemoteUrl": "https://github.com/mlampros/fuzzywuzzyr",
  "RemoteRef": "HEAD",
  "RemoteSha": "e4494adec3553f24910f622b90250cfd76ea6742",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-11 09:13:25 UTC",
    "User": "root"
  },
  "Author": "Lampros Mouselimis [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-8024-1546>),\nSeatGeek Inc [cph]",
  "Maintainer": "Lampros Mouselimis <mouselimislampros@gmail.com>",
  "_user": "mlampros",
  "_type": "src",
  "_file": "fuzzywuzzyR_1.0.6.tar.gz",
  "_fileid": "https://r2.ropensci.org/1a54a71880536313da9ff006eb544c6f07a8f0b30b0a58bd0d018d4da8b85a02",
  "_filesize": 159980,
  "_sha256": "1a54a71880536313da9ff006eb544c6f07a8f0b30b0a58bd0d018d4da8b85a02",
  "_expires": "2026-10-13T07:22:30.000Z",
  "_created": "2026-06-11T09:13:25.000Z",
  "_published": "2026-07-05T07:22:31.843Z",
  "_jobs": [
    {
      "job": 85202631029,
      "time": 166,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7559904956"
    },
    {
      "job": 85202631098,
      "time": 137,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7559894714"
    },
    {
      "job": 85202631181,
      "time": 124,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7559889843"
    },
    {
      "job": 85202631026,
      "time": 114,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7559887312"
    },
    {
      "job": 85202630931,
      "time": 187,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7559841507"
    },
    {
      "job": 85202631174,
      "time": 105,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7559882688"
    },
    {
      "job": 85202631099,
      "time": 102,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7559880694"
    },
    {
      "job": 85202631097,
      "time": 100,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7559879959"
    },
    {
      "job": 85202631036,
      "time": 106,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7559882714"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/mlampros/actions/runs/27336356225",
  "_status": "success",
  "_upstream": "https://github.com/mlampros/fuzzywuzzyr",
  "_commit": {
    "id": "e4494adec3553f24910f622b90250cfd76ea6742",
    "author": "monopteryx <monopteryx_netlify-creative_portfolio@yahoo.com>",
    "committer": "monopteryx <monopteryx_netlify-creative_portfolio@yahoo.com>",
    "message": "updated to CRAN version 1.0.6\n",
    "time": 1757856465
  },
  "_maintainer": {
    "name": "Lampros Mouselimis",
    "email": "mouselimislampros@gmail.com",
    "login": "mlampros",
    "description": "Search (a little bit) and you'll find...",
    "uuid": 3055514,
    "orcid": "0000-0002-8024-1546"
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.2.3",
      "role": "Depends"
    },
    {
      "package": "reticulate",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "mlampros",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-37",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "fuzzywuzzy",
    "matching",
    "python",
    "reticulate",
    "string"
  ],
  "_stars": 37,
  "_contributors": [
    {
      "user": "mlampros",
      "count": 27,
      "uuid": 3055514
    },
    {
      "user": "monopteryx",
      "count": 6,
      "uuid": 114278455
    }
  ],
  "_userbio": {
    "uuid": 3055514,
    "type": "user",
    "name": "Lampros Mouselimis",
    "description": "Search (a little bit) and you'll find..."
  },
  "_downloads": {
    "count": 430,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/fuzzywuzzyR"
  },
  "_devurl": "https://github.com/mlampros/fuzzywuzzyr",
  "_searchresults": 46,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/fuzzywuzzyR.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/mlampros/fuzzywuzzyr",
  "_realowner": "mlampros",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2017-04-11"
    },
    {
      "version": "1.0.1",
      "date": "2017-08-04"
    },
    {
      "version": "1.0.2",
      "date": "2018-01-18"
    },
    {
      "version": "1.0.3",
      "date": "2018-02-26"
    },
    {
      "version": "1.0.4",
      "date": "2021-05-07"
    },
    {
      "version": "1.0.5",
      "date": "2021-09-11"
    },
    {
      "version": "1.0.6",
      "date": "2025-09-03"
    }
  ],
  "_exports": [
    "check_availability",
    "FuzzExtract",
    "FuzzMatcher",
    "FuzzUtils",
    "GetCloseMatches",
    "SequenceMatcher"
  ],
  "_help": [
    {
      "page": "check_availability",
      "title": "This function checks if all relevant python modules are available",
      "topics": [
        "check_availability"
      ]
    },
    {
      "page": "FuzzExtract",
      "title": "Fuzzy extraction from a sequence",
      "topics": [
        "FuzzExtract"
      ]
    },
    {
      "page": "FuzzMatcher",
      "title": "Fuzzy character string matching ( ratios )",
      "topics": [
        "FuzzMatcher"
      ]
    },
    {
      "page": "FuzzUtils",
      "title": "Utility functions",
      "topics": [
        "FuzzUtils"
      ]
    },
    {
      "page": "GetCloseMatches",
      "title": "Matches of character strings",
      "topics": [
        "GetCloseMatches"
      ]
    },
    {
      "page": "SequenceMatcher",
      "title": "Character string sequence matching",
      "topics": [
        "SequenceMatcher"
      ]
    }
  ],
  "_readme": "https://github.com/mlampros/fuzzywuzzyr/raw/HEAD/README.md",
  "_rundeps": [
    "here",
    "jsonlite",
    "lattice",
    "Matrix",
    "png",
    "R6",
    "rappdirs",
    "Rcpp",
    "RcppTOML",
    "reticulate",
    "rlang",
    "rprojroot",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "functionality_of_fuzzywuzzyR_package.Rmd",
      "filename": "functionality_of_fuzzywuzzyR_package.html",
      "title": "Functionality of the fuzzywuzzyR package",
      "author": "Lampros Mouselimis",
      "engine": "knitr::rmarkdown",
      "headings": [
        "classes",
        "functions",
        "FuzzExtract",
        "FuzzMatcher",
        "FuzzUtils",
        "GetCloseMatches",
        "SequenceMatcher"
      ],
      "created": "2017-04-13 17:52:40",
      "modified": "2017-04-13 17:52:40",
      "commits": 1
    }
  ],
  "_score": 5.929929560084588,
  "_indexed": true,
  "_nocasepkg": "fuzzywuzzyr",
  "_universes": [
    "mlampros"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.6",
      "date": "2026-06-11T09:15:51.000Z",
      "distro": "noble",
      "commit": "e4494adec3553f24910f622b90250cfd76ea6742",
      "fileid": "https://r2.ropensci.org/0ddd8f9b1a9b6f51ae5db52bb231fa03b23b6a56ed22e5725d69d42195f22b12",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlampros/actions/runs/27336356225"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.6",
      "date": "2026-06-11T09:15:27.000Z",
      "distro": "noble",
      "commit": "e4494adec3553f24910f622b90250cfd76ea6742",
      "fileid": "https://r2.ropensci.org/fd9a6df09048b630ba5687f015749b9a0ed24323778aa41bd97e01611130ada0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlampros/actions/runs/27336356225"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.6",
      "date": "2026-06-11T09:15:19.000Z",
      "commit": "e4494adec3553f24910f622b90250cfd76ea6742",
      "fileid": "https://r2.ropensci.org/d986d315de32d34c26c4c602ef6d64b5205cb6c8b14348ed3b2c5ee49e5870da",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlampros/actions/runs/27336356225"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.6",
      "date": "2026-06-11T09:15:15.000Z",
      "commit": "e4494adec3553f24910f622b90250cfd76ea6742",
      "fileid": "https://r2.ropensci.org/bd3b22dc3de887bdeaa5f39dc107d9846136009aacda97028b21af2cb8dc9f43",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlampros/actions/runs/27336356225"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.6",
      "date": "2026-06-11T09:15:28.000Z",
      "commit": "e4494adec3553f24910f622b90250cfd76ea6742",
      "fileid": "https://r2.ropensci.org/10648ef1bca8a0d29af87faf6b724c955c6e72e662d6f83d2cadfc190724f9ee",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mlampros/actions/runs/27336356225"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.6",
      "date": "2026-06-11T09:14:43.000Z",
      "commit": "e4494adec3553f24910f622b90250cfd76ea6742",
      "fileid": "https://r2.ropensci.org/83daddbd384890f0a3dc3b6938f80194196660eabe7b823d78bc3ebcacaac054",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlampros/actions/runs/27336356225"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.6",
      "date": "2026-06-11T09:14:41.000Z",
      "commit": "e4494adec3553f24910f622b90250cfd76ea6742",
      "fileid": "https://r2.ropensci.org/f63c3661d4bfd080cdd8de8c5d8286bf94843b8c01af5f4f83888e13d7832762",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlampros/actions/runs/27336356225"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.6",
      "date": "2026-06-11T09:14:46.000Z",
      "commit": "e4494adec3553f24910f622b90250cfd76ea6742",
      "fileid": "https://r2.ropensci.org/7c52814fdbceaf975ee375098e56f5d16fad129a92276ce0c7edcfa5fcab3e9a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlampros/actions/runs/27336356225"
    }
  ]
}