Type: Package
Package: plu
Title: Pluralize Phrases
Version: 0.2.0
Authors@R: 
    person(given = "Alexander",
           family = "Rossell Hayes",
           role = c("aut", "cre", "cph"),
           email = "alexander@rossellhayes.com",
           comment = c(ORCID = "0000-0001-9412-0457"))
Description: Converts English phrases to singular or plural form
    based on the length of an associated vector.  Contains helper
    functions to create natural language lists from vectors and to include
    the length of a vector in natural language.
License: MIT + file LICENSE
URL: https://plu.rossellhayes.com, https://github.com/rossellhayes/plu
BugReports: https://github.com/rossellhayes/plu/issues
Depends: R (>= 2.10)
Imports: lifecycle, rlang, stringi
Suggests: covr, crayon, fracture, nombre, testthat (>= 3.0.0), withr
RdMacros: lifecycle
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-01-11 07:04:27 UTC; Alex
Author: Alexander Rossell Hayes [aut, cre, cph]
    (<https://orcid.org/0000-0001-9412-0457>)
Maintainer: Alexander Rossell Hayes <alexander@rossellhayes.com>
Repository: CRAN
Date/Publication: 2021-01-11 11:50:05 UTC
