Package: kdry
Title: K's "Don't Repeat Yourself"-Collection
Version: 0.0.1
Authors@R: 
    person("Lorenz A.", "Kapsner", , "lorenz.kapsner@gmail.com", role = c("cre", "aut", "cph"),
           comment = c(ORCID = "0000-0003-1866-860X"))
Description: A personal collection of helper functions and code snippets
    to avoid redundancy in the spirit of the "Don't repeat yourself"
    principle of software development
    (<https://en.wikipedia.org/wiki/Don%27t_repeat_yourself>).
License: GPL (>= 3)
URL: https://github.com/kapsner/kdry
BugReports: https://github.com/kapsner/kdry/issues
Depends: R (>= 2.10)
Imports: data.table, doParallel, foreach, Hmisc, magrittr, parallel,
        stats, utils
Suggests: ggplot2, lintr, survival, testthat (>= 3.0.1)
Config/testthat/edition: 3
Config/testthat/parallel: false
Date/Publication: 2023-04-18 14:10:08 UTC
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-04-16 08:00:11 UTC; user
Author: Lorenz A. Kapsner [cre, aut, cph]
    (<https://orcid.org/0000-0003-1866-860X>)
Maintainer: Lorenz A. Kapsner <lorenz.kapsner@gmail.com>
Repository: CRAN
