-
Notifications
You must be signed in to change notification settings - Fork 632
Commit 3b5f6e6
fix: address various check/test/CI issues (#2441)
* Follow up to #1999: update test expectation to not expect warning
* Temporarily test against CRAN ggplot2
* Avoid :: on old ggplot2 function
* Disable oldrel-4; roxygen stuff
* Update URL
* Try to fix kaliedo install
* Fix more roxygen issues
* Pass data to use_defaults() method (this way GeomSf default aes logic will actually work as expected)
* Approve new snapshots
* Revert "Pass data to use_defaults() method (this way GeomSf default aes logic will actually work as expected)"
This reverts commit 01e73fb.1 parent 57fe5c0 commit 3b5f6e6
File tree
43 files changed
+53
-48
lines changed- .github/workflows
- R
- tests/testthat
- _snaps
- ggalluvial
- ggplot-col
- ggplot-facets
- ggplot-heatmap
- ggplot-histogram
- ggplot-legend
- ggplot-ribbon
- ggplot-sf
- ggplot-text
- ggridges
- mean-error-bars
- plotly-subplot
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
43 files changed
+53
-48
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 | - | ||
38 | + | ||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
66 | 72 |
| |
67 | 73 |
| |
68 | 74 |
| |
69 | - | ||
75 | + | ||
70 | 76 |
| |
71 | 77 |
| |
72 | 78 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 | - | ||
81 | + | ||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 | - | ||
86 | 85 |
| |
87 | 86 |
| |
88 | 87 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 | + | ||
44 | + | ||
45 | + | ||
43 | 46 |
| |
44 | 47 |
| |
45 | 48 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
125 | - | ||
126 | 125 |
| |
127 | 126 |
| |
128 | 127 |
| |
| |||
149 | 148 |
| |
150 | 149 |
| |
151 | 150 |
| |
152 | - | ||
153 | 151 |
| |
154 | 152 |
| |
155 | 153 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
111 | - | ||
112 | - | ||
113 | - | ||
114 | 111 |
| |
115 | 112 |
| |
116 | 113 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1157 | 1157 |
| |
1158 | 1158 |
| |
1159 | 1159 |
| |
1160 | - | ||
1161 | - | ||
1160 | + | ||
1161 | + | ||
1162 | + | ||
1162 | 1163 |
| |
1163 | 1164 |
| |
1164 | 1165 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 | - | ||
101 | 100 |
| |
102 | 101 |
| |
103 | 102 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | + | ||
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
14 | + | ||
13 | 15 |
| |
14 | 16 |
| |
15 | 17 |
| |
16 | 18 |
| |
19 | + | ||
17 | 20 |
| |
18 | 21 |
| |
19 | 22 |
| |
|
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
0 commit comments