mirror of
https://github.com/agdamsbo/prioritized.grouping.git
synced 2025-09-12 02:29:40 +02:00
40 lines
1,017 B
Text
40 lines
1,017 B
Text
Package: prioritized.grouping
|
|
Title: Group allocation based on individual subject prioritization
|
|
Version: 25.1.1
|
|
Authors@R:
|
|
person("Andreas Gammelgaard", "Damsbo", , "andreas@gdamsbo.dk", role = c("aut", "cre"),
|
|
comment = c(ORCID = "0000-0002-7559-1154"))
|
|
Description:
|
|
Apply algorithmic grouping based on individual pritisations/costs, with the
|
|
option to allow for the so-called "pedagogical redraw", where some subjects
|
|
are manually grouped in consideration of other factors than only the
|
|
given priorities before the algorithmic grouping.
|
|
License: GPL (>= 3)
|
|
Imports:
|
|
dplyr,
|
|
ggplot2,
|
|
ompr,
|
|
ompr.roi,
|
|
openxlsx2,
|
|
patchwork,
|
|
shiny,
|
|
viridisLite,
|
|
assertthat,
|
|
readODS,
|
|
tibble
|
|
Suggests:
|
|
pak,
|
|
usethis,
|
|
styler,
|
|
roxygen2,
|
|
devtools,
|
|
rhub,
|
|
here,
|
|
cpp11,
|
|
renv,
|
|
ROI,
|
|
ROI.plugin.symphony
|
|
Encoding: UTF-8
|
|
Roxygen: list(markdown = TRUE)
|
|
RoxygenNote: 7.3.2
|
|
URL: https://agdamsbo.github.io/prioritized.grouping/
|