Package: highdir
Title: Backend-Agnostic Figure Builder for 'highcharter' and 'ggplot2'
Version: 0.5.0
Authors@R: 
  person(
    given = "Yusman",
    family = "Kamaleri",
    email = "ybkamaleri@gmail.com",
    role = c("aut", "cre"),
    comment = c(ORCID = "0000-0001-5014-3665")
  )
Description: Provides a backend-agnostic 'API' for creating data visualizations
    using 'highcharter' (interactive) or 'ggplot2' (static). Figures are
    defined once via a specification object and can be rendered to either
    backend without modifying the calling code. Supports both declarative
    and layered workflows, flexible theming and colour palettes, optional
    'JavaScript' enhancements, and tools for exporting figures and interactive
    exploration via a 'shiny' app.
URL: https://folkehelsestats.github.io/highdir/,
        https://github.com/folkehelsestats/highdir
BugReports: https://github.com/folkehelsestats/highdir/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.1.0)
Imports: highcharter (>= 0.9.4), ggplot2 (>= 3.4.0), htmlwidgets (>=
        1.6.0), jsonlite (>= 1.8.0), rlang (>= 1.1.0), viridis (>=
        0.6.0), shiny (>= 1.7.0), tools, utils, stats
Suggests: sf (>= 1.0.0), maps (>= 3.4.0), webshot2, bslib (>= 0.7.0),
        testthat (>= 3.0.0), withr (>= 2.5.0), data.table, knitr,
        rmarkdown, tibble
Config/testthat/edition: 3
VignetteBuilder: knitr
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-05-19 13:26:55 UTC; ykama
Author: Yusman Kamaleri [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-5014-3665>)
Maintainer: Yusman Kamaleri <ybkamaleri@gmail.com>
Repository: CRAN
Date/Publication: 2026-05-27 09:40:06 UTC
