From d6c266ad163783c21f4de9705176fa8e732f9544 Mon Sep 17 00:00:00 2001 From: Andreas Gammelgaard Damsbo Date: Tue, 7 Jan 2025 10:12:17 +0100 Subject: [PATCH 1/4] ui tweaks --- NEWS.md | 4 ++++ app/ui.R | 4 ++-- prioritized.grouping.Rproj | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 6a04cc6..b62068d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +## Version 25.1.1 + +UI tweaks and first release to Zenodo. + ## Version 24.10.2 Working to allow direct import of online form results diff --git a/app/ui.R b/app/ui.R index 6cf3442..3814f89 100644 --- a/app/ui.R +++ b/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). diff --git a/prioritized.grouping.Rproj b/prioritized.grouping.Rproj index fcef607..fe9a8fd 100644 --- a/prioritized.grouping.Rproj +++ b/prioritized.grouping.Rproj @@ -1,4 +1,5 @@ Version: 1.0 +ProjectId: c98c3ae1-7039-4211-9720-ad58412f373f RestoreWorkspace: Default SaveWorkspace: Default From 75d8709b35a8721fecddff67b55c9cb4b47275cd Mon Sep 17 00:00:00 2001 From: Andreas Gammelgaard Damsbo Date: Tue, 7 Jan 2025 10:12:42 +0100 Subject: [PATCH 2/4] version bump --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 82be8ca..cf5db37 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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")) From a1bb6c34c30c7c7fe4edaf8603d1b592af91869e Mon Sep 17 00:00:00 2001 From: Andreas Gammelgaard Damsbo Date: Tue, 7 Jan 2025 10:13:46 +0100 Subject: [PATCH 3/4] updated news --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index b62068d..43cb443 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,8 @@ 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 From fdb66a0b840220e30e130eb571ebdbd12e309823 Mon Sep 17 00:00:00 2001 From: Andreas Gammelgaard Damsbo Date: Tue, 7 Jan 2025 10:14:50 +0100 Subject: [PATCH 4/4] formatting --- NEWS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 43cb443..7ee48f4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,10 @@ -## Version 25.1.1 +# 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 +# Version 24.10.2 Working to allow direct import of online form results @@ -18,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