Update package metadata
- Update the
DESCRIPTIONfile.
| Section | From | To |
|---|---|---|
| Title | What the Package Does (One Line, Title Case) | Make Regular Expressions More Exciting |
| Authors@R | person(“First”, “Last”, , “first.last@example.com”, role = c(“aut”, “cre”), comment = c(ORCID = “YOUR-ORCID-ID”)) |
person(“Angel”, “Feliz”, , “angel@example.com”, role = c(“aut”, “cre”)) |
| Description | What the package does (one paragraph) | Convenience functions to make some common tasks with string manipulation and regular expressions a bit easier. |