Type: Package
Package: splitTools
Title: Tools for Data Splitting
Version: 0.3.2
Date: 2022-01-28
Authors@R: 
    person(given = "Michael",
           family = "Mayer",
           role = c("aut", "cre"),
           email = "mayermichael79@gmail.com")
Maintainer: Michael Mayer <mayermichael79@gmail.com>
Description: Fast, lightweight toolkit for data splitting. Data sets can
    be partitioned into disjoint groups (e.g. into training, validation,
    and test) or into (repeated) k-folds for subsequent cross-validation.
    Besides basic splits, the package supports stratified, grouped as well
    as blocked splitting. Furthermore, cross-validation folds for time
    series data can be created. See e.g. Hastie et al. (2001)
    <doi:10.1007/978-0-387-84858-7> for the basic background on data
    partitioning and cross-validation.
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 7.1.1
URL: https://github.com/mayer79/splitTools
BugReports: https://github.com/mayer79/splitTools/issues
Imports: stats
Suggests: knitr, rmarkdown, ranger, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-01-28 17:54:24 UTC; Michael
Author: Michael Mayer [aut, cre]
Repository: CRAN
Date/Publication: 2022-01-28 18:10:02 UTC
Built: R 4.0.5; ; 2022-01-29 11:27:55 UTC; unix
