{
  "_id": "6a5745f9ff0138dec5d6fe87",
  "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-07-15 08:30:03 UTC",
    "User": "root"
  },
  "Author": "Giulian Etingin-Frati [aut, cre]",
  "Maintainer": "Giulian Etingin-Frati <etingin-frati@kof.ethz.ch>",
  "_user": "swediot",
  "_type": "src",
  "_file": "firmmatchr_0.1.3.tar.gz",
  "_fileid": "https://r2.ropensci.org/a469adfbd904c1471cc5a6e4e5c9fe8c4a3e7dc52a31e9e594d5e9331c541e7a",
  "_filesize": 106055,
  "_sha256": "a469adfbd904c1471cc5a6e4e5c9fe8c4a3e7dc52a31e9e594d5e9331c541e7a",
  "_expires": "2026-10-23T08:33:59.000Z",
  "_created": "2026-07-15T08:30:03.000Z",
  "_published": "2026-07-15T08:34:01.454Z",
  "_jobs": [
    {
      "job": 87305349100,
      "time": 162,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8337098113"
    },
    {
      "job": 87305349094,
      "time": 203,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8337113896"
    },
    {
      "job": 87305349056,
      "time": 130,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8337079967"
    },
    {
      "job": 87305349074,
      "time": 167,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8337100180"
    },
    {
      "job": 87304763259,
      "time": 189,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8337035020"
    },
    {
      "job": 87305349058,
      "time": 131,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8337085121"
    },
    {
      "job": 87305349091,
      "time": 85,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8337068783"
    },
    {
      "job": 87305349101,
      "time": 130,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8337086215"
    },
    {
      "job": 87305349092,
      "time": 87,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8337069155"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/swediot/actions/runs/29400814277",
  "_status": "success",
  "_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",
    "description": "Doctoral candidate at KOF Swiss Economic Institute - ETH Zurich",
    "uuid": 113532999
  },
  "_distro": "resolute",
  "_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": 3,
  "_contributors": [
    {
      "user": "swediot",
      "count": 12,
      "uuid": 113532999
    }
  ],
  "_userbio": {
    "uuid": 113532999,
    "type": "user",
    "name": "Giulian Etingin-Frati",
    "followers": 2,
    "description": "Doctoral candidate at KOF Swiss Economic Institute - ETH Zurich"
  },
  "_downloads": {
    "count": 234,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/firmmatchr"
  },
  "_devurl": "https://github.com/swediot/firmmatchr",
  "_searchresults": 0,
  "_rbuild": "4.6.1",
  "_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",
    "LICENSE",
    "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.6532125137753435,
  "_indexed": true,
  "_nocasepkg": "firmmatchr",
  "_universes": [
    "swediot"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-07-15T08:32:37.000Z",
      "distro": "resolute",
      "commit": "c795e1971ff8bdf05c0a8f8a16e24a436565171c",
      "fileid": "https://r2.ropensci.org/503e1eef37270448d76887c3cabb45bed5e528a6f556224ee138e89414f54d5e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/swediot/actions/runs/29400814277"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-07-15T08:33:16.000Z",
      "distro": "resolute",
      "commit": "c795e1971ff8bdf05c0a8f8a16e24a436565171c",
      "fileid": "https://r2.ropensci.org/0d710baae3e2961d7f128ffc86780197d47346e01786866f4dffd4cf1d3b1c82",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/swediot/actions/runs/29400814277"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-07-15T08:32:00.000Z",
      "commit": "c795e1971ff8bdf05c0a8f8a16e24a436565171c",
      "fileid": "https://r2.ropensci.org/2e6b9fb3b29bbda4319ced118d0e123a98308fb0aded8e2e6d02948f0fa23cb5",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/swediot/actions/runs/29400814277"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-07-15T08:32:39.000Z",
      "commit": "c795e1971ff8bdf05c0a8f8a16e24a436565171c",
      "fileid": "https://r2.ropensci.org/51b08cb7acdb5c7cbd16d9f24593fc7ba4f8f74b1092173e62ce599da5d5951a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/swediot/actions/runs/29400814277"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.3",
      "date": "2026-07-15T08:32:27.000Z",
      "commit": "c795e1971ff8bdf05c0a8f8a16e24a436565171c",
      "fileid": "https://r2.ropensci.org/6e52f771b55bb2b3fad4cb5f4be4530716ebfe2b85f319b7a24508ab8a884913",
      "status": "success",
      "buildurl": "https://github.com/r-universe/swediot/actions/runs/29400814277"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-07-15T08:31:15.000Z",
      "commit": "c795e1971ff8bdf05c0a8f8a16e24a436565171c",
      "fileid": "https://r2.ropensci.org/ccebeb341abff11b3c302ecc02c8e0a62f0a858e2bf95d78e95317fde82643b6",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/swediot/actions/runs/29400814277"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-07-15T08:32:06.000Z",
      "commit": "c795e1971ff8bdf05c0a8f8a16e24a436565171c",
      "fileid": "https://r2.ropensci.org/cd8fe90521ceacb2fde18bd18b7729663b50742abb1f5b6b67d0c7241949af3d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/swediot/actions/runs/29400814277"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-07-15T08:31:14.000Z",
      "commit": "c795e1971ff8bdf05c0a8f8a16e24a436565171c",
      "fileid": "https://r2.ropensci.org/8aa5cb8a3d21cc50f27a88cf956f34ebb764800d0fcc9a4ab8949b464713d238",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/swediot/actions/runs/29400814277"
    }
  ]
}