Package: linkeR Title: Link Interactive Plots and Tables in 'shiny' Applications Version: 0.1.4 Authors@R: c(person("Jake", "Wagoner", , "jakew@sci.utah.edu", role = c("aut", "cre"), comment = c(ORCID = "0009-0000-5053-2281")), person("Centers for Disease Control and Prevention's Center for Forecasting and Outbreak Analytics", role="fnd", comment = "Cooperative agreement CDC-RFA-FT-23-0069")) Description: Build powerful, linked-view dashboards in 'shiny' applications. With a declarative, one-line setup, you can create bidirectional links between interactive components. When a user interacts with one element (e.g., clicking a map marker), all linked components (such as 'DT' tables or other charts) instantly update. Supports 'leaflet' maps, 'DT' tables, 'plotly' charts, and spatial data via 'sf' objects out-of-the-box, with an extensible API for custom components. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: shiny (>= 1.5.0), magrittr (>= 2.0.0), later (>= 1.0.0) Suggests: leaflet, DT, sf, testthat (>= 3.0.0), knitr, plotly, bslib, rmarkdown Config/testthat/edition: 3 VignetteBuilder: knitr URL: https://epiforesite.github.io/linkeR/, https://github.com/EpiForeSITE/linkeR/ BugReports: https://github.com/EpiForeSITE/linkeR/issues/ Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://epiforesite.r-universe.dev Date/Publication: 2026-03-03 17:01:28 UTC RemoteUrl: https://github.com/EpiForeSITE/linkeR RemoteRef: HEAD RemoteSha: e4453062f1185a4125df50cf30af9bd65c6178c3 NeedsCompilation: no Packaged: 2026-07-04 19:08:45 UTC; root Author: Jake Wagoner [aut, cre] (ORCID: ), Centers for Disease Control and Prevention's Center for Forecasting and Outbreak Analytics [fnd] (Cooperative agreement CDC-RFA-FT-23-0069) Maintainer: Jake Wagoner