Package: highdir Title: Backend-Agnostic Figure Builder for 'highcharter' and 'ggplot2' Version: 0.6.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 Roxygen: list(markdown = 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, scales (>= 1.4.0), lifecycle (>= 1.0.5) 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, eulerr, ggVennDiagram, rmarkdown, tibble Config/testthat/edition: 3 VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake libglpk-dev make libicu-dev libuv1-dev libxml2-dev libssl-dev zlib1g-dev Repository: https://folkehelsestats.r-universe.dev Date/Publication: 2026-07-21 16:00:39 UTC RemoteUrl: https://github.com/folkehelsestats/highdir RemoteRef: HEAD RemoteSha: 8099e95fb647172d798df54a53d0ce46e4178191 NeedsCompilation: no Packaged: 2026-07-21 16:16:34 UTC; root Author: Yusman Kamaleri [aut, cre] (ORCID: ) Maintainer: Yusman Kamaleri