CRAN Package Check Results for Package ggtext

Last updated on 2026-07-12 09:50:14 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 5.72 92.01 97.73 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.2 4.83 63.08 67.91 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.2 10.00 138.40 148.40 OK
r-devel-linux-x86_64-fedora-gcc 0.1.2 9.00 174.20 183.20 OK
r-devel-windows-x86_64 0.1.2 8.00 119.00 127.00 OK
r-patched-linux-x86_64 0.1.2 5.60 84.43 90.03 OK
r-release-linux-x86_64 0.1.2 5.38 84.58 89.96 OK
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 10.00 102.00 112.00 OK
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 13.00 148.00 161.00 OK

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 Flavor: r-devel-linux-x86_64-debian-gcc