Skip to contents

linkeR v0.1.4

  • Fixes an issue where session namespaced IDs were not properly initializing observers, causing modular shiny apps to not have correct click behavior
  • Adds a diagnose_registry function that can help users with registry problem diagnosis

linkeR v0.1.3

CRAN release: 2025-10-07

  • Adds support for plotly components (single selection only)
  • Adds examples and vignette for plotly components
  • Updates pre-existing examples and vignettes to use the new plotly integration

linkeR v0.1.2

CRAN release: 2025-09-21

  • CRAN release! Huzzah!

linkeR 0.1.2

CRAN release: 2025-09-21

  • Fixed package title formatting (added quotes around ‘Shiny’)
  • Added \value tags to all exported function documentation
  • Fixed unexecutable code in vignettes
  • Removed examples from unexported functions
  • Replaced \dontrun{} with \donttest{} in appropriate examples

linkeR v0.1.1

  • Adds support for modular shiny applications

linkeR v0.1.0

  • Pre-CRAN submission