Package: prepkit Type: Package Title: Data Normalization and Transformation Version: 0.1.1 Authors@R: person(given = 'Rui', family = 'Gong', email = 'gongrui4432@gmail.com', role = c('aut', 'cre'), comment = c(ORCID = '0000-0001-5112-5696')) Description: Provides functions for data normalization and transformation in preprocessing stages. Implements scaling methods (min-max, Z-score, L2 normalization) and power transformations (Box-Cox, Yeo-Johnson). Box-Cox transformation is described in Box and Cox (1964) , Yeo-Johnson transformation in Yeo and Johnson (2000) . License: MIT + file LICENSE Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.3 URL: https://gonrui.github.io/prepkit/, https://github.com/Gonrui/prepkit/ BugReports: https://github.com/Gonrui/prepkit/issues/ Language: en-US Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Imports: ggplot2 Depends: R (>= 3.5) Repository: https://gonrui.r-universe.dev Date/Publication: 2026-01-24 10:29:04 UTC RemoteUrl: https://github.com/gonrui/prepkit RemoteRef: HEAD RemoteSha: 90c926a857e3ea89e80a2b41fefe37078461b4ae NeedsCompilation: no Packaged: 2026-06-23 08:37:12 UTC; root Author: Rui Gong [aut, cre] (ORCID: ) Maintainer: Rui Gong