Skip to content

Commit 5453b28

Browse files
committed
revert @include decisions
1 parent 8fde6e8 commit 5453b28

File tree

5 files changed

+6
-16
lines changed

5 files changed

+6
-16
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,10 @@ Collate:
203203
'limits.R'
204204
'margins.R'
205205
'performance.R'
206-
'theme.R'
207-
'plot.R'
208206
'plot-build.R'
209207
'plot-construction.R'
210208
'plot-last.R'
209+
'plot.R'
211210
'position-.R'
212211
'position-collide.R'
213212
'position-dodge.R'
@@ -274,6 +273,7 @@ Collate:
274273
'stat-ydensity.R'
275274
'summarise-plot.R'
276275
'summary.R'
276+
'theme.R'
277277
'theme-defaults.R'
278278
'theme-current.R'
279279
'theme-sub.R'

R/plot-build.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#' @include plot.R
2-
NULL
3-
41
#' Build ggplot for rendering.
52
#'
63
#' `ggplot_build()` takes the plot object, and performs all steps necessary

R/plot-construction.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#' @include plot.R
2-
NULL
3-
41
#' Add components to a plot
52
#'
63
#' `+` is the key to constructing sophisticated ggplot2 graphics. It

R/plot.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#' @include all-classes.R
2-
#' @include theme.R
3-
NULL
4-
51
#' Create a new ggplot
62
#'
73
#' `ggplot()` initializes a ggplot object. It can be used to

man/is_tests.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)