forked from tidyverse/stringr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 858 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
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", , "hadley@rstudio.com", c("aut", "cre", "cph")),
person("RStudio", role = "cph")
)
License: GPL-2
Depends:
R (>= 2.14)
Imports:
stringi (>= 0.4.1),
magrittr
Suggests:
testthat,
knitr,
htmltools,
htmlwidgets
VignetteBuilder: knitr
URL: https://github.com/hadley/stringr
BugReports: https://github.com/hadley/stringr/issues
RoxygenNote: 5.0.0