Package: auditor Title: Model Audit - Verification, Validation, and Error Analysis Version: 1.3.5 Authors@R: c( person("Alicja", "Gosiewska", email = "alicjagosiewska@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6563-5742")), person("Przemyslaw", "Biecek", role = c("aut", "ths"), comment = c(ORCID = "0000-0001-8423-1823")), person("Hubert", "Baniecki", role = c("aut"), comment = c(ORCID = "0000-0001-6661-5364")), person("Tomasz", "Mikołajczyk", role = c("aut")), person("Michal", "Burdukiewicz", role = c("ctb")), person("Szymon", "Maksymiuk", role = c("ctb")) ) Description: Provides an easy to use unified interface for creating validation plots for any model. The 'auditor' helps to avoid repetitive work consisting of writing code needed to create residual plots. This visualizations allow to asses and compare the goodness of fit, performance, and similarity of models. Depends: R (>= 3.5.0) License: GPL Encoding: UTF-8 LazyData: true Imports: DALEX, ggplot2, ggrepel, grid, gridExtra, hnp, scales RoxygenNote: 7.2.3 Suggests: jsonlite, knitr, markdown, mgcv, r2d3, randomForest, rmarkdown, spelling, testthat, covr VignetteBuilder: knitr URL: https://github.com/ModelOriented/auditor BugReports: https://github.com/ModelOriented/auditor/issues Language: en-US Repository: https://modeloriented.r-universe.dev Date/Publication: 2023-10-30 15:18:20 UTC RemoteUrl: https://github.com/modeloriented/auditor RemoteRef: HEAD RemoteSha: 1f2fdc125017e936b7936657e7fc4305bc2d4d06 NeedsCompilation: no Packaged: 2026-07-15 13:33:29 UTC; root Author: Alicja Gosiewska [aut, cre] (ORCID: ), Przemyslaw Biecek [aut, ths] (ORCID: ), Hubert Baniecki [aut] (ORCID: ), Tomasz Mikołajczyk [aut], Michal Burdukiewicz [ctb], Szymon Maksymiuk [ctb] Maintainer: Alicja Gosiewska