Package: checkstring Title: Common String Format Validation Version: 0.2.0.9000 Authors@R: person("Maximilian", "Mücke", , "muecke.maximilian@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0009-0000-9432-9795")) Description: Validates common string formats including financial identifiers (ISIN, CUSIP, SEDOL, FIGI, IBAN, LEI), publication identifiers (ISBN, ISSN, DOI, ORCID), and general formats (email, UUID, URL, semver), with check digit verification where applicable. License: MIT + file LICENSE URL: https://m-muecke.github.io/checkstring/, https://github.com/m-muecke/checkstring BugReports: https://github.com/m-muecke/checkstring/issues Depends: R (>= 4.1.0) Suggests: curl, testthat (>= 3.0.0) Config/roxygen2/markdown: TRUE Config/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Encoding: UTF-8 RoxygenNote: 7.3.3 Repository: https://m-muecke.r-universe.dev Date/Publication: 2026-07-11 07:06:28 UTC RemoteUrl: https://github.com/m-muecke/checkstring RemoteRef: HEAD RemoteSha: 97bc4f34fb6cc6d8d9d57b66357d3f0ce6a8d5b8 NeedsCompilation: no Packaged: 2026-07-11 07:33:03 UTC; root Author: Maximilian Mücke [aut, cre] (ORCID: ) Maintainer: Maximilian Mücke