Skip to contents
dv.explorer.parameter 0.1.6
- All modules:
- Accept character() input for subject, category and parameter data.frame columns.
- Reduce
value_vars
default values to “AVAL”.
- Improved error message when parameter names reoccur across categories and new helper function to address that situation.
- De-export label helpers to avoid symbol overwritting warning for app creators that load package through
library
.
- wfphm:
- Waterfall group menu does no longer include
character
variables.
- lineplot:
- Improved display of simultaneous reference values.
- boxplot:
-
mod_boxplot_papo
is deprecated and mod_boxplot
can be used in its place.
- Data count table headers are now shown correctly.
dv.explorer.parameter 0.1.1
- boxplot:
- Provide a checkbox under the “Other” UI menu to log-project the Y axis.
- lineplot:
- Warn app creators against non-finite values in numeric visits.
dv.explorer.parameter 0.1.0
- boxplot, correlation heatmap, forest plot, roc, scatter plot, scatter plot matrix, waterfall plus heatmap:
- Remove support for data dispatchers.
- Provide early feedback of module misconfiguration.
dv.explorer.parameter 0.0.14
- lineplot, boxplot:
- Use dv.manager’s switch2mod instead of deprecated switch2.
dv.explorer.parameter 0.0.13
- lineplot, boxplot:
- Make receiver_id accept module identifiers instead of labels.
dv.explorer.parameter 0.0.12
- lineplot:
- Prevent spurious reactive update.
dv.explorer.parameter 0.0.11
- lineplot:
- Per-column default visit values. Breaking change, as it changes the expected type of
default_visit_val
.
- Fixes order of x-axis visit ticks for continuous variables.
dv.explorer.parameter 0.0.10
- lineplot hotfix:
- Prevent suspendWhenHidden of dynamic UI.
dv.explorer.parameter 0.0.9
- lineplot:
- Y axis log projection menu option.
- New
cdisc_visit_vars
parameter that accounts for missing Study Day 0 in CDISC datasets.
- New
default_transparency_value
parameter.
- Remove support for data dispatchers in favor of dataset names.
dv.explorer.parameter 0.0.8
- WFPHM:
- Fixes the error in conditional panels that prevented conditional panels in other modules to work properly.
dv.explorer.parameter 0.0.7
- Lineplot:
- Fix overlap of plot and data listings.
dv.explorer.parameter 0.0.6
- Lineplot:
- Prevent false-positive opaque error message at module startup.
- Correlation heatmap:
- Provide clear error message when handed records with identical subject IDs, category, parameter and visit values.
dv.explorer.parameter 0.0.5
- First Github release
- Renamed to dv.explorer.parameter