Browse Source

startup msg change

tags/0.8.0
boB Rudis 6 years ago
parent
commit
688dea61a8
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 4
      R/zzz.r

4
R/zzz.r

@ -19,8 +19,8 @@
}
fnt <- extrafont::fonttable()
if (!any(grepl("Fira[ ]*Sans[ ]*Condensed|Fira[ ]*Mono", fnt$FamilyName))) {
packageStartupMessage("NOTE: Fira Sans Condensed/Fira Mono fonts are *required* to use these themes.")
if (!any(grepl("Arial[ ]Narrow|Roboto[ ]Condensed", fnt$FamilyName))) {
packageStartupMessage("NOTE: Either Arial Narrow or Roboto Condensed fonts are required to use these themes.")
packageStartupMessage(" Please use hrbrthemes::import_roboto_condensed() to install Roboto Condensed and")
packageStartupMessage(" if Arial Narrow is not on your system, please see http://bit.ly/arialnarrow")
} # nocov end

Loading…
Cancel
Save