-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 974 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
28
29
30
31
32
33
34
35
36
37
38
39
40
Type: Package
Package: filenamr
Title: Make and Modify File Names and Metadata
Version: 0.1.0.9002
Authors@R:
person("Eli", "Pousson", , "eli.pousson@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8280-1706"))
Maintainer: Eli Pousson <eli.pousson@gmail.com>
Description: Work with filenames and paths and read and write file
metadata.
License: MIT + file LICENSE
URL: https://github.com/elipousson/filenamr,
https://elipousson.github.io/filenamr/
BugReports: https://github.com/elipousson/filenamr/issues
Depends:
R (>= 2.10)
Imports:
cli,
cliExtras (>= 0.1.0),
glue,
rappdirs,
rlang (>= 1.1.0),
utils
Suggests:
covr,
dplyr,
exiftoolr,
janitor,
lubridate,
testthat (>= 3.0.0),
tibble,
withr
Remotes:
elipousson/cliExtras,
JoshOBrien/exiftoolr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2