Package: groupdata2
Title: Creating Groups from Data
Version: 1.2.0
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.
Depends: R (>= 3.5)
License: MIT + file LICENSE
URL: https://github.com/ludvigolsen/groupdata2
BugReports: https://github.com/ludvigolsen/groupdata2/issues
Encoding: UTF-8
LazyData: true
Imports: checkmate (>= 2.0.0), dplyr (>= 0.8.4), numbers (>= 0.7-5),
        lifecycle, plyr (>= 1.8.5), rlang (>= 0.4.4), tibble (>=
        2.1.3), utils
RoxygenNote: 7.0.2
Suggests: broom, covr, ggplot2, hydroGOF, knitr, lmerTest, rmarkdown,
        testthat, tidyr, xpectr (>= 0.1.1)
RdMacros: lifecycle
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-03-07 20:25:25 UTC; ludvigolsen
Author: Ludvig Renbo Olsen [aut, cre]
Maintainer: Ludvig Renbo Olsen <r-pkgs@ludvigolsen.dk>
Repository: CRAN
Date/Publication: 2020-03-07 20:40:02 UTC
