Package: groupdata2
Title: Creating Groups from Data
Version: 2.0.2
Authors@R: person("Ludvig Renbo", "Olsen", email = "r-pkgs@ludvigolsen.dk", role = c("aut", "cre"))
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.2
Suggests:
    broom,
    covr,
    ggplot2,
    knitr,
    lmerTest,
    rmarkdown,
    testthat,
    xpectr (>= 0.4.1)
RdMacros: 
    lifecycle
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
