Skip to content

Releases: the-Hull/datacleanr

datacleanr 1.0.4

23 Jun 08:48
180769f
Compare
Choose a tag to compare

improved plotting performance of large, "narrowly distributed" distributed data, such as a 1:1 scatter or a high resolution time series (i.e., little variation in either x or y dimension). The low performance seems to come from changes made in how hover events are handled in plotly in newer versions (2.x.x). See plotly/plotly.js#5790 (comment), 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 clicking into plotting 'white space', as the click snaps to the closest point within 200 pixels.

datacleanr 1.0.3 - Publication version

08 Mar 12:47
Compare
Choose a tag to compare

Release for Zenodo Archive of published version of datacleanr.

datacleanr 1.0.3

18 Nov 13:42
Compare
Choose a tag to compare
  • fixed filter_scoped() test to conform with dplyr 1.0.8 release (dropped dplyr error class)
  • linked with Zenodo

datacleanr 1.0.2

18 Nov 11:16
Compare
Choose a tag to compare
  • removed navbarPageWithInputs, replaced with shiny::navbarpage() and bslib::nav_item(), as recommended
  • adjusted button placement (close/exit) with css styles
  • plotly 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())

datacleanr 1.0.0

17 Nov 16:44
106be7c
Compare
Choose a tag to compare
  • First major version with features for exploration, filtering, visualizing and cleaning/annotating data in a reproducible manner.
  • Added a NEWS.md file to track changes to the package.