Package: oeli Type: Package Title: Some Utilities for Developing Data Science Software Version: 0.7.6.9000 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 RoxygenNote: 7.3.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 Roxygen: list(markdown = TRUE) LazyData: true Config/pak/sysreqs: libcairo2-dev cmake libfontconfig1-dev libfreetype6-dev make libmagick++-dev gsfonts libicu-dev libpng-dev libuv1-dev libssl-dev zlib1g-dev Repository: https://loelschlaeger.r-universe.dev Date/Publication: 2026-05-04 15:47:36 UTC RemoteUrl: https://github.com/loelschlaeger/oeli RemoteRef: HEAD RemoteSha: 1c9b7331c0746f691ffd7e861f7b1c753a5e9336 NeedsCompilation: yes Packaged: 2026-06-24 04:04:48 UTC; root Author: Lennart Oelschläger [aut, cre] Maintainer: Lennart Oelschläger