forked from hadley/stringb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
23 lines (23 loc) · 741 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
23 lines (23 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: stringb
Title: Dependency Free 'stringr'
Version: 0.0.0.9000
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
role = c("aut", "cre"),
email = "hadley@rstudio.com"),
person(given = "RStudio",
role = "cph"))
Description: This is a (mostly) drop-in replacement for stringr, but it has
no dependencies. This makes it suitable for use in packages where stringr's
stringi dependency would otherwise be unwieldy.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Suggests:
testthat (>= 2.1.0),
covr
RoxygenNote: 7.2.3
URL: https://github.com/hadley/stringb
BugReports: https://github.com/hadley/stringb/issues