Package: newdata Title: Generate New Data Frames for Prediction Version: 0.1.0 Authors@R: c( person("Joe", "Thorley", , "joe@poissonconsulting.ca", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7683-4592")), person("Kirill", "Müller", , "kirill@cynkra.com", role = "aut", comment = c(ORCID = "0000-0002-1416-3412")), person("Ayla", "Pearson", , "ayla@poissonconsulting.ca", role = "aut", comment = c(ORCID = "0000-0001-7388-1222")), person("Nadine", "Hussein", , "nadine@poissonconsulting.ca", role = "ctb", comment = c(ORCID = "0000-0003-4470-8361")), person("Maëlle", "Salmon", , "maelle@cynkra.com", role = "ctb", comment = c(ORCID = "0000-0002-2815-0399")), person("Poisson Consulting", role = c("fnd", "cph")) ) Description: Generates new data frames for predictive purposes. By default, all specified variables vary across their range while all other variables are held constant at the default reference value. Types, classes, factor levels and time zones are always preserved. The user can specify the length of each sequence, require that only observed values and combinations are used and add new variables. License: MIT + file LICENSE URL: https://poissonconsulting.github.io/newdata/, https://github.com/poissonconsulting/newdata/ BugReports: https://github.com/poissonconsulting/newdata/issues Depends: R (>= 4.0) Imports: chk, dplyr, hms, lifecycle, rlang, tibble, tidyr, vctrs Suggests: covr, datasets, testthat (>= 3.0.0), withr Config/Needs/website: poissonconsulting/poissontemplate Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0.9000 Config/pak/sysreqs: libicu-dev Repository: https://poissonconsulting.r-universe.dev Date/Publication: 2026-07-02 13:31:28 UTC RemoteUrl: https://github.com/poissonconsulting/newdata RemoteRef: HEAD RemoteSha: 9061e201da541d5e6ea106ff139a8af7fbbde0a4 NeedsCompilation: no Packaged: 2026-07-02 15:18:37 UTC; root Author: Joe Thorley [aut, cre] (ORCID: ), Kirill Müller [aut] (ORCID: ), Ayla Pearson [aut] (ORCID: ), Nadine Hussein [ctb] (ORCID: ), Maëlle Salmon [ctb] (ORCID: ), Poisson Consulting [fnd, cph] Maintainer: Joe Thorley