forked from tidyverse/stringr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 1.1 KB
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 1.1 KB
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
32
33
34
35
36
37
38
Package: stringr
Title: Simple, Consistent Wrappers for Common String Operations
Version: 1.4.0.9000
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
role = c("aut", "cre", "cph"),
email = "hadley@rstudio.com"),
person(given = "RStudio",
role = c("cph", "fnd")))
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.
License: GPL-2 | file LICENSE
URL: http://stringr.tidyverse.org,
https://github.com/tidyverse/stringr
BugReports: https://github.com/tidyverse/stringr/issues
Depends:
R (>= 3.2)
Imports:
glue (>= 1.2.0),
magrittr,
stringi (>= 1.1.7)
Suggests:
covr,
htmltools,
htmlwidgets,
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2