{
  "_id": "6a1f289db401979e734236fd",
  "Package": "firmmatchr",
  "Title": "Robust Probabilistic Matching for German Company Names",
  "Version": "0.1.3",
  "Authors@R": "person(\"Giulian\", \"Etingin-Frati\", email = \"etingin-frati@kof.ethz.ch\", role = c(\"aut\", \"cre\"))",
  "Description": "A pipeline for matching messy company name strings against\na clean dictionary (e.g., 'Orbis'). Implements a cascading\nstrategy: Exact -> Fuzzy ('zoomerjoin') -> 'FTS5' ('SQLite') ->\nRarity Weighted. References: Beniamino Green (2025)\n<https://beniamino.org/zoomerjoin/>;\n<https://www.sqlite.org/fts5.html>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "libicu-dev libssl-dev libx11-dev libclang-dev",
  "Repository": "https://swediot.r-universe.dev",
  "Date/Publication": "2026-03-06 13:54:04 UTC",
  "RemoteUrl": "https://github.com/swediot/firmmatchr",
  "RemoteRef": "HEAD",
  "RemoteSha": "c795e1971ff8bdf05c0a8f8a16e24a436565171c",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-16 05:17:02 UTC",
    "User": "root"
  },
  "Author": "Giulian Etingin-Frati [aut, cre]",
  "Maintainer": "Giulian Etingin-Frati <etingin-frati@kof.ethz.ch>",
  "MD5sum": "4e7310f5795927e4c7b61eab1fd013cd",
  "_user": "swediot",
  "_type": "src",
  "_file": "firmmatchr_0.1.3.tar.gz",
  "_fileid": "2ed24464a05e7442042c2d8c100c38af9e2fe802223741d1e5449115d3925dab",
  "_filesize": 104183,
  "_sha256": "2ed24464a05e7442042c2d8c100c38af9e2fe802223741d1e5449115d3925dab",
  "_created": "2026-05-16T05:17:02.000Z",
  "_published": "2026-06-02T19:01:49.360Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79149519089,
      "time": 155,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7030748123"
    },
    {
      "job": 79149519360,
      "time": 156,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7030748122"
    },
    {
      "job": 79149519488,
      "time": 213,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7030751445"
    },
    {
      "job": 79149518927,
      "time": 196,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7030749270"
    },
    {
      "job": 79149518600,
      "time": 180,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7030731093"
    },
    {
      "job": 79149518406,
      "time": 140,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7367181750"
    },
    {
      "job": 79149519200,
      "time": 78,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7030740006"
    },
    {
      "job": 79149519100,
      "time": 83,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7030740515"
    },
    {
      "job": 79149519021,
      "time": 88,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7030741018"
    }
  ],
  "_buildurl": "https://github.com/r-universe/swediot/actions/runs/25953606813",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/swediot/firmmatchr",
  "_commit": {
    "id": "c795e1971ff8bdf05c0a8f8a16e24a436565171c",
    "author": "Giulian Etingin-Frati <getinginfrati@gmail.com>",
    "committer": "Giulian Etingin-Frati <getinginfrati@gmail.com>",
    "message": "resubmitting to CRAN\n",
    "time": 1772805244
  },
  "_maintainer": {
    "name": "Giulian Etingin-Frati",
    "email": "etingin-frati@kof.ethz.ch",
    "login": "swediot",
    "uuid": 113532999
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "stringi",
      "role": "Imports"
    },
    {
      "package": "stringdist",
      "role": "Imports"
    },
    {
      "package": "zoomerjoin",
      "role": "Imports"
    },
    {
      "package": "DBI",
      "role": "Imports"
    },
    {
      "package": "RSQLite",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "progressr",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "readr",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "swediot",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-05",
      "n": 3
    },
    {
      "week": "2026-06",
      "n": 6
    },
    {
      "week": "2026-10",
      "n": 4
    }
  ],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "swediot",
      "count": 12,
      "uuid": 113532999
    }
  ],
  "_userbio": {
    "uuid": 113532999,
    "type": "user",
    "name": "Giulian Etingin-Frati",
    "description": "Doctoral candidate at KOF Swiss Economic Institute - ETH Zurich"
  },
  "_downloads": {
    "count": 193,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/firmmatchr"
  },
  "_devurl": "https://github.com/swediot/firmmatchr",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/firmmatchr.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/swediot/firmmatchr",
  "_realowner": "swediot",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.2",
      "date": "2026-02-16"
    },
    {
      "version": "0.1.3",
      "date": "2026-03-06"
    }
  ],
  "_exports": [
    "match_companies",
    "normalize_company_name",
    "validate_matches_llm"
  ],
  "_help": [
    {
      "page": "match_companies",
      "title": "Match Company Names against a Dictionary",
      "topics": [
        "match_companies"
      ]
    },
    {
      "page": "normalize_company_name",
      "title": "Normalize Company Names",
      "topics": [
        "normalize_company_name"
      ]
    },
    {
      "page": "validate_matches_llm",
      "title": "Validate Matches using LLM (Azure OpenAI)",
      "topics": [
        "validate_matches_llm"
      ]
    }
  ],
  "_readme": "https://github.com/swediot/firmmatchr/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "bit",
    "bit64",
    "blob",
    "cachem",
    "cli",
    "clipr",
    "collapse",
    "cpp11",
    "crayon",
    "curl",
    "data.table",
    "DBI",
    "digest",
    "dplyr",
    "fastmap",
    "generics",
    "glue",
    "hms",
    "httr",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "progressr",
    "purrr",
    "R6",
    "Rcpp",
    "readr",
    "rlang",
    "RSQLite",
    "stringdist",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "tzdb",
    "utf8",
    "vctrs",
    "vroom",
    "withr",
    "zoomerjoin"
  ],
  "_score": 3.1760912590556813,
  "_indexed": true,
  "_nocasepkg": "firmmatchr",
  "_universes": [
    "swediot"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-05-16T05:19:30.000Z",
      "distro": "noble",
      "commit": "c795e1971ff8bdf05c0a8f8a16e24a436565171c",
      "fileid": "41b05a1225ab3605a82f3ae22d2b47dddb3fabcc54173986c318c95b0cd2b63a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/swediot/actions/runs/25953606813"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-05-16T05:19:29.000Z",
      "distro": "noble",
      "commit": "c795e1971ff8bdf05c0a8f8a16e24a436565171c",
      "fileid": "e852b50db296b32d0f0b7ce1ff9d0f6823803630c41084a115aee3a39291402c",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/swediot/actions/runs/25953606813"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-05-16T05:20:00.000Z",
      "commit": "c795e1971ff8bdf05c0a8f8a16e24a436565171c",
      "fileid": "f7877fbb32afa50690e27ca93ef7c74604028a9e83904abc7b6238a7b7aca01e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/swediot/actions/runs/25953606813"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-05-16T05:19:40.000Z",
      "commit": "c795e1971ff8bdf05c0a8f8a16e24a436565171c",
      "fileid": "2572f474432b2b4e74ca96f034895300c7bf905cfc7cb6c9fcc105d0872bc50a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/swediot/actions/runs/25953606813"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-05-16T05:18:10.000Z",
      "commit": "c795e1971ff8bdf05c0a8f8a16e24a436565171c",
      "fileid": "ac6de9ad1f353fabed29d9e8ef61a0ffdaed37e1950ac5e1cb67f38b46b5ee0c",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/swediot/actions/runs/25953606813"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-05-16T05:18:15.000Z",
      "commit": "c795e1971ff8bdf05c0a8f8a16e24a436565171c",
      "fileid": "e440a2c5567b79d84d164745a4164fc66f63c49f2ed9a883a245ac7f65def402",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/swediot/actions/runs/25953606813"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-05-16T05:18:21.000Z",
      "commit": "c795e1971ff8bdf05c0a8f8a16e24a436565171c",
      "fileid": "5a2f7eb0a1993f1c6c08ceeb25f5756ddc840f11ec7515f9b8e8a306e6928268",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/swediot/actions/runs/25953606813"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.3",
      "date": "2026-06-02T19:01:26.000Z",
      "commit": "c795e1971ff8bdf05c0a8f8a16e24a436565171c",
      "fileid": "6f2c939f15eaecc35e4725ad5d10a3da47f13fd3677806396db416866ced0caf",
      "status": "success",
      "buildurl": "https://github.com/r-universe/swediot/actions/runs/25953606813"
    }
  ]
}