Skip to content

Latest commit

 

History

History
118 lines (82 loc) · 3.92 KB

NEWS.md

File metadata and controls

118 lines (82 loc) · 3.92 KB

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

dv.biomarker.general 0.0.4

  • Correlation heatmap:

    • NA and Inf values are removed before the scatterplot to avoid spurious points
  • Lineplot:

    • Lineplot does no longer crash when dataset is empty
    • Populates inline titles with column names when labels are not available
    • Brush selection behaves correctly when sidebar is expanded in dv.manager and it does not crash when the selection is empty
    • Prevents visit reset when dataset changes in module manager
  • Migrated Waterfall plus heatmap module to dv.biomarker.general

  • Migrated dv.roc to dv.biomarker.general

dv.biomarker.general 0.0.3

  • Lineplot:

    • Added summary data listing with aggregated centrality (mean, median, ...) and dispersion (standard deviation, confidence interval, ...) scores.
  • Correlation heatmap:

    • Selection interface now allows multiple, independent cross-visit and cross-parameter combinations.
    • Faster plot rendering.
    • Cleaner graphic output and better management of long axis labels.

dv.biomarker.general 0.0.2

  • Common:

    • Each module now explicitly specifies the value column used to generate the figures.
    • Default values are included in all modules.
    • Menus have been redesigned using shinyvalidate to provide more informative feedback regarding errors or missing selections.
  • Boxplot:

    • Added functionality for saving/loading visualization states.
  • Lineplot:

    • Added functionality for integration with other modules
    • Supports custom centrality and dispersion measures
  • Fix:

    • Rectified issue where Boxplot added jitter in the y-axis unnecessarily.
    • Renamed value_var to value_vars in the Scatter Plot Matrix module to adhere to DV standards.
    • Improved error handling for correlation calculations in Scatter plot matrix
  • Other:

    • Replaced the magrittr pipeline %>% with the base pipeline |>.
    • Resolved the issue with subset_ds for single column selections.
    • Implemented new synthetic datasets in mock_* functions and testing procedures.
    • Replaced dv.selector with locally developed selectors

dv.biomarker.general 0.0.1

  • Initial release with the following modules:
    • Boxplot: vignette("boxplot")
    • Scatterplot: vignette("scatterplot")
    • Lineplot: vignette("lineplot")
    • Scatterplotmatrix: vignette("scatterplotmatrix")
    • Forest plot: vignette("forest")
    • Scatterplot heatmap plot: vignette("correlation_heatmap")