Type: Package
Package: plu
Title: Pluralize Phrases
Version: 0.1.0
Authors@R: 
    c(person(given = "Alexander",
             family = "Rossell Hayes",
             role = c("aut", "cre", "cph"),
             email = "alexander@rossellhayes.com"),
      person(given = "Kevin",
             family = "Atkinson",
             role = "dtc",
             email = "kevina@gnu.org"))
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://github.com/rossellhayes/plu
BugReports: https://github.com/rossellhayes/plu/issues
Depends: R (>= 2.10)
Suggests: covr, nombre, testthat
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-06-04 17:58:26 UTC; Alex
Author: Alexander Rossell Hayes [aut, cre, cph],
  Kevin Atkinson [dtc]
Maintainer: Alexander Rossell Hayes <alexander@rossellhayes.com>
Repository: CRAN
Date/Publication: 2020-06-09 10:50:07 UTC
