-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.3 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: strex
Title: Extra String Manipulation Functions
Version: 2.0.1
Authors@R:
person("Rory", "Nolan", , "rorynoolan@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5239-4043"))
Description: There are some things that I wish were easier with the
'stringr' or 'stringi' packages. The foremost of these is the
extraction of numbers from strings. 'stringr' and 'stringi' make you
figure out the regular expression for yourself; 'strex' takes care of
this for you. There are many other handy functionalities in 'strex'.
Contributions to this package are encouraged; it is intended as a
miscellany of string manipulation functions that cannot be found in
'stringi' or 'stringr'.
License: GPL-3
URL: https://rorynolan.github.io/strex/,
https://github.com/rorynolan/strex
BugReports: https://github.com/rorynolan/strex/issues
Depends:
R (>= 3.5),
stringr (>= 1.5)
Imports:
checkmate (>= 1.9.3),
lifecycle,
magrittr (>= 1.5),
rlang (>= 1.0),
stats,
stringi (>= 1.7.8),
utils
Suggests:
bench,
covr,
knitr,
purrr,
rmarkdown,
spelling,
testthat (>= 3.0)
VignetteBuilder:
knitr
Biarch: TRUE
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2