{
  "_id": "6a2132c9cd65a98ecbd25ccf",
  "Package": "tidystringdist",
  "Title": "String Distance Calculation with Tidy Data Principles",
  "Version": "0.1.6",
  "Authors@R": "c(person(given = \"Colin\",\nfamily = \"Fay\",\nrole = c(\"aut\", \"cre\"),\nemail = \"contact@colinfay.me\",\ncomment = c(ORCID = \"0000-0001-7343-1846\")),\nperson(given = \"Dmytro\",\nfamily = \"Perepolkin\",\nrole = \"ctb\",\nemail = \"dperepolkin@gmail.com\",\ncomment = c(ORCID = \"0000-0001-8558-6183\")))",
  "Description": "Calculation of string distance following the tidy data\nprinciples. Built on top of the 'stringdist' package.",
  "License": "MIT + file LICENSE",
  "VignetteBuilder": "knitr",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "Collate": "'globalVariables.R' 'tidycomb.R' 'utils.R' 'tidystringdist.R'",
  "Repository": "https://colinfay.r-universe.dev",
  "Date/Publication": "2026-05-04 19:50:59 UTC",
  "RemoteUrl": "https://github.com/colinfay/tidystringdist",
  "RemoteRef": "HEAD",
  "RemoteSha": "cd643c9ca042af8951112f3de4ffef40b6bb263b",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-04 08:07:13 UTC",
    "User": "root"
  },
  "Author": "Colin Fay [aut, cre] (ORCID: <https://orcid.org/0000-0001-7343-1846>),\nDmytro Perepolkin [ctb] (ORCID:\n<https://orcid.org/0000-0001-8558-6183>)",
  "Maintainer": "Colin Fay <contact@colinfay.me>",
  "MD5sum": "cd3acc8d60f04e65d13cdad254cf93de",
  "_user": "colinfay",
  "_type": "src",
  "_file": "tidystringdist_0.1.6.tar.gz",
  "_fileid": "a564b93a0ec272e8b503c2856231c430428716e5304e60bf8a00b0f3061b81c4",
  "_filesize": 89542,
  "_sha256": "a564b93a0ec272e8b503c2856231c430428716e5304e60bf8a00b0f3061b81c4",
  "_created": "2026-06-04T08:07:13.000Z",
  "_published": "2026-06-04T08:09:45.105Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79476443498,
      "time": 117,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7406266019"
    },
    {
      "job": 79476443487,
      "time": 116,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7406265605"
    },
    {
      "job": 79476443503,
      "time": 73,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7406252358"
    },
    {
      "job": 79476443727,
      "time": 88,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7406256835"
    },
    {
      "job": 79475992106,
      "time": 167,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7406228054"
    },
    {
      "job": 79476443476,
      "time": 100,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7406260518"
    },
    {
      "job": 79476443589,
      "time": 78,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7406254206"
    },
    {
      "job": 79476443633,
      "time": 90,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7406257311"
    },
    {
      "job": 79476443500,
      "time": 119,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7406265907"
    }
  ],
  "_buildurl": "https://github.com/r-universe/colinfay/actions/runs/26939117564",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/colinfay/tidystringdist",
  "_commit": {
    "id": "cd643c9ca042af8951112f3de4ffef40b6bb263b",
    "author": "colin <colin@thinkr.fr>",
    "committer": "colin <colin@thinkr.fr>",
    "message": "fix: feedback after CRAN feedbacks\n",
    "time": 1777924259
  },
  "_maintainer": {
    "name": "Colin Fay",
    "email": "contact@colinfay.me",
    "login": "colinfay",
    "twitter": "@_ColinFay",
    "description": "👨‍💻 Data Science and Engineering at @ThinkR-open. \n\"Chaotic good developer\". \nLoves building things, loves breaking things. \nRuns 🏃‍♂️. \nEats plants 🌱.",
    "uuid": 17936236,
    "orcid": "0000-0001-7343-1846"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "attempt",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stringdist",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "magrittr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "colinfay",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-19",
      "n": 3
    }
  ],
  "_tags": [],
  "_stars": 41,
  "_contributors": [
    {
      "user": "colinfay",
      "count": 43,
      "uuid": 17936236
    },
    {
      "user": "batpigandme",
      "count": 3,
      "uuid": 831732
    },
    {
      "user": "dmi3kno",
      "count": 2,
      "uuid": 13419011
    },
    {
      "user": "amrrs",
      "count": 1,
      "uuid": 5347322
    }
  ],
  "_userbio": {
    "uuid": 17936236,
    "type": "user",
    "name": "Colin Fay",
    "description": "👨‍💻 Data Science and Engineering at @thinkr-open. \r\n\"Chaotic good developer\". \r\nLoves building things, loves breaking things. \r\nRuns 🏃‍♂️. \r\nEats plants 🌱."
  },
  "_downloads": {
    "count": 359,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/tidystringdist"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/colinfay/tidystringdist",
  "_searchresults": 75,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/tidystringdist.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/colinfay/tidystringdist",
  "_realowner": "colinfay",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2017-09-29"
    },
    {
      "version": "0.1.2",
      "date": "2018-01-04"
    },
    {
      "version": "0.1.3",
      "date": "2018-11-22"
    },
    {
      "version": "0.1.4",
      "date": "2019-03-21"
    },
    {
      "version": "0.1.6",
      "date": "2026-05-04"
    }
  ],
  "_exports": [
    "tidy_comb",
    "tidy_comb_all",
    "tidy_stringdist"
  ],
  "_help": [
    {
      "page": "tidy_comb",
      "title": "Tidy combine",
      "topics": [
        "tidy_comb",
        "tidy_comb.data.frame",
        "tidy_comb.default"
      ]
    },
    {
      "page": "tidy_comb_all",
      "title": "Tidy combine all",
      "topics": [
        "tidy_comb_all",
        "tidy_comb_all.data.frame",
        "tidy_comb_all.default"
      ]
    },
    {
      "page": "tidy_stringdist",
      "title": "Tidy stringdist calculation",
      "topics": [
        "tidy_stringdist"
      ]
    }
  ],
  "_readme": "https://github.com/colinfay/tidystringdist/raw/HEAD/README.md",
  "_rundeps": [
    "attempt",
    "cli",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "rlang",
    "stringdist",
    "tibble",
    "utf8",
    "vctrs"
  ],
  "_vignettes": [
    {
      "source": "Getting_started.Rmd",
      "filename": "Getting_started.html",
      "title": "Getting started",
      "author": "Colin Fay",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Getting started with",
        "About",
        "Installing tidystringdist",
        "{tidystringdist} basic workflow",
        "tidycomb()",
        "Compute string distance"
      ],
      "created": "2017-10-08 20:08:36",
      "modified": "2018-11-13 23:38:18",
      "commits": 5
    }
  ],
  "_score": 6.663936379167117,
  "_indexed": true,
  "_nocasepkg": "tidystringdist",
  "_universes": [
    "colinfay"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.6",
      "date": "2026-06-04T08:09:10.000Z",
      "distro": "noble",
      "commit": "cd643c9ca042af8951112f3de4ffef40b6bb263b",
      "fileid": "439bc3b2118912c5e86932aedd376c988f75b07920fc246dd2019d305bc1fd5a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/colinfay/actions/runs/26939117564"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.6",
      "date": "2026-06-04T08:09:08.000Z",
      "distro": "noble",
      "commit": "cd643c9ca042af8951112f3de4ffef40b6bb263b",
      "fileid": "1274c9b03f01ddae8978846f8a1525d75e8b6dbf13726c678b8d2e41ad11159a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/colinfay/actions/runs/26939117564"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.6",
      "date": "2026-06-04T08:08:30.000Z",
      "commit": "cd643c9ca042af8951112f3de4ffef40b6bb263b",
      "fileid": "5f14c9e107d67b2d3098519f8db2d6043c9141502f3cb46719c96166418dfe98",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/colinfay/actions/runs/26939117564"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.6",
      "date": "2026-06-04T08:08:43.000Z",
      "commit": "cd643c9ca042af8951112f3de4ffef40b6bb263b",
      "fileid": "124bc420c737e2b79d5a6868d8666d003076d8c226cb973e166a511b4767996d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/colinfay/actions/runs/26939117564"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.6",
      "date": "2026-06-04T08:09:07.000Z",
      "commit": "cd643c9ca042af8951112f3de4ffef40b6bb263b",
      "fileid": "04e0943c38e065ed531ef9baa739ad9afe1ebcab51712922e7a5314b095d0dee",
      "status": "success",
      "buildurl": "https://github.com/r-universe/colinfay/actions/runs/26939117564"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.6",
      "date": "2026-06-04T08:08:26.000Z",
      "commit": "cd643c9ca042af8951112f3de4ffef40b6bb263b",
      "fileid": "1c9c4a442e778c275b5e5762e8241397f460d22acf1878121ff2bff45848635b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/colinfay/actions/runs/26939117564"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.6",
      "date": "2026-06-04T08:08:27.000Z",
      "commit": "cd643c9ca042af8951112f3de4ffef40b6bb263b",
      "fileid": "08036b0f2dad8855430f39af2a8d75c1d3afbfd4906f707ffabf3634c4f7e7b3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/colinfay/actions/runs/26939117564"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.6",
      "date": "2026-06-04T08:09:05.000Z",
      "commit": "cd643c9ca042af8951112f3de4ffef40b6bb263b",
      "fileid": "caaeafdaf0d9981f331002105d52d84d23b04ccc55cd0be848edb5e0d399e5d5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/colinfay/actions/runs/26939117564"
    }
  ]
}