Package: groupdata2 Title: Creating Groups from Data Version: 2.0.5 Authors@R: person( given = "Ludvig Renbo", family = "Olsen", role = c("aut", "cre"), email = "r-pkgs@ludvigolsen.dk", comment = c(ORCID = "0009-0006-6798-7454")) Description: Methods for dividing data into groups. Create balanced partitions and cross-validation folds. Perform time series windowing and general grouping and splitting of data. Balance existing groups with up- and downsampling or collapse them to fewer groups. Depends: R (>= 3.5) License: MIT + file LICENSE URL: https://github.com/ludvigolsen/groupdata2 BugReports: https://github.com/ludvigolsen/groupdata2/issues Encoding: UTF-8 Imports: checkmate (>= 2.0.0), dplyr (>= 0.8.4), numbers (>= 0.7-5), lifecycle, plyr (>= 1.8.5), purrr, rearrr (>= 0.3.0), rlang (>= 0.4.4), stats, tibble (>= 2.1.3), tidyr, utils RoxygenNote: 7.3.2 Suggests: broom, covr, ggplot2, knitr, lmerTest, rmarkdown, testthat, xpectr (>= 0.4.1) RdMacros: lifecycle Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev Repository: https://ludvigolsen.r-universe.dev Date/Publication: 2024-12-18 16:34:35 UTC RemoteUrl: https://github.com/ludvigolsen/groupdata2 RemoteRef: HEAD RemoteSha: 56cdc19b773b2f6a6a3357b324fcbec3a70e923a NeedsCompilation: no Packaged: 2026-06-16 09:16:30 UTC; root Author: Ludvig Renbo Olsen [aut, cre] (ORCID: ) Maintainer: Ludvig Renbo Olsen