-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
46 lines (46 loc) · 1.15 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: groupdata2
Title: Creating Groups from Data
Version: 2.0.4
Authors@R: person(
given = "Ludvig Renbo",
family = "Olsen",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0009-0006-6798-7454", Twitter = "@ludvigolsen"))
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.3.1
Suggests:
broom,
covr,
ggplot2,
knitr,
lmerTest,
rmarkdown,
testthat,
xpectr (>= 0.4.1)
RdMacros:
lifecycle
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr