Skip to content

Commit b4bb908

Browse files
committed
update snapshots
1 parent 66de6bc commit b4bb908

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

tests/testthat/_snaps/4.2/theme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# modifying theme element properties with + operator works
2+
3+
Code
4+
theme_grey() + "asdf"
5+
Condition
6+
Error in `method(+, list(ggplot2::theme, class_any))`:
7+
! Can't add `"asdf"` to a theme object.
8+

tests/testthat/_snaps/utilities-help.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Code
44
rd_orientation()
55
Output
6-
[1] "@section Orientation: "
7-
[2] "This geom treats each axis differently and, thus, can thus have two orientations. Often the orientation is easy to deduce from a combination of the given mappings and the types of positional scales in use. Thus, ggplot2 will by default try to guess which orientation the layer should have. Under rare circumstances, the orientation is ambiguous and guessing may fail. In that case the orientation can be specified directly using the \\code{orientation} parameter, which can be either \\code{\"x\"} or \\code{\"y\"}. The value gives the axis that the geom should run along, \\code{\"x\"} being the default orientation you would expect for the geom."
6+
[1] "@inheritSection ggplot2::shared_layer_parameters Orientation"
87

98
# rd_computed_vars formats a list
109

0 commit comments

Comments
 (0)