knitr::opts_chunk$set(
  error = FALSE,
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
code_output <- function(x) {
  writeLines(c("```", x, "```"))
}
code_output(rfiglet::figlet("rfiglet"))

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. R build status codecov.io CodeFactor works?

rfiglet is a pure-R implementation of FIGlet (Frank, Ian and Glenn's letters) a classic system for creating text banners in many fonts.

code_output(rfiglet::figlet("fonts", "3d_diagonal"))

There are many FIGlet compatible fonts; to keep things small, this package only includes the base set included by FIGlet

writeLines(paste(" *", rfiglet::figlet_font_list()))

However, several hundred extra fonts can be installed using

rfiglet::figlet_download_fonts()
code_output(rfiglet::figlet("Install", "cosmic"))
remotes::install_github("richfitz/rfiglet", upgrade = FALSE)

License

MIT © Richard G. FitzJohn



richfitz/rfiglet documentation built on Feb. 12, 2021, 1:41 a.m.