Package: nhsnumber Type: Package Title: Tools for Working with NHS Number Checksums Version: 0.1.2 Authors@R: c( person("Mark", "Sellors", , "rstats@5vcc.com", c("aut", "cre", "cph")) ) Description: Provides functions for working with NHS number checksums. The UK's National Health Service issues NHS numbers to all users of its services and this package implements functions for verifying that the numbers are valid according to the checksum scheme the NHS use. Numbers can be validated and checksums created. URL: https://github.com/sellorm/nhsnumber BugReports: https://github.com/sellorm/nhsnumber/issues License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.2 Suggests: testthat (>= 2.1.0) Repository: https://sellorm.r-universe.dev Date/Publication: 2021-12-29 13:03:53 UTC RemoteUrl: https://github.com/sellorm/nhsnumber RemoteRef: HEAD RemoteSha: 3cca298c95e1efd101b39915024123e29d1213c3 NeedsCompilation: no Packaged: 2026-06-21 08:15:42 UTC; root Author: Mark Sellors [aut, cre, cph] Maintainer: Mark Sellors