-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
46 lines (46 loc) · 1.51 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
46
Type: Package
Package: filesstrings
Title: Handy File and String Manipulation
Version: 3.4.0
Authors@R: c(
person("Rory", "Nolan", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-5239-4043")),
person("Sergi", "Padilla-Parra", , "[email protected]", role = "ths",
comment = c(ORCID = "0000-0002-8010-9481"))
)
Maintainer: Rory Nolan <[email protected]>
Description: This started out as a package for file and string
manipulation. Since then, the 'fs' and 'strex' packages emerged,
offering functionality previously given by this package (but it's done
better in these new ones). Those packages have hence almost pushed
'filesstrings' into extinction. However, it still has a small number
of unique, handy file manipulation functions which can be seen in the
vignette. One example is a function to remove spaces from all file
names in a directory.
License: GPL-3
URL: https://rorynolan.github.io/filesstrings/, https://github.com/rorynolan/filesstrings
BugReports: https://github.com/rorynolan/filesstrings/issues
Depends:
R (>= 3.5),
stringr (>= 1.5)
Imports:
checkmate (>= 1.9.3),
magrittr (>= 1.5),
purrr (>= 0.3.0),
rlang (>= 0.3.3),
strex (>= 1.6),
stringi (>= 1.7.8),
withr (>= 2.1.0)
Suggests:
covr,
dplyr,
knitr,
rmarkdown,
spelling,
testthat (>= 2.1)
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3