Package: pluralize
Type: Package
Title: Pluralize and 'Singularize' Any (English) Word
Version: 0.2.0
Date: 2020-06-03
Authors@R: c(
      person(
        "Bob", "Rudis", email = "bob@rud.is", 
        role = c("aut", "cre", "cph"), 
        comment = c(ORCID = "0000-0001-5670-2640")
      ),
      person(
        "Blake", "Embrey", email = "hello@blakeembrey.com", 
         role = c("aut", "ctb"),
         comment = "pluralize.js <https://github.com/blakeembrey/pluralize>"
      )
    )
Maintainer: Bob Rudis <bob@rud.is>
Description: Tools are provided to create plural, singular and regular forms of 
    English words along with tools to augment the built-in rules to fit 
    specialized needs. Core functionality is based on a JavaScript library, 
    <https://github.com/blakeembrey/pluralize>.
URL: http://gitlab.com/hrbrmstr/pluralize
BugReports: https://gitlab.com/hrbrmstr/pluralize/issues
License: MIT + file LICENSE
Encoding: UTF-8
Suggests: tinytest, knitr, rmarkdown
Depends: R (>= 3.6.0)
Imports: V8
RoxygenNote: 7.1.0
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-06-05 11:42:57 UTC; hrbrmstr
Author: Bob Rudis [aut, cre, cph] (<https://orcid.org/0000-0001-5670-2640>),
  Blake Embrey [aut, ctb] (pluralize.js
    <https://github.com/blakeembrey/pluralize>)
Repository: CRAN
Date/Publication: 2020-06-09 13:50:03 UTC
Built: R 4.2.0; ; 2022-04-26 01:11:47 UTC; unix
