-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ggplot2
updated
14 files
+1 −0 | DESCRIPTION | |
+2 −0 | NAMESPACE | |
+2 −0 | NEWS.md | |
+47 −0 | R/facet-.R | |
+1 −1 | R/layout.R | |
+131 −0 | R/stat-manual.R | |
+2 −0 | R/theme-elements.R | |
+5 −0 | R/theme.R | |
+1 −0 | _pkgdown.yml | |
+9 −7 | man/ggplot2-ggproto.Rd | |
+199 −0 | man/stat_manual.Rd | |
+6 −0 | man/theme.Rd | |
+18 −0 | tests/testthat/test-stat-manual.R | |
+41 −1 | tests/testthat/test-theme.R |