Changelog
Source:NEWS.md
perspectiveR 0.3.1
- Fixed theme initialization: themes now apply atomically with the plugin via
restore(), preventing a flash of default colors on first render. - Added pkgdown site with interactive article.
- Resized logo.
perspectiveR 0.3.0
CRAN release: 2026-03-30
- Added
psp_schema(),psp_size(),psp_columns(), andpsp_validate_expressions()proxy functions for table introspection. - Added
filter_opparameter for programmatic filter operators. - Added
limitparameter to cap the number of rows loaded into the table. - Added
expressionsparameter for computed/virtual columns. - Added windowed export support to
psp_export()viastart_row,end_row,start_col, andend_colparameters. - Added three new demo apps: streaming stock market, editable table, and expression builder.
perspectiveR 0.2.0
- Added
indexparameter for keyed/indexed tables. - Added
psp_remove()to delete rows by primary key. - Added
psp_export()to export view data as JSON, CSV, columns, or Arrow. - Added
psp_save()to retrieve the current viewer configuration. - Added
psp_on_update()to subscribe to table update events. - Added
input$<outputId>_selectevent for row/data-point selection. - Added theme support for dark mode and custom styling.
perspectiveR 0.1.0
- Initial release.
-
perspective()widget with support for multiple chart types. - Shiny integration via
perspectiveOutput(),renderPerspective(), andperspectiveProxy(). - Proxy functions:
psp_update(),psp_replace()no,psp_clear(),psp_restore(), andpsp_reset(). - Arrow IPC serialization for high-performance data transfer.
- Bundled Shiny demo app with
run_example().