File: update_gfont_info.R

package info (click to toggle)
r-cran-bslib 0.9.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,412 kB
  • sloc: javascript: 13,349; makefile: 33; sh: 23
file content (8 lines) | stat: -rw-r--r-- 152 bytes parent folder | download
1
2
3
4
5
6
7
8
pkgload::load_all()
gfont_info <- get_gfont_info(update = TRUE)
usethis::use_data(
  gfont_info,
  internal = TRUE,
  overwrite = TRUE,
  version = 2
)