Skip to content

Export class definitions #6540

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ggplot2
Title: Create Elegant Data Visualisations Using the Grammar of Graphics
Version: 3.5.2.9001
Version: 3.5.2.9002
Authors@R: c(
person("Hadley", "Wickham", , "hadley@posit.co", role = "aut",
comment = c(ORCID = "0000-0003-4757-117X")),
Expand Down
15 changes: 15 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,26 @@ export(borders)
export(build_ggplot)
export(calc_element)
export(check_device)
export(class_S3_gg)
export(class_coord)
export(class_derive)
export(class_facet)
export(class_gg)
export(class_ggplot)
export(class_ggplot_built)
export(class_ggproto)
export(class_guide)
export(class_guides)
export(class_labels)
export(class_layer)
export(class_layout)
export(class_mapping)
export(class_rel)
export(class_scale)
export(class_scales_list)
export(class_theme)
export(class_waiver)
export(class_zero_grob)
export(combine_vars)
export(complete_theme)
export(continuous_scale)
Expand Down
Loading