-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 716 Bytes
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 716 Bytes
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
Package: exifer
Type: Package
Title: Photo Metadata Improver
Version: 1.6.3
Authors@R: c(
person(
"Daniel", "Baumgartner",
email = "insilentio@pm.me",
role = c("aut", "cre")
)
)
Description: Updates, harmonizes and synchonizes photo metadata with the help of exiftool
Works closely in conjunction with ON1 and PhotoStatistica to achieve coherent metadata across
your photo collection.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.1.0)
Imports:
dplyr,
exiftoolr,
lifecycle,
readr,
rstudioapi,
stringr,
tibble
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3