Package: rescale Title: Rescales Data Based on Other Data Version: 0.0.0.9007 Authors@R: c( person("Joe", "Thorley", , "joe@poissonconsulting.ca", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7683-4592")), person("Ayla", "Pearson", , "ayla@poissonconsulting.ca", role = "ctb", comment = c(ORCID = "0000-0001-7388-1222")), person("Nadine", "Hussein", , "nadine@poissonconsulting.ca", role = "ctb", comment = c(ORCID = "0000-0003-4470-8361")), person("Poisson Consulting", role = c("fnd", "cph")) ) Description: Rescales columns in a data frame based on the columns in a second data frame. For example a column can be rescaled by subtracting the mean and dividing by the standard deviation. The user can pass the names of functions which calculate the value to subtract and/or the value to divide by. The package was developed for making predictions based on models with rescaled variables. For the predictions to be valid the new data frame must have its predictor variables rescaled based on the original data. License: MIT + file LICENSE URL: https://github.com/poissonconsulting/rescale, https://poissonconsulting.github.io/rescale/ BugReports: https://github.com/poissonconsulting/rescale/issues Depends: R (>= 4.1) Imports: chk, glue, lifecycle, purrr, rlang, stats Suggests: covr, datasets, newdata, testthat (>= 3.0.0) Remotes: poissonconsulting/newdata Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/Needs/website: poissonconsulting/poissontemplate Repository: https://poissonconsulting.r-universe.dev Date/Publication: 2026-07-18 07:34:37 UTC RemoteUrl: https://github.com/poissonconsulting/rescale RemoteRef: HEAD RemoteSha: 56b6bb6c2b210c1d68ba0ad748b9be072bc35c95 NeedsCompilation: no Packaged: 2026-07-18 08:39:02 UTC; root Author: Joe Thorley [aut, cre] (ORCID: ), Ayla Pearson [ctb] (ORCID: ), Nadine Hussein [ctb] (ORCID: ), Poisson Consulting [fnd, cph] Maintainer: Joe Thorley