File tree Expand file tree Collapse file tree 8 files changed +58
-3
lines changed Expand file tree Collapse file tree 8 files changed +58
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ element_grob.element_marquee <- function(
132
132
element $ style <- NULL
133
133
element $ width <- NULL
134
134
return (ggplot2 :: element_grob(
135
- inject(element_text(
135
+ inject(ggplot2 :: element_text(
136
136
!!! element
137
137
)),
138
138
label ,
Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ marquee_grob <- function(
336
336
)
337
337
# Check if we can do all calculations upfront
338
338
if (
339
- dev.cur() != 1 &&
339
+ grDevices :: dev.cur() != 1 &&
340
340
all(
341
341
is.na(grob $ width ) |
342
342
! unitType(absolute.size(grob $ width )) %in%
Original file line number Diff line number Diff line change 1
- minor release with new features and bug fixes
1
+ patch release with fixes for a few regressions and bugs
2
+
3
+ ## revdepcheck results
4
+
5
+ We checked 1 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
6
+
7
+ * We saw 0 new problems
8
+ * We failed to check 0 packages
9
+
Original file line number Diff line number Diff line change
1
+ # Platform
2
+
3
+ | field | value |
4
+ | :--------| :----------------------------------------|
5
+ | version | R version 4.5.0 (2025-04-11) |
6
+ | os | macOS Sequoia 15.6 |
7
+ | system | aarch64, darwin20 |
8
+ | ui | X11 |
9
+ | language | (EN) |
10
+ | collate | en_US.UTF-8 |
11
+ | ctype | en_US.UTF-8 |
12
+ | tz | Europe/Copenhagen |
13
+ | date | 2025-08-27 |
14
+ | pandoc | NA |
15
+ | quarto | 1.7.31 @ /Applications/quarto/bin/quarto |
16
+
17
+ # Dependencies
18
+
19
+ | package | old | new | Δ |
20
+ | :-----------| :------| :----------| :--|
21
+ | marquee | 1.1.0 | 1.1.0.9000 | * |
22
+ | base64enc | 0.1-3 | 0.1-3 | |
23
+ | cli | 3.6.5 | 3.6.5 | |
24
+ | cpp11 | 0.5.2 | 0.5.2 | |
25
+ | glue | 1.8.0 | 1.8.0 | |
26
+ | jpeg | 0.1-11 | 0.1-11 | |
27
+ | jsonlite | 2.0.0 | 2.0.0 | |
28
+ | lifecycle | 1.0.4 | 1.0.4 | |
29
+ | png | 0.1-8 | 0.1-8 | |
30
+ | rlang | 1.1.6 | 1.1.6 | |
31
+ | S7 | NA | 0.2.0 | * |
32
+ | stringi | 1.8.7 | 1.8.7 | |
33
+ | systemfonts | 1.2.3 | 1.2.3 | |
34
+ | textshaping | 1.0.1 | 1.0.1 | |
35
+ | vctrs | 0.6.5 | 0.6.5 | |
36
+
37
+ # Revdeps
38
+
Original file line number Diff line number Diff line change
1
+ ## revdepcheck results
2
+
3
+ We checked 1 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
4
+
5
+ * We saw 0 new problems
6
+ * We failed to check 0 packages
7
+
Original file line number Diff line number Diff line change
1
+ * Wow, no problems at all. :)*
Original file line number Diff line number Diff line change
1
+ * Wow, no problems at all. :)*
You can’t perform that action at this time.
0 commit comments