Skip to content

Commit

Permalink
Update caption length
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjparkinson committed Jan 15, 2025
1 parent cf21f0d commit 8aa1ff6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified R/sysdata.rda
Binary file not shown.
3 changes: 2 additions & 1 deletion data-raw/create sysdata.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ chart_types <- tibble::tribble(
"fullslide_43", "active", 25.40, 19.05, 140, 55, 70, "fullslide", "template_43.pptx",
"blog", "deprecated", 25.40, 19.05, 155, 62, 85, "fullslide", "template_blog.pptx",
"a4", "active", 21.00, 29.70, 114, 66, 62, "fullslide", NA_character_,
"fullslide", "active", 30.5, 14, 300, 55, 95, "fullslide", "template_fullslide.pptx",
"fullslide", "active", 30.5, 14, 270, 55, 95, "fullslide", "template_fullslide.pptx",
"fullslide_narrow", "active", 23.0, 14, 175, 55, 95, "fullslide", "template_fullslide_narrow.pptx",

"fullslide_44", "deprecated", 25.40, 25.40, 140, 55, 95, "fullslide", NA_character_,
Expand Down Expand Up @@ -70,3 +70,4 @@ chart_types_ext <- chart_types
usethis::use_data(chart_types_ext,
internal = FALSE,
overwrite = TRUE)

Binary file modified data/chart_types_ext.rda
Binary file not shown.

0 comments on commit 8aa1ff6

Please sign in to comment.