File: update_gfont_info.R

package info (click to toggle)
r-cran-bslib 0.4.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,332 kB
  • sloc: javascript: 10,075; makefile: 30; sh: 23
file content (7 lines) | stat: -rw-r--r-- 137 bytes parent folder | download
1
2
3
4
5
6
7
pkgload::load_all()
gfont_info <- get_gfont_info(update = TRUE)
usethis::use_data(
  gfont_info,
  internal = TRUE,
  overwrite = TRUE
)