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
