Skip to content

Commit 42debc7

Browse files
authored
Merge pull request #92 from Boehringer-Ingelheim/330557-TC_snippet_sync
330557 tc snippet sync
2 parents 15bc6d9 + f1f08d8 commit 42debc7

4 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,7 +1,7 @@
11
Package: dv.explorer.parameter
22
Type: Package
33
Title: Parameter exploration modules
4-
Version: 0.2.1-9001
4+
Version: 0.2.1-9002
55
Authors@R: c(
66
person("Boehringer-Ingelheim Pharma GmbH & Co.KG", role = c("cph", "fnd")),
77
person(given = "Luis", family = "Moris Fernandez", role = c("aut", "cre"), email = "luis.moris.fernandez@gmail.com"),

NEWS.md

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

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

R/DR.R

Lines changed: 1 addition & 1 deletion
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) {

R/TC.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# YT#VH1202cc468f3cbf448dd25ff917fc4762#VH00000000000000000000000000000000#
1+
# YT#VHf29a3f572c107632b46daf31f56ecd34#VH1202cc468f3cbf448dd25ff917fc4762#
22
TC <- local({ # _T_ype C_hecks
33
# basic types
44
T_logical <- function() list(kind = "logical")
@@ -78,7 +78,7 @@ TC <- local({ # _T_ype C_hecks
7878
"named", # elements of targetted argument must be named
7979
"map_character_to_factor", # the target TC$col() will be transformed to factor prior to reaching the module
8080
"ignore", # argument should be ignored by Dressing Room, for now
81-
"manual_check", # CM$generate_check_functions will not generate an automated check for this element# argument should be ignored by Dressing Room, for now
81+
"manual_check", # CM$generate_check_functions will not generate an automated check for this element
8282
# domain-specific flags
8383
"subject_level_dataset_name", # indicates dataset with one row per subject
8484
"subjid_var" # indicates unique subject identifier column on dataset pointed at by subject_level_dataset_name

0 commit comments

Comments
 (0)