Package: optimizeR Title: Unified Framework for Numerical Optimizers Version: 1.3.0 Authors@R: c( person("Lennart", "Oelschl\u00e4ger", email = "oelschlaeger.lennart@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5421-9313")), person("Marius", "\u00d6tting", email = "marius.oetting@uni-bielefeld.de", role = c("ctb"), comment = c(ORCID = "0000-0002-9373-0365")) ) Description: Provides a unified object-oriented framework for numerical optimizers in R. Supports minimization and maximization with any optimizer, optimization over more than one function argument, computation time measurement, and time limits for long optimization tasks. License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.0.0) Imports: checkmate, cli, lbfgsb3c, numDeriv, oeli (>= 0.7.2), pracma, R6, stats, TestFunctions, ucminf Suggests: datasets, ggplot2, rmarkdown, testthat Config/testthat/edition: 3 URL: https://loelschlaeger.de/optimizeR/ BugReports: https://github.com/loelschlaeger/optimizeR/issues 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-07 15:41:55 UTC RemoteUrl: https://github.com/loelschlaeger/optimizer RemoteRef: HEAD RemoteSha: 2c8b3ddd23a8cf8866137cedd4508521f3d4a16d NeedsCompilation: no Packaged: 2026-06-06 06:00:36 UTC; root Author: Lennart Oelschläger [aut, cre] (ORCID: ), Marius Ötting [ctb] (ORCID: ) Maintainer: Lennart Oelschläger