-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
35 lines (35 loc) · 862 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
Type: Package
Package: rotor
Title: Log Rotation and Conditional Backups
Version: 0.3.7
Authors@R:
person(given = "Stefan",
family = "Fleck",
role = c("aut", "cre"),
email = "stefan.b.fleck@gmail.com",
comment = c(ORCID = "0000-0003-3344-9851"))
Maintainer: Stefan Fleck <stefan.b.fleck@gmail.com>
Description: Conditionally rotate or back-up files based on
their size or the date of the last backup; inspired by the 'Linux'
utility 'logrotate'.
License: MIT + file LICENSE
URL: https://s-fleck.github.io/rotor/
BugReports: https://github.com/s-fleck/rotor/issues
Imports:
dint,
R6,
tools
Suggests:
covr,
crayon,
data.table,
digest,
rmarkdown,
testthat,
uuid,
ulid,
zip
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1.9000