Skip to content

Commit 89b5e6c

Browse files
committed
prep for release
1 parent d972b72 commit 89b5e6c

File tree

8 files changed

+58
-3
lines changed

8 files changed

+58
-3
lines changed

R/element_marquee.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ element_grob.element_marquee <- function(
132132
element$style <- NULL
133133
element$width <- NULL
134134
return(ggplot2::element_grob(
135-
inject(element_text(
135+
inject(ggplot2::element_text(
136136
!!!element
137137
)),
138138
label,

R/grob.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ marquee_grob <- function(
336336
)
337337
# Check if we can do all calculations upfront
338338
if (
339-
dev.cur() != 1 &&
339+
grDevices::dev.cur() != 1 &&
340340
all(
341341
is.na(grob$width) |
342342
!unitType(absolute.size(grob$width)) %in%

cran-comments.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
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+
-482 Bytes
Loading

revdep/README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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+

revdep/cran.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+

revdep/failures.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*Wow, no problems at all. :)*

revdep/problems.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*Wow, no problems at all. :)*

0 commit comments

Comments
 (0)