Package: highcharter
Type: Package
Version: 0.12.6.1
Title: A Wrapper for the 'Highcharts' Library
Description: A wrapper for the 'Highcharts' library including shortcut
functions to plot R objects. 'Highcharts'
is a charting library offering
numerous chart types with a simple configuration syntax.
Authors@R: c(
person("Joshua", "Kunst", role = c("aut", "cre"), email = "jbkunst@gmail.com"),
person("Nuno", "Agostinho", role = c("ctb"), comment = "hchart.survfit, densities and hc_add_series_scatter"),
person("Danton", "Noriega", role = c("ctb"), comment = "hcaes_"),
person("Charlie Joey", "Hadley", role = c("ctb"), comment = "hc_add_event_point improvement"),
person("Eduardo", "Flores", role = c("ctb"), comment = "First version hc_add_series_df_tidy"),
person("Dean", "Kilfoyle", role = c("ctb"), comment = "First version hc_add_series_boxplot"),
person("Adline", "Dsilva", role = c("ctb"), comment = "First version Matrix heatmap"),
person("Kamil", "Slowikowski", role = c("ctb"), comment = c(ORCID = "0000-0002-2843-6370")),
person("Christian", "Minich", role = c("ctb"), comment = "hcaes mutate_mapping improvement"),
person("Jonathan", "Armond", role = c("ctb"), comment = "mutate_mapping bugfix"),
person("David", "Breuer", role = c("ctb"), comment = "download_map_data quiet parameter"),
person("Mauricio", "Vargas", role = c("ctb"), comment = "tests and gh-actions"),
person("Michael", "Yan", role = c("ctb"), comment = "Motivational example for treemap/sunburst data helper"),
person("Bart", "Oortwijn", role = c("ctb"), comment = "rjson option, hc_add_yAxis, and GH issues collaborator"),
person("Paul", "Campbell", role = c("ctb"), comment = "additional proxy methods"),
person("Marc", "Kupietz", role = c("ctb"), comment = "contributed fixes for checks related to deprecated package usage")
)
URL: https://jkunst.com/highcharter/,
https://github.com/jbkunst/highcharter
BugReports: https://github.com/jbkunst/highcharter/issues
License: MIT + file LICENSE
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Depends: R (>= 4.1.0)
Imports: htmlwidgets, purrr, rlist, assertthat, zoo, dplyr (>= 1.0.0),
tibble (>= 1.1), stringr (>= 1.3.0), broom, xts, tidyr,
htmltools, jsonlite, lubridate, yaml, rlang (>= 0.1.1), rjson,
methods
Suggests: knitr, rmarkdown, survival, quantmod, igraph, ggplot2, httr,
viridisLite, shiny, MASS, forecast, geojsonio, testthat, idbr,
webshot2, covr, palmerpenguins, treemap, gapminder, forcats,
rsvg, fontawesome, readr, here, rvest, tidytext, igraphdata,
ggplot2movies, janitor, spelling,
LazyData: true
Language: en-US
Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev
Repository: https://jbkunst.r-universe.dev
Date/Publication: 2026-04-26 21:36:32 UTC
RemoteUrl: https://github.com/jbkunst/highcharter
RemoteRef: HEAD
RemoteSha: 2feb9b0c66ccaa92ed20b9244fbee3c115053694
NeedsCompilation: no
Packaged: 2026-07-03 17:25:23 UTC; root
Author: Joshua Kunst [aut, cre],
Nuno Agostinho [ctb] (hchart.survfit, densities and
hc_add_series_scatter),
Danton Noriega [ctb] (hcaes_),
Charlie Joey Hadley [ctb] (hc_add_event_point improvement),
Eduardo Flores [ctb] (First version hc_add_series_df_tidy),
Dean Kilfoyle [ctb] (First version hc_add_series_boxplot),
Adline Dsilva [ctb] (First version Matrix heatmap),
Kamil Slowikowski [ctb] (ORCID:
),
Christian Minich [ctb] (hcaes mutate_mapping improvement),
Jonathan Armond [ctb] (mutate_mapping bugfix),
David Breuer [ctb] (download_map_data quiet parameter),
Mauricio Vargas [ctb] (tests and gh-actions),
Michael Yan [ctb] (Motivational example for treemap/sunburst data
helper),
Bart Oortwijn [ctb] (rjson option, hc_add_yAxis, and GH issues
collaborator),
Paul Campbell [ctb] (additional proxy methods),
Marc Kupietz [ctb] (contributed fixes for checks related to deprecated
package usage)
Maintainer: Joshua Kunst