Package: oeli
Type: Package
Title: Utilities for Developing Data Science Software
Version: 0.2.0
Authors@R: c(
    person("Lennart", "Oelschl\u00e4ger", 
           email = "oelschlaeger.lennart@gmail.com", 
           role = c("aut", "cre"))
           )
Description: Some general utilities (helper functions) that I and maybe others 
    find useful when developing data science software. Functionality includes 
    argument validation, density calculation and sampling, matrix printing 
    and indexing, user interaction, and more.
License: GPL (>= 3)
Encoding: UTF-8
Suggests: testthat (>= 3.0.0), xml2
Config/testthat/edition: 3
RoxygenNote: 7.2.3
Imports: checkmate, cli, ggplot2, hexSticker, Rcpp, showtext, stats,
        sysfonts, usethis
LinkingTo: Rcpp, RcppArmadillo, testthat
URL: https://github.com/loelschlaeger/oeli
BugReports: https://github.com/loelschlaeger/oeli/issues
NeedsCompilation: yes
Packaged: 2023-11-03 09:50:41 UTC; loelschlaeger
Author: Lennart Oelschläger [aut, cre]
Maintainer: Lennart Oelschläger <oelschlaeger.lennart@gmail.com>
Repository: CRAN
Date/Publication: 2023-11-03 11:20:02 UTC
