Package: myIO
Type: Package
Title: Interactive Data Visualizations Using 'd3.js'
Version: 1.2.0
Authors@R: c(
    person("Ryan", "Morton", email = "morton@myma.us",
           role = c("aut", "cre", "cph")),
    person("Mike", "Bostock", role = "cph",
           comment = "D3.js, d3-hexbin, and d3-sankey libraries"),
    person("James", "Hall", role = "cph",
           comment = "jsPDF library"),
    person(given = "yWorks GmbH", role = "cph",
           comment = "jsPDF library"))
Description: Create interactive 'd3.js' visualizations from R with built-in
    statistical transforms. Computes confidence intervals, regression fits,
    LOESS smoothing, moving averages, error bars, and uncertainty
    visualizations (quantile dot plots and fan charts) in R and renders them
    as composable chart layers via 'htmlwidgets'. Supports 36 chart types
    including boxplots, violin plots, Q-Q diagnostic plots, calendar heatmaps,
    survival curves, and group comparisons with pairwise significance testing.
    Also provides a machine-readable chart specification schema with validators
    so that large language model agents can author and verify charts. Works in
    'RStudio', 'Shiny', and 'R Markdown'.
License: MIT + file LICENSE
URL: https://mortonanalytics.github.io/myIO/,
        https://github.com/mortonanalytics/myIO
BugReports: https://github.com/mortonanalytics/myIO/issues
Depends: R (>= 4.1.0)
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, pkgdown, shiny,
        crosstalk (>= 1.2.0), dplyr, DT, reactable, htmltools, arrow,
        base64enc, cli, curl, DBI, duckdb, openssl, later, mockery,
        withr
Config/testthat/edition: 3
VignetteBuilder: knitr
Imports: htmlwidgets, jsonlite, stats
NeedsCompilation: no
Packaged: 2026-06-05 16:01:05 UTC; ryanemorton
Author: Ryan Morton [aut, cre, cph],
  Mike Bostock [cph] (D3.js, d3-hexbin, and d3-sankey libraries),
  James Hall [cph] (jsPDF library),
  yWorks GmbH [cph] (jsPDF library)
Maintainer: Ryan Morton <morton@myma.us>
Repository: CRAN
Date/Publication: 2026-06-11 11:50:08 UTC
Built: R 4.6.0; ; 2026-06-11 14:00:35 UTC; unix
