Package: aum Type: Package Title: Area Under Minimum of False Positives and Negatives Version: 2024.6.19 Authors@R: c( person("Toby Dylan", "Hocking", email="toby.hocking@r-project.org", role=c("aut", "cre")), person("Jadon", "Fowler", role="aut", comment="Contributed exact line search C++ code")) Description: Efficient algorithms for computing Area Under Minimum, directional derivatives, and line search optimization of a linear model, with objective defined as either max Area Under the Curve or min Area Under Minimum. License: GPL-3 LinkingTo: Rcpp URL: https://github.com/tdhock/aum BugReports: https://github.com/tdhock/aum/issues Imports: Rcpp, data.table Suggests: testthat, kernlab, nc, ggplot2, WeightedROC, penaltyLearning, knitr, markdown, mlbench, directlabels, microbenchmark, covr, atime, ggrepel VignetteBuilder: knitr Repository: https://tdhock.r-universe.dev Date/Publication: 2024-10-23 13:00:19 UTC RemoteUrl: https://github.com/tdhock/aum RemoteRef: HEAD RemoteSha: 13d4b00ffecfe75bec6c2e49e5ed00e8fa57e1e3 NeedsCompilation: yes Packaged: 2026-06-13 07:57:09 UTC; root Author: Toby Dylan Hocking [aut, cre], Jadon Fowler [aut] (Contributed exact line search C++ code) Maintainer: Toby Dylan Hocking