{
  "_id": "6a10358aacfb0bcc41c99b2c",
  "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-05-12 07:14:00 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>",
  "MD5sum": "9662b1de9eb376c1ef38f79bbd5cc0a5",
  "_user": "mlampros",
  "_type": "src",
  "_file": "fuzzywuzzyR_1.0.6.tar.gz",
  "_fileid": "1dd02e8b0cfd6364089827dbb3ae35aace980857e82981478348a426cff63cb6",
  "_filesize": 160704,
  "_sha256": "1dd02e8b0cfd6364089827dbb3ae35aace980857e82981478348a426cff63cb6",
  "_created": "2026-05-12T07:14:00.000Z",
  "_published": "2026-05-22T10:52:58.179Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77365321703,
      "time": 143,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6937960295"
    },
    {
      "job": 77365321691,
      "time": 153,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6937963235"
    },
    {
      "job": 77365321371,
      "time": 85,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6937940455"
    },
    {
      "job": 77365321391,
      "time": 94,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6937943053"
    },
    {
      "job": 77365321146,
      "time": 173,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6937913778"
    },
    {
      "job": 77365321094,
      "time": 100,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158768018"
    },
    {
      "job": 77365321633,
      "time": 106,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6937947349"
    },
    {
      "job": 77365321412,
      "time": 98,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6937944590"
    },
    {
      "job": 77365321588,
      "time": 140,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6937957290"
    }
  ],
  "_buildurl": "https://github.com/r-universe/mlampros/actions/runs/25719273181",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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",
    "uuid": 3055514,
    "orcid": "0000-0002-8024-1546"
  },
  "_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": 437,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/fuzzywuzzyR"
  },
  "_devurl": "https://github.com/mlampros/fuzzywuzzyr",
  "_searchresults": 43,
  "_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.900640183982601,
  "_indexed": true,
  "_nocasepkg": "fuzzywuzzyr",
  "_universes": [
    "mlampros"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.6",
      "date": "2026-05-12T07:16:21.000Z",
      "distro": "noble",
      "commit": "e4494adec3553f24910f622b90250cfd76ea6742",
      "fileid": "a1fd6d1288d29eec14a7fb36e2fbeb19775d30ff1b3d39d97cbd5d8fb4413880",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlampros/actions/runs/25719273181"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.6",
      "date": "2026-05-12T07:16:31.000Z",
      "distro": "noble",
      "commit": "e4494adec3553f24910f622b90250cfd76ea6742",
      "fileid": "7d9723922e338b2c775c06dcd8f58944fd8443c8951ef64341471e17e98eba17",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlampros/actions/runs/25719273181"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.6",
      "date": "2026-05-12T07:15:30.000Z",
      "commit": "e4494adec3553f24910f622b90250cfd76ea6742",
      "fileid": "42ba4b314266d87deca33646934a4c536c561209cbcbf7e29f2bfc18286e2fd8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlampros/actions/runs/25719273181"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.6",
      "date": "2026-05-12T07:15:35.000Z",
      "commit": "e4494adec3553f24910f622b90250cfd76ea6742",
      "fileid": "951a54d2ff9d7d8fd0f2a1a435881dca6c2f89023316bf6077296d42ce7ba255",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlampros/actions/runs/25719273181"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.6",
      "date": "2026-05-12T07:15:30.000Z",
      "commit": "e4494adec3553f24910f622b90250cfd76ea6742",
      "fileid": "f2c8fe8dcccad822eba2a33a7aaec42791c2c30e0803c50e431d6b2c9312b11c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlampros/actions/runs/25719273181"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.6",
      "date": "2026-05-12T07:15:25.000Z",
      "commit": "e4494adec3553f24910f622b90250cfd76ea6742",
      "fileid": "d48886f6baa1fb268c870c0963095a53d7e0e9578421ae87c2baf5cf5c8509e6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlampros/actions/runs/25719273181"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.6",
      "date": "2026-05-12T07:16:06.000Z",
      "commit": "e4494adec3553f24910f622b90250cfd76ea6742",
      "fileid": "45084f6790f1e0e5349c87ea0ea975678a7eb3486de75265b5987f22e9ddaca6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mlampros/actions/runs/25719273181"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.6",
      "date": "2026-05-22T10:52:43.000Z",
      "commit": "e4494adec3553f24910f622b90250cfd76ea6742",
      "fileid": "426de92e0ec4d45b59f64275dc713f904a041aec589ba6c2ddaa41dcd87f74d1",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mlampros/actions/runs/25719273181"
    }
  ]
}