Add a package file and print package information
add_pkg_file(
use_figlet = TRUE,
figlet_font = "Slant",
colors = c("red", "yellow", "green", "magenta", "cyan", "yellow", "green", "white",
"magenta", "cyan"),
unicode = TRUE,
verbose = TRUE
)Creates a file named R/<pkg_name>-package.R.
Whether to use figlet for ASCII art generation.
Default is TRUE. Details see figlet.
Character string, figlet font to use.
Default is "Slant".
Character vector, colors to use for the logo elements.
Whether to use Unicode symbols.
Default is TRUE.
Whether to print the message.
Default is TRUE.