pluralize icon indicating copy to clipboard operation
pluralize copied to clipboard

An R package to "Pluralize and Singularize Any Word"

Results 2 pluralize issues
Sort by recently updated
recently updated
newest added

Closes #5 Switching to `.onLoad()` means that `pluralize` can be used without loading via `library()` - meaning it can be imported to other packages. ```r > pluralize::pluralize("success") [1] "successes" ```...

Small issue I had when trying to import `pluralize` for use in a package. When adding `pluralize::pluralize` to a function in my package (whether or not `@import`ing `pluralize`), I would...