Gareth Maddock
Results
2
issues of
Gareth Maddock
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...