Changelog
Source:NEWS.md
ravedash 0.1.3
- Allow preset-components to access to pipeline instance
- Added
strip_style
to removeansi
styles - Changed
logger_error_condition
toS3
generics - Added
error_alert
similar toerror_notification
, but usingdipsaus::shiny_alert2
- Fixed a preset that cannot fails correctly with validation errors when importing channels
-
safe_wrap_expr
wraps error handlers - Reexported some
dipsaus
andshidashi
functions so users do not have to import them -
save_observe
has better error handling method - Raising
rave_muffled
errors insave_observe
will not trigger notifications nor error alerts, but will print out error details
ravedash 0.1.2
CRAN release: 2022-10-15
- Added presets to support importing
.nev
files with the most recentraveio
updates - Added shutdown function to allow users to shutdown instances from the interface, and added single-session mode to automatically shutdown the server once the session window is closed
- Fixed loader brain not updating issue when electrode table is empty
- Allowed run-analysis button to be placed on bottom-left with additional styles
- Added
error_notification
andwith_error_notification
to easily display error messages to the dashboard - Allows modules to create session-based temporary files and options (experimental)
- Shorten response time needed to fire analysis event
- Moved
htmltools
to suggests - Included free version of
fontawesome
into the build to avoid further changes - Replaced
pickerInput
with nativeselectInput
in condition builder - Added
start_session
to start a new/existing session with one function - Added stand-alone viewer support, allowing almost any outputs to be displayed in another session in full-screen, and synchronized with the main session
- Added
register_output
to register outputs, andget_output_options
to obtain render details. This replaces the shiny output assign and facilitates the stand-alone viewer - Added
output_gadget
andoutput_gadget_container
to display built-in gadgets to outputs, allowing users to download outputs, and to display them in stand-alone viewers; needs little extra setups, must be used withregister_output
- Added session-level (application) temporary directory and files (see
temp_dir
andtemp_file
), based on the application-level storage, createdsession_setopt
andsession_getopt