Package: tidybrreg Title: Tidy Access to Norway's Business Registry ('Enhetsregisteret') Version: 0.4.0 Authors@R: person("Sondre", "Skarsten", role = c("aut", "cre"), email = "sondre.skarsten@example.com") Description: A tidy interface to download, search, and analyze data from the Norwegian Central Coordinating Register for Legal Entities (Enhetsregisteret), maintained by the Brønnøysund Register Centre. Provides access to registration data for approximately 1 million legal entities including companies, partnerships, sole proprietorships, associations, and government bodies. Returns tibbles with English column names mapped via a data-driven dictionary; unknown API fields pass through with auto-generated names. Coded values (legal forms, industry codes, roles) can be translated to English on demand using bundled reference data or live lookups from the SSB Klass API. Data is freely available under the Norwegian Licence for Open Government Data (NLOD 2.0). License: MIT + file LICENSE URL: https://sondreskarsten.github.io/tidybrreg/, https://github.com/sondreskarsten/tidybrreg BugReports: https://github.com/sondreskarsten/tidybrreg/issues Depends: R (>= 4.1.0) Imports: cli, dplyr, httr2 (>= 1.0.0), jsonlite, readr, rlang, tibble Suggests: arrow (>= 12.0.0), nanoparquet (>= 0.3.0), curl, duckdb, klassR, knitr, rmarkdown, tidygraph, tidyr, tsibble, yyjsonr, httptest2, testthat (>= 3.0.0), withr VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libssl-dev libx11-dev Repository: https://sondreskarsten.r-universe.dev Date/Publication: 2026-06-17 17:14:56 UTC RemoteUrl: https://github.com/sondreskarsten/tidybrreg RemoteRef: HEAD RemoteSha: 63d929972cda39f8c49f189a5ced6cf33bb62a01 NeedsCompilation: no Packaged: 2026-07-17 09:10:15 UTC; root Author: Sondre Skarsten [aut, cre] Maintainer: Sondre Skarsten