Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshram96 committed Nov 14, 2024
1 parent 1104441 commit d19a522
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/check_extrafont.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ check_extrafont <- function() {
if (!requireNamespace("extrafont", quietly = TRUE)) {
stop("The 'extrafont' package is required. Please install it with install.packages('extrafont').")
}

if (length(extrafont::fonts()) == 0) {
stop("Fonts are not imported yet. Please run 'extrafont::font_import()' and 'extrafont::loadfonts()' (requires administrator privileges).")
}
Expand Down

0 comments on commit d19a522

Please sign in to comment.