forked from tidyverse/stringr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 965 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
24
25
26
27
28
29
30
31
Package: stringr
Version: 1.2.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 protected]", c("aut", "cre", "cph")),
person("RStudio", role = c("cph", "fnd"))
)
License: GPL-2 | file LICENSE
Depends:
R (>= 2.14)
Imports:
stringi (>= 0.4.1),
magrittr
Suggests:
testthat,
knitr,
htmltools,
htmlwidgets,
rmarkdown,
covr
VignetteBuilder: knitr
URL: http://stringr.tidyverse.org,
https://github.com/tidyverse/stringr
BugReports: https://github.com/tidyverse/stringr/issues
RoxygenNote: 6.0.1
LazyData: true