Package: friendlynumber
Title: Translate Numbers into Number Words
Version: 1.0.0
Authors@R: person(
  "Ethan", "Sansom", 
  email = "ethan.sansom29@gmail.com",
  role = c("aut", "cre", "cph")
  )
Description: Converts vectors of numbers into character vectors of numerals,
    including cardinals (one, two, three) and ordinals (first, second, third). 
    Supports negative numbers, fractions, and arbitrary-precision integer and 
    high-precision floating-point vectors provided by the 'bignum' package.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.1
URL: https://github.com/EthanSansom/friendlynumber,
        https://ethansansom.github.io/friendlynumber/
BugReports: https://github.com/EthanSansom/friendlynumber/issues
Suggests: bignum, testthat (>= 3.0.0), withr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-04-02 10:35:30 UTC; ethansansom
Author: Ethan Sansom [aut, cre, cph]
Maintainer: Ethan Sansom <ethan.sansom29@gmail.com>
Repository: CRAN
Date/Publication: 2025-04-03 15:10:05 UTC
Built: R 4.6.0; ; 2025-08-18 03:28:02 UTC; unix
