Skip to content

Commit

Permalink
release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-titz committed Oct 2, 2023
1 parent a2e4b81 commit b628eb9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: mimosa
Title: Graphical User Interface for 2-Level Mixed Models as a
Shiny-App
Version: 0.5.9000
Version: 0.5.1
Authors@R:
c(person(given = "Johannes",
family = "Titz",
Expand Down
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#
# v0.5.1

- improve uploading of files; if it does not succeed, an error is displayed
- improve error display in general: get rid of shinyalert, use modalDialog and showModal, req data in file upload, do not sanitize errors anymore

# v0.5.0

Expand Down
2 changes: 1 addition & 1 deletion R/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ myui <- function() {
testmode <- ifelse(is.null(testmode), F, testmode)
dashboardPage(
skin = "red",
header = dashboardHeader(title = "mimosa v0.5.0"),
header = dashboardHeader(title = "mimosa v0.5.1"),
# Sidebar-----------------------------------------------------------------
sidebar = ui_sidebar,
body = ui_body(testing = testmode),
Expand Down

0 comments on commit b628eb9

Please sign in to comment.