Compare commits

..

No commits in common. "fdb66a0b840220e30e130eb571ebdbd12e309823" and "a576a580db824d05760a36afd2f97836429f6d8d" have entirely different histories.

4 changed files with 5 additions and 12 deletions

View file

@ -1,6 +1,6 @@
Package: prioritized.grouping Package: prioritized.grouping
Title: Group allocation based on individual subject prioritization Title: Group allocation based on individual subject prioritization
Version: 25.1.1 Version: 24.10.1
Authors@R: Authors@R:
person("Andreas Gammelgaard", "Damsbo", , "andreas@gdamsbo.dk", role = c("aut", "cre"), person("Andreas Gammelgaard", "Damsbo", , "andreas@gdamsbo.dk", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7559-1154")) comment = c(ORCID = "0000-0002-7559-1154"))

10
NEWS.md
View file

@ -1,10 +1,4 @@
# Version 25.1.1 ## Version 24.10.2
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 Working to allow direct import of online form results
@ -18,7 +12,7 @@ Wish list of supported platforms:
- REDCap Survey - REDCap Survey
# Version 24.10.1 ## Version 24.10.1
First proper public version. The package is mainly build for an easy to use 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 shiny-interface, but can as easily be used directly in *R* with the main

View file

@ -101,8 +101,8 @@ ui <- bslib::page_sidebar(
".csv", ".xls", ".xlsx", ".ods" ".csv", ".xls", ".xlsx", ".ods"
) )
), ),
# strong("Columns: ID, group1, group2, ... groupN."), strong("Columns: ID, group1, group2, ... groupN."),
# strong("NOTE: 0s will be interpreted as lowest score."), strong("NOTE: 0s will be interpreted as lowest score."),
# p("Cells should contain cost/priorities. # p("Cells should contain cost/priorities.
# Lowest score, for highest priority. # Lowest score, for highest priority.
# Non-ranked should contain a number (eg lowest score+1). # Non-ranked should contain a number (eg lowest score+1).

View file

@ -1,5 +1,4 @@
Version: 1.0 Version: 1.0
ProjectId: c98c3ae1-7039-4211-9720-ad58412f373f
RestoreWorkspace: Default RestoreWorkspace: Default
SaveWorkspace: Default SaveWorkspace: Default