Package: trainsplit
Title: Split a Dataframe, Tibble, or Data.table into Training and Test
        Sets
Version: 1.2
Authors@R: 
    person("Zhaochen", "He", , "eastnileuc@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-6579-5073"))
Description: Split a dataframe, tibble, or data.table into training and test sets. Return either a list, an index, or directly assign training and test sets into memory.
URL: https://github.com/eastnile/trainsplit
Encoding: UTF-8
RoxygenNote: 7.3.1
Imports: data.table
Suggests: tibble, dplyr
License: MIT + file LICENSE
NeedsCompilation: no
Packaged: 2025-01-13 16:47:23 UTC; Zhaochen He
Author: Zhaochen He [aut, cre] (<https://orcid.org/0000-0002-6579-5073>)
Maintainer: Zhaochen He <eastnileuc@gmail.com>
Repository: CRAN
Date/Publication: 2025-01-13 17:10:02 UTC
Built: R 4.6.0; ; 2025-07-18 05:02:47 UTC; unix
