Package: groupdata2
Title: Creating Groups from Data
Version: 1.1.1
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: dplyr (>= 0.8.1), tibble (>= 2.1.1), plyr (>= 1.8.4), utils,
        numbers (>= 0.7-1), rlang (>= 0.3.4)
RoxygenNote: 6.1.1
Suggests: ggplot2, knitr, rmarkdown, tidyr, broom, testthat, lmerTest,
        hydroGOF
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-07-04 23:50:26 UTC; ludvigolsen
Author: Ludvig Renbo Olsen [aut, cre]
Maintainer: Ludvig Renbo Olsen <r-pkgs@ludvigolsen.dk>
Repository: CRAN
Date/Publication: 2019-07-05 07:30:30 UTC
