Package: oeli
Type: Package
Title: Some Utilities for Developing Data Science Software
Version: 0.7.7
Authors@R: person(
    given = "Lennart", 
    family = "Oelschl\u00e4ger", 
    email = "oelschlaeger.lennart@gmail.com", 
    role = c("aut", "cre")
  )
Description: A collection of general-purpose helper functions that I (and maybe 
    others) find useful when developing data science software. Includes tools 
    for simulation, data transformation, input validation, and more.
License: GPL (>= 3)
Encoding: UTF-8
Config/testthat/edition: 3
Depends: R (>= 4.1.0)
Imports: benchmarkme, checkmate, cli, cubature, dplyr, future,
        future.apply, ggplot2, glue, hexSticker, progressr, R6, Rcpp,
        SimMultiCorrData, stats, tibble, tools, utils
LinkingTo: mvtnorm, Rcpp (>= 1.1.1), RcppArmadillo, testthat
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), xml2
URL: https://github.com/loelschlaeger/oeli,
        http://loelschlaeger.de/oeli/
BugReports: https://github.com/loelschlaeger/oeli/issues
LazyData: true
Config/roxygen2/version: 8.0.0
NeedsCompilation: yes
Packaged: 2026-09-04 11:38:26 UTC; loelschlaeger
Author: Lennart Oelschläger [aut, cre]
Maintainer: Lennart Oelschläger <oelschlaeger.lennart@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-04 12:30:11 UTC
