You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying out the first example from the vignette (code below), the text in the image is quite blurry (in RStudio viewer as well as when saved as png). Also, I get the following warning.
> grid.draw(grob)
Warning message:
In drawDetails.GridGroup(x, recording = FALSE) : Group definition failed
I am on MacOS (see sessionInfo() below)
Executed code
library(marquee)
library(grid)
md_text<-"# Lorem IpsumLorem ipsum dolor sit amet, *consectetur* adipiscing elit, sed do eiusmod tempor incididunt utlabore et dolore magna **aliqua**. Ut enim ad minim veniam, quis nostrud exercitation ullamcolaboris nisi ut aliquip ex ea commodo _consequat_. Duis aute irure dolor in reprehenderit involuptate velit esse cillum dolore eu fugiat nulla ~pariatur~. Excepteur sint occaecatcupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."grob<- marquee_grob(md_text, classic_style())
grid.draw(grob)
png(filename="dev_local/05_test_marquee/img.png")
grid.draw(grob)
dev.off()
Session Info
> sessionInfo()
R version 4.3.1 (2023-06-16)
Platform: aarch64-apple-darwin20 (64-bit)
Running under: macOS Sonoma 14.5
Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/lib/libRlapack.dylib; LAPACK version 3.11.0
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
time zone: Europe/Berlin
tzcode source: internal
attached base packages:
[1] grid stats graphics grDevices utils datasets methods base
other attached packages:
[1] marquee_0.1.0
loaded via a namespace (and not attached):
[1] compiler_4.3.1 cli_3.6.2 tools_4.3.1 rstudioapi_0.15.0 vctrs_0.6.5 textshaping_0.4.0 lifecycle_1.0.4 systemfonts_1.1.0
[9] rlang_1.1.3
The text was updated successfully, but these errors were encountered:
Thanks for this package! :)
When trying out the first example from the vignette (code below), the text in the image is quite blurry (in RStudio viewer as well as when saved as png). Also, I get the following warning.
I am on MacOS (see
sessionInfo()
below)Executed code
Session Info
The text was updated successfully, but these errors were encountered: