Package: wbacon Type: Package Title: Weighted BACON Algorithms Version: 0.6-3 Authors@R: c( person("Tobias", "Schoch", role = c("aut", "cre"), email = "tobias.schoch@gmail.com", comment = c(ORCID = "0000-0002-1640-3395")), person("R-core", role = c("cph"), email = "R-core@R-project.org", comment = "plot.wbaconlm derives from plot.lm")) Description: The BACON algorithms are methods for multivariate outlier nomination (detection) and robust linear regression by Billor, Hadi, and Velleman (2000) . The extension to weighted problems is due to Beguin and Hulliger (2008) ; see also . License: GPL (>= 2) NeedsCompilation: yes LazyData: true URL: https://github.com/tobiasschoch/wbacon BugReports: https://github.com/tobiasschoch/wbacon/issues Encoding: UTF-8 Depends: R (>= 3.5.0) Imports: stats, graphics, grDevices, hexbin Suggests: modi, robustbase, robustX (>= 1.2-5), knitr, rmarkdown VignetteBuilder: knitr, rmarkdown Repository: https://tobiasschoch.r-universe.dev Date/Publication: 2025-05-03 21:10:45 UTC RemoteUrl: https://github.com/tobiasschoch/wbacon RemoteRef: HEAD RemoteSha: 2ba45d95101ade20037656cc77bd94f935640976 Packaged: 2026-06-24 11:13:18 UTC; root Author: Tobias Schoch [aut, cre] (ORCID: ), R-core [cph] (plot.wbaconlm derives from plot.lm) Maintainer: Tobias Schoch