Skip to contents
Updates
-
shinyTryCatch: option to suppress alerts for warnings
Bug Fixes
-
plotExport:
- fix issue with the assignment of the InitRanges argument to reactive values
- fix error when plotting axis with discrete data
Updates
-
headerButtons:
- replacing path to logos with a URL
- adding URL to a favicon for the browser tab
Bug Fixes
- fix issue with permanently disabled button in the plotExport module for base plot objects
New Features
- new module textExport for exporting output from print, capture.output or other text as a text file
Updates
- enable filename input to be reactive in the modules dataExport and plotExport
New Features
-
plotTitles module (#28):
- option to format a second y-axis
- option to use transformations for the x or y axis in order to handle extreme values
Bug Fixes
- fix typo in example for ‘mathematical annotation’ in the plotTitles module
New Features
-
plotTitles module: optionally, use notation for sub- and superscripts in titles of a plots, axis or the legend (#27)
New Features
- new UI for legends (specify the position of a legend)
Updates
- update to the UI and logic to set custom titles of plots
New Features
-
plotTitles module: optionally, change the font family of titles and axis texts
New Features
-
plotTitles module: optionally, change the angle, hjust or vjust of axis texts
New Features
- catch multiple errors and warnings (#20):
- shifted the function
DataTools::tryCatchWithWarningsAndErrors()
to this package
- renamed function to
shinyTryCatch()
- updated the logic such that now all errors/warnings are caught and displayed in the app
New Features
- optionally, specify the tag of a modules title
- new input module that allows a user to update a numeric vector
New Features
- option to use named lists of data.frames in the dataExport module
- for
xlsx
export, each data.frame is written into a separate sheet with sheet names taken from the names of the list
New Features
- module plotTitles:
- optionally specify elements that can be selected from the ‘Label’ input. Can be one or several of
"title", "axis", "legend"
elements.
- module dataExport:
- disable button if no data
- module plotExport:
- disable button if no data
- optionally hide the range UI but show the titles UI in the plotExport popup.
- module plotPoints:
- optionally hide (disable) specific inputs in the UI. E.g. if
alpha
should be set outside of this module
New Features
- module for plotExport (#6)
- option to add and format titles of a plot before export if the plot is a ggplot
- option to set ranges of a plot before export if the plot is a ggplot
New Features
- module for plotExport (#6)
- export a plot as “png”, “jpeg”, “svg”, “pdf”, or “tiff” file
- the module was extracted from PlotR, resources
- it can be applied in all new apps
New Features
- module for dataExport (#4)
- export a data.frame as xlsx, csv, or json file
- the module was extracted from MapR, iso-app
- it can be applied in all new apps
New Features
- headerButtons module applicable across apps