Package: groupdata2
Title: Creating Groups from Data
Version: 2.0.3
Authors@R: person(
    given = "Ludvig Renbo",
    family = "Olsen",
    role = c("aut", "cre"),
    email = "r-pkgs@ludvigolsen.dk",
    comment = c(ORCID = "0009-0006-6798-7454", Twitter = "@ludvigolsen"))
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.2.3
Suggests: broom, covr, ggplot2, knitr, lmerTest, rmarkdown, testthat,
        xpectr (>= 0.4.1)
RdMacros: lifecycle
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-06-18 11:49:34 UTC; au547627
Author: Ludvig Renbo Olsen [aut, cre] (<https://orcid.org/0009-0006-6798-7454>,
    @ludvigolsen)
Maintainer: Ludvig Renbo Olsen <r-pkgs@ludvigolsen.dk>
Repository: CRAN
Date/Publication: 2023-06-18 12:30:02 UTC
Built: R 4.2.0; ; 2023-06-19 11:52:52 UTC; unix
