~hrbrmstr/hrbrthemes

5b0b7430d300c96e68896011fb23136b290e7e26 — hrbrmstr 5 years ago 9c20d10 + 9b88795 0.7.0
Merge branch 'master' of github.com:hrbrmstr/hrbrthemes
1 files changed, 1 insertions(+), 1 deletions(-)

M R/zzz.r
M R/zzz.r => R/zzz.r +1 -1
@@ 22,7 22,7 @@
  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")
    packageStartupMessage("      if Arial Narrow is not on your system, please see https://bit.ly/arialnarrow")
  } # nocov end

}