Skip to content

Commit

Permalink
Remove systemfonts import
Browse files Browse the repository at this point in the history
  • Loading branch information
nx10 committed Sep 17, 2022
1 parent 918627a commit 2731b34
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export(hgd_watch)
importFrom(grDevices,dev.cur)
importFrom(grDevices,dev.list)
importFrom(grDevices,dev.off)
importFrom(systemfonts,match_font)
importFrom(unigd,ugd)
importFrom(unigd,ugd_clear)
importFrom(unigd,ugd_close)
Expand Down
3 changes: 1 addition & 2 deletions R/httpgd.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#' fonts installed on your system. If unspecified, the R default
#' families `sans`, `serif`, `mono` and `symbol`
#' are aliased to the family returned by
#' [systemfonts::font_info()].
#' `systemfonts::font_info()`.
#' @param user_fonts Named list of fonts to be aliased with font files
#' provided by the user rather than fonts properly installed on the
#' system. The aliases can be fonts from the fontquiver package,
Expand All @@ -47,7 +47,6 @@
#'
#' @return No return value, called to initialize graphics device.
#'
#' @importFrom systemfonts match_font
#' @importFrom unigd ugd
#' @export
#'
Expand Down
2 changes: 1 addition & 1 deletion man/hgd.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2731b34

Please sign in to comment.