Package: linkagg
Title: Linked Selection Across Aggregate Views
Version: 0.1.0
Authors@R: c(
    person("Renit", "Anthony", email = "renit12345@gmail.com",
           role = c("aut", "cre")),
    person("Mike", "Bostock", role = c("ctb", "cph"),
           comment = "d3.js library in inst/htmlwidgets/lib, ISC licence")
    )
Description: Brush a row-level display and see aggregate displays fill in
    proportion to the rows selected, with the row-to-group mapping retained.
    Aggregate views such as bar charts summarise many rows into one mark, so
    a selection made on individual rows is resolved back through the row to
    group mapping to fill each mark partially. Output is an 'htmlwidget' that
    works inside 'shiny' or as a single
    self-contained HTML file with no server, so an interactive figure can be
    archived or shared like a static one.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
Depends: R (>= 4.1.0)
Imports: utils, htmlwidgets (>= 1.6.0)
Suggests: shiny (>= 1.7.0), bslib (>= 0.5.0), testthat (>= 3.0.0),
        htmltools, survival, pharmaverseadam
Config/testthat/edition: 3
URL: https://github.com/renit12345-ship-it/linkagg
BugReports: https://github.com/renit12345-ship-it/linkagg/issues
NeedsCompilation: no
Packaged: 2026-08-21 13:26:01 UTC; kimi
Author: Renit Anthony [aut, cre],
  Mike Bostock [ctb, cph] (d3.js library in inst/htmlwidgets/lib, ISC
    licence)
Maintainer: Renit Anthony <renit12345@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-09 12:00:02 UTC
Built: R 4.5.2; ; 2026-09-09 12:53:03 UTC; unix
