The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
hd_reset_theme() function (#21)gg_venn or hc_venn
backends.hd_make(mode = "dynamic")
hd_make(mode = "static")
# or equivalent functions
hd(mode = "dynamic")
hd(mode = "static")dynamic replaces the previous highcharter
backend and static replaces the previous
ggplot2 backend.
stack argument to facet in
hd_geom_stacked_column() to avoid ambiguity with R’s
partial matching behavior (#27).hd_geom_ranked_bar() by switching from
ggplot2::geom_bar(stat = "identity") to
ggplot2::geom_col(). This does not change the visual output
but clarifies that ranked bars are drawn from pre-computed values.backend argument in hd_make() and
hd() functions is now deprecated and will be removed in a
future release.hd_make(backend = "highcharter")
hd_make(backend = "ggplot2")
# or equivalent functions
hd(backend = "highcharter")
hd(backend = "ggplot2")continues to work but produces a deprecation warning.
stack argument in
hd_geom_stacked_column() has been renamed to
facet. Update existing code to use facet
instead of stack.DESCRIPTION version bumped to 0.3.1.xlab and ylab arguments to
hd_opts(), since they relate to figure presentation rather
than data specification. Use NULL to hide axis labels. (#5)resolve_colors().geom_args().percent to hd_opts() to show
% in tooltip and y-axis if TRUE.xtick to hd_opts to select column
for custom x‑axis tick labels when these differ from the numeric x
values. Note that Highcharts uses zero-based indexing, while R uses
one-based indexing.DESCRIPTION version bumped to 0.3.0.hd_save() #3run_app() to hd_app()fig_opts() to
hd_opts()column, line,
scatter, arearange geometries.highcharter and ggplot2 backends.hd_save(), hd_set_theme(),
hd_add_js().run_app().These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.