<!-- Generated by pkgdown: do not edit by hand --><htmllang="en"><head><metahttp-equiv="Content-Type"content="text/html; charset=UTF-8"><metacharset="utf-8"><metahttp-equiv="X-UA-Compatible"content="IE=edge"><metaname="viewport"content="width=device-width, initial-scale=1, shrink-to-fit=no"><title>Changelog • prioritized.grouping</title><scriptsrc="../deps/jquery-3.6.0/jquery-3.6.0.min.js"></script><metaname="viewport"content="width=device-width, initial-scale=1, shrink-to-fit=no"><linkhref="../deps/bootstrap-5.3.1/bootstrap.min.css"rel="stylesheet"><scriptsrc="../deps/bootstrap-5.3.1/bootstrap.bundle.min.js"></script><linkhref="../deps/font-awesome-6.4.2/css/all.min.css"rel="stylesheet"><linkhref="../deps/font-awesome-6.4.2/css/v4-shims.min.css"rel="stylesheet"><scriptsrc="../deps/headroom-0.11.0/headroom.min.js"></script><scriptsrc="../deps/headroom-0.11.0/jQuery.headroom.min.js"></script><scriptsrc="../deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js"></script><scriptsrc="../deps/clipboard.js-2.0.11/clipboard.min.js"></script><scriptsrc="../deps/search-1.0.0/autocomplete.jquery.min.js"></script><scriptsrc="../deps/search-1.0.0/fuse.min.js"></script><scriptsrc="../deps/search-1.0.0/mark.min.js"></script><!-- pkgdown --><scriptsrc="../pkgdown.js"></script><metaproperty="og:title"content="Changelog"></head><body>
<ahref="#main"class="visually-hidden-focusable">Skip to contents</a>
<p>Working to allow direct import of online form results</p>
<ul><li>NEW: <code>prio2groups()</code> is a helper function to widen and format to apply with valid format for <code><ahref="../reference/prioritized_grouping.html">prioritized_grouping()</a></code> when importing the spreadsheet.</li>
<p>First proper public version. The package is mainly build for an easy to use shiny-interface, but can as easily be used directly in <em>R</em> with the main <code><ahref="../reference/prioritized_grouping.html">prioritized_grouping()</a></code> function. This function is mainly a wrapper around the <code>ROI</code> package and the <code>ROI.plugin.symphony</code> plugin.</p>
<p>File types accepted in the shiny-app are .csv, .xls(x) and .ods.</p>
<p>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 <em>R</em>. 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.</p>
<p>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!</p>