Add 'revisualize' method to add a new visualization using the same measurements as an existing visualization
can save an 'EpivizApp' to disk as an 'rda' file and restart it using the 'restartEpiviz' function
can use measurements from a remote epiviz UI server session to create visualizations from R. With this, remote epiviz UI sessions are now fully scriptable through R.
Move socket connection and data serving code outside of package to new packages.
Use new 'epivizrServer' and 'epivizrData' packages.
Move standalone to package 'epivizrStandalone'.
Use simplified 'plot' and 'visualize' interface to add charts.
Set 'useCookie' URL parameter to FALSE so that empty workspaces are started
Transition cached ranges for querying to 'GNCLists' from 'GIntervalTree'
Standalone mode introduced, a version of epiviz with reduced capabilities is now included as part of epivizr. The epiviz web app is run locally using 'httpuv's http server
Add and remove seqinfo (e.g., chromosome info) to any epiviz session
Add NEWS file
Update documentation on 'slideshow' function
Changed default on 'slideshow' to show all ranges
Added 'heatmapChart' convenience function
Fixed bug in 'startEpiviz' not sending 'seqName' parameter correctly
Fixed bug in 'EpivizBpData' that sent 'metadata' info in wrong format
Changes slots using lists in 'EpivizDeviceMgr' to environments to avoid crashing RStudio due to inspection of manager objects
Fails gracefully on daemonization request on Windows
Deprecates the 'proxy' argument to 'startEpiviz'
Upgrading to Epiviz v2 webapp