The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

CRAN Package Check Results for Package ggtext

Last updated on 2026-07-22 23:58:11 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 5.61 90.46 96.07 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.2 4.30 63.54 67.84 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.2 10.00 133.64 143.64 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.2 67.32 ERROR
r-devel-windows-x86_64 0.1.2 8.00 109.00 117.00 ERROR
r-patched-linux-x86_64 0.1.2 6.36 82.04 88.40 ERROR
r-release-linux-x86_64 0.1.2 5.86 83.03 88.89 ERROR
r-release-macos-arm64 0.1.2 2.00 31.00 33.00 OK
r-release-macos-x86_64 0.1.2 5.00 102.00 107.00 OK
r-release-windows-x86_64 0.1.2 9.00 110.00 119.00 ERROR
r-oldrel-macos-arm64 0.1.2 OK
r-oldrel-macos-x86_64 0.1.2 4.00 76.00 80.00 OK
r-oldrel-windows-x86_64 0.1.2 12.00 134.00 146.00 ERROR

Check Details

Version: 0.1.2
Check: DESCRIPTION meta-information
Result: NOTE Author field differs from that derived from Authors@R Author: ‘Claus O. Wilke [aut] (<https://orcid.org/0000-0002-7470-9261>), Brenton M. Wiernik [aut, cre] (<https://orcid.org/0000-0001-9560-6336>, @bmwiernik)’ Authors@R: ‘Claus O. Wilke [aut] (ORCID: <https://orcid.org/0000-0002-7470-9261>), Brenton M. Wiernik [aut, cre] (ORCID: <https://orcid.org/0000-0001-9560-6336>, Twitter: @bmwiernik)’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.1.2
Check: examples
Result: ERROR Running examples in ‘ggtext-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: element_textbox > ### Title: Theme element that enables markdown text in a box. > ### Aliases: element_textbox element_textbox_simple > > ### ** Examples > > library(ggplot2) > > ggplot(mtcars, aes(disp, mpg)) + + geom_point() + + labs( + title = + "<b><span style = 'font-size:13pt'>Fuel economy vs. engine displacement</span></b><br> + Lorem ipsum *dolor sit amet,* consectetur adipiscing elit, **sed do eiusmod tempor + incididunt** ut labore et dolore magna aliqua. <span style = 'color:red;'>Ut enim ad + minim veniam,</span> quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea + commodo consequat.", + x = "displacement (in<sup>3</sup>)", + y = "Miles per gallon (mpg)<br><span style = 'font-size:8pt'>A measure of + the car's fuel efficiency.</span>" + ) + + theme( + plot.title.position = "plot", + plot.title = element_textbox_simple( + size = 10, + padding = margin(5.5, 5.5, 5.5, 5.5), + margin = margin(0, 0, 5.5, 0), + fill = "cornsilk" + ), + axis.title.x = element_textbox_simple( + width = NULL, + padding = margin(4, 4, 4, 4), + margin = margin(4, 0, 0, 0), + linetype = 1, + r = grid::unit(8, "pt"), + fill = "azure1" + ), + axis.title.y = element_textbox_simple( + hjust = 0, + orientation = "left-rotated", + minwidth = unit(1, "in"), + maxwidth = unit(2, "in"), + padding = margin(4, 4, 2, 4), + margin = margin(0, 0, 2, 0), + fill = "lightsteelblue1" + ) + ) Error: gridtext has encountered a tag that isn't supported yet: <pre> Only a very limited number of tags are currently supported. Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.1.2
Check: examples
Result: ERROR Running examples in ‘ggtext-Ex.R’ failed The error most likely occurred in: > ### Name: element_textbox > ### Title: Theme element that enables markdown text in a box. > ### Aliases: element_textbox element_textbox_simple > > ### ** Examples > > library(ggplot2) > > ggplot(mtcars, aes(disp, mpg)) + + geom_point() + + labs( + title = + "<b><span style = 'font-size:13pt'>Fuel economy vs. engine displacement</span></b><br> + Lorem ipsum *dolor sit amet,* consectetur adipiscing elit, **sed do eiusmod tempor + incididunt** ut labore et dolore magna aliqua. <span style = 'color:red;'>Ut enim ad + minim veniam,</span> quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea + commodo consequat.", + x = "displacement (in<sup>3</sup>)", + y = "Miles per gallon (mpg)<br><span style = 'font-size:8pt'>A measure of + the car's fuel efficiency.</span>" + ) + + theme( + plot.title.position = "plot", + plot.title = element_textbox_simple( + size = 10, + padding = margin(5.5, 5.5, 5.5, 5.5), + margin = margin(0, 0, 5.5, 0), + fill = "cornsilk" + ), + axis.title.x = element_textbox_simple( + width = NULL, + padding = margin(4, 4, 4, 4), + margin = margin(4, 0, 0, 0), + linetype = 1, + r = grid::unit(8, "pt"), + fill = "azure1" + ), + axis.title.y = element_textbox_simple( + hjust = 0, + orientation = "left-rotated", + minwidth = unit(1, "in"), + maxwidth = unit(2, "in"), + padding = margin(4, 4, 2, 4), + margin = margin(0, 0, 2, 0), + fill = "lightsteelblue1" + ) + ) Error: gridtext has encountered a tag that isn't supported yet: <pre> Only a very limited number of tags are currently supported. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.