forked from tidyverse/stringr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
23 lines (23 loc) · 839 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: stringr
Version: 1.0.0.9000
Title: Simple, Consistent Wrappers for Common String Operations
Description: A consistent, simple and easy to use set of wrappers around the
fantastic 'stringi' package. All function and argument names (and positions)
are consistent, all functions deal with "NA"'s and zero length vectors
in the same way, and the output from one function is easy to feed into
the input of another.
Authors@R: c(person("Hadley", "Wickham", email = "[email protected]",
role = c("aut", "cre", "cph")),
person("RStudio", role = "cph"))
License: GPL-2
Depends:
R (>= 2.14)
Imports:
stringi (>= 0.4.1),
magrittr
Suggests:
testthat,
knitr
VignetteBuilder: knitr
URL: https://github.com/hadley/stringr
BugReports: https://github.com/hadley/stringr/issues