Skip to content

Commit c754551

Browse files
committed
exempt classes from pkgdown
1 parent 028068f commit c754551

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

R/all-classes.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class_gtable <- S7::new_S3_class("gtable")
2222
#' @param validate A boolean value stating whether a theme should still be
2323
#' validated.
2424
#'
25+
#' @keywords internal
2526
#' @export
2627
class_theme <- S7::new_class(
2728
"theme", class_S3_gg,
@@ -46,6 +47,7 @@ class_theme <- S7::new_class(
4647
#'
4748
#' @param labels A named list.
4849
#'
50+
#' @keywords internal
4951
#' @export
5052
class_labels <- S7::new_class(
5153
"labels", parent = class_S3_gg,
@@ -75,6 +77,7 @@ class_labels <- S7::new_class(
7577
#' @param x A list of quosures and constants.
7678
#' @param env An environment for symbols that are not quosures or constants.
7779
#'
80+
#' @keywords internal
7881
#' @export
7982
class_mapping <- S7::new_class(
8083
"mapping", parent = class_S3_gg,
@@ -104,6 +107,7 @@ class_mapping <- S7::new_class(
104107
#' @param labels A labels object created by [`labs()`].
105108
#' @param plot_env An environment.
106109
#'
110+
#' @keywords internal
107111
#' @export
108112
class_ggplot <- S7::new_class(
109113
name = "ggplot", parent = class_gg,
@@ -150,6 +154,7 @@ class_ggplot <- S7::new_class(
150154
#' @param layout A Layout ggproto object.
151155
#' @param plot A completed ggplot class object.
152156
#'
157+
#' @keywords internal
153158
#' @export
154159
class_ggplot_built <- S7::new_class(
155160
"ggplot_built",

0 commit comments

Comments
 (0)