From d1d2d3c299f0ed67f39c41734f97c5f1dff28290 Mon Sep 17 00:00:00 2001 From: agdamsbo <43278243+agdamsbo@users.noreply.github.com> Date: Thu, 14 Nov 2024 13:33:38 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20agdamsbo?= =?UTF-8?q?/prioritized.grouping@a576a580db824d05760a36afd2f97836429f6d8d?= =?UTF-8?q?=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- news/index.html | 14 ++++- pkgdown.yml | 2 +- reference/index.html | 12 ++++ reference/parse_prio_form.html | 91 ++++++++++++++++++++++++++++ reference/parse_string_form.html | 93 +++++++++++++++++++++++++++++ reference/prioritized_grouping.html | 2 +- search.json | 2 +- sitemap.xml | 2 + 8 files changed, 213 insertions(+), 5 deletions(-) create mode 100644 reference/parse_prio_form.html create mode 100644 reference/parse_string_form.html diff --git a/news/index.html b/news/index.html index 7b860ca..5f685d7 100644 --- a/news/index.html +++ b/news/index.html @@ -31,14 +31,24 @@ +
Working to allow direct import of online form results
+prio2groups()
is a helper function to widen and format to apply with valid format for prioritized_grouping()
when importing the spreadsheet.Wish list of supported platforms:
+First proper public version. The package is mainly build for an easy to use shiny-interface, but can as easily be used directly in R with the main prioritized_grouping
function. This function is mainly a wrapper around the ROI
package and the ROI.plugin.symphony
plugin.
First proper public version. The package is mainly build for an easy to use shiny-interface, but can as easily be used directly in R with the main prioritized_grouping()
function. This function is mainly a wrapper around the ROI
package and the ROI.plugin.symphony
plugin.
File types accepted in the shiny-app are .csv, .xls(x) and .ods.
This project was initially developed after a co-worker told me, he would be grouping students by individual priorities by hand and was preparing to spend most of a day doing so. I insisted on having a go at solving that problem in R. Now some of the some functionality is baked into Teams (that is what I am told at least), though that is not because of me. I still think is small app has its value, as it allows for the so-called “pedagogical redraw”, where some students are manually grouped in consideration of other factors than only the given priorities before the algorithmic assignment.
This, as said, is a first official version and working example. More documentation is needed and will be added after further feedback. And please, feedback is most welcome!