Package: winsorize Type: Package Title: Winsorize Data Version: 0.0.2.1 Date: 2019-05-25 Authors@R: c(person("Andreas", "Alfons", role = "aut", comment = c(ORCID = "0000-0002-2513-3788")), person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X"))) Description: Remove outliers by means of winsorization, ie shrinking outlying observations to the border of the main part of the data. This package started from the excellent robustHD package by Andreas Alfons in order to reduce the number dependent package being pulled in. We expect to update the code over time. License: GPL (>= 2) Imports: Rcpp (>= 0.11.5) LinkingTo: Rcpp, RcppArmadillo Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2025-08-31 14:55:56 UTC RemoteUrl: https://github.com/eddelbuettel/winsorize RemoteRef: HEAD RemoteSha: c546844b800229c2eb230527751f86191ec8495f NeedsCompilation: yes Packaged: 2026-06-18 08:30:09 UTC; root Author: Andreas Alfons [aut] (ORCID: ), Dirk Eddelbuettel [aut, cre] (ORCID: ) Maintainer: Dirk Eddelbuettel