2024-10-10 12:14:41 +02:00
|
|
|
Package: prioritized.grouping
|
|
|
|
Title: Group allocation based on individual subject prioritization
|
|
|
|
Version: 24.10.1
|
2024-01-11 09:43:23 +01:00
|
|
|
Authors@R:
|
2024-10-10 12:14:41 +02:00
|
|
|
person("Andreas Gammelgaard", "Damsbo", , "andreas@gdamsbo.dk", role = c("aut", "cre"),
|
2024-01-11 09:43:23 +01:00
|
|
|
comment = c(ORCID = "0000-0002-7559-1154"))
|
2024-10-10 12:14:41 +02:00
|
|
|
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.
|
2024-01-11 09:43:23 +01:00
|
|
|
License: GPL (>= 3)
|
|
|
|
Imports:
|
|
|
|
dplyr,
|
|
|
|
ggplot2,
|
|
|
|
magrittr,
|
|
|
|
ompr,
|
|
|
|
ompr.roi,
|
|
|
|
openxlsx,
|
|
|
|
patchwork,
|
|
|
|
renv,
|
|
|
|
ROI,
|
|
|
|
ROI.plugin.symphony,
|
|
|
|
shiny,
|
|
|
|
tidyr,
|
|
|
|
viridisLite,
|
|
|
|
shinylive,
|
|
|
|
httpuv,
|
|
|
|
here,
|
2024-01-11 13:42:03 +01:00
|
|
|
cpp11,
|
2024-10-10 12:14:41 +02:00
|
|
|
ROI.plugin.alabama,
|
|
|
|
assertthat,
|
|
|
|
readODS
|
2024-01-11 09:43:23 +01:00
|
|
|
Suggests:
|
|
|
|
pak,
|
2024-10-10 12:14:41 +02:00
|
|
|
usethis,
|
|
|
|
styler,
|
|
|
|
roxygen2,
|
|
|
|
devtools
|
2024-01-11 09:43:23 +01:00
|
|
|
Encoding: UTF-8
|
|
|
|
Roxygen: list(markdown = TRUE)
|
2024-10-10 12:14:41 +02:00
|
|
|
RoxygenNote: 7.3.2
|
|
|
|
URL: https://agdamsbo.github.io/prioritized.grouping/
|