NEWS.md
plotly
in newer versions (2.x.x). See this issue, which is still unresolved at 06 June, 2022. The fix uses the default hovermode = "closest"
, but sets hoverdistance = 200
, which should ensure a better responsiveness in most cases. The increased hoverdistance
called for a disabling of hover labels to prevent confusion. Note, the increased hoverdistance
may cause some unintended consequences when clickin into plotting ‘white space’, as the click snaps to the closest point within 200
pixels.filter_scoped()
test to conform with dplyr 1.0.8
release (dropped dplyr error class)navbarPageWithInputs
, replaced with shiny::navbarpage()
and bslib::nav_item()
, as recommendedplotly
no longer serves Plotly.d3
, which was used to select individual traces on the plot in the viz tab; it now requires additional import. This is currently done via a D3 script dependency from a CDN, which requires an internet connection (checked by can_internet()
dcr_checks:
fs_path
-type filepaths (from fs
package) when launching dcr_app()
with a path to an*.Rds
file..annotation
column, which produces useful error when present.R
and dependenciessummarytools::view()
to print()
for data overview (dropping dependency on X11 / XQuartz)