Skip to content

Commit 7a5b51d

Browse files
authored
Merge pull request #33 from Boehringer-Ingelheim/330557-DR_snippet_sync
330557 dr snippet sync
2 parents fc4762e + 75a3a50 commit 7a5b51d

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: dv.edish
22
Title: eDISH Plot Module for DILI assessment
3-
Version: 2.0.1-9001
3+
Version: 2.0.1-9002
44
Authors@R: c(
55
person("Boehringer-Ingelheim Pharma GmbH & Co.KG", role = c("cph", "fnd")),
66
person("Isabel", "Glauss", , "isabel.glauss@boehringer-ingelheim.com", role = c("aut", "cre")),

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# dv.edish 2.0.1-9002
2+
3+
- [NOT USER-FACING] Update DR.R snippet
4+
15
# dv.edish 2.0.1-9001
26

37
- [NOT USER-FACING] Update CM.R snippet

R/DR.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# YT#VH6cbb4db897d00c26bed7291a0f2f8658#VH00000000000000000000000000000000#
1+
# YT#VHb8d7094dccccb00c0c217628906ca717#VH6cbb4db897d00c26bed7291a0f2f8658#
22
DR <- local({ # _D_ressing _R_oom
33
inline_shiny_input <- function(elem, label = NULL, name_selector = NULL, label_elem = NULL) {
44
if (is.character(label) && length(label) == 1 && nchar(label) > 0) {
@@ -90,9 +90,9 @@ DR <- local({ # _D_ressing _R_oom
9090
explorer_ui <- function() {
9191
panel <- function(...) {
9292
shiny::div(
93-
class = "panel panel-default",
93+
class = "card",
9494
style = "background-color:#eff7ff;",
95-
shiny::div(class = "panel-body", style = "padding-bottom:0.5rem;", ...)
95+
shiny::div(class = "card-body", style = "padding-bottom:0.5rem;", ...)
9696
)
9797
}
9898

0 commit comments

Comments
 (0)