-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.22 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
Package: socialroulette
Type: Package
Title: Generate social roulette partitions, i.e. divide people into groups of predefined size
Version: 0.1.0
Authors@R: c(MH = person("Michael", "Höhle",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0423-6702")),
c(JK = person("Jin-Kao", "Hao",
email = "[email protected]",
role = c("aut"))),
c(XL = person("Xiangjing", "Lai", role = c("aut")))
)
Author: Michael Höhle [aut, cre], Jin-Kao Hao [aut], Xiangjing Lai [aut]
Maintainer: Michael Höhle <[email protected]>
Description: Partition individuals into groups of a predefined size. Different ways of partitioning are provided, one based on the maximally diverse grouping problem solver by Lai and Hao (2016) tries to maximize the overall distance of how far back in time individuals have been in the same group previously.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
magrittr,
dplyr,
purrr,
readr,
stringr,
tidyr,
tibble,
rlang
RoxygenNote: 7.1.1
Suggests:
rmarkdown,
knitr,
igraph,
ggplot2
VignetteBuilder: rmarkdown