Browse Source

Update zzz.r

changes the bit.ly link from http to https to prevent against MITM
0.7.0^2^2
Tiago Henriques 5 years ago
parent
commit
9429917794
  1. 2
      R/zzz.r

2
R/zzz.r

@ -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
}

Loading…
Cancel
Save