mirror of
https://github.com/agdamsbo/prioritized.grouping.git
synced 2025-09-12 10:39:39 +02:00
Compare commits
4 commits
a576a580db
...
fdb66a0b84
Author | SHA1 | Date | |
---|---|---|---|
fdb66a0b84 | |||
a1bb6c34c3 | |||
75d8709b35 | |||
d6c266ad16 |
4 changed files with 12 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
Package: prioritized.grouping
|
||||
Title: Group allocation based on individual subject prioritization
|
||||
Version: 24.10.1
|
||||
Version: 25.1.1
|
||||
Authors@R:
|
||||
person("Andreas Gammelgaard", "Damsbo", , "andreas@gdamsbo.dk", role = c("aut", "cre"),
|
||||
comment = c(ORCID = "0000-0002-7559-1154"))
|
||||
|
|
10
NEWS.md
10
NEWS.md
|
@ -1,4 +1,10 @@
|
|||
## Version 24.10.2
|
||||
# Version 25.1.1
|
||||
|
||||
UI tweaks and first release to Zenodo.
|
||||
|
||||
Added options to interpret Google and Microsoft forms data formats.
|
||||
|
||||
# Version 24.10.2
|
||||
|
||||
Working to allow direct import of online form results
|
||||
|
||||
|
@ -12,7 +18,7 @@ Wish list of supported platforms:
|
|||
- REDCap Survey
|
||||
|
||||
|
||||
## Version 24.10.1
|
||||
# Version 24.10.1
|
||||
|
||||
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
|
||||
|
|
4
app/ui.R
4
app/ui.R
|
@ -101,8 +101,8 @@ ui <- bslib::page_sidebar(
|
|||
".csv", ".xls", ".xlsx", ".ods"
|
||||
)
|
||||
),
|
||||
strong("Columns: ID, group1, group2, ... groupN."),
|
||||
strong("NOTE: 0s will be interpreted as lowest score."),
|
||||
# strong("Columns: ID, group1, group2, ... groupN."),
|
||||
# strong("NOTE: 0s will be interpreted as lowest score."),
|
||||
# p("Cells should contain cost/priorities.
|
||||
# Lowest score, for highest priority.
|
||||
# Non-ranked should contain a number (eg lowest score+1).
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Version: 1.0
|
||||
ProjectId: c98c3ae1-7039-4211-9720-ad58412f373f
|
||||
|
||||
RestoreWorkspace: Default
|
||||
SaveWorkspace: Default
|
||||
|
|
Loading…
Add table
Reference in a new issue