Package: BCP47 Title: Work with Language Tags Version: 0.0.0.9000 Authors@R: person(given = "Christopher T.", family = "Kenny", role = c("aut", "cre"), email = "ctkenny@proton.me", comment = c(ORCID = "0000-0002-9386-6860")) Description: Tools to parse, validate, normalize, and match language tags following the Best Current Practice 47 (BCP 47) standard, which defines the syntax (RFC 5646, ) and lookup rules (RFC 4647, ) for identifying human languages. Includes a bundled snapshot of the IANA Language Subtag Registry () with optional support for updating. License: MIT + file LICENSE Depends: R (>= 4.2.0) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: purrr, tibble URL: https://christophertkenny.com/BCP47/ Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 Config/Needs/website: christopherkenny/ctktemplate VignetteBuilder: knitr Repository: https://christopherkenny.r-universe.dev Date/Publication: 2026-05-01 16:14:47 UTC RemoteUrl: https://github.com/christopherkenny/BCP47 RemoteRef: HEAD RemoteSha: 7d680fdd7cab5a4a7f1732c75ad127a0066049cf NeedsCompilation: no Packaged: 2026-06-08 06:30:47 UTC; root Author: Christopher T. Kenny [aut, cre] (ORCID: ) Maintainer: Christopher T. Kenny